/* CSS Document */
body {
	background-color:#939393;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

a { text-decoration:none; }

a:hover { text-decoration:underline; }

.imgtxt { display:none; }

ul, li, form, input {
	margin:0px;
	padding:0px;
}

ul {
	margin-left:20px;
}

h1, h2, h3, h4, h5, h6 {
	margin:0px;
	padding:0px;
}

.infoBox {

}

.infoBoxContents {

}


.boxText {

}



#wrapper {

}

#main-wrapper {

}


#container {
	background-color:#fff;
	border:2px solid #5c5c5c;
	border-bottom:none;
	border-top:none;
	margin:0 auto;
	position:relative;
	width:980px;
}


#header {
	background-color:#000;
	background-image:url(../images/css-images/title-bar-runon2.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	height:176px;
	position:relative;
	width:980px;
}

#phone {
	color:#fff;
	font-size:16px;
	font-weight:bold;
	position:absolute;
	letter-spacing:1px;
	right:15px;
	top:15px;
	z-index:20;
}

#engine-bkgrnd {
background-image:url('../images/css-images/engine-background-green.png');
	height:210px;
	position:absolute;
	top:40px;
	width:280px;
	z-index:20;
}

#engine {
background-image:url('../images/css-images/engine.png');
	height:175px;
	position:absolute;
	width:215px;
	z-index:30;
}

#flash-world {
	position:absolute;
	right:125px;
	top:12px;
	z-index:1;
}

#header-navbar {
	background-image:url(../images/css-images/title-bar-blue2.jpg);
	bottom:0px;
	height:42px;
	position:absolute;
	width:720px;
	z-index:10;
}

#company-title {
background-image:url('../images/css-images/company-title2.png');
	display:block;
	height:34px;
	left:340px;
	position:absolute;
	top:6px;
	width:426px;
	z-index:30;
}

#breadcrumbs {
	background-color:#e1e1e1;
	border-bottom:1px solid #c7c5b6;
	border-right:1px solid #c7c5b6;
	bottom:-19px;
	height:16px;
	left:238px;
	padding:3px 0 0 30px;
	position:absolute;
	top:175px;
	width:400px;
}

#breadcrumbs a {
	color:#333;
	text-decoration:none;
}

#logo {
	display:block;
	height:76px;
	position:absolute;
	right:20px;
	top:20px;
	width:93px;
	z-index:50;
}




#sidebar1 {
	background-color:#1d207f;
	background-color:#000066;
	border-right:3px solid #000;
	float:left;
	min-height:1280px;
	padding-bottom:20px;
	padding-top:60px;
	width:175px;
}

#sidebar1 h2 {
	color:#ccc;
	font-size:1.1em;
	padding:5px 0 5px 15px;
}

.manufacturer-list {
	position:relative;
	margin-left:15px;
	width:150px;
}

#content {
	margin:25px 5px 0px 192px;
	padding-top:15px;
}


.cat_info_box table {
	margin:0px auto;
	position:relative;
	width:700px;
}

.cat_info_box td {
	border-bottom:1px dashed #ccc;
	padding:3px 0px;
}


/* HOME PAGE */
#skyshot {
	background-image:url(../images/skyshot.jpg);
	border:2px outset #6a7780;
	height:278px;
	margin:0px auto;
	margin-bottom:7px;
	position:relative;
	width:755px;
}

#mainpage {
	background-color:#e1e1e1;
	border:2px inset #6a7780;
	margin:0px auto;
	padding:10px;
	position:relative;
	text-align:left;
	width:735px;
}

#mainpage p {
	margin:0px;
	padding:0px;
	width:420px;
}

#dealers {
background-image:url('../images/css-images/dealers.png');
	display:block;
	float:right;
	height:133px;
	margin:15px 0px 0px 0px;
	position:relative;
	width:308px;
}

/* END HOME PAGE */

#footer {
	background-color:#000;
	clear:both;
	color:#fff;
	height:25px;
	width:980px;
}

