/* CSS Document */
/* Created by Blue Ginger for Sheridan Ltd Feb 2007 */
* {margin: 0px; padding: 0px;} /* - this will reset all margins and paddings to 0 */
body  {
	font: 10pt Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	color: #666666;
	margin: 20px 0px 0px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container { 
	width: 998px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF url(./images/dashes_v.jpg) repeat-y 18px 0px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #BBB4AC;
	border-right: 1px solid #BBB4AC;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#header {
	border-left: 19px solid #A79B8D;
	border-right: 19px solid #A79B8D;
	background-color:#8A8070;
	}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#logo {padding: 11px 0px 0px 24px;}

#topnavigation {
	margin-top:14px;
	width:100%;
	background-color:#BBB4AC;
	height:28px;
	}

#topnavigation ul {
	padding: 0px 0px 0px 0px;
	width: 960px; /*For KHTML*/
	list-style: none;
	}

#topnavigation ul li {
	margin: 0;
	padding: 0;
	float: left; /*For Gecko*/
	list-style: none;
	position: relative;
	font: normal 92%/24px Arial, Verdana, Helvetica, sans-serif;
	}
#topnavigation ul a {
	padding: 0 10px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
/*	background: #BBB4AC; */
	color: #FFF;
	text-decoration: none;
	/* height: auto !important; */
	/* height: 1%; /*For IE*/
	}
#topnavigation ul a:hover,
#topnavigation ul li:hover a {
  background: #8A8070;
  color: #666;
}

/* start old */

/* #topnavigation ul {
	padding: 0px 0px 0px 143px;
	width: 599px; /*For KHTML*/
/*	list-style: none;
	} */

/* end old */

#topnavigation ul a.home:hover {color:#FFFFFF;}
#topnavigation ul a.doors:hover {color:#00CC00;}
#topnavigation ul a.doors2:hover {color:#00CC00;}
#topnavigation ul a.corian:hover {color:#F4CACB;}
#topnavigation ul a.apollo:hover {color:#9EACCB;}
#topnavigation ul a.apollo_slab:hover {color:#006EC7;}
#topnavigation ul a.wood:hover {color:#d3a05d;}
#topnavigation ul a.granite:hover {color:#000000;}
#topnavigation ul a.quartz:hover {color:#7acad8;}
#topnavigation ul a.quartzite:hover {color:#7A1C3D;}
#topnavigation ul a.zodiaq:hover {color:#bd2925;}
#topnavigation ul a.quicktops:hover {color:#FFCC33;}
#topnavigation ul a.roxx:hover {color:#BB8EC5;}
#topnavigation ul a.sinks:hover {color:#a8acb2;}
#topnavigation ul a.dentop:hover {color:#B4D78B;}
#topnavigation ul a.lab20:hover {color:#9DC9BB;}
#topnavigation ul a.artemis:hover {color:#F4E983;}
#topnavigation ul a.floortiles:hover {background:#613314; color:#CCCCCC;}

#topnavigation ul .home_picked {padding: 0px 12px; background:#8A8070; color:#FFFFFF;}
#topnavigation ul .doors_picked {padding: 0px 11px 0px 12px; background:#8A8070; color:#00CC00;}
#topnavigation ul .corian_picked {padding: 0px 12px; background:#8A8070; color:#F4CACB;}
#topnavigation ul .apollo_picked {padding: 0px 12px; background:#8A8070; color:#9EACCB;}
#topnavigation ul .apollo_slab_picked {padding: 0px 12px; background:#8A8070; color:#006EC7;}
#topnavigation ul .wood_picked {padding: 0px 12px; background:#8A8070; color:#d3a05d;}
#topnavigation ul .granite_picked {padding: 0px 12px; background:#8A8070; color:#000000;}
#topnavigation ul .quartz_picked {padding: 0px 12px; background:#8A8070; color:#7acad8;}
#topnavigation ul .quartzite_picked {padding: 0px 12px; background:#8A8070; color:#7A1C3D;}
#topnavigation ul .zodiaq_picked {padding: 0px 12px; background:#8A8070; color:#bd2925;}
#topnavigation ul .quicktops_picked {padding: 0px 12px; background:#8A8070; color:#FFCC33;}
#topnavigation ul .roxx_picked {padding: 0px 12px; background:#8A8070; color:#a184b7;}
#topnavigation ul .sinks_picked {padding: 0px 12px; background:#8A8070; color:#a8acb2;}
#topnavigation ul .dentop_picked {padding: 0px 12px; background:#8A8070; color:#B4D78B;}
#topnavigation ul .lab20_picked {padding: 0px 12px; background:#8A8070; color:#9DC9BB;}
#topnavigation ul .artemis_picked {padding: 0px 12px; background:#8A8070; color:#F4E983;}
#topnavigation ul .floortiles_picked {padding: 0px 12px; background:#613314; color:#CCCCCC;}

