/* 

	WEBSITE DESIGN BY AD STREAM, INC.
	-----------------------------------
	Ad Stream provides website design, internet marketing 
	and website hosting to Indiana businesses.
	-----------------------------------
	Elkhart, IN 46515
	
	E: info@adstreaminc.com
	P: (574) 215-1347
	W: adstreaminc.com
	
*/

/************** Yahoo Reset CSS *******************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/************* End Yahoo Reset CSS ***************/


/************ Element Styles *************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	background: #B8B8B8 url(/images/bg_page.jpg) repeat-x;
}
ul, ol {
	margin: 0 0 10px 40px;
	list-style: outside;
}
ul li {
	list-style-type: disc;
}
ol li {
	list-style-type: decimal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1 {
	font-size: 20px;
	padding: 15px 0;
	color: #666666;
}
h2 {
	font-size: 16px;
	padding: 10px 0;
	color: #666666;
}
p {
	padding-bottom: 10px;
}
a {
	color: #211E65;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/************ End Element Styles *************/


/************** Structure ********************/
#container {
	width: 878px;
	margin: 20px auto 0 auto;
	position: relative;
}
#header {
	background: url(/images/bg_header.jpg) no-repeat;
	height: 90px;
}
#header h1#logo {
	padding: 20px 0 0 15px;
}
#header h1#logo span {
	display: none;
	visibility: hidden;
}
#header div#headerCallout {
	position: absolute;
	top: 29px;
	right: 5px;
	width: 159px;
}


/****************** Nav ****************/
#nav {
	background: url(/images/bg_nav.jpg) no-repeat;
	height: 32px;
}
#nav ul {
	margin: 0;
	padding: 5px 0 0 26px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	margin-right: 8px;
}
#nav ul li a {
	display: block;
	height: 22px;
	padding-top: 1px;
	text-decoration: none;
	color: #003366;
	font-weight: bold;
	text-align: center;
}
#nav ul li a:hover {
	color: #fff;
}
#nav ul li#topNavHome a {
	width: 52px;
}
#nav ul li#topNavHome a:hover {
	background: url(/images/nav/bg_home.jpg) no-repeat;
}
#nav ul li#topNavAbout a {
	width: 70px;
}
#nav ul li#topNavAbout a:hover {
	background: url(/images/nav/bg_about.jpg) no-repeat;
}
#nav ul li#topNavServices a {
	width: 69px;
}
#nav ul li#topNavServices a:hover {
	background: url(/images/nav/bg_services.jpg) no-repeat;
}
#nav ul li#topNavProducts a {
	width: 71px;
}
#nav ul li#topNavProducts a:hover {
	background: url(/images/nav/bg_products.jpg) no-repeat;
}
#nav ul li#topNavContract a {
	width: 95px;
}
#nav ul li#topNavContract a:hover {
	background: url(/images/nav/bg_contract.jpg) no-repeat;
}
#nav ul li#topNavContact a {
	width: 81px;
}
#nav ul li#topNavContact a:hover {
	background: url(/images/nav/bg_contact.jpg) no-repeat;
}
/****************** End Nav ****************/

#searchBox {
	float: right;
	margin-right: 22px;
}
#searchBox input {
	vertical-align: middle;
}
#searchBox .searchText {
	padding: 2px 4px 3px 4px;
	border: 1px solid #003366;
}
#content {
	background: url(/images/bg_content.png) 0 0 repeat-y;
	padding: 0 13px 15px 13px; 
}
#footer {
	background: url(/images/bg_footer.png) 0 0 no-repeat;
}
#footer p {
	color: #333;
	padding: 12px 0 0 18px;
}
#footer p span.copyRight {
	color: #666;
	font-size: 11px;
}
#footer p span.copyRight a {
	color: #666;
}
#footer a {
	color: #333;
	text-decoration: none;
}
#footer p.footPhone {
	float: right;
	padding: 12px 18px 0 24px;
}
#footer p.footAddress {
	float: right;
	padding-top: 12px;
}
div.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
div.contentHeader {
	margin-left: -3px;
}


/****************** Content Styles *******************/

/************* All Pages *************/
div#one-column-wrapper div.col-middle {
	padding: 0 15px;
}
div.highslide-gallery ul {
	margin: 5px 0 0 0;
}
div.highslide-gallery ul li {
	list-style-type: none;
	float: left;
	margin: 0 8px 5px 0;
}
div.cmsImages {
	float: right;
	margin: 15px 0 15px 15px;
	width: 125px;
}
div#breadcrumbs {
	font-size: 11px;
	color: #666;
	margin: 15px 0;
}
div#breadcrumbs a {
	color: #003466;
}