#copyright {
	float:left;
	padding:5px;
	width:300px;
}

#poweredby {
	float:right;
	padding:5px;
	text-align:right;
	width:400px;
}

#poweredby a {
	color:#fff;
}

/*NAVIGATION*/
#sitemap {
	position:relative;

}

#nav, #nav ul, #nav2, #nav2 ul { /* all lists */
	margin:0px;
	list-style:none;
	margin:0px auto;
	width:160px;
}
	
#nav li, nav2 li { /* all list items */
	position : relative;
	float:left; 
	line-height : 1.25em;
}
	
#nav li ul { /* second-level lists */
	display:none;
/*	position : absolute;
	left: -999em;
	margin-left : 11.05em;
	margin-top : -1.35em; */
}

#nav li.selected ul {
	display:block;
	margin:0px;
	position:relative;
	top:-7px;
}

#nav li.selected ul li a {
background-image:url('../images/css-images/none.png');
	
	color:#fff;
	height:25px;
	margin:0px;
	margin-left:10px;
	padding:0px;
	text-align:left;
}

	
#nav li, #nav2 li {
	cursor:hand;
	display:block;
}
	
#nav li a, #nav2 li a {
background-image:url('../images/css-images/button-1.png');
	
	color:#0000ff;
	cursor:hand;
	display:block;
	font-weight:bold;
	height:35px;
	line-height:35px;
	margin:1px 0px;
	text-align:center;
	width:160px;
}
	
#nav li a:hover, #nav2 li a:hover {
background-image:url('../images/css-images/button-2.png');
	
	color:#b4190a;
	left:1px;
	line-height:36px;
	position:relative;
	text-decoration:none;
	top:1px;
}
	
/* END NAVIGATION */	







.pageHeading {
	font-size:1.2em;
	font-weight:bold;
}

a.pageResults, a.pageResults:hover {
	color:#0000ff;
	text-decoration:none;
}

TABLE.productListing {
  border:2px outset #3b793b;
	margin:30px auto;
  width:90%;
}

.productListing-heading_0, .productListing-heading_1, .productListing-heading_2 {
	background-color:#3b793b;
	font-size:1em;
	color:#fff;
	font-weight:bold;
	padding:5px;
}

.productListing-heading_0 a, .productListing-heading_1 a, .productListing-heading_2 a {
	color:#fff;
}

.productListing-heading_0 {
	width:150px;
}


table.productListing {
  border: 1px;
  border-style: solid;
  border-color: #b6b7cb;
  border-spacing: 1px;
}

td.productListing-data {
	border:1px solid #ccc;
	padding:0 5px;
}

td.productListing-data_0, td.productListing-data_1, td.productListing-data_2 {
	padding:5px;
}

td.productListing-data_0 {
	padding-bottom:5px;
	padding-right:5px;
	width:150px;
}

.productListing-data a {
	color:#0000ff;
	text-decoration:none;
}

td.productListing-data s {
	color:#ff0000;
}


tr.productListing-odd {
	background:#f8f8f9;
	position:relative;
} 

tr.productListing-even {
	background-color:#e1e1e1;
	position:relative;
}

.productListing-text-no-products {
	display:none;
}

.productSpecialPrice {
	font-size:1.1em;
	font-weight:bold;
}

.search {
	position:relative;
}

.searchbox {
	margin-left:15px;
	margin-right:5px;
	width:115px;
}

.search-img {
	position:absolute;
	left:140px;
	top:20px;
}

.search-link {
	color:#ccc;
	padding:5px 15px;
	margin-bottom:20px;
}

.search-txt {
	color:#fff;
	display:block;
	font-size:.95em;
	padding:5px 10px;
	padding-left:15px;

}







#styledrop {
	position:relative;
	left:10px;
}



#styledrop select {
	width:120px;
}





.link2 {
	cursor:hand;
	float:left;
	text-align:left;
	width:20px;
}

#search-parts-header {
	background-color:#e1e1e1;
	border:2px solid #c7c5b6;
	padding:5px 0;
	margin-bottom:10px;
}

