* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 62.5%;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	background: #FFFFFF url(/images/cssimages/bg.jpg) repeat-x;
	xtext-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a { 
	color: #336699;
	text-decoration: none;
  	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	font-size: 1.3em;
}

#container {
	width: 952px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header_sm {
	background: url(/images/cssimages/bg_header.png) no-repeat;
	height: 50px;
}

#logo a {
	display: block;
	margin-top: 80px;
	margin-left: 65px;
	height: 110px;
	width: 210px;
	float: left;
}

#logo a span { display: none; }

/* START NAVIGATION ***************************/

#mainnav ul {
	list-style: none;
	float: right;
	margin-right: 60px;
	margin-top: 160px;
}

#mainnav li { float:left; }

#mainnav li#nav_products a span, #mainnav li#nav_media a span, #mainnav li#nav_franchising a span, #mainnav li#nav_store_locator a span, #mainnav li#nav_contact_us a span { display: none; }

/* LINK STATE */

#mainnav li#nav_products a {
	width: 104px;
	height: 41px;
	display: block;
	background: url(/images/cssimages/nav_products.png) no-repeat top left
}

#mainnav li#nav_media a {
	width: 83px;
	height: 41px;
	display: block;
	background: url(/images/cssimages/nav_media.png) no-repeat top left
}

#mainnav li#nav_franchising a {
	width: 132px;
	height: 41px;
	display: block;
	background: url(/images/cssimages/nav_franchising.png) no-repeat top left
}

#mainnav li#nav_store_locator a {
	width: 148px;
	height: 41px;
	display: block;
	background: url(/images/cssimages/nav_store_locator.png) no-repeat top left
}

#mainnav li#nav_contact_us a {
	width: 122px;
	height: 41px;
	display: block;
	background: url(/images/cssimages/nav_contact_us.png) no-repeat top left
}

#mainnav li#nav_products { background: url(/images/cssimages/nav_products_hover.png) no-repeat bottom left; }

#mainnav li#nav_media { background: url(/images/cssimages/nav_media_hover.png) no-repeat bottom left; }

#mainnav li#nav_franchising { background: url(/images/cssimages/nav_franchising_hover.png) no-repeat bottom left; }

#mainnav li#nav_store_locator { background: url(/images/cssimages/nav_store_locator_hover.png) no-repeat bottom left; }

#mainnav li#nav_contact_us { background: url(/images/cssimages/nav_contact_us_hover.png) no-repeat bottom left; }

/* HOVER STATE */

#mainnav li#nav_products a.link:hover, #mainnav li#nav_media a.link:hover, #mainnav li#nav_franchising a.link:hover, #mainnav li#nav_store_locator a.link:hover, #mainnav li#nav_contact_us a.link:hover { background: none;  }

/* CURRENT STATE */

#mainnav li#nav_products a.current { background: url(/images/cssimages/nav_products_curr.png) no-repeat bottom left; }

#mainnav li#nav_media a.current { background: url(/images/cssimages/nav_media_curr.png) no-repeat bottom left; }

#mainnav li#nav_franchising a.current { background: url(/images/cssimages/nav_franchising_curr.png) no-repeat bottom left; }

#mainnav li#nav_store_locator a.current { background: url(/images/cssimages/nav_store_locator_curr.png) no-repeat bottom left; }

#mainnav li#nav_contact_us a.current { background: url(/images/cssimages/nav_contact_us_curr.png) no-repeat bottom left; }

/* END NAVIGATION ***************************/

#hero {
	background: url(..//images/cssimages/bg_hero.png) no-repeat;
	height: 250px;
	padding: 0 52px;
	margin-bottom: 15px;
}

.flash-replaced {
	background: url(/images/hero_spots/hero_main.jpg) no-repeat;
}

#hero_sm {
        background: url(/images/cssimages/bg_hero.png) no-repeat;
        height: 50px;
        padding: 0 52px;
        margin-bottom: 15px;
}

#content {
	padding: 15px 65px;
	background: url(/images/cssimages/bg_content.png) no-repeat;
	height: 100%;
    min-height:150px;
}

#content h1 { 
	font-size: 3.0em;
	margin-bottom: 10px;
}

#content h2 { 
	font-size: 2.2em;
    margin-bottom: 10px;
    }

#content h3 { 
	font-size: 1.8em;
	margin-bottom: 10px;
 }

#content h4, #content dt {
	font-size: 1.6em;
	margin-bottom: 5px;
    font-weight: bold;
}

#content p, #content ul { 
padding-bottom: 10px;
}

#content ul {
margin-left: 30px;
}

