body {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	
	background:#000308 url('../img/bg-repeat.png') top center repeat-y;
}

img {border:none;}

a:link,
a:hover,
a:active,
a:visited
{ color:#16517b; }

p,h1,h2,h3,h4,h5,h6,ul,ol
{
	margin:1em 20px;
}
ul,ol
{
	padding-left:20px;
}


h2 {
	background: url('../img/pageheadunderline.png') 0 100% no-repeat;
	padding-bottom:0.5em;
	text-transform: uppercase;
	margin-top:0;
}


h3,h4 {
	color:#16517b;
}

.cssRequiredField {
	font-family:"Times New Roman", Times, serif;
	color:#990000;
	font-size:14pt;
}

#rootContainer {
	width:847px; /* This page is liquid.  This width can be set to whatever you want.  Screenshot width was 847px */
	margin:0 auto;
}

#header {
	background:url('../img/bg.jpg') top center no-repeat;
	overflow:auto;
	float:left;
	width:100%;
}

#bodyContainer {
	border:5px solid #fff;
	background:#fff;
	overflow:auto;
	clear:both;
}

#mainNavContainer {
	position:relative;
	}

#supportbutton {
	position:absolute;
	margin:0;
	right:5px;
	top:5px;
	}


#mainNav {
	margin:0;
	padding:0;
	list-style-type:none;
	background:url('../img/navbkgrnd.jpg') repeat-x;
	height:31px;
	width:100%;
	overflow:auto;
	border-bottom:8px solid #f5e50b;
	font-weight:bold;
}
	#mainNav li {
		float:left;
		height:31px;
	} #mainNav li.first {
		margin-left:15px;
	}
		#mainNav li.first a {
			border-left:1px solid #000;
		}
		#mainNav a {
			margin-top:10px;
			color:#000;
			text-decoration:none;
			border-right:1px solid #000;
			padding:0 7px;
			line-height:0.9;
			display:block;
		} #mainNav a:hover {
			color:#16517b;
		}
		
		
#home #mainNav #homeLink,
#products #mainNav #productsLink,
#services #mainNav #servicesLink,
#specials #mainNav #specialsLink,
#about #mainNav #aboutLink,
#testimonials #mainNav #testimonialsLink,
#contact #mainNav #contactLink {
	background:#efe9ab;
}
		
#home #mainNav #homeLink a,
#products #mainNav #productsLink a,
#services #mainNav #servicesLink a,
#specials #mainNav #specialsLink a,
#about #mainNav #aboutLink a,
#testimonials #mainNav #testimonialsLink a,
#contact #mainNav #contactLink a {
	cursor:default;
}
	
#home #mainNav #homeLink a:hover,
#products #mainNav #productsLink a:hover,
#services #mainNav #servicesLink a:hover,
#specials #mainNav #specialsLink a:hover,
#about #mainNav #aboutLink a:hover,
#testimonials #mainNav #testimonialsLink a:hover,
#contact #mainNav #contactLink a:hover {
	cursor:#000;
}


#logo {
	margin:0;
	float:left;
}
	#logo img {
		display:block;
	}
#sprint {
	float:right;
	margin-top:10px;
}

#banner {
	/*background:#000 url('../img/banner1.jpg') 100% 0 no-repeat; Switched to img tag in div */
	background:#000;
	margin:0;
	height:167px;
	width:100%;
	border-bottom:1px solid #002;
	color:#fff;
	clear:both;
	position:relative;
	}
	#banner div {
		display:block;
		position:absolute;
		/*right:0;
		margin:0;*/
		top:0;
		left:0;
		}

	#banner img {
		display:block;
		margin:0;
		padding:0;
		}
	
	#banner strong.companyName {	
		font-size:1.3em;
		margin:2em 25px 1em;
		
		z-index:200;
		position:relative;
		top:2em;
		}

	#banner span {
		display:block;
		margin:1em 25px;
		width:400px;

		z-index:200;
		position:absolute;
		top:4em;
		}





	
	
	
		
		
.featuredProductInfo,
.featuredProductPhoto {
	float:left;
	margin:1em 0;
	font-size:0.8em;
}
	.featuredProductPhoto {
		margin-left:20px;
		margin-right:10px;
	}
	.featuredProductInfo h5 {
		font-size:1.1em;
		margin:0;
		color:#292929;
	} * html .featuredProductInfo h5 { font-size:1em; }
	.featuredProductInfo ul {
		margin:0.5em 0 0.5em 15px;
		padding:0;
		list-style-type:disc;
		color:#5b5b5b;
	}
	.featuredProductInfo a {
		text-decoration:none;
		margin-left:15px;
	}
		.featuredProductInfo a:hover {
			text-decoration:underline;
		}


	.subLinkList li,
	#subNav li {
		margin:0 10px 0 25px;
		padding:0;
	}
	.subLinkList a,
	#subNav a {
		color:#4f4f4f;
		text-decoration:none;
	}
		.subLinkList a:hover,
		#subNav a:hover {
			text-decoration:underline;
		}


.subSection {
	margin:0 0 1em 0;
	border:1px solid #f3f3f3;
	overflow:auto;
}

.subSection h4 {
	border-bottom:1px solid #e6e6e6;
	background:url('../img/subsectionsbg.png') repeat-x;
	height:25px;
	margin:0;
	font-weight:normal;
	font-size:1em;
	color:#000;
	width:100%;
}
	.subSection h4 span {
		margin:0 0 0 10px;
		padding-top:5px;
		display:block;
	}
	
	
	
	
	

#contentContainer {
	padding-right:240px;
	overflow:hidden;
	clear:both;
	margin:2em 0 2em;
}
	

#subSections {
	margin:0;
	padding:0;
	list-style-type:none;
	width:240px;
	margin-right:-240px;

	float:left;
}
#content {
	float:left;
	width:100%;
	border-right:240px solid #fff; /* The width and color of the right rail */
	margin-right:-240px;
}
.subLinkList,
#subNav{
	margin:0;
	padding:0;
	font-size:0.8em;
	color:#4f4f4f;
	list-style-type:disc;
	padding:1em 0;
	margin-left:1em;
}

#bottomContainer {
	border-top:5px solid #f5e50b;
}

#copyright {

	margin:0;
	padding:0.5em 0;
	color:#fff;
	font-size:0.9em;
	font-weight:normal;
	text-align:left;
	float:left;
}

#siteBy {
	margin:0;
	padding:0.5em 0;
	text-align:left;
	float:right;
	font-size:0.8em;
	font-weight:normal;
}
	
	#siteBy a:link, #siteBy a:visited, #siteBy a:active  {
		color:#666;
		text-decoration:none;
	}
	
	#siteBy a:hover  {
		color:#fff;
		text-decoration:underline;
	}