
/* Common rules */

body {
	text-align: center;
	padding-top: 0px;
	margin: 0px;
	color: #333;
	font-family: Verdana,Tahoma,Geneva,Arial,sans-serif;
	font-size: 11px;
	line-height: 17px;
	background: white url(img/body_bg.gif) center top repeat-y;
	}

div, h1, h2, h3, h4, h5, h6 {
	text-align: left;
	margin: 0;
	padding: 0;
	}

p, table {
	padding: 0;
	margin: 0px 0px 1em;
	}

form {
	padding: 0;
	margin: 0;
	}

input[type="text"], select, textarea {
	font: 1em Verdana,Tahoma,Geneva,Arial,sans-serif;
	width: 20em;
	}

label {
	position: relative;
	top: -2px;
	}

ul, ol {
	margin: 0px;
	margin-bottom: 1em;
	padding-left: 22px;
	}

h1 {
	font: 1.6em/44px Verdana,Tahoma,Geneva,Arial,sans-serif;
	color: #FFF;
	font-weight: bolder;
	padding-left: 58px;
	margin-bottom: 0px;
	margin-top: 0px;
	background: #64839F url(img/h1_bg.png) left no-repeat;
/*
	float: left;
*/
	width: 540px;
	border-top: 4px solid white;
	border-bottom: 4px solid white;
	border-left: 4px solid white;
	}
h2 {
	font: 1.2em/28px Verdana,Tahoma,Geneva,Arial,sans-serif;
	color: #FFF;
	font-weight: bold;
	padding-left: 35px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #AAA url(img/h2_bg.png) left no-repeat;
	}
p + h2 {
	margin-top: 30px;
	}

h4 {
	font: 1em Verdana,Tahoma,Geneva,Arial,sans-serif;
	font-weight: bolder;
	}

blockquote {
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
	font: italic bold 1.5em Garamond,serif;
	text-align: left;
	}
blockquote p:last-child {
	margin-bottom: 0px;
	}


#body_container_bg {
	margin-top: 0px !important;
	padding-top: 4px;
	background: transparent url(img/body_container.jpg) center top no-repeat;
	}
#body_container {
	padding-top: 289px;
	width: 770px;
	min-height: 800px;
	margin-left: auto !important;
	margin-right: auto !important;
	position: relative;
	}

.left_columns {
	width: 606px;
	}

#left_columns_links {
	width: 550px;
	text-align: center;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	border-top: 1px solid #DDD;
	padding-top: 15px;
	}
#left_columns_links a {
	color: #333;
	margin-right: 5px;
	margin-left: 5px;
	}

#right_column {
	border-left: 4px white solid;
	position: absolute;
	top: 249px;
	left: 601px;
	width: 161px;
	text-align: left;
	font-size: .9em;
	line-height: 16px;
	padding-bottom: 50px;
	}
#right_column h2 {
	margin-top: 20px;
	}

#right_column p, #right_column img {
	padding-left: 10px;
	padding-right: 10px;
	}
#right_column ul {
	padding-left: 20px;
	color: white;
	}

#footer {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
	width: 550px;
	}
#footer #footer1 {
	font-size: .9em;
	background: #AAA;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
	}
#footer #footer2 {
	font-size: .8em;
	line-height: 1.8em;
	background: transparent;
	}

.error_msg {
	background: #FCC url(img/ico/exclamation.png) 10px 10px no-repeat;
	border: 2px red dashed;
	margin-top: 10px;
	padding: 10px 10px 10px 36px;
	}

.success_msg {
	background: #C2FCBB url(img/ico/accept.png) 10px 10px no-repeat;
	border: 2px #6FC764 dashed;
	margin-top: 10px;
	padding: 10px 10px 10px 36px;
	}

.alert_msg {
	background: #8FA7C1;
	border: 2px #64839F dashed;
	color: white;
	margin-top: 10px;
	padding: 10px 10px 10px 10px;
	}

ul.nobull {
	list-style: none;
	}

/*
.blurb_img {
	padding: 0px !important;
    border: 4px solid #ff0000;
    background: transparent;
    height: 80px;
    margin-bottom: 10px;
	}
*/

/* Home page */

.left_column, .center_column {
	float: left;
	width: 250px;
	padding-top: 20px;
	}
.left_column {
	padding-left: 25px;
	clear: left;
	}