#content #sidenav ul { 
list-style: none;
margin-left: 0px;
}

#content li { 
	font-size: 1.3em;
	margin-bottom: 5px;
}

#content form li {
	font-size: 12px;
}
#content fieldset {
	padding: 10px 10px 10px 0px;

}

#vinyl_vs_steel {
	width: 100%;
	border: solid 1px #000;
}

#vinyl_vs_steel td {
	background-color: #FFFFCC;
}

#vinyl_vs_steel td.abc_cell, #vinyl_vs_steel th.abc_cell {
	background-color: #ffe01b;
}

#vinyl_vs_steel td.warning_cell {
	background-color: #FF5B60;
}

#vinyl_vs_steel td.warning_cell a:link {
	color: #FFF;
}

#vinyl_vs_steel tfoot th, #vinyl_vs_steel tfoot td, #vinyl_vs_steel tfoot td.abc_cell{
	background-color: #336699 !important;
	color: #FFFFFF;
}

#vinyl_vs_steel caption {
	display: none;
}

#content table {
	font-size: 1.3em;
}

#content caption {
	font-size: 1.8em;
    font-weight: bold;
	padding-bottom: 10px;
}

#content th {
	padding: 5px 10px;
}

#content td {
	text-align: center;
}

#content thead {
	text-align: center;
}

#content tfoot {
	font-weight: bold;
}

#content ul.swatch_list, #content ul#before_after_list {
	list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.swatch_list li, ul#before_after_list li {
	float: left;
}

ul.swatch_list li p, ul#before_after_list li p {
	font-size: 0.9em;
    text-align: center;
    padding-top: 8px;
}

ul#before_after_list li a.thickbox {
	width: 500px;
    height: 285px;
    display: block;
}

ul#before_after_list li .hidden_thick {
	font-size: .9em;
}

.cat-heading {
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

.cat-heading h3 {
	float: left;
	width: 55%;
}

.cat-heading a.rss {
	float: right;
	width: 40%;
	text-align: right;
	font-size: 1.1em;
	line-height: 14px;
	padding-right: 18px;
	margin-top: 3px;
	color: #369;
	background: transparent url(/images/cssimages/feed-icon-14x14.png) no-repeat right;
}

/* HOME PAGE BOXES ***************************/

.mainbox {
	height: 116px;
	width: 250px;
	margin-bottom: 10px;
	padding: 40px 135px 15px 15px;
}

.mainbox_sm {
	height: 116px;
	width: 250px;
	margin-bottom: 10px;
	padding: 19px 135px 15px 15px;
}

.mainbox h3 {
	font-size: 1.6em;
	margin-bottom: 10px;
}

#appointment { background: url(/images/cssimages/mainbox_appointment.png) no-repeat; }

#testimonial { background: url(/images/cssimages/mainbox_testimonial.png) no-repeat; }

#earth { background: url(/images/cssimages/mainbox_sm_earth.png) no-repeat; }

#ctool { background: url(/images/cssimages/mainbox_testimonial.png) no-repeat; }

#registration { background: url(/images/cssimages/mainbox_sm_mail.png) no-repeat; }

#testimonial blockquote p {
	font-size: 1.4em;
}

#testimonial blockquote p, #testimonial blockquote cite {
	color: #666666;
	font-style: italic;
}

#testimonial cite {
	float: right;
    margin: 0px;
}

/* END HOME PAGE BOXES ***************************/
/* BEGIN MAIN COLUMN *****************************/
#main {
width: 512px;
*width: 512px;
float: left;
}

#main img.left {
	margin: 0px 10px 10px 0px;
}

#main > img.right {
	margin: 0px 0px 10px 10px;
}

#main blockquote {
	margin-top: 20px;
}

#main blockquote p {
	color: #999;
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;
}

#main blockquote cite {
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	color: #000;
}

/* END MAIN COLUMN *****************************/
/* BEGIN SIDEBAR COLUMN *****************************/

#sidebar {
	margin-left: 520px;
}

#sidebar .sidebox {
	width: 300px;
	float: left;
	margin: 10px 0px 5px;
}

#sidebar .sidebox_mov {
	width: 300px;
	/* float: left; */
	margin: 10px 0px 5px;
}

#sidebar .sidebox_top {
	background: transparent url(/images/cssimages/bg_sidebox_top.png) top left;
	padding: 0px 15px;
	min-height: 12px;
}

#sidebar .sidebox_top h4 {
	padding: 10px 0px 5px;
    margin-bottom: 0px;
}

