/**
 * codebase.css 
 * code by strangecode :: www.strangecode.com :: this document contains copyrighted information
 *
 * CSS used in codebase templates and scripts that generate HTML. Do not arbitrarily
 * edit this code! This file is used between many sites and modifying it may result
 * in something breaking. Instead, overwrite these values in a specific site by
 * adding new definitions to a screen.css file.
 */


/*_____________________ MESSAGING SYSTEM ____________________*/
.codebasemsg
{
	font-family: verdana,geneva,arial,sans-serif;
}

.success, .notice, .warning, .error
{
	margin: 0 0 6px 0;
	padding: 5px;
	background: #fff;
	border: 1px solid white;
}

.success
{
	color: #090;
	border-color: #090;
}

.notice
{
	color: #C60;
	border-color: #C60;
}

.warning, .error
{
	color: #f00;
	border-color: #f00;
}

/* BEAU: How about a seperate class for the $fv->err() function to print? At the moment it uses the above error definition, but we could use a "form error {" one too. */body {
	margin: 0px;
	padding:0px;
	min-width: 650px;
	text-align: center;
	background-color: #FFF;
}

body#home {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	min-width: 750px;
	text-align: center;
	background-color: #9D9991;
	background-image: url(/_i/bkg_body2.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0;
	padding: 0;

	text-align: left;
	background-color: #FFF;
}

#home #wrapper {
	width: 750px;
	margin: 0px auto;
}



#banner	{
	background-color: #F0F0E1;
	background-image: url(../_i/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 71px;
	text-align: right;
}

#basic_search {
	margin: 10px 20px 0px 15px;
	padding: 0px;
	float: right;
	white-space: nowrap;
	text-align: left;
}

#logo {
	float: left;
	text-align: left;
}

#nav {
	height: 32px;
	margin: 0px;
	background-image: url(../_i/bg_nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
	
#tiles {
	background-image: url(../_i/bg_tile.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 15px;
	margin: 0px;
	padding: 0px;
}

body#home #tiles {
	display: none;
}


#content {
	background-image: url(/_i/bg_whiteshadow.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#title {
	position: relative;
	left: 15px;
	top: 15px;
	height: 30px;
	background-color: #9D9991;
	display: block;
	border-bottom: 1px solid #FFF;
	background-image: url(../_i/corner_1_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 10000;
/* 	voice-family: "\"}\""; */
/* 	voice-family: inherit; */
	margin-right: 215px;
}

* html #title {
	left: 14px;
}

/* IE/Win Bugfix for Product Detail page */
* html #product #subnav { height: 20px; }

#subnav {
	position: relative;
	top: 14px;
	margin: 0px 200px 0px 245px;
	padding: 0 0 0.5em 0;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #E7E6E4;
	border-top: 1px solid #FFF;
	z-index: 1000;
}

/* Adjust the structure to allow for a wide content area */
body#find_a_store #subnav, 
body#scrapbook #subnav,
body#contractors #subnav,
body#glossary #subnav,
body#layouts #subnav {
	margin-left: 15px;
}

* html #subnav {
	margin-right: 201px;
	margin-left: 10px;
}

* html body#find_a_store #subnav, 
* html body#scrapbook #subnav,
* html body#contractors #subnav,
* html body#glossary #subnav,
* html body#layouts #subnav {
	margin-left: 14px !important;
}


#leftcontent {
	position: relative;
	width: 230px;
	float: left;
	display: inline;
	background-color: #9D9991;
	margin: 0px 0px 20px 15px; 
	padding: 0px;
	background-image: url(../_i/corner_1_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	z-index: 9000;
}

html>body #leftcontent { padding-top: 10px; }

body#home #leftcontent { padding-top: 0px; }


body#scrapbook #leftcontent, 
body#dealers #leftcontent,
body#contractors #leftcontent,
body#contactinfo #leftcontent, 
body#search #leftcontent {
	background-color: #CECCC8;
	color: #534E43;
}

#centercontent {
	margin: 15px 225px 0px 245px;
	padding: 10px 0px 15px 0px;
	position: relative;
}

/* Adjust the structure to allow for a wide content area */
body#find_a_store #centercontent, 
body#scrapbook #centercontent, 
body#contractors #centercontent,
body#glossary #centercontent,
body#layouts #centercontent {
	margin-left: 15px;
}

