@charset "UTF-8";
/* CSS Document */


/*----- COLORS
dark blue: #26587d
teal:#afd2cf
-------*/


/*---------------------  START CSS RESET  ---------------------*/

body, div, dl, dt, dd, /*ul,*/ ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, /*table, th, td,*/ embed, object {
	padding: 0;
	margin: 0; 
	}

/*table {
	border-spacing: 0;
	}
	
*/	

fieldset, img, abbr {
	border: 0;
	}

ul {
	/*list-style: none;*/
	margin:0px 10px;
	padding:0px 10px;
	}

caption, th {
	text-align: left;
	}

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

ins {
	text-decoration: none;
	}

/*---------------------   END CSS RESET   ---------------------*/


/*---------------------  START CLEARFIX  ---------------------*/

.clearfix:after {
content: "."; display: block; height: 0; clear: both; visibility: hidden;}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%}

.clearfix {display: block;}

.clear {
	clear:both;
}

/*---------------------   END CLEARFIX   ---------------------*/



/*---------------------  START TEXT ELEMENTS  ---------------------*/

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #afd2cf;
	}

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#26587d;
	font-size:20px;
	font-weight:bold;
	margin-bottom:8px;
	}

h2 {
	
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#26587d;
	font-size:24px;
	font-weight:bold;
	margin-bottom:10px
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#26587d;
	font-size:16px;
	font-weight:bold;
}
h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#26587d;
	font-size:14px;
	font-weight:bold;
}
h4 a{
	text-decoration:none;
}
h5 {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-size:16px;
	font-weight:normal;
}

a:link, a:active, a:hover, a:visited {
	color:#26587d;
	}
	
.bold {
	font-weight:bold;
}


/*---------------------   END TEXT ELEMENTS   ---------------------*/



/*---------------------  START GLOBAL LAYOUT  ---------------------*/

#body{
	width:780px;
	}
#body-cat{
	width:650px;
	}	
#container {

}
#footer ul, #footer li {
	margin:0px;
	padding:0px;
}
#footer li {
	display:inline;
	padding-right:8px;
}


.header, .header a:link, .header a:visited, .header a:active{
	color:#26587d;
	text-decoration:none;
	font-size:13px
	}
.header a:hover{
	color:#26587d;
	text-decoration:underline
	}
.toplinks{
	font-size:11px;
	color:#2a628c;
}
.toplinks a{
	font-size:11px;
	color:#2a628c;
	text-decoration:none;
}
.toplinks a:hover{
	text-decoration:underline;
}
#footer{
	color:#333;
	width:980px;
	}

#breadcrumbs{
	font-size:11px;
	margin:10px 20px 8px 20px;
	color:#26587d;
}
#breadcrumbs, #breadcrumbs a{
 	color:#26587d;
	font-size:11px;
}
.titles {
	background-color:#77b800;
	color:#fff;
	padding:2px 10px;
	font-size:16px;
	margin-bottom:5px;
	margin-right:5px
	}
.alt-color{
	background-color:#fceaf2
	}
.right {
	float:right;
}
.left {
	float:left;
}
.clear {
	clear:both;
}
select, input, textarea {
	border:1px solid #83cfc9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	margin:0
	}

input.no_border {
	border:none;
	margin:0;
	padding:0
	}
.required {
	color:#a50069;
	font-weight:bold
}


/*---------------------   END GLOBAL LAYOUT   ---------------------*/


/*---------------------  START NAVIGATION MENU  ---------------------*/
#menu{
	text-align:left;
	background-image:url(/img/menu_bg.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:200px
	}
.menu_cat {
	margin:6px 15px;
	}	
.menu_cat a{
	font-size:14px;
	color:#26587d;
	text-decoration:none;
	font-weight:normal;}
.menu_subcat{
	margin:0 5px;}
.menu_subcat li{
	margin:0 0 2px 0;
	padding:5px;
	font-weight:normal;
	border:1px solid #ccc;
	font-size:13px;
	color:#26587d;
	list-style: none;
	}	
.menu_subcat li.menu_subcat_active {
	color:#fff;
	list-style: none;
	background-image:url(/img/submenu_bg.gif);
	background-repeat:repeat-x;
	line-height:15px;
	}
.menu_subcat li.menu_subcat_ie_hack{
    border:none;
    padding-bottom:0px;
}
.menu_subcat li.menu_subcat_active a{
	color:#fff;
	}			
	
.menu_subcat li a{
	text-decoration:none;
	
	}
.menu_subsubcat{
	margin-left:5px;
	border:none;
}	
.menu_subsubcat li{
	padding:2px 0;
	font-weight:normal;
	border:none;
	list-style:circle;

	}		
.menu_subsubcat a{
	font-weight:normal;
	border:none;
	font-size:12px;
	color:#26587d;
	text-decoration:none;
		}			
.menu-title{
	background-image:url(/img/menu_titles.jpg);
	background-repeat:repeat-x;
	padding:10px 15px;
	text-transform:uppercase;
	font-family:Georgia, 'Times New Roman', Times, serif;
	font-weight:bold;
	font-size:12px;
	color:#36b6ac
	}
#menu-note{
	margin:10px;
	color:#7e7e7e;
	font-size:11px
	}
#menu-note .top{
	background-image:url(/img/menu_note_top.gif);
	background-repeat:no-repeat;
	height:10px
	}
#menu-note .bg{
	padding:5px 15px;
	background-image:url(/img/menu_note_bg.gif);
	background-repeat:repeat-y;
	}
#menu-note .bot{
	background-image:url(/img/menu_note_bot.gif);
	background-repeat:no-repeat;height:10px
	}	

