/**
 * 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: #CC9;
/*
	background-image: url(../_i/bkg_body.jpg);
	background-repeat: repeat-x;
*/

	background-image: url(../_i/bkg_body3.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#wrapper {
	margin: 0;
	padding: 0;

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

body#home #wrapper {
	width: 750px;
	margin: 0px auto;
	border: 1px solid #996; 
}

* html body#home #wrapper {
	width: 752px;
	margin: 0px auto;
	border: 1px solid #996; 
}



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

#basic_search {
	margin: 15px 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: #600;
	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: 100;
/* 	voice-family: "\"}\""; */
/* 	voice-family: inherit; */
	margin-right: 225px;
}

* html #title {
	left: 14px;
}

#subnav {
	position: relative;
	top: 14px;
	margin: 0px 210px 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: 10;
}

/* IE/Win display bug fix for Product pages */
* html #product #subnav {
	height: 20px;
	left: -3px;
	margin-right: 208px;
}

* html #product #leftcontent {
/*	display: none;*/
/*	visibility: hidden;*/
/*	border: 1px solid #F00;*/
}

/* 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,
body#about_us #subnav {
	margin-left: 15px;
}

#leftcontent {
	position: relative;
	width: 230px;
	float: left;
	display: inline;
	background-color: #D0D089;
	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: 10;
}

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

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


body#scrapbook #leftcontent, 
body#locations #leftcontent, 
body#contractors #leftcontent, 
body#search #leftcontent {
	background-color: #CC9;
	color: #330;
}

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

/* 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: 10px;
	top: 137px;
	width: 170px;
	margin: 15px;
	padding: 0px;
	background-image: url(../_i/corner_1_tl.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E7E6E4;

}

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




/* 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,
body#locations #footer {
	padding: 0px 0px 15px 15px;
}
	
	
/* HOME PAGE CSS */


/* Diamond Background */

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: center 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;
	background-color: #E7E8AD;
	background-image: none;
}

	
body#locations #leftcontent,
body#about_us #leftcontent {
	background-color: #C90;
}
	
h1, h2, h3, h4, h5, h6	{
	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: #333;
	padding: 5px 15px 7px 15px;
	margin:  0px;
}

/* dustin's adjustment */
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;
}


blockquote {
	margin:  0px 40px 0px 40px;
}

h1 {
	font-size: 18px;
	font-weight: lighter;
	color: #FFF;
}


h2	{
	font-size: 16px;
	line-height: 14px; 
	color: #600;
	font-weight: bold;
}

* html h2 { font-weight: bold !important;}

h3	{
	font-size: 14px;
	font-weight: bold;
	color: #630;
}

h4	{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

h5 {
	font-size: 10px;
	font-weight: bold;
}

h6 {
	font-size: 12px;
	font-weight:lighter;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
	

a:link {
	color: #900;
}

a:visited {
	color: #993300;
}

a:link:hover,
a:visited:hover {
	text-decoration: underline;
}

a:link:active,
a:visited:active {
	color: #036;
}

img {
    border: 0;
}

ul {
	margin: 0px;
	margin: 0px 10px 5px 35px;
}

li {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	font-weight: normal;
	color: #69C;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

ol {
	padding: 0px;
	margin: 0px 45px 20px 45px;
}

dt {
	font-size: 12px;
	font-weight: normal;
	color: #220;
}

dd {
	padding-bottom: 10px;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th, td { padding: 3px;}

th {}

/* NAVIGATION */


#nav ul {
	margin: 0px;
	padding: 8px 0px 8px 15px;
	line-height: 10px; 
}

#nav li {
	margin: 0px;
	padding: 0px 5px 0px 10px;
	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, Verdana, sans-serif;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #330;
	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 #993;
	background-color: #FFE;
	color: #600;
}


#subnav ul {
	margin: 5px 10px 7px 15px;
	padding: 0;
	color: #333;
}

* html #subnav ul {
	margin-right: 5px;
	color: #333;
}

#subnav li {
	padding: 0px;
	display: inline;
	line-height: 18px;
	margin: 1px;
	color: #333;
}

#subnav #scrapbook li {
	border: 0 !important;
}

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;
}

* html #subnav a:link,
* html #subnav a:visited {
	padding-top: 0px;
}

#subnav a:visited { color: #333;}


#subnav .current {
	background-image: url(/_i/tick_down.gif);
	background-position: 0 0%;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #333;
}

* html #subnav .current { padding-top: 2px !important;}

#subnav form {
	margin: 0;
	padding: 5px 15px;
}


/* PHOTO NAV STYLES*/

/* the container for the photo nav */



#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: #FFF;
	font-size: 11px;
	border: 1px solid #FFF;
	background-color: #663;
	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: #600;
}



