/* controls all text that does not have a class specified */
BODY{
    font-size: 12px;
	background-color: #333;
	background-image:url(images/background.jpg);
    margin: 0px;
	padding: 0px;
	text-align: center; 
    font-family: Arial, Helvetica, sans-serif;
}

/* controls all paragraphs that do not have a class specified */
P{
    margin: 0px 0px 8px 0px;
    font-weight: normal;
    font-size: 12px;
    text-align: left;
}

form{ padding: 0px; margin: 0px; }

/* controls all links that do not have a class specified */
A:link, A:visited{color: #AD0100; text-decoration: none;}
A:link, A:hover {color: #3B3939; text-decoration: none;} 
A:link, A:active{color: #12ABE5; text-decoration: none;}

/*SUP35722 - WCD 20090629 */
ul li a:link{color:#12ABE5; font-weight:normal;}
ul li a:hover{color:#3B3939; font-weight:normal;}


h4.title{ font-weight: bold; color: #555555; font-size: 12px; margin-bottom: 2px; }

.bold{font-weight: bold;}
.blue{color:#147599;}
.gray{ color: #666666 !important;}
.left{ text-align: left !important; }
.black{ color: #000000 !important; }

a.blue{color:#147599 !important;}
a.bold{font-weight: bold !important;}

.hide{
	display: none;
}
.show{ display: block !important; }

/*** HEADER CLASSES ***/

/* adds padding around the site logo */
#header{
	border:#000;
	margin-top: 0px;
	margin-bottom:1px;
	width: 960px;
}

/* controls all table cells that do not have a class specified */
TD
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}


#container{
	width: 970px;
	background: #ffffff;
	margin-top:-20px;
	background: #ffffff;
	margin: 0px auto;
	border:3px solid #000;
	border-width:0px 3px 3px;
}


/*** HEADER CLASSES ***/

/* adds padding around the site logo */
#header{
	margin-top: 0px;
	width: 951px;
}

#header-nav{
	background: #147599;
	width: 100%;
	color: #ffffff;
	clear: left;
	padding: 0px;
	text-align: left;
}


#header-info a:link{
	color: #a1a1a1; 
	font-weight: bold; 
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
	font-size: 10px;
}
#header-info a:visited{
	color: #a1a1a1; 
	font-weight: bold; 
	text-decoration: none;
	padding-right: 17px;
	padding-left: 17px;
	font-size: 10px;
}



/*** FOOTER CLASSES ***/

#footerbar{
	width: 969px;
	background-color:#CCC;
	height: 30px;
}

#footercontent{
	color: #333;
	font-size: 11px;
	width: 630px;
	height: 25px;
	margin-left: 150px;
	padding-top: 9px;
}

#footer{
	color: #333;
	font-size: 11px;
	margin-top: 8px;
	margin-bottom: 10px;
}

	
/* TOP NAVIGATION HEADER */

#crheadertop {
	float:left;
	width:100%;
	height:120px;
	background-color: #FFFFFF;
	}
#crheaderlogoarea 	{
	float:left;
	margin-top:5px;
	width:351px;
	height:120px;
	}
#crheaderlogowrap {
	float:left;
	margin-top:5px;
	}
#crheadertopright {
	float:right;
	width:555px;
	height:90px;
	display:inline
	}
#topmenubkgrnd {
	float:left;
	width:555px;
	height:35px;
	background-image:url(images/grey_navbar.jpg);
	display:inline;
	background-repeat:no-repeat;   
    }
	
.search {
	float: right;
	margin-right: 50px;
	margin-top: 25px;
	width:350px;
	height:50px;
	display:inline;
	background-repeat:no-repeat;   
    }

.topmenubar {
	float:left;
	height:15px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:272727;
	margin:5px 10px 2px 20px;
	}
	
#navbar {
	width:80%;
	float:left;
	height:40px;
	background-color: #FFF;
	background-repeat:repeat-x;
	margin-top:1px;
	margin-bottom:3px;
	}
	
#divider {
	width:100%;
	float:left;
	margin-top:6px;
	margin-bottom:10px;
	}
	
/* DROP DOWN NAVIGATION CODE*/

ul#css3menu1,ul#css3menu1 ul{
	margin:0;list-style:none;background-color:#828282;border-width:0;border-style:solid;border-color:;}
ul#css3menu1 ul{
	display:none;position:absolute;left:0;top:100%;-moz-box-shadow:4.9px 4.9px 3px #000;-webkit-box-shadow:4.9px 4.9px 3px #000;box-shadow:4.9px 4.9px 3px #000;padding:0 8px 8px;background-color:#ececec;border-radius:0 5px 5px 5px;-moz-border-radius:0 5px 5px 5px;-webkit-border-radius:0;-webkit-border-top-right-radius:5px;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;}