#rightcontent {
	position: absolute;
	right: 0px;
	top: 118px;
	width: 170px;
	margin: 15px;
	padding: 0px;
	background-image: url(../_i/corner_1_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;

}


#footer {
	margin-top: 20px;
	padding: 0px 230px 0px 230px;
	border-top: 1px solid #999 !important;
	background-color: #FCFCF8;
	text-align: center;
	clear: both;
	background-color: transparent;
	background-image: url(/_i/bg_footer.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}



/* Adjust the structure to allow for a wide content area */
body#find_a_store #footer, 
body#scrapbook #footer,
body#contractors #footer,
body#glossary #footer,
body#layouts #footer {
	padding: 0px 0px 15px 15px;
}

#product #centercontent {
	margin-bottom: 80px;
}
	
/* HOME PAGE CSS */


body#home #leftcontent {
	width: 200px;
	margin: 0;
	padding: 0 0 0 0;
	
	background-color: #FFF;
	background-image: url(../_i/bkg_home_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
}

body#home #title  {
	display: none;
}

* html body#home #leftcontent {
	width: 200px;
}

body#home #centercontent {
	position: relative;
	float: left;
	margin: 0  !important;
	padding: 0 !important;
	width: 550px;
}

body#home #rightcontent {
	display: none;
}

#home_rightcontent {
	display: none;
}

body#home #footer { 
	clear: both; 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, h7	{
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px; 
	padding: 5px 15px 7px 15px;
	margin:  0px;
}
	
p, blockquote, dl {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

/* dustin's addition */
address {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:lighter;
	font-style:normal;
	padding-left:15px;
	padding-bottom: 15px;
	line-height:15px;
}


contactinfo {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:lighter;
	font-style:normal;
	padding-left:15px;
	padding-bottom: 15px;
	line-height:15px;
}

contactinfo2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	line-height:15px;
	padding-left:15px;
}



blockquote {
	margin:  0px 40px 0px 40px;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
}

/*Changed color from 036 to 534E43 */
h2	{
	font-size: 14px;
	line-height: 14px; 
	color: #534E43;
	font-weight: bold;
}


* html h2 { font-weight: bold !important;}

h3	{
	font-size: 12px;
	font-weight: normal;
	color: #534E43;
}

h4	{
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

	
a:link {
	color: #C60;
}

a:visited {
	color: #534E43;
}

a:visited:hover, a:hover {
	color: #900;
}

a:active, a:visited:active {
	color: #036;
	text-decoration: none;
}
a img {
    border: 0;
}

ul {
	margin: 0px;
	padding: 0px 10px 5px 35px;
}

li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: normal;
	color: #534E43;
	padding: 4px 0px 0px 0px;
	margin: 0px;
}

ol {
	margin: 0px;
	padding: 0px 45px 20px 45px;
}

dt {
	font-size: 12px;
	font-weight: normal;
	color: #333;
}

dd {
	padding-bottom: 10px;
}

div#leftcontent dt {
	font-size: 11px;
	margin-top: 4px;
}
div#leftcontent dd {
	padding-bottom: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}



/* NAVIGATION */


#nav ul {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	line-height: 10px; 
}

#nav li {
	margin: 0px;
	padding: 0px 6px 0px 12px;
	display: inline;
	background-image: url(../_i/bullet_nav.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

#nav li a:link,
#nav li a:visited {
	margin: 0px;
	padding: 2px 4px 2px 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-transform: uppercase;
}

#nav li a:link:hover,
#nav li a:visited:hover {
	color: #900;
}

#nav ul li a:link:active,
#nav ul li a:visited:active {
	color: #C90;
	text-decoration: underline;
}

#nav a.current:link,
#nav a.current:visited {
	text-decoration: none;
	border: 1px solid #9D9991;
	background-color: #FFF;
	color: #C60;
}


#subnav ul {
	padding: 5px 10px 7px 15px;
	margin: 0px;
}

* html #subnav ul { margin-right: 5px; }

#subnav li {
	padding: 0px;
	display: inline;
	line-height: 18px;
	margin: 1px;
}

html>body #subnav li {
	margin: 0 -5px 0 0;
}

#subnav a:link,
#subnav a:visited {
	padding: 5px 0px 0px 0px;
	text-decoration: none;
	margin: 0 5px;
}