.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: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px;
	text-align:left;
	line-height: 14px; 
	font-weight: normal; 
	color: #663;
	padding: 5px 0px 0px 0px;
	margin: 0 !important;
}

#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;}

#basic_search p a:link {
	color: #900;
	}




/* STRUCTURAL ELEMENTS */


body#search #leftcontent .bottom, 
body#locations #leftcontent .bottom, 
body#about_us #leftcontent .bottom {
	padding: 0px;
}


/* Welcome */
#leftcontent h2 {
	padding: 10px 15px 10px 15px;
	margin: 0px;
	color: #330;
}

* html #leftcontent h2 { padding-top: 30px;}

body#home #leftcontent h2 {
	margin: 0;
	padding: 5px 15px 7px 15px;
	background-color: #600;
	color: #FFF;
	font-weight: lighter;
}

body#home #leftcontent p {
	color: #333;
	font-size: 9px;
	margin: 0 0 5px 0;
}



body#scrapbook #leftcontent .bottom, 
body#dealers #leftcontent .bottom, 
body#contractors #leftcontent .bottom {
	color: #693;
}

body#scrapbook #leftcontent h2, 
body#dealers #leftcontent h2, 
body#contractors #leftcontent h2, 
body#search #leftcontent h2 {
	color: #600;
	margin:  15px  0px  0px  0px;
}


body#locations #leftcontent h2, 
body#locations #leftcontent .bottom,
body#about_us #leftcontent h2, 
body#about_us #leftcontent .bottom {
	color: #333;
}

#leftcontent .large {
	padding: 10px 15px;
	color: #333;
	line-height: 15px;
}

/* Showroom & Distribution Center */
#leftcontent .heading {
	padding: 0px 15px 5px 15px;
	margin-bottom: 0 !important;
	color: #600 !important;
	font-size: 9px;
	font-weight: bold;
	line-height: 9px;
	background-color: transparent;
}

/* blue bar below showroom image */
body#home #leftcontent .image
{
	margin: 0;
	padding: 0px 0px 0px 15px;
	font-size: 10px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	background-color: #600;
}

/* Chico, CA */
body#home #leftcontent .image p {
	color: #FFF;
	font-size:9px;
	font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
	text-align:right;
	margin: 0 15px; 
	padding: 0;
	line-height: 15px;
}


body#home #leftcontent .image img {
	margin: 0px 0 1px -15px;
	padding: 0;
}


#leftcontent .bottom {
	color: #330;
	line-height: 15px;
	margin: 0;
	padding: 10px 15px 15px 15px;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


body#home #title  {
	display: none;
}

 body#home #centercontent {
	text-align: center;
	}

 body#home #centercontent img {
	margin: 0 auto;
	padding: 0;
	display: block;
	border-left: 1px outset #FFF;
}

#centercontent h1 {
	color: #333;
}



#title h1 {
	font-family: Arial, Helvetica, sans-serif; 
	background-image: url(../_i/corner_1_tr.gif);
	background-repeat: no-repeat;
	background-position: right top;
	z-index: 1;
}

#photo_bottom {
	margin: 0px;
	padding: 0px;
	background-image: url(../_i/corner_2_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-color: #600;
	border-top: 1px solid #FFF;
}

#photo_bottom h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px;
	line-height: 10px;
	color: #FFF;
	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: #600;
}

.corner_bottom_left {
	background-image: url(../_i/corner_1_bl.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #D0D089;
	border-top: 1px solid #FFF;
}

.corner_top_left h2 {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px;
	color: #FFF;
	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;
}

.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
}


.float_image4 {
float:right;
margin: 0px 15px 10px 15px;
padding: 0px;
}



#rightcontent h3,
#rightcontent p,
#rightcontent address {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	font-style: normal;
	line-height: 12px;
	color: #333;
	margin: 0 15px;
	padding: 0;
}

#rightcontent h3 {
	font-weight: bold;
	font-size: 11px !important;
	margin-top: 10px;
}

#rightcontent address {
	margin-bottom: 15px;
}

#rightcontent form {
	padding: 5px 0px 10px 0px;
	margin:  0px 0px 0px 0px;
	background-image: url(../_i/corner_1_br.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#rightcontent input {
	font-size: 10px;
}

#rightcontent select {
	margin-bottom: 3px;
	font-size: 10px;
}

body#home #home_rightcontent p {
	color: #900;
}

body#home #home_rightcontent p.feature
{
	margin: 15px 15px;
}

body#home #home_rightcontent p.feature
{
	margin: 15px  0px 0px 0px;
	padding: 20px 15px;
	
	border-color: #036 transparent #036 transparent;
	border-width: 1px 0px 1px 0px;
	border-style: dotted none dotted none;
	
	background-color: #FFC;
	background-image: url(../_i/bkg_tiles.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}





.no_bkg {
	background-color: transparent !important;
}




#footer p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: normal; 
	color: #600;
	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: Verdana, Helvetica, Arial, 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: #900;
	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: #036;
	text-decoration: underline;
}