.spacer {	border-bottom:10px solid #FFFFFF;}
#navleft {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
/*	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 19px;
}
#navleft ul	{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font: normal 13px/22px Arial, Verdana, Helvetica, sans-serif;
	}
#navleft ul a, #navleft ul .navleft_picked_bold, #navleft .navleft_picked_block, navleft {
	display: block;
	padding: 3px 9px 3px 10px;
	width: 115px;
	background-color: #FFF;
	text-decoration: none;
	color: #BBB4AC;
	}
#navleft ul .navleft_picked_bold {background:#FFF; color:#8A8070; font-weight:bold;}
#navleft ul a:hover, #navleft ul li:hover a, #navleft .navleft_picked_block {
	background-color: #8A8070;
	color: #fff;
	}
#navleft ul a.brochure:link, #navleft ul a.brochure:visited, #navleft ul a.brochure:active {
	width:132px;
	background-color:#FFFFFF;
	border:1px solid #FFFFFF;
	padding:0px;
	margin:0px;
	}
#navleft ul a.brochure:hover {
	border:1px solid #8A8070;
	padding:0px;
	margin:0px;
	}
#navleft .about {border-top:1px dotted #8A8070; margin-top:5px; padding-top:5px;}
#navleft .special-offer, #navleft .clearance-items {color:#ee0000;}
.residential {color: #8A8070; border-bottom: 1px dotted #8A8070; margin-bottom: 10px;font: normal 13px/22px Arial, Verdana, Helvetica, sans-serif; font-weight:bold;}
.commercial {color: #8A8070; margin-bottom: 5px;font: normal 13px/22px Arial, Verdana, Helvetica, sans-serif;}
#navleft a.section:link, #navleft a.section:visited, #navleft a.section:active {color:#8A8070; text-decoration:none;}
#navleft a.section:hover {text-decoration:underline;}

#right { 
	margin: 0 0 0 149px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the navleft div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #navleft space when the content in #navleft ends. */
	padding: 0 19px 0 22px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#main_content {	margin: 20px 0px 10px 20px; height:100%; text-align:left;	}
#main_content p {margin-top:5px; padding:0px;line-height:1.5em; font-size:80%; color:#8A8070;}
#main_content br {margin-top:5px; padding:0px;}
#main_content h1 {font-size:110%; color:#8A8070; padding-bottom: 0px;}
#main_content h2 {font-size:95%; color:#8A8070; font-weight:bold; padding-bottom: 0px; text-align:left;}
#main_content h3 {font-size:95%; color:#8A8070; font-weight:bold; padding: 10px 0px 0px 0px; margin-bottom:0px; text-align:left;}
#main_content ul {margin-left: 40px; margin-top: 20px; line-height:1.5em; font-size:80%; color:#8A8070;}
#main_content .usps {width: 280px; float:left; margin:5px 0px 20px 0px; padding:0px; font-size:100%;}
#main_content ul.tech_spec {margin-top:3px; margin-left: 20px; padding:0px; color:#8A8070;}

#main_content a:link, #main_content a:visited, #main_content a:active {color:#CC6600; text-decoration:none;}
#main_content a:hover {text-decoration:underline;}
#main_content #sitemap {font-size: 80%; color: #f63; margin:0px; padding-left:10px;}
#main_content #sitemap li {list-style: none; color:#666666;}
#main_content #sitemap li ul {font-size: 100%; color: #000; margin:0px; padding-left:16px;}


#swatchab {position:relative; height:1%; margin-top:20px; text-align:center;}
#swatchab h2 {text-align:left;}
#swatchab p {text-align:left; font-size:11px; padding:0px; margin:0px; line-height:normal; color:#87888a;}
#swatchab p.intro {margin-top:5px; line-height:1.5em;}

#pickle {position:relative; height:240px; margin-top:20px; text-align:center;}
.swatches p {text-align:left;}
.swatch {float:left; border-bottom:1px solid #BBB4AC; width:104px; margin-right:8px; margin-bottom:10px;}
.swatch_space {float:left; border-bottom:0px solid #BBB4AC; width:104px; margin-right:8px; margin-bottom:10px;}
.swatch_med {float:left; border-bottom:1px solid #BBB4AC; width:125px; margin-right:10px; margin-bottom:10px;}
.swatch_mixa {float:left; border-bottom:1px solid #BBB4AC; width:125px; height: 70px; margin-right:10px; margin-bottom:10px;}
.swatch_bowls1 {float:left; border-bottom:1px solid #BBB4AC; width:125px; height: 72px; margin-right:10px; margin-bottom:10px;}
.swatch_bowls2 {float:left; border-bottom:1px solid #BBB4AC; width:105px; height: 83px; margin-right:8px; margin-bottom:10px;}
.swatch_bowls3 {float:left; border-bottom:1px solid #BBB4AC; width:125px; height: 100px; margin-right:10px; margin-bottom:10px;}
.swatch_med170 {float:left; border-bottom:1px solid #BBB4AC; width:170px; margin-right:10px; margin-bottom:10px;}
.swatch_drainer {float:left; border-bottom:1px solid #BBB4AC; width:170px; height: 87px; margin-right:10px; margin-bottom:10px;}
.swatch_drainer_pan {float:left; border-bottom:1px solid #BBB4AC; width:170px; height: 118px; margin-right:10px; margin-bottom:10px;}
.swatch_jointing {float:left; border-bottom:1px solid #BBB4AC; width:170px; height: 91px; margin-right:10px; margin-bottom:10px;}
.swatch_med176 {float:left; border-bottom:1px solid #BBB4AC; width:176px; height: 155px; margin-right:10px; margin-bottom:10px;}
.swatch_med212 {float:left; border-bottom:1px solid #BBB4AC; width:212px; height: 180px; margin-right:10px; margin-bottom:10px;}
.swatch_pan_rests {float:left; border-bottom:1px solid #BBB4AC; width:212px; height: 205px; margin-right:10px; margin-bottom:10px;}
.swatch_wide {float:left; border-bottom:1px solid #BBB4AC; width:260px; height: 110px; margin:0px; margin-right:10px; margin-bottom:10px; padding:0px;}
.swatch_big_wood {float:left; border-bottom:1px solid #BBB4AC; width:260px; height: 165px; margin:0px; margin-right:10px; margin-bottom:10px; padding:0px;}
.swatch_cutout {float:left; border-bottom:1px solid #BBB4AC; width:260px; height: 80px; margin:0px; margin-right:10px; margin-bottom:10px; padding:0px;}
.swatch_cutout2 {float:left; border-bottom:1px solid #BBB4AC; width:260px; height: 74px; margin:0px; margin-right:10px; margin-bottom:10px; padding:0px;}
.swatch_wide_tbl {float:left; border-bottom:1px solid #BBB4AC; width:300px; height: 125px; margin-right:10px; margin-bottom:10px;}
.swatch_wide450 {float:left; border-bottom:1px solid #BBB4AC; width:290px; height: 120px; margin-left:60px; margin-bottom:5px;}
.swatch_widefab {float:left; border-bottom:1px solid #BBB4AC; width:170px; height: 75px; margin-left:0px; margin-bottom:5px;}

#swatch_table {float:right; border-bottom:0px solid #BBB4AC; width:260px; margin-left:0px; margin-bottom:10px;}
.sw_desc {float:left; font-size:7pt; padding-top:1px; color:#8A8070;}
.swatch_med176 .sw_desc { width:150px; text-align:left;}
.swatch_drainer .sw_desc, .swatch_jointing .sw_desc {width:150px; text-align:left;}
.swatch_cutout .sw_desc, .swatch_cutout2 .sw_desc { width:240px; text-align:left;}
.sw_mag {float:right; margin:2px 1px 1px 0px;}

#swatchab #inset {
/*		border-left:5px solid #018ccd; 
		border-bottom:5px solid #018ccd; */
		float:right;
		width:280px;
		text-align: right;
/*		background:#00427c; */
		margin:0px;
		padding:0px;
		border:0px solid green;
		height: 218px;
		}
#swatchab .popup {position: absolute; margin:0px; padding-top:5px; z-index:5; width:260px; height:180px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab .popup_square {position: absolute; margin:0px; padding-top:5px; z-index:5; width:260px; height:260px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab .popup_wide {position: absolute; margin:0px; padding-top:5px; z-index:5; width:420px; height:260px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab .popup_wide1 {position: absolute; margin:0px; padding-top:5px; z-index:5; width:420px; height:220px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab .popup_tall {position: absolute; margin:0px; padding-top:5px; z-index:5; width:260px; height:270px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab .popup_tall1 {position: absolute; margin:0px; padding-top:5px; z-index:5; width:260px; height:300px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab .popup_tall2 {position: absolute; margin:0px; padding-top:5px; z-index:5; width:260px; height:375px; border:1px solid #8A8080; background:#FFF; visibility:hidden;}
#swatchab p.popup_desc {margin:5px; text-align:left;}
#swatchab ul {text-align:left; margin:0px; margin-left:20px; padding:0px; color:#8A8070;}

#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#footer {border-left: 19px solid #A79B8D; border-right: 19px solid #A79B8D; background-color:#8A8070; padding:5px 0px 5px 120px; font-size:65%; clear:left;}
#footer a:link, #footer a:visited, #footer .ftr_picked {text-decoration:none; color:#FFFFFF; margin-right: 20px;}
#footer .ftr_picked {text-decoration:underline; margin-right:20px;}
#footer a:hover {text-decoration:underline;}
#footer .copyright {padding-left: 15px; color:#BBB4AC;}
#footer .telephone {font: bold 80%; color:#FFF; padding-left: 35px;}

.site_by {font-size:80%;margin-top:5px;}
#createdby {position:relative;
	width: 960px;
	\width: 950px;
	w\idth: 960px;
	margin:5px auto;
	padding: 0px 0px 10px 30px;
	color:#999999;
	font-size:70%;
	text-align:right;}
#createdby a {color:#3366CC; text-decoration:none;}
#createdby a:hover {text-decoration:underline;}
#createdby p {padding-top:12px;}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.jobdate {font-size:70%; color:#666666;}