#search-letters {
	margin:5px auto;
	position:relative;
	width:225px;
}

#search-parts {
	clear:left;
	margin:0px auto;
	position:relative;
	width:300px;
}

#search-parts form {
	padding:5px 0 0 0;
}

.parts {
	margin-bottom:20px;
	width:770px;
}

.parts-list th {
	text-align:left;
	height:30px;
	line-height:30px;
}





.tablestr {
	background-color:#e1e1e1;
	height:25px;
	line-height:25px;
	padding:0 5px;
}

.link {
	background-color:#fff;
	border-top:1px solid #e1e1e1;
	height:25px;
	line-height:25px;
}

th {
	background-color:#458345;
	padding:0 5px;
}

.tablemfg, .tableprice {
	background-color:#ccc;
	padding:0 5px;
}

th.description {
	text-align:center;
}

.part_num {
	font-size:9px;
}


th a {
color:#333;
}


th img {
border:0;
}

#homepage-footer {
	margin:0 auto;
	margin-top:50px;
	position:relative;
	height:100px;
	width:700px;
}

#homepage-footer h3 {
	text-align:center;
	margin:0;
	padding:20px 0 0 0;
}

#homepage-footer p {
	text-align:center;
	margin:0;
	padding:0;

}

#watermark {
background-image:url('../images/css-images/logo2.png');
	background-repeat:no-repeat;
	display:block;
	height:121px;
	right:10px;
	margin:10px auto 0 auto;
	position:absolute;
	top:-30px;
	width:147px;
	z-index:50;
}

#watermark2 {
background-image:url('../images/css-images/logo2-reverse.png');
	background-repeat:no-repeat;
	display:block;
	height:121px;
	left:10px;
	margin:10px auto 0 auto;
	position:absolute;
	top:-30px;
	width:147px;
	z-index:50;
}


  
  

  
  
#contact-info {
	padding:5px;
	position:absolute;
	right:0px;
	top:200px;
	width:280px;
}  

#content-contact {
	margin:40px 300px 20px 200px;
}


#customergreeting {
	background-color:#00FFFF;
	display:none;
}

.infoBoxHeading {
	color:#ccc;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 5px 3px;
}



/* MODULES SPECIALS */
#modules_default_specials {
	background-color:#f5f5f5;
	border:2px outset #333;
	border-left:2px solid #c1c1c1;
	border-top:2px solid #c1c1c1;
	margin:15px auto;
	min-height:215px;
	width:756px;
}

#modules_default_specials img {
	background-color:#fff;
	border:2px outset #333;
	border-left:2px solid #c1c1c1;
	border-top:2px solid #c1c1c1;
	margin-bottom:5px;
}

#modules_default_specials .smallText {
	float:left;
	height:150px;
	margin-top:10px;
	text-align:center;
	width:188px;
}

#modules_default_specials .product-image {
	display:block;
	overflow:hidden;
}

#modules_default_specials h3.infoboxHeading {
	background-color:#919ea7;
	color:#333;
	font-size:13px;
	margin:0px auto;
	padding:5px 0px;
	padding-left:10px;
	position:relative;
	text-align:left;
	top:0px;
}
/* END MODULES SPECIALS */


/* MODULES FEATURED */
#modules_featured {
	background-color:#f5f5f5;
	border:2px outset #333;
	border-left:2px solid #c1c1c1;
	border-top:2px solid #c1c1c1;
	margin:15px auto;
	min-height:200px;
	width:756px;
}

#modules_featured img {
	background-color:#fff;
	border:2px outset #333;
	border-left:2px solid #c1c1c1;
	border-top:2px solid #c1c1c1;
	margin-bottom:5px;
}

#modules_featured .smallText {
	float:left;
	height:150px;
	margin-top:10px;
	text-align:center;
	width:188px;
}

#modules_featured .product-image {
	display:block;
	overflow:hidden;
}