#footer ul li a:visited {
	color: #330;
	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;
	text-decoration: none;
}

#footer .credits {
	color: #993300;
	padding: 10px 15px 15px 15px;
	margin: 0px;
}

#footer .credits a:link, #footer .credits a:visited {
	color: #993300;
}

#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; 
	color: #993300;
	line-height: 13px; 
	padding: 0;
	margin: 15px 0px 0px 0px;
	letter-spacing: .05em;
}

#credits .credits a:link, #credits .credits a:visited {
	color: #660;
}

#credits .credits a:hover, #credits .credits a:visited:hover {
	color: #900;
}




/* CUSTOM CLASSES */

.golfbottom {

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFF;
}


.bold1 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color:#330;
}

.bold2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
}

.comingsoon {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold
	font-size:14px;
	color:#FF0000;
}


.quote {
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	font-style: italic;
	color: #600;
}


.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: 11px;
	color: #333;
	margin-bottom: 7px;
}

.larger	{
	font-size: 17px;
	font-weight: lighter;
}

.bold {
	font-size: 10px;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}

.small {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	color: #630;
}

.more {
	padding: 0px 15px 7px 15px;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
}

.more a:link, .more a:visited {
	color: #036;
	text-decoration: none;
}

.more a:hover, .more a:visited:hover {
	color: #036;
	text-decoration: none;
}

.more a:active {
	color: #036;
	text-decoration: underline;
}





/* PRODUCTS */



.item {
	float: left;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #69C;
	padding: 5px 0px 30px 25px;
	margin:  0px;
}

.item a:link, .item a:visited {
	text-decoration: none;
}
	
.clear {
	clear: both;
	margin: 7px 15px 7px 15px;
	border-bottom: 1px solid #999;
}

.break { clear: none !important;}

.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: 20px 0;
	border: 0;
	border-spacing: 0;
}

#product_detail {
	padding: 5px 0px 0px 0px;
	margin: 0px 0px 0px 15px;
/*	min-width: 550px;*/
}

#product_detail div { float: left; }

#product_detail_info {
	clear: none;
	width: 60%;
}

* html #product_detail_info { width: 28%; }

#product_detail h2,
#product_detail p,
#product_detail img,
#product_detail table {
	margin: 0 0 0.7em 10px;
	padding: 0;
}

#product_detail img {
	margin-right: 15px;
	margin-left: 0;
	display: block;
}

* html #product_detail img { margin-left: 10px;}

#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#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: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #CCC;
	vertical-align: bottom;
	text-align: left;
	padding: 3px 6px 3px 0;
}

p.product_field {
	line-height: 15px;
	padding: 10px 0px;
}

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;
}

body#search #leftcontent h2 {
	color: #600;
	padding-bottom: 0px;
}



.product_info {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 15px; 
	font-size: 11px;
	font-weight: normal; 
	color: #330;
	border-bottom: 1px solid #CCC;
	padding: 3px 0;
}

#search, #centercontent,
#contractors #centercontent {
	position: relative;
}

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;
}
	

.success, .notice, .warning, .error {
	margin-left: 15px;
    font-size: 11px;
}

#footer .noborder { border: 0 !important;}



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: 5px;
	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: #900;
	text-decoration: underline; 
}

div.feature_contractor a:hover,
div.feature_contractor a:visited:hover {
	text-decoration: none; 
}

ul.namelist {
	margin-left: 30px;
	padding-left: 0;
}

ul.namelist li {
	list-style: none;
	color: #333;
	padding-left: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

#guidelines {
	float: right;
	position: relative;
}

* html #guidelines {
	background-color: #E7E7E7;
/*	padding-bottom: 9px;*/
}

#guidelines a {
	margin: 0;
	padding: 0;
}

#guidelines p#guidelines_desc {
	display: none;
	position: absolute;
	top: 150%;
	left: 0;
	border: 1px solid #600;
	background-color: #DDD;
	z-index: 1000;
}

.formtable th {
	text-align: right;
	font: bold 12px/1.2 Helvetica, Arial, sans-serif;
}

.formtable th:after {
	content: ':';
}

.help {
	font: 11px/1.2 Helvetica, Arial, sans-serif;
	color: #777;
	margin-top: 5px;
}

#swap_me { display: block;}

.inlineheader { font-weight: bold; }

.notice {
	color: #C00;
	border: 0;
}

.product_field .notice {
	margin-left: 0;
	padding: 0;
}

.notes { color: #C00; }

#lightbox #caption h2 {
	font-size: 12px !important;
	margin-left: 0 !important;
	padding-left: 0 !important;
}