.center_column {
	padding-left: 50px;
	background: transparent url(img/bg_center_column.gif) 25px 0px no-repeat;
	}
.left_column p, .center_column p {
	text-align: justify;
	}

.homepage_grid {
	width: 600px;
	clear: left;
	display: none;
	}

.intro {
	 font-size: 1.15em;
	 line-height:1.7em;
	 font-weight: bold;
	 }

.ff_rew .rew {
	float: left;
	}
.ff_rew .ff {
	float: right;
	}
.ff_rew {
	text-align: center;
	}

.ff_rew .rew a {
	margin-right: 5px;
	}
.ff_rew .ff a {
	margin-right: 5px;
	}
.ff_rew a.inactive {
	color: #AAA;
	}


/* Product page */

#breadcrumbs {
	position: absolute;
	top: 50px;
	width: 770px;
	margin-left: auto;
	margin-right: auto;
	}
#breadcrumbs a, #breadcrumbs span {
	margin-right: 5px;
	margin-left: 5px;
	}

#product_image {
	background: white;
	clear: left;
	width: 601px;
	text-align: center;
	}
#product_options {
	width: 145px;
	margin-top: 20px;
	margin-right: 20px;
	float: right;
	}

#product_options img.finish {
	margin: 4px 4px 0px 0px;
	}

#product_options a {
	line-height: 25px;
	padding-left: 20px;
	display: block;
	}
#product_options a.reviews {
	background: transparent url(img/ico/user_comment.png) left no-repeat;
	}
#product_options a.write {
	background: transparent url(img/ico/user_edit.png) left no-repeat;
	}
#product_options a.compare {
	background: transparent url(img/ico/magnifier.png) left no-repeat;
	}

#product_logos {
	clear: right;
	margin-left: 20px;
	}

#product_logos .logo {
	float: left;
	margin-left: 5px;
	text-align: center;
	width: 65px;
	}

#product_logos .logo img {
	border: 0px;
	opacity: .5;
	}

#product_logos .logo img:hover {
	opacity: .95;
	}

#product_links {
	clear: both;
	list-style: none;
	margin-top: 20px;
	padding: 0;
	border: 4px solid white;
	border-right: none;
	height: 39px;
	width: 597px;
	background: #BBB url(img/bg_product_menu.gif) center no-repeat;
	text-align: center;
	}

#product_links a, #product_links span {
	display: block;
	width: auto;
	padding: 0px 22.5px;
	font: 15px/39px normal Verdana,Tahoma,Geneva,Arial,sans-serif;
	color: #FFF;
	text-decoration: none;
	}
#product_links li:last-child a, #product_links li:last-child span {
	padding-right: 15px;
	}

#product_links a:hover, #product_links span {
	color: #444;
	}

#product_links li {
	float: left;
	padding: 0;
	}

#product_description {
	clear: left;
	margin: 10px;
	border: 2px solid #AAA;
	padding: 8px;
	width: 562px;
	background: white;
	font: 13px/20px Verdana,Tahoma,Geneva,Arial,sans-serif;
	}

#product_description li {
	list-style: circle;
	}

#product_description th {
	padding-top: 1em;
	}

#product_description div.image {
	float: left;
	text-align: center;
	width: 240px;
	margin-top: 20px;
	margin-left: 20px;
	}

.user_review {
	clear: both;
	padding-bottom: 1em;
	border-bottom: 1px solid #DDD;
	margin-bottom: 1em;
	}

.user_review .created {
	float: right;
	}

/* Series Page */

.h1_spacer {
	clear: left;
	height: 1px;
	margin: 0px;
	line-height: 1px;
	}

.series_row {
	width: 582px;
	margin-top: 10px;
	margin-left: 10px;
	background: white;
	clear: left;
	border-bottom: 2px solid #AAA;
	}

.series_row h2 {
	margin-top: 0px;
	}

.series_row img {
	float: left;
	}

.series_row .series_text {
	margin: 5px;
	}

.series_row div.compare {
	clear: left;
	float: right;
	margin-right: 5px;
	}

.series_row div.compare * {
	cursor: pointer;
	}
/*
.series_row div.compare img {
	float: right;
	width: auto;
	}
*/
.series_row .series_links {
	clear: left;
	margin: 5px;
	}

.series_row .series_links a {
	margin-right: 2px;
	margin-left: 2px;
	}