/*---------------------  END NAVIGATION MENU  ---------------------*/



/*---------------------  START HOME PAGE  ---------------------*/

.promo-title {
	margin:2px;
	background-image:url(img/promo_title_bg.jpg);
	padding:5px;
	color:#26587d;
	font-size:14px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:left
	}

.promo{
	text-align:center;
	margin:2px 2px 0 2px;
	background-color:#FFF;
	height:140px;
	overflow:hidden
	}

.promo-text {
	padding:8px 10px;
	font-size:11px;
	text-align:left
	}
					
#slideshow {
	padding: 6px; 
	margin:0 20px;
	overflow: hidden; 
	position: relative; 
	height: 262px;
	background-color:#fff
	
	}
#slideshow img {
	display: none;
	position: absolute; 
	left: 6px;
	top: 6px; 
	
	 }



/*---------------------   END HOME PAGE   ---------------------*/



/*---------------------  START CATEGORY PAGE  ---------------------*/

.cat-title{
	padding:10px 2px;
	background-color:#fff;
	width:190px;
	height:30px;
	}
.cat-box{
	padding:2px;
	background-color:#fff;
	width:190px;
	height:140px;
	overflow:hidden
	}
.cat_description{
	margin:0 20px;
	
	}
.cat-feat-title {
	background-color:#26587d;
	margin-bottom:2px;
	padding:5px;
	font-family:Georgia, Times New Roman, Times, serif;
	color:#26587d;
	font-size:12px;
	font-weight:bold;color:#fff
	}
.cat_feature {
	background-color:#fff;
	margin-bottom:4px;
	}		


/*---------------------   END CATEGORY PAGE   ---------------------*/



/*---------------------  START PRODLIST PAGE  ---------------------*/
.list-paging {
	margin:0 20px;
	background-color:#26587d;
	padding:3px 10px;
	color:#fff;
	height:23px
	}
.list-paging a{
	color:#fff
	}
.list-box{
	border:1px solid #afd2cf;
	padding:5px
	}
.list-name{
	margin:5px 0;
	font-weight:bold
	}
.list-avail {
	  font-size:11px;
	  color:#3c4645;
	  font-stle:italic
	  }	
	

/*---------------------   END PRODLIST PAGE   ---------------------*/


/*---------------------  START PROD DETAIL PAGE  ---------------------*/

.prod-name {
	margin-bottom:4px;
	background-color:#26587d;
	padding:5px 8px;
	color:#fff;
	}
.spec-cell {
	border:1px solid #afd2cf;
	background-color:#fff;
	font-size:11px}
.spec-label	{
	color:#26587d
	}
.view-larger{
	margin:2px 0 4px 0;
	background-image:url(/img/view-larger-bg.gif);
	background-repeat:repeat-y;
	color:#fff;
	text-align:right;
	width:290px;
	padding:5px;
	font-size:11px;
	font-style:italic;
	}
.view-larger a{ text-decoration:none}	

.recommended-title{
	margin:10px 20px 0 20;
	background-color:#26587d;
	padding:8px;
	color:#fff;
	
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	font-size:12px;
	}
.colors-title{
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	margin:20px 0 0 0;
	background-color:#afd2cf;
	padding:8px;
	color:#2a628c;
	
	
	}	


/*---------------------   END PROD DETAIL PAGE   ---------------------*/



/*---------------------  START SHOPPING CART PAGE  ---------------------*/

.cart_header {
	background-color:#26587d;
	color:#fff;
	font-size:11px;
	padding:3px;
	}
.cart_footer {
	}
.cart_update {
	background-color:#fca2ca;
	color:#a50069;
	font-size:11px;
	padding:2px;
	border-top:2px solid #fca2ca;
	font-weight:bold
}	
	


/*---------------------   END SHOPPING CART PAGE   ---------------------*/



/*---------------------  START GENERIC PAGE  ---------------------*/

.generic_cms {
	margin:0 20px;
	}
.generic_cms p{
	margin:10px 0;
	}	

/*---------------------   END GENERIC PAGE   ---------------------*/



/*---------------------  START FAQ PAGE  ---------------------*/

/*---------------------   END FAQ PAGE   ---------------------*/




/*---------------------  START SEARCH PAGE  ---------------------*/

.searchtitles{
	font-family:Georgia, Times New Roman, Times, serif;
	font-weight:bold;
	background-color:#afd2cf;
	padding:8px;
	color:#2a628c;
	
	
	}



/*---------------------   END SEARCH PAGE   ---------------------*/



/*---------------------  START SITEMAP PAGE  ---------------------*/

/*---------------------   END SITEMAP PAGE   ---------------------*/



/*---------------------  START DEALER LOCATOR PAGE  ---------------------*/

.locator-text {
	margin:20px 110px 10px 110px
	}
.locator-box {
	border:1px solid #e86db2;
	padding:20px;
	margin:0 110px;
	}
.locator-results {
	margin:20px 110px 10px 110px;
	}
.locator-label {
	border-bottom:1px solid #e86db2;
	font-size:11px;
	font-weight:bold;
	padding-bottom:5px
	}
.locator-cell {
	border-bottom:1px solid #e86db2;
	}

/*---------------------   END DEALER LOCATOR PAGE   ---------------------*/




/*---------------------  START CONTACT US PAGE  ---------------------*/


/*---------------------   END CONTACT US PAGE   ---------------------*/

/*---------------------  START EMAIL SIGN UP PAGE  ---------------------*/
.email_fields {
	margin-left: 30px;
	margin-top: 10px;
}

.email_fields .field_label {
	width: 100px;
	float: left;
}
/*---------------------   END EMAIL SIGN UP PAGE   ---------------------*/

