/*** Base **/
* {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #790b0a url(../images/bg_body.gif) repeat-y 50%;
}
a {
	color: #790b0a;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
h1 , span.hide {
	display: none;
}
h4 {
	margin: 10px 0 0 25px;
}
p {
	margin: 1em 3em 1em 3em;
	font-size: .75em;
	line-height: 2em;
	text-indent: 15px;
}
p.first {
	margin: .5em 3em 1em 3em;
}
p.first , p.arrow {
	background: url(../images/arrow.gif) no-repeat 0px 6px;
}
hr {
	margin: auto;
	width: 95%;
	background: #a62b30;
	color: #a62b30;
	text-align: center;
}
img {
	border: none;
}
#container {
	margin: auto;
	width: 758px;
	height: 500px;
	background: white;
	color: inherit;
}

/*** Header **/
#header {
	height: 90px;
	background: white url(../images/slogan.gif) no-repeat right center;
}
#header img{
	margin-left: 10px;
}

/*** Footer ***/
#footer {
	padding: 1px 0;
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: .65em;
	background: url(../images/bg_footer.gif) repeat-x;
}
#footer a {
	float: right;
	margin-right: 1em;
	color: #858585;
}
#footer a:hover {
	color: #992225;
}

/*** Navigation ***/
#nav {
	position: relative;
	width: 100%;
	height: 33px;
	color: inherit;
	background: white url(../images/menu.gif) no-repeat;
	z-index:1000;
}
#nav li {
	float: left;
	list-style: none;
}
#nav li span {
	display: none;
}
#nav li, #nav a {
	height: 33px; 
	display: block;
}

/** Main Menu **/
li#home , li#about , li#services, li#solutions , li#products , li#specials , li#specialmarkets , li#careers , li#contact {
	position: absolute; 
}
li#home {
	left: 52px; 
	width: 59px;
}
li#about {
	left: 111px; 
	width: 60px;
}
li#services {
	left: 171px; 
	width: 72px;
}
li#solutions {
	left: 243px; 
	width: 76px;
}
li#products {
	left: 319px; 
	width: 73px;
}
li#specials {
	left: 392px; 
	width: 71px;
}
li#specialmarkets {
	left: 463px; 
	width: 107px;
}
li#careers{
	left: 571px; 
	width: 68px;
}
li#contact {
	left: 639px; 
	width: 67px;
}
li#home:hover {
	background: transparent url(../images/menu.gif) -52px -33px no-repeat;
}
li#about:hover {
	background: transparent url(../images/menu.gif) -111px -33px no-repeat;
}
li#services:hover {
	background: transparent url(../images/menu.gif) -171px -33px no-repeat;
}
li#solutions:hover {
	background: transparent url(../images/menu.gif) -243px -33px no-repeat;
}
li#products:hover {
	background: transparent url(../images/menu.gif) -319px -33px no-repeat;
}
li#specials:hover {
	background: transparent url(../images/menu.gif) -392px -33px no-repeat;
}
li#specialmarkets:hover {
	background: transparent url(../images/menu.gif) -463px -33px no-repeat;
}
li#careers:hover {
	background: transparent url(../images/menu.gif) -571px -33px no-repeat;
}
li#contact:hover {
	background: transparent url(../images/menu.gif) -639px -33px no-repeat;
}

/** Sub-menu **/
#nav li ul {
	position: absolute;
	left: -999em;
	width: 7.5em;
}
#nav li:hover ul {
	left: auto;
}
#nav li ul li a {
	padding: 5px 0;
	font-size: .65em;
	text-decoration: none;
	color: black;
	background: inherit;
}
#nav li ul li , #nav li ul li a {
	width: 100%;
	height: auto;
}
#nav li ul li {
	padding-left: 5px;
	background: white;
	border-right: 1px solid #a62b30;
	border-bottom: 1px solid #a62b30;
	border-left: 1px solid #a62b30;
}
#nav li ul li:hover , #nav li ul li:hover a {
	background: #a62b30;
	color: white
}

/*** Pre-body ***/
#prebody {
	float: left;
	padding: 3px 0;
	width: 100%;
	height: 249px;
	border-top: 3px solid #a62b30;
	border-bottom: 3px solid #a62b30;
}
#prebody img {
	float: left;
}
#prebody #focal {
	float:right;
	width: 378px;
	height: 100%;
	background: white;
}
#prebody #focal ul {
	list-style: none;
}
#prebody li#focal1 a , #prebody li#focal2 a , #prebody li#focal3 a {
	display: block;
	height: 83px;
	color: #eeeeee;
	text-decoration: none;
	background: inherit;
}
#prebody #focal a span {
	display: block;
	padding: 38px 42px 5px 12px;
	font-size: 10px;
	line-height: normal;
}
#prebody li#focal1:hover a span , #prebody li#focal2:hover a span , #prebody li#focal3:hover a span {
	color: white;
}
#prebody li#focal1 {
	background: #141313 url(../images/focal.gif) no-repeat 0 0;
}
#prebody li#focal1:hover {
	background: #141313 url(../images/focal.gif) no-repeat 0 -83px;
}
#prebody li#focal2 {
	background: #666666 url(../images/focal.gif) no-repeat 0 -166px;
}
#prebody li#focal2:hover {
	background: #666666 url(../images/focal.gif) no-repeat 0 -249px;
}
#prebody li#focal3 {
	background: #992225 url(../images/focal.gif) no-repeat 0 -332px;
}
#prebody li#focal3:hover {
	background: #992225 url(../images/focal.gif) no-repeat 0 -415px;
}
#mainbody {
	min-height: 320px;
	background: white url(../images/bg_swoop.gif) no-repeat center center;			
}
img.heading_h1 {
	margin: 1em 0 0 1em;
}
#mainbody p img#more {
	display: block;
	float: right;
	margin-right: 1em;
}
#mainbody img#seal {
	display: block;
	float: right;
	margin: 10px;
}

/*** NetCubed Link ***/
div#netcubed {
	float: left;
	display: none;
	text-align: center;
	font-size: .6em;
}