.series_row .series_links a:first-child {
	margin-left: 0px;
	}

div#compare_submit {
	width: 582px;
	margin-top: 10px;
	margin-left: 10px;
	background: transparent;
	clear: left;
	text-align: right;
	}
div#compare_submit input {
	text-align: right;
	}

div#compare_submit .what {
	padding: 4px;
	margin-left: 300px;
	border: 1px dashed #BBB;
	text-decoration: none;
	background: white;
	}
div#compare_submit .what_collapsed {
	padding: 5px;
	margin-left: 300px;
	height: 1.5em;
	overflow: hidden;
	cursor: pointer;
	}

div#compare_submit .faux_link {
	color: #AAA;
	cursor: pointer;
	text-align: right;
	}
div#compare_submit .faux_link:hover {
	text-decoration: underline;
	}

div#compare_submit p:last-child {
	margin-bottom: 0px;
	}


/* Compare page */

body#compare {
	padding-top: 0px;
	text-align: center;
	background: white;
	}

body#compare h1 {
	margin-bottom: 10px;
	border: none;
	float: none;
	width: auto;
	}

body#compare table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	border-bottom: 1px dotted #DDD;
	border-right: 1px dotted #DDD;
	}

body#compare td, body#compare th {
	padding: 2px 2px 2px 4px;
	text-align: left;
	}

body#compare td {
	border-left: 1px dotted #DDD;
	}

body#compare td.subspec {
	border: none !important;
	}

body#compare tr.section_head {
	border-top: 10px solid white;
	background: #DDD;
	}

div#close_window {
	position: fixed;
	bottom: 0px;
	right: 0px;
	}

div#close_window a {
	padding: 5px;
	padding-left: 24px;
	opacity: .5;
	text-decoration: none;
	background: white url(img/ico/cross.png) 4px no-repeat;
	}

div#close_window a:hover {
	opacity: 1;
	border-top: 1px dotted #BBB;
	border-left: 1px dotted #BBB;
	}

/* Article page, static pages */

.default_content, .article_content, .static_content {
	padding-top: 20px;
	padding-left: 25px;
	width: 550px;
	text-align: justify;
	}

.default_content img.align_right, .article_content img.align_right, .static_content img.align_right {
	float: right;
	margin-left: 20px;
	}

img.align_left {
	float: left;
	margin-right: 20px;
	}


/* Dealer page */

.dealer_content {
	padding-top: 20px;
	padding-left: 25px;
	width: 550px;
	text-align: justify;
	}

.dealer_links {
	clear: both;
	margin-top: 20px;
	}

.code, .radius {
	float: left;
	margin-right: 10px;
	}

.search_results {
	width: 100%;
	}

.search_results td {
	padding-bottom: 10px;
	vertical-align: top;
	text-align: left;
	}

.dealer_content input, .dealer_content select {
	width: auto;
	}

/* Warranty page */

.warranty td {
	vertical-align: top;
	}

.warranty_submit {
	float: right;
	}


/* Guestbook page */

.guestbook_submit {
	float: right;
	}

.guestbook_entry {
	clear: both;
	padding-top: 1em;
	border-top: 1px solid #DDD;
	margin-top: 1em;
	}

.guestbook_entry .created {
	float: right;
	}



/* Image page */

#img_container {
	text-align: center;
	}

/* Logo description page */
#logo_container {
	margin: 0px 20px;
	}

#logo_container img {
	float: left;
	margin-right: 10px;
	}


/* Links */
a {
	color: #4969A2;
	text-decoration: none;
	}
a:hover {
	color: #4969A2;
	text-decoration: underline;
	}
a:visited {
	color: #4969A2;
	}


h2 a {
	color: #FFF !important;
	text-decoration: none;
	}
a img {
	border: 0px;
	}

a.external {
	padding-right: 22px;
	background: transparent url(img/ico/application_go.png) bottom right no-repeat;
	line-height: 18px;
	height: 18px;
	}

.alert_msg a {
	color: white;
	text-decoration: underline;
	}



/* Special rules */

h1+div.left_column+div.center_column h2 {
	margin-top: 0px !important;
	}

h2#pulse {
	 margin-top: 0px !important;
	 }

/* temp hacks */

h2 { /* if this hack works, make it permanent */
	clear: both;
	}