#subnav a:visited { color: #333;}

* html #subnav a:link,
* html #subnav a:visited {
	padding-top: 5px;
}

#subnav .current {
	background-image: url(../_i/tick_down.gif);
	background-position: 0 0%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}

#subnav form {
	margin: 0;
	padding: 5px 15px;
}


#photo_nav {
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 230px !important;
}


.p_nav_link {
	padding-left: 0px;
	margin: -2px 10px 0 15px;
}

.p_nav_link li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: inline;
	padding: 0;
	margin: 0px 1px;
}

.p_nav_link li a:link,
.p_nav_link li a:visited {
	color: #DBDBD6;
	font-size: 11px;
	border: 1px solid #DBDBD6;
	background-color: #726D61;
	line-height: 27px;
	padding: 2px 4px 3px 4px;
	text-decoration: none;
}

html>body .p_nav_link li a:link,
html>body .p_nav_link li a:visited {
	padding-bottom: 4px;
}

.p_nav_link li a:link:hover,
.p_nav_link li a:visited:hover {
	background-color: #9C988B;
}


.p_nav_link li.single_digit a:link,
.p_nav_link li.single_digit a:visited {
	padding: 2px 8px 4px 7px;
}



/* SEARCH ELEMENTS */

#basic_search p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px; 
	text-align:left;
	font-weight:normal;
	color: #333;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}

#basic_search form, #basic_search input {
	padding: 0px;
	margin: 0px;
}

#basic_search form {
	font-size: 10px;
	line-height: 10px;
}

#basic_search input { vertical-align: top;}

#basic_search select { margin-bottom: 3px;}

/* STRUCTURAL ELEMENTS */

.float_image {
	float: right;
	margin: 0px 15px 10px 15px;
	padding: 0px;
}

.float_image2 {
padding: 15px 15px 15px 15px;
}


.float_image3 {
float:none;
margin: 20px 15px 0px 15px;
padding: 0px
}


#leftcontent .bottom {
	color: #FFF;
	line-height: 20px;
	padding: 10px 15px 15px 15px;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#guidelines {
	float: right;
	position: relative;
}

#guidelines a {
	margin: 0;
	padding: 0;
}

#guidelines p#guidelines_desc {
	display: none;
	position: absolute;
	top: 150%;
	left: 0;
	border: 1px solid #666;
	background-color: #DDD;
	z-index: 10000;
}



body#search #leftcontent .bottom {
	padding: 0px;
}


#leftcontent h2 {
	padding: 10px 15px 10px 15px;
	margin: 0px;
	color: #FFF;
}

* html #leftcontent h2 { padding-top: 30px;}

body#home #leftcontent h2 {
	margin: 0;
	padding: 5px 15px 7px 15px;
	background-color: #726D61;
	font-weight: lighter;
}

body#home #leftcontent p {
	color: #333;
	font-size: 9px;
	margin: 0 0 5px 0;
}


* html #dealers #subnav ul { margin-left: 230px; }

body#scrapbook #leftcontent .bottom, 
body#dealers #leftcontent .bottom, 
body#contractors #leftcontent .bottom {
	color: #534E43;
}

body#scrapbook #leftcontent h2, 
body#dealers #leftcontent h2, 
body#contractors #leftcontent h2, 
body#search #leftcontent h2 {
	color: #534E43;
}

body#dealers #centercontent td, body#dealers #centercontent th {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

body#dealers #centercontent th {
	font-weight: bold; 
	padding: 5px 15px 2px;
}



#title h1 {
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url(../_i/corner_1_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

#photo_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../_i/corner_2_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #726D61;
	border-top: 1px solid #FFF;
}

#photo_bottom h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 10px;
	color: #CCC;
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-image: url(../_i/corner_2_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.corner_top_left {
	background-image: url(../_i/corner_1_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #726D61;
}

.corner_bottom_left {
	background-image: url(../_i/corner_1_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #BBB8B2;
	border-top: 1px solid #FFF;
}

.corner_top_left h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px;
	color: #CCC;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../_i/corner_1_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom: 1px solid #FFF;
}





#rightcontent p {
	background-color: #CECCC8;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 1.2;
	color: #333;
}

/*#rightcontent p strong { font-weight: bold !important; }*/

#rightcontent form, #rightcontent .corner_bottom_left .more {
	padding: 5px 10px 10px 15px;
	margin:  0px 0px 0px 0px;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	font-family: Arial, Helvetica, sans-serif; 
}

