/**
* --------------------------------------------------------------------------------------
* Master CSS
* ----------------------------------------------------
* Modified March 5, 2009 by Bree
* @author Bree Emmerson <bree@navigatormm.com>
* ----------------------------------------------------
*
* --------------------------------------------------------------------------------------
*/


/* RESET
--------------------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {line-height: 1;}

ol, ul {list-style:none;}

blockquote, q {quotes:none;}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

/* remember to define focus styles! */
:focus {outline:0;}

/* remember to highlight inserts somehow! */
ins {text-decoration:none;}

del {text-decoration:line-through;}


/* GLOBAL CLASSES
--------------------------------------------------------------------------------------- */
.clearfix:after {
	content:".";
	height:0;
	visibility:hidden;
	display:block;
	clear: both;
}

.clear {clear:both;}

.floatLeft {float:left;}

.floatRight {float:right;}

.textLeft {text-align:left;}

.textRight {text-align:right;}

.textCenter {text-align:center;}

.border {border:1px solid #000;}

.bold {font-weight:bold;}

.push {margin-bottom:20px;}

/* TYPEOGRAPHY
--------------------------------------------------------------------------------------- */
p {
	color:#333;
	margin:0px 0px 18px 0px;
	line-height:18px;
}

a:link,a:visited,a:active,a:hover {text-decoration:none;}






/* GLOBAL
--------------------------------------------------------------------------------------- */
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}

.wrapper {
	width:855px;
	position:relative;
	z-index:10;
	padding:0px;
	margin:50px auto 0px auto;
	clear:both;
}


/* HEADER
--------------------------------------------------------------------------------------- */
.header {
	height:168px;
	width:855px;
	position:relative;
	z-index:20;
	margin:0px;
	padding:0px;
	
}


/* NAVIGATION
--------------------------------------------------------------------------------------- */
.navigation {
	height: 24px;
	width: 855px;
	position: relative;
	z-index: 30;
	margin: 0px;
	padding: 0px;
	font-size:16px;
	background:url(../../images/interface/navigation.jpg) no-repeat;
}

	.navigation ul {
		margin:0px 0px 0px 10px;
		padding:4px 0px 0px 0px;
	}
	
		.navigation ul li {
			float:left;
			list-style:none;
			margin-right:40px;
		}
		
			.navigation ul li a {
				color:#FFF;
				font-weight:bold;
			}
			
			.navigation ul li a:hover {
				color:#ffc300;
			}


/* CONTENT AREA
--------------------------------------------------------------------------------------- */
.contentArea {
	width:855px;
	background:url(../../images/interface/content-area.jpg) no-repeat;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	min-height:305px;
	height:auto !important;
	height:305px;
}

.leftCol {
	width:184px;
	float:left;
	padding:0px 5px 10px 10px;
	margin:30px 0px 0px 0px;
	border-right:1px solid #dee5ef;
	line-height:1.5;
}

	.leftCol ul {
		margin:0px 0px 0px 0px;
		padding:0px 0px 0px 0px;
		font-size:16px;
	}
	
		.leftCol ul li {
			margin:0px 0px 5px 0px;
			padding:0px 0px 0px 10px;
			background:url(../../images/arrow.gif) left no-repeat;
		}
			
			.leftCol ul li a {color:#993333; font-weight:bold; font-size:15px;}
			.leftCol ul li a:hover {color:#115ec8;}

.rightCol {
	width:630px;
	min-height:500px;
	float:left;
	padding:0px 0px 0px 0px;
	margin:30px 0px 0px 0px;
}

	.rightCol h1 {
		font-size:18px;
		font-weight:bold;
	}
	
		.rightCol h1 a {
			color:#000;
		}
		
		.rightCol h1 a:hover {
			color:#115ec8;
		}
	
/* PARTS */

.sideimage {
	float:right;
	clear:both;}		
	
.explodedimage {
	float:left;
	clear:both;}
	
.partslist {
	border:thin #000000 solid;
	float:left;
	clear:both;}
			
/* MAIN PRODUCTS PAGE */
.productsList {
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

	.productsList li {
		width:155px;
		/*height:155px;*/
		float:left;
		text-align:center;
		margin:0px 0px 0px 0px;
	}
	
	
		.productsList li a {color:#000;}
		.productsList li a:hover {color:#115ec8;}
		.productsList .imgBorder {border:1px solid #000; margin:0px 0px 5px 0px;}
		.productsList .productName {font-size:14px; color:#993333; text-decoration:underline; font-weight:bold;}
		
/* PRODUCT LISTINGS */
.productListings {
	margin:30px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	list-style:none;
}

	.productListings li {
		width:210px;
		height:210px;
		float:left;
		text-align:center;
		margin:0px 0px 0px 0px;
	}
	
	
		.productListings li a {color:#000;}
		.productListings li a:hover {color:#115ec8;}
		.productListings .imgBorder {border:1px solid #000; margin:0px 0px 5px 0px;}
		.productListings .productName {font-size:14px;}
		
/* PRODUCT DETAILS */
.headline {font-size:20px; font-weight:bold;}
.whiteText {color:#FFF;}
.borderBottom {border-bottom:1px solid #bddce5;}

		.productDetails a {color:#000; font-size:16px;}
		.productDetails a:hover {color:#115ec8;}
		.productDetails a:visited {color:#000;}
		.productDetails a:active {color:#000;}
	
.detailsBtn a{color:#FF0000; font-size:16px; font-family:Arial, Verdana; font-weight:bold;}
.detailsBtn a:hover{color:#000000; font-size:16px; font-family:Arial, Verdana; font-weight:bold;}
.detailsBtn a:visited{color:#FF0000; font-size:16px; font-family:Arial, Verdana; font-weight:bold;}
.detailsBtn a:active{color:#FF0000; font-size:16px; font-family:Arial, Verdana; font-weight:bold;}
		
		
/*CONTENT LINK STYLES */

.contentlink a:link{color:#993333; text-decoration:underline;}
.contentlink a:hover{text-decoration:underline;}
.contentlink a:visited{color:#993333; text-decoration:underline;}
.contentlink a:active{color:#993333; text-decoration:underline;}

/*QUOTE FORM STYLES */

.quotefont {
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.redtext {
	color:#FF0000;
	font-weight:bold;
}

#images-float {
	float:left;
}

/*DEALER LOGIN STYLES*/

.sign-up-border {
	border:thin solid #000000;}
	
/* ABOUT US CONTENT */

#aboutus ul li{
	list-style-type:none;
}

/* SPLASH */

#splash {
	margin-top:40px;
}

#splash h1 {
	font-size:24px;
}

/* FOOTER
--------------------------------------------------------------------------------------- */
.footer {
	width:845px;
	height:14px;
	margin:0px auto;
	background:#6db5e2;
	font-size:12px;
	padding:5px;
}

		.footer ul li {
			float:left;
			background:url(../../images/interface/arrow.gif) no-repeat;
			margin:0px 0px 0px 10px;
			padding:0px 0px 0px 15px;
		}
		
			.footer ul li a {color:#282a2c;}
			.footer ul li a:hover {color:#FFF;}

.copyright {
	width:845px;
	height:14px;
	margin:0px auto;
	font-size:10px;
	padding:5px;
}

	.copyright a {color:#282a2c;}
	
	
/* LIGHTBOX 
--------------------------------------------------------------------------------------- */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}

#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}

#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}

#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}

#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}

#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}

#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}

#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}