#modules_featured h3.infoboxHeading {
	background-color:#919ea7;
	color:#333;
	font-size:13px;
	margin:0px auto;
	padding:5px 0px;
	padding-left:10px;
	position:relative;
	text-align:left;
	top:0px;
}
/* END MODULES FEATURED */



/* MODULES NEW PRODUCTS */
#modules_new_products {
	background-color:#f5f5f5;
	border:2px outset #333;
	border-left:2px solid #c1c1c1;
	border-top:2px solid #c1c1c1;
	margin:15px auto;
	min-height:200px;
	width:756px;
}

#modules_new_products img {
	background-color:#fff;
	border:2px outset #333;
	border-left:2px solid #c1c1c1;
	border-top:2px solid #c1c1c1;
	margin-bottom:5px;
}

#modules_new_products .smallText {
	float:left;
	height:150px;
	margin-top:10px;
	text-align:center;
	width:188px;
}

#modules_new_products .product-image {
	display:block;
	overflow:hidden;
}

#modules_new_products h3.infoboxHeading {
	background-color:#919ea7;
	color:#333;
	font-size:13px;
	margin:0px auto;
	padding:5px 0px;
	padding-left:10px;
	position:relative;
	text-align:left;
	top:0px;
}
/* END MODULES NEW_PRODUCTS */


#newsletter {
	background-color:#f5f5f5;
	border-bottom:2px solid #333;
	border-top:2px solid #333;
	font-size:11px;
	margin:20px 0px;
	padding:5px;
}

#newsletter .infoBoxHeading {
	color:#333;
	padding:10px 0px;
	margin:0px;
	text-align:center;
}



/* AJAX POP-UP IMAGE */
#lightbox{
            position: absolute;
            top: 40px;
            left: 0;
            width: 100%;
            z-index: 100;
            text-align: center;
            line-height: 0;
            }
 
#lightbox a img{ border: none; }
 
#outerImageContainer{
            position: relative;
            background-color: #fff;
            width: 250px;
            height: 250px;
            margin: 0 auto;
            }
 
#imageContainer{
            padding: 10px;
            }
 
#loading{
            position: absolute;
            top: 40%;
            left: 0%;
            height: 25%;
            width: 100%;
            text-align: center;
            line-height: 0;
            }
#hoverNav{
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            z-index: 10;
            }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
 
#prevLink, #nextLink{
            width: 49%;
            height: 100%;
            background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
            display: block;
            }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
 
 
#imageDataContainer{
            font: 10px Verdana, Helvetica, sans-serif;
            background-color: #fff;
            margin: 0 auto;
            line-height: 1.4em;
            }
 
#imageData{
            padding:0 10px;
            }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }  
#imageData #caption{ font-weight: bold;        }
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;      }                                  
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;    }          
                        
#overlay{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 90;
            width: 100%;
            height: 500px;
            background-color: #000;
            filter:alpha(opacity=60);
            -moz-opacity: 0.6;
            opacity: 0.6;
            }
            
 
.clearfix:after {
            content: "."; 
            display: block; 
            height: 0; 
            clear: both; 
            visibility: hidden;
            }
 
* html>body .clearfix {
            display: inline-block; 
            width: 100%;
            }
 
* html .clearfix {
            /* Hides from IE-mac \*/
            height: 1%;
            /* End hide from IE-mac */
            }          
/* END AJAX POP-UP IMAGE */


/*TOP CITIES*/
#top-cities {
	border-bottom:1px dashed #fff;
	color:#fff;
	font-size:12px;
	margin:0px auto 14px auto;
	padding:3px 0px 6px 0px;
	position:relative;
}

#top-cities a {
	color:#fff;
}

#top-cities h3 {
	color:#ccc;
	font-size:1.1em;
	font-weight:bold;
	padding:5px 0 5px 22px;	
}

#top-cities ol {
	margin:0px;
	padding:10px 8px 10px 30px;
}

#top-cities li {
	margin:0;
	padding:0;
	margin-left:10px;
}
/*END TOP CITIES*/