ul#css3menu1 li:hover>*{
	display:block;}
ul#css3menu1 li:hover{
	position:relative;}
ul#css3menu1 ul ul{
	position:absolute;left:100%;top:0;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;}
ul#css3menu1{
	padding:3px 3px 3px 0;display:block;font-size:0;float:left;}
ul#css3menu1 li{
	display:block;white-space:nowrap;font-size:0;float:left;}
ul#css3menu1>li,ul#css3menu1 li{
	margin:0 0 0 3px;}
ul#css3menu1 ul>li{
	margin:3px 0 0;}
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
ul#css3menu1 a{
	display:block;vertical-align:middle;text-align:left;text-decoration:none;font:13px Arial;color:#ffffff;cursor:default;padding:6px 12px;background-color:#828282;background-repeat:repeat;border-width:0px;border-style:none;border-color:;}
ul#css3menu1 ul li{
	float:none;margin:8px 0 0;}
ul#css3menu1 ul a{
	text-align:left;padding:6px 10px;background-color:#ececec;background-image:none;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;font:13px Arial;color:#000000;text-decoration:none;}
ul#css3menu1 li:hover>a{
	background-color:#ececec;border-style:none;font:13px Arial;color:#000000;text-decoration:none;}
ul#css3menu1 img{
	border:none;vertical-align:middle;margin-right:6px;}
ul#css3menu1 img.over{
	display:none;}
ul#css3menu1 li:hover > a img.def{
	display:none;}
ul#css3menu1 li:hover > a img.over{
	display:inline;}
ul#css3menu1 span{
	display:block;overflow:visible;background-image:url("images/arrowmain.png");background-position:right center;background-repeat:no-repeat;padding-right:5px;}
	
	ul#css3menu1 ul span{
	background-image:url("images/arrowsub.png");padding-right:22px;}

ul#css3menu1 ul li:hover>a{
	background-color:#AA0000; background-image:-moz-linear-gradient(50% 0%,rgba(0,0,0,0),rgba(0,0,0,0.06) 33%,rgba(0,0,0,0.18));background-image:-webkit-gradient(linear,50% 0%,50% 100%,from(rgba(0,0,0,0)),to(rgba(0,0,0,0.18)),color-stop(33%,rgba(0,0,0,0.06)));font:13px Arial;color:#FFF;text-decoration:none;filter:progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr=#00000000,endColorstr=#2D000000)}
ul#css3menu1.topmenu{
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	width: 965px;
	margin-left:1px;
}
ul#css3menu1 li.toproot>a{
	height:25px;line-height:25px;background-color:;border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;-webkit-border-radius:5px;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;color:#ffffff;}
ul#css3menu1 li.toproot:hover>a{
	line-height:25px;background-color:#f5f5f5;color:#000;}

/* End of Menu */

/* Main Area */

#homepagetoparea {
	float:left;
	width:969px;
	margin:0px;
	padding:0px;
	}
	
#homebottomarea {
	float:left;
	width:969px;
	margin-top:10px;
	padding:0px;
	}

#rightsidemainimage {
	float:left;
	vertical-align:top; 
	width:940px;
	height:250px;
	}
	
/* CONTENT AREAS ON THE MAIN PAGE */

#productimage {
	float:left;
	margin-left:10px;
	margin-top:15px;
	margin-bottom:10px;
	width:275px;
	border:1px solid #999;
	}
	
#keywordcontent {
	float:left;
	margin-left:10px;
	margin-top:13px;
	margin-bottom:10px;
	width:564px;
	}
	
#keywordcontentbottom {
	float:left;
	margin-left:10px;
	margin-top:3px;
	width:400px;
	}
	
#mainimagearea {
	float:right;
	margin-right:15px;
	margin-top:22px;
	width:350px;
	height:460px;
	background-color: #FFF; 
	}

#block-block-14{}

.block_header h2{font-size:13px;background:#AA0000; repeat-x;padding:10px;color:#FFF;font-weight:bold;line-height:12px;margin:0; text-align:left;}

.block_body{height:106px; width: 351px; vertical-align:top; margin:0 0 11px;}

.block_search{height:106px; width: 351px; vertical-align:top; margin:0 0 11px; background-image:url(images/blank_box.jpg);}


/* SECTION FOR CATEGORIES BY SURFACE TYPE*/	

#surfacecategoryheader {
	float:left;
	width:969px;
	height:25px;
	margin-top:8px;
	margin-bottom:8px;
	background-position:left center;
	background-repeat:no-repeat;
	background-color: #333;
	}
	