#rightcontent input {
	font-size: 10px;
}

#rightcontent select {
	margin-bottom: 3px;
	font-size: 10px;
}

#rightcontent h3 {
	padding-top: 15px;
}

.no_bkg {
	background-color: transparent !important;
}




#footer p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #666;
	line-height: 13px; 
	padding: 2px 15px 0px 15px;
	margin: 0px;
}

#footer ul {
	margin: 0px;
	padding: 10px 0px 0px 10px;
	list-style: none;
}

#footer li {
	color: #333;
	padding: 0px;
	margin: 0px;
	list-style: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 11px;
	font-weight: normal;
}

#footer ul li a:link, #footer ul li a:visited {
	padding: 0px 9px 3px 7px;
	margin: 0px;
	color: #C60;
	text-decoration: none;
	border-right: 1px dotted #999;
}

#footer ul li a:hover, #footer ul li a:visited:hover {
	color: #900;
	text-decoration: underline;
}

#footer ul li a:active, #footer ul li a:visited:active {
	color: #FC0;
	text-decoration: underline;
}

#footer ul li a:visited {
	color: #333;
	text-decoration: none;
}

#footer ul li.last a:link, #footer ul li.last a:visited {
	border-right: none !important;
}


#footer .current {
	border: none;
	font-weight: bold;
}

#footer .credits {
	color: #999;
	padding: 10px 15px 15px 15px;
	margin: 0px;
}

#footer .credits a:link, #footer .credits a:visited {
	color: #666;
}

#footer .credits a:hover, #footer .credits a:visited:hover {
	color: #900;
}

#credits {
	display: none;
}

body#home #credits {
	display: block;
}

#credits .credits {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	line-height: 13px; 
	padding: 0;
	margin: 15px 0px 0px 0px;
	letter-spacing: .05em;
}

/* CUSTOM CLASSES */


.comingsoon {
	font-size:14px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#800000;
}

.comingsoon2{
	font-size:18px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#800000;
}


.aboutus {
	font-size:12px;
	line-height: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}

.bold1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#534E43;
	font-size:18px;
}

.bold1b {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:lighter;
	color:#000;
	font-size:18px;
}

.bold2 {
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#000000;
}

.bold3 {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#534E43;
}

.bold3w {

	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#534E43;
}


.bold4 {
font-size:18px;
color:#000;
font-weight:bolder;
}

.dealer_policies {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 20px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

/*Changed color from 036 to 534E43 */
.quote {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #534E43;
}

.important {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size: 13px;
	line-height: 14px;
	font-style: italic;
	color: #C60;
}

.large {
	font-size: 14px;
	font-weight: lighter; 
	color: #036;
}

.larger	{
	font-size: 17px;
	font-weight: lighter;
}

.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #333;
}

.more {
	padding: 5px 15px 7px 15px;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

.more a:link, .more a:visited {
	color: #534E43;
}

.more a:hover, .more a:visited:hover {
	color: #900;
	text-decoration: underline;
}

.more a:active {
	color: #FFF;
	text-decoration: underline;
}





/* PRODUCT ITEMS */



.item {
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	padding: 5px 0px 30px 25px;
	margin:  0px;
}


.item a:link, .item a:visited {
	text-decoration: none;
}
	
.clear {
	clear: both;
	margin: 0px 15px 7px 15px;
	border-bottom: 1px solid #999;
}

.clear_bottom {
	clear: both;
	margin: 0px 15px 7px 15px;
}

.no_bkg {
	background-color: #FFF !important;
}

.product_title {
	font-size: 14px;
	line-height: 14px; 
	color: #036;
	font-weight: lighter;
	margin-bottom: 3px;
}



#product_detail_etc {
	margin: 10px 0/* 10px 75px !important*/;
	border: 0;
	border-spacing: 0;
}

/** html #product_detail_etc { margin-left: 85px !important; }*/

#product_detail {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
}
	
#product_detail h2,
#product_detail p,
#product_detail img,
#product_detail table {
	margin: 0 0 0.7em 10px;
	padding: 0;
}