#sidebar .sidebox_bottom {
	background: transparent url(/images/cssimages/bg_sidebox_bottom.png) bottom left;
	padding: 0px 15px;
}

#sidebar .sidebox_bottom p {
	padding: 5px 0px 10px;
}

#sidebar #sidenav li a {
	font-weight: bold;
    font-size: 1.2em;
}

/* END SIDEBAR COLUMN *****************************/
/* BEGIN FOOTER *****************************/

#footer {
	padding: 25px 70px 10px;
	background: url(/images/cssimages/bg_footer.png) no-repeat;
	height: 101px;
	margin-bottom: 10px;
}
#footer ul {
	list-style:none;
	margin-bottom: 10px;
}
#footer li {
	float: right;
	margin-left: 5px;
}
#links {
	text-align: center;
}

/* END FOOTER *****************************/

#map {
	width: 814px; 
	height: 450px; 
	margin: auto; 
	border: solid 1px #CCC; 
	margin-bottom: 10px;
}

ul.list_left_plain {
	list-style: none;
}

ul.list_left_plain li {
	float: left;
    padding-right: 5px;
}

.left { 
float: left; 
margin-right: 5px;
}

.right { 
float: right;
margin-left: 5px;
}

.center {text-align: center; }

.clear { clear: both; }

.no_display, .alt { display: none; }

.required_red { 
	color: #FF0000; 
	font-size: 1.2em;
    font-style: italic;
}
.error { 
	color: #FF0000; 
    }
.swatch {
	width: 100px;
    height: 60px;
}
.invisible embed {
	visibility: hidden;
}
/* dealers/index.php (author Ben Hamilton)
--------------------------------------------- */

#sidebar.static {
	width: 300px;
}

#requestinfo_container_new {
		width: 300px;
		padding-bottom: 3px;
		background: #4d5b38; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d5b38', endColorstr='#273416'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#4d5b38), to(#273416)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #4d5b38,  #273416); /* for firefox 3.6+ */
		border: 1px solid #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 15px;
}
.thumbSlider ul {
padding: 0px !important;
margin: 0px !important;
}
#ui0 {
margin-bottom: 15px;
}
#rpi_button {
cursor: pointer;
}
.even {
float: left;
}
.odd {
float: right;
}
.nodisplay {
display: none;
}

/* CSS3 buttons (author Ben Hamilton)
--------------------------------------------- */
a.button, div.email a {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 1.4em;
	padding: 10px;
}

a.button:hover, div.email a:hover {
	text-decoration: none;
	color: #000;
}

div.email a {
	width: 110px;
	background: #666; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#333333'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #666,  #333); /* for firefox 3.6+ */
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 1px 1px 2px #000;
	-moz-text-shadow: 1px 1px 2px #000; 
	-webkit-text-shadow: 1px 1px 2px #000;
	margin-bottom: 20px;
}

div.email a:hover {
	background: #ccc; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#999999'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #ccc,  #999); /* for firefox 3.6+ */
	text-shadow: 1px 1px 2px #fff;
	-moz-text-shadow: 1px 1px 2px #fff; 
	-webkit-text-shadow: 1px 1px 2px #fff; 
}

a.button.prod {
	width: 240px;
	height: 19px;
	margin-right: 12px;
	background: url('/images/cssimages/button_check.png') no-repeat;
	padding: 13px 0 10px;
}
a.button.prod:hover {
	background-position: 0 -40px !important;
}

/* Schedule Appt Form Style Adjustment (author Ben Hamilton)
--------------------------------------------- */

.appt_chkmatrix td {
padding: 5px;
text-align: left !important;
}
.appt_chkmatrix label {
color: #FFF;
}
#scheduleappt_container_new {
		width: 500px;
		padding-bottom: 3px;
		background: #3d5f9f; /* for non-css3 browsers */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#538cb7', endColorstr='#3d5f9f'); /* for IE */
		background: -webkit-gradient(linear, left top, left bottom, from(#538cb7), to(#3d5f9f)); /* for webkit browsers */
		background: -moz-linear-gradient(top,  #538cb7,  #3d5f9f); /* for firefox 3.6+ */
		border: 1px solid #000;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		margin-bottom: 15px;
}
#scheduleappt_container_new h4 
{
	margin-top: 10px;
}

/* Brochure Template (author Ben Hamilton)
--------------------------------------------- */

ul#brochure_list {
	list-style: none;
}

ul#brochure_list li {
	margin-bottom: 25px;
}

ul#brochure_list p {
	font-size: 1.0em;
}

ul#brochure_list h4 {
	font-size: 1.2em;
}