#surfacecategoryheaderimg {
	float:left;
	width:380px;
	height:25px;
	background-position:left center;
	background-repeat:no-repeat;
	background-color: #333;
	margin-left:300px;
	}	

.surfacecategory {
	float:left;
	margin-left:11px;
	width:149px;
	height:111px;
	}
	
.surfacecategoryright {
	float:left;
	width:149px;
	height:111px;
	}
	
/* FEATURED PRODUCTS SECTION - LOWER BOX */	

#featuredcontent {
	float:left;
	margin-left:10px;
	padding-left:5px;
	margin-top:20px;
	width:405px;
	height:190px;
	background-color: #FFF
	}
	
#featured {
	float:right;
	margin-right:10px;
	margin-top:20px;
	width:520px;
	height:185px;
	background-color: #FFF;
	border:2px solid #666;
	}
#featuredproducts {
	float:left;
	width:360px;
	height:23px;
	background-image: url(images/featured-products.jpg);
	background-repeat:no-repeat;
	margin-left:90px;
	}
.featuredproductimage {
	float:left;
	margin-top:19px;
	margin-left:13px;
	height:121px;
	width:156px;
	border:0px;
	}



/* CATAGORY PAGE */

#productarea {
	float:left;
	width:969px;
	margin-bottom:10px;
	margin:0px;
	padding:0px;
	}
	
#productarea_b {
	float:left;
	width:850px;
	margin-bottom:10px;
	margin-left:13px;
	margin-top:16px;
	padding:0px;
	}
	
#producttitle {
	float:left;
	margin-left:13px;
	margin-top:16px;
	font-size:16px; color:#000;
	font-style:italic; font-weight:bold; 
	width:950px;
	height:22px;
	}
	
#productdescription {
	float:left;
	margin-left:13px;
	margin-top:16px;
	font-size:12px; color: #333;
	width:800px;
	}

#product_a {
	float:left;
	margin-left:13px;
	margin-top:15px;
	margin-bottom:10px;
	width:460px;
	height:265px;
	border: 1px solid #666;
	}
	
#product_b {
	float:right;
	margin-right:13px;
	margin-top:15px;
	margin-bottom:10px;
	width:460px;
	height:265px;
	border: 1px solid #666; 
	}
	
#product_a_short {
	float:left;
	margin-left:13px;
	margin-top:15px;
	margin-bottom:10px;
	width:460px;
	height:200px;
	border: 1px solid #666;
	}
	
#product_b_short {
	float:right;
	margin-right:13px;
	margin-top:15px;
	margin-bottom:10px;
	width:460px;
	height:200px;
	border: 1px solid #666; 
	}
	

/*  END CATAGORY PAGE */

/* PRODUCT PAGE */

#image_left {
	float:left;
	margin-left:75px;
	margin-top:25px;
	margin-bottom:10px;
	width:175px;
	}
	
#content_right {
	float:right;
	margin-right:125px;
	margin-top:25px;
	margin-bottom:10px;
	width:575px;
	border: 1px solid #999;
	}
	
/* PRODUCT PAGE */

#contentcenter {
	float: left;
	margin-left: 25px;
	margin-top:25px;
	margin-bottom:10px;
	width:920px;
	border: 1px solid #999;
	}
	
#contentcenterlong {
	float: left;
	margin-left: 25px;
	margin-top:25px;
	margin-bottom:10px;
	width:920px;
	height:1200px;
	border: 1px solid #999;
	}
	
#searchresults {
	float: left;
	vertical-align: text-top;
	margin-left: 25px;
	margin-top:25px;
	margin-bottom:10px;
	width:920px;
	border: 1px solid #999;
	}
	
/* Show and Hide Content Dropdowns */
.LinkStyle { color: #A32123 !important; text-decoration: none; margin-bottom: .5em; } 
.LinkStyle:hover, .LinkStyle:focus, .LinkStyle:active { cursor: pointer; color: #C6C6C6; text-decoration: underline; }
ul.Hide { margin: 0 0 0 1em !important; padding: 0 !important; }

/* FAQ */
	#faq #Content h3 { margin-left: 50px; margin-top: 2em; margin-bottom: .5em; }
	#faq .Toggle { margin-left: 50px; }
	#faq .Hide { margin-left: 50px; }
	#faq #Content { margin-bottom: 4em; }