/********** Home Page *********/
body.index div#one-column-wrapper div.col-middle {
	padding: 0;
}
body.index div#content {
	padding-bottom: 0;
}
div.homeLeft {
	float: left;
	width: 225px;
	padding-top: 5px;
}
div.homeRight {
	float: right;
	width: 610px;
	height: 235px;
	background: url(/images/bg_homeRight.jpg) 0 0 no-repeat;
	padding-top: 5px;
}
div.homeRight p {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	width: 460px;
}
/********** End Home Page *********/

/*********** Contact Page *************/
table#contactForm {
	width: 300px;
}
table#contactForm td {
	padding: 4px;
}
input#spryMerge {
	display: none;
	visibility: hidden;
}
div#map {
	width: 450px;
	height: 300px;
	float: right;
	border: 1px solid #333;
	margin: 15px 0;
}
/*********** End Contact Page *************/

/************* Cat Layout **********/
ul.productList {
	margin: 0;
}
ul.productList li {
	list-style: none;
	float: left;
	width: 200px;
	text-align: center;
	margin: 0 15px 30px 0;
	min-height: 160px;
}
ul.productList li a {
	text-decoration: none;
	font-weight: bold;
}
div.categoryDescription {
	margin-bottom: 15px;
}
/*********** End Cat Layout **********/

/*************** Product Layout ***********/
#two-column-left-wrapper .col-left {
	float: left; 
	width: 175px;
	margin-top: 15px;
}
#two-column-left-wrapper .col-middle {
	float: right;
	width: 655px;
}
#col-left-nav a {
	color: #211E65;
	text-decoration: none;
}
#col-left-nav ul {
	margin: 0;
}
#col-left-nav li {
	list-style: none;
}
#col-left-nav .categoryTrail strong.level-2 {
	display: block;
	background: #ccc;
	width: 146px;
	padding: 2px 0 2px 10px;
	margin-left: -10px;
}
#col-left-nav li.level-1 {
	background: url(/images/bg_prod_nav.jpg) 0 0 no-repeat;
	padding: 5px 0 0 17px;
	margin-bottom: 20px;
	width: 153px;
}
#col-left-nav li.level-2 {
	font-size: 12px;
	margin-bottom: 5px;
}
#col-left-nav li.level-2 ul {
	margin-bottom: 10px;
}
#col-left-nav li.level-3 {
	padding-left: 10px;
	font-size: 11px;
	margin-bottom: 3px;
}
#col-left-nav li.level-4 {
	padding-left: 10px;
	margin-bottom: 3px;
}
#col-left-nav li.level-3 ul {
	margin: 0;
}
#col-left-nav a.currentCategory {
	text-decoration: none;
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}
/*************** End Product Layout ***********/

/************ Product Pages ************/
ul.checkMark {
	margin: 0 0 0 10px;
	padding-bottom: 10px;
}
ul.checkMark li {
	list-style: none;
	background: url(/images/icon_checkmark.jpg) 0 4px no-repeat;
	padding-left: 20px;
}
#productMedia {
	width: 210px;
	float: left;
}
.productEssentials {
	float: right;
	width: 420px;
	margin-bottom: 30px;
}
.productEssentials h1 {
	padding-top: 0;
}
p.subtitle {
	font-style: italic;
}
.productInfoForm input, .productInfoForm textarea {
	margin: 5px 0;
}
.error {
	border: 1px dashed #FF0000;
	padding: 10px;
	font-weight: bold;
}
.error p {
	padding: 0;
}
/**************** End Product Page **************/

/*************** Highslide Fiexs **************/
.highslide-container ul {
	margin: 0;
}
.highslide-container ul li {
	list-style: none;
}
/***************** End Highslide Fixes ***********/

/************** Search Page ************/
#searchPageSearch {
	margin: 0 0 15px 0;
}
#searchResultsTabContainer ol {
	margin: 0 0 0 10px;
}
li.searchResult {
	margin-bottom: 15px;
	padding-left: 10px;
}
li.searchResult a {
	font-size: 16px;
	color: #0000CC;
}
li.searchResult span {
	color: green;
}
li.searchResult span.resultTitlePrepend {
	color: #666;
	font-size: 16px;
}
/****************** End Content Styles *******************/