#product_detail img {
	float: left;
	margin-right: 15px;
	margin-bottom: 1em;
}

#product_detail_info {
	margin-left: 75px !important;
}

#search_results {
	border-top: 1px solid #ccc;
	margin-left: 15px;
}

#search_results img {
	margin: 0px 0px 0px 15px;
}

#search_results td {
	padding: 15px 0px;
	border-bottom: 1px solid #ccc;
}

table#search_index {
	border-top: 1px solid #ccc;
	margin-left: 15px;
}
table#search_index td {
	padding: 0 15px 0 0;
	border-bottom: 1px solid #ccc;
}
table#search_index h2, table#search_index p {
    margin-left: 0;
    padding-left: 0;
}


table#price_list_files {
	margin-left: 15px;
    border-collapse:collapse;
}

table#price_list_files th {
	text-align: left;
	font-weight: bold;
	font-size: 12px;
	padding: 0 15px;
	border-bottom: 1px solid #ccc;
}
table#price_list_files td {
	padding: 6px 15px 3px;
	border-bottom: 1px solid #ccc;
}

table#columns td {
    vertical-align: top;
}


th.product_field,
td.product_field {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #534E43;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	vertical-align: bottom;
	text-align: left;
	padding: 3px 6px 3px 0;
}

p.product_field {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 15px;
	font-weight: bold;
	color: #534E43;
	padding: 10px 0px 0px 0px;
}

#centercontent p.product_field {
/*	margin-left: 75px !important;*/
}

html>body#search #leftcontent select {
	max-width: 200px;
}

* html body#search #leftcontent select {
	width: 200px;
}

body#search .product_field {
	border-bottom: none;
	vertical-align: middle;
}

.product_info {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #534E43;
	border-bottom: 1px solid #CCC;
}

body#find_a_store #centercontent h3, 
body#contractors #centercontent h3 {
	padding-left: 45px;
}

body#find_a_store #centercontent p, 
body#contractors #centercontent p {
	margin-left: 45px;
}

body#search form#search {
	padding: 5px 0px 0px 15px;
}
	
div.feature_contractor {
	background-image: url(/_i/feature_contractor.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 80px;
	position: relative;
	margin: 0;
	padding: 0;
}

div.feature_contractor p {
	position: absolute;
	bottom: 0;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	line-height: 16px !important; 
	font-size: 14px !important;
	font-weight: lighter; 
	color: #FFF;
	text-decoration: none; 
	background-color: transparent !important;
}

div.feature_contractor a:link,
div.feature_contractor a:visited {
	color: #534E43;
	text-decoration: underline; 
}

div.feature_contractor a:hover,
div.feature_contractor a:visited:hover {
	color: #C60;
	text-decoration: none;
}


#leftcontent .large {
	background-color: #E7E6E4;
	padding: 10px 15px;
	color: #534E43;
	border-bottom: 1px solid #FFF;
}

/* Showroom & Distribution Center */
#leftcontent .heading {
	padding: 0px 15px 5px 15px;
	margin-bottom: 0 !important;
	color: #726D61 !important;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	background-color: transparent;
}

body#home #leftcontent .bottom {
	color: #534E43;
}
	
body#home #leftcontent {
	background-color: #CECCC8;
}

.logout {
    text-transform: uppercase;
	font-weight: bold;
	float: right;
}

* html .logout {
	padding-top: 18px;
	padding-bottom: 19px;
	background-color: #E7E6E4;
}

.success, .notice, .warning, .error {
	margin-left: 15px;
    font-size: 11px;
}

#footer .noborder { border: 0 !important;}

#home #title h1 {
	background-image: none;
}

#home img { display: block; }

#home #leftcontent .bottom {
	background-image: none;
}

#home #centercontent img {
	border-left: 1px outset #9D9991;
}

/* blue bar below showroom image */
body#home #leftcontent .image {
	margin: 0;
	padding: 0;
}

/* Chico, CA */
body#home #leftcontent .image p {
	font-size: 10px;
	text-align: right;
	background-color: #726D61;
	color: #FFF;
	line-height: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0;
	font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}

.notice {
	border: 0;
}

.product_field .notice {
	margin-left: 0;
	padding: 0;
}

.notes { color: #C60; }

#lightbox #caption h2 {
	font-size: 12px !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}

#swap_me { display: block; }