.clr { clear: both; }
.fl { float: left; display: inline; }
.fr { float: right; display: inline; }
.rel { position: relative; }
.abs { position: absolute; }

body {
	margin: 0;
	padding: 0;
	background: url(../images/bg.jpg) repeat top left;
	font: 62.5% arial, sans-serif;
}

ul {
	list-style: none;
}

ul ul {
	font-size: 1.0em;
}

ul p {
	font-size: 1.0em;
}

#content p, #content ul {
 	font-size: 1.2em;
	margin-bottom: 18px;
	line-height: 1.4em;
}

#content td { vertical-align: top; }

#container {
	width: 970px;
	margin: 0 auto;
	background: #fff;
}

div#bot_left {	
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_bot_left.png) no-repeat bottom left;
	padding-left: 23px
}

div#bot_right {	
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_bot_right.png) no-repeat bottom right;
	padding-right: 23px;
}

div#shad_left {	
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_shadow_left.png) repeat-y top left;
	padding-left: 23px;
}

div#shad_bottom {	
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_shadow_bottom.png) repeat-x bottom left;
	padding-bottom: 23px;
}

div#shad_right {	
	width: 970px;
	margin: 0 auto;
	background: url(../images/bg_shadow_right.png) repeat-y top right;
	padding-right: 46px;
	margin-left: -23px;
}

#logo img {
	display: block;
}

#left_bar {
	width: 170px;
	background: #c80013 url(../images/bg_left_bar.png) no-repeat bottom left;
	padding-bottom: 88px;
}

#nav_facebook p {
	padding: 4px 22px 0 28px;
	color: #fff;
	font-weight: bold;
}

#nav_outside {
	width: 150px;
	margin: 0 auto;	
	background: #31302a url(../images/bg_nav_bottom.png) no-repeat bottom left;
	padding-bottom: 5px;
	margin-bottom: 12px;
}

#nav_inside {
	background: url(../images/bg_nav_top.png) no-repeat top left;
	min-height: 146px;
}

#nav {
	padding: 14px 6px 8px 5px;
}

#nav > li {
	font-size: 1.2em;
/*	margin-bottom: 14px;
	padding-left: 12px;*/
	padding: 7px 0 7px 12px;
}

#nav > li:hover, #nav > li.open {
	background: transparent url(../images/nav_rollover.png) no-repeat top left;
}

#nav > li:hover > a, #nav > li.open > a { color: #ff0011; padding-left: 23px; }

#nav > li > a {
	font-weight: bold;
	color: #babcbf;
	text-decoration: none;
}

#nav > li > ul {
	font-size: 0.9em;
	margin-top: 8px;
	margin-left: 12px;
}

#nav > li > ul > li {
	margin-bottom: 3px;
}

#nav > li > ul > li > a {
	color: #babcbf;
	text-decoration: none;
}

#nav > li > ul > li > a:hover {
	color: #fff;
}

.success {
	background: #ccffcc;
	border: 1px solid #33cc33;
	padding: 12px 16px;
	font-size: 1.2em;
	margin: 5px;	
}

.error {
	background: #ffcc99;
	border: 1px solid #cc3300;
	padding: 12px 16px;
	font-size: 1.2em;
	margin: 5px;
}

.success p, .error p {
	margin: 0 !important;
	padding: 0 !important;
}

#masthead {
	position: relative;
	width: 778px;
	height: 325px;
	overflow: hidden;
	margin-bottom: 2px;
}

#masthead .corner_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/corner_top_left.png) no-repeat top left;
	width: 18px;
	height: 18px;
	z-index: 100;	
}

#masthead .corner_top_right {
	position: absolute;
	top: 0px;
	right: 0px;	
	background: url(../images/corner_top_right.png) no-repeat top right;
	width: 18px;
	height: 18px;
	z-index: 100;	
}

#masthead .corner_bottom_left {
	position: absolute;
	bottom: 0px;
	left: 0px;	
	background: url(../images/corner_bottom_left.png) no-repeat bottom left;
	width: 18px;
	height: 18px;
	z-index: 100;	
}

#masthead .corner_bottom_right {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/corner_bottom_right.png) no-repeat bottom right;
	width: 18px;
	height: 18px;
	z-index: 100;
}

#masthead .slider {
	position: relative;
	overflow: visible;
}

#masthead .slider .panel {
	display: block;
	width: 778px;
	height: 325px;
	float: left;
}

#features {
	width: 620px;
}

#features_container {
	margin-bottom: 23px;
}

#slider_controls {
	height: 24px;
	background: #1e1c16;
	margin-bottom: 3px;
}

#slider_controls ul {
	padding: 4px 5px;
}

#slider_controls li {
	display: inline;
}

#slider_controls li a {
	background: url(../images/bg_slider_control.png) no-repeat top left;
	height: 14px;
	width: 40px;
	display: block;	
	text-decoration: none;
	float: left;
	padding: 0 0 0 3px;
	margin-left: 1px;
	color: #ff0011;
	border: 1px solid #1e1c16;	
}

#slider_controls li a.sel {
	color: #fff;
	border: 1px solid #e7e9c9;	
}

#main_feature {
	margin-left: 3px;
}

#promo_ray {
	width: 306px;
	height: 163px;
	position: relative;
	background: url(../images/promo_ray.png) no-repeat top left;
}

#promo_ray p {
	position: absolute;
	top: 42px;
	left: 182px;
	width: 115px;
	color: #e7e9c8;
	font-size: 1.2em;	
}

#promo_ray a {
	position: absolute;
	top: 0;
	left: 0;
	width: 306px;
	height: 163px;
	text-indent: -9999px;
}

#newsletter { width: 120px; padding: 0 15px 0 20px; }
#newsletter a { color: #1e1c16; font-size: 12px; }

#twitter_feed {
	width: 309px;
	margin-left: 8px;
}

#twitter_feed .heading {
	position: relative;
	background: url(../images/bg_twitter_feed.png) no-repeat 0px 7px;
	border-bottom: 1px solid #d4d4d4;
	height: 27px;
	margin-bottom: 12px;
}

#twitter_feed .heading .follow {
	position: absolute;
	top: 2px;
	right: 0px;
}

#twitter_feed .tweets {
	font-size: 1.2em;
}

#twitter_feed .tweets li {
	margin-bottom: 11px;
	line-height: 1.4em;
}

#twitter_feed .tweets li .date {
	color: #c80013;
}

div#header {
	position: relative;
 	width: 800px;
	height: 154px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}

div#header h2.title {
	color: #980000;
	font-size: 2.4em;
	margin: 8px 0;
	padding-left: 22px;
	font-weight: bold;
}

div#header p.breadcrumbs {
	font-size: 1.2em;
	color: #b7baa0;
	padding: 105px 0px 0px 22px;
}	

div#header a {
	color: #b7baa0;
	text-decoration: none;
}

div#header a:hover {
	color: #b7baa0;
	text-decoration: underline;
}

#email_status {
	border: 1px solid #1db8af;
	background: #ace8ec;
	color: #12756f;
	padding: 5px 10px;
	font-size: 1.2em;
	margin: 5px;
}

div#content {
	background-color: #ffffff;
	width: 525px;
	padding: 25px 22px 10px 22px;
}

div#content h5 {
 	font-size: 1.4em;
 	font-weight: bold;
}

div#content a {
	text-decoration: none;
	color: #980000;
	font-weight: bold;
}

div#content ul.circle {
	list-style-type: circle;
	margin: 10px 0px 0px 25px;
}

div#content ul.circle li {
	margin: 5px 0 5px
}

div#content ul.disc {
	list-style-type: disc;
	margin: 10px 0px 0px 25px;
}

div#content ul.disc li {
	margin: 5px 0 5px
}

div#content ul {
	list-style-type: none;
	margin: 10px 0px 0px 25px;
}

div#content ul {
	margin: 5px 0 5px
}


div#far_right {
	width:206px;
	height: 300px;
	background: #ffffff url(../images/bg_far_right.jpg) no-repeat 1px 0px;
	padding-left: 23px;
}

#right_bar {
	position: relative;
}

table.times {
	font-size: 1.2em;
	margin-bottom: 18px;
}

table.times th {
	font-weight: bold;
	text-align: left;
	width: 140px;
}

table.times td {
}

div.promotion {
	margin-bottom: 18px;
}

div.promotion > .expires {
	font-style: italic;
	margin-bottom: 6px;
	font-size: 0.9em;
	color: #808080;
}

#content .testimonial {
	
}

#content .testimonial h3 {
	font-size: 2.5em;
	font-weight: bold;
}

#content .testimonial h3 .name {
	color: #ff0011;
}

#content .testimonial .date {
	font-size: 1.2em;
	color: #000;
	font-style: italic;
	margin-bottom: 14px;
}

#content .testimonial .read_more_testimonials {
	text-indent: -9999px;
	display: block;
	width: 180px;
	height: 27px;
	background: url(../images/btn_read_more_testimonials.png) no-repeat top left;
}

#testiform {
	border-top: 1px solid #000;
	margin-top: 12px;
	padding-top: 12px;
}

#content #did_you_recently {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 8px;
	color: #1e1c16;
}

#content #testiform h3 {
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 12px;
	color: #1e1c16;
}

#content .fields label {
	width: 180px;
	font-weight: bold;
	padding-top: 8px;
}

#content .fields input.field {
	height: 16px;
	border: none;
	padding: 0;
	vertical-align: top;		
}

#content .fields #input_name {
	background: url(../images/bg_input_name.png) no-repeat top left;
	width: 325px;
	height: 29px;
	padding: 9px 10px 0 4px;
}

#content .fields #input_name input {
	width: 325px;
} 

#content .fields #input_city, #content .fields #input_model {
	background: url(../images/bg_input_city.png) no-repeat top left;
	width: 235px;
	height: 29px;
	padding: 9px 10px 0 4px;
}

#content .fields #input_city input, #content .fields #input_model input {
	width: 235px;
}

#content .fields #input_purchased {
	background: url(../images/bg_input_purchased.png) no-repeat top left;
	width: 136px;
	height: 29px;
	padding: 9px 10px 0 4px;
}

#content .fields #input_purchased input {
	width: 136px;
}

#content .fields #textarea_experience {
	background: url(../images/bg_textarea_experience.png) no-repeat top left;
	width: 337px;
	height: 148px;
	padding: 1px 0 0 1px;
}

#content .fields #textarea_experience textarea {
	width: 333px;
	height: 144px;
	border: none;
	padding: 0;
	vertical-align: top;
	margin: 0;
}

#content .fields .last {
	margin-top: 8px;
}

#content .promotion {
	margin-bottom: 20px;
}

#content .promotion > h3 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #980000;
}

#content .promotions {
	font-size: 1.0em;
}

#content .promotions > li > .expires {
	font-style: italic;
	margin-bottom: 6px;
	font-size: 0.9em;
	color: #808080;
}

#content .promotions > li {
	width: 240px;
	float: left;
	margin-bottom: 12px;
}

#content .promotions > li.odd {
	padding-right: 24px;
}

#content .promotions > li.even {
	border-left: 1px solid #000;
	padding-left: 16px;	
}

#content .promotions > li .book_service {
	margin: 17px 0 0 0;
}

#content .promotions > li > h3 {
	font-size: 1.6em;
	line-height: 1.4em;
	color: #980000;
}

#content .promotions .hr {
	background: url(../images/bg_promotion.jpg) repeat-x top left;
	height: 2px;
	margin: 9px 0;
}

#mini_testimonials_container {
	width: 164px;
}

#far_right .most_recent_testimonials {
	font-weight: bold;
	text-align: center;
	margin-bottom: 18px;
}

#far_right #mini_testimonials li {
	position: relative;
	margin-bottom: 22px;
	background: url(../images/bg_mini_testimonial.png) no-repeat 0px 2px;
	left: -12px;
	padding-left: 20px;
	
}

#far_right #mini_testimonials p, #far_right #mini_testimonials p a {
	color: #1e1c16;
	text-decoration: none;
}

#far_right #mini_testimonials p a:hover {
	text-decoration: underline;
}

#far_right #mini_testimonials .date {
	font-size: 1.2em;
}

#far_right #mini_testimonials .name {
	font-size: 1.6em;
	font-weight: bold;
}

#far_right #mini_testimonials .model {
	font-size: 1.2em;
	font-weight: bold;
}


#footer {
	background: url(../images/bg_footer.png) repeat-x top left;
	height: 174px;
	padding-bottom: 67px;
	margin-top: 25px;
	position: relative;
}

#footer .logo {
	top: 8px;
	left: 102px;
	position: absolute;
}

#bottom_nav {
	position: absolute;
	top: 32px;	
	left: 182px;
	font-size: 1.2em;
}

#bottom_nav li {
	display: inline;
	border-left: 1px solid #a1a4a7;
	padding-left: 11px;
	margin-left: 10px;
}

#bottom_nav li:first-child {
	border-left: none;
	padding-left: 0;
	margin-left: 0;	
}

#bottom_nav li a {
	color: #a1a4a7;
	text-decoration: none;
}

#bottom_nav li a:hover {
	text-decoration: underline;
}

#footer .disclaimer {
	position: absolute;
	left: 182px;
	top: 54px;
	color: #a1a4a7;
}

#footer .contact_info {
	position: absolute;
	top: 90px;
	left: 182px;
}

#footer .contact_info a {
	padding-left: 18px;
}

#footer .contact_info img {
	display: inline;
}

#footer .contact_map {
	position: absolute;
	top: 90px;
	right: 83px;
}

fieldset { padding-bottom: 10px; }
fieldset legend { font: 30px arial,sans-serif; font-weight: normal; color: #9EA28B; margin-bottom: 10px; padding: 5px 0; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }

.address { border-bottom: 1px solid #ccc; padding: 0 25px 10px 0; margin-bottom: 10px; }

#content p.highlight { font-weight: bold; color: #3c3d3f; }
#content p.asterisk { font-weight: bold; font-style: italic; color: #c80013; }

h2 { font-size: 20px; color: #000; font-weight: normal; margin-bottom: 10px; }

.btn_send_to_ray { text-align: center; width: 187px; height: 49px; background: url(../images/btn_send_to_ray.png) no-repeat top left; text-indent: -9999px; outline: none; border: none; display: block; margin: 0 auto; }

.ray form { padding-bottom: 20px; margin-bottom: 20px; width: 535px; }

.light { color: #939598; }

#videos { width: 535px; overflow: hidden; margin-bottom: 25px; border-bottom: 1px solid #bcbec0; }
.video-col { float: left; width: 250px; padding-left: 10px; margin-left: 10px; border-left: 1px solid #bcbec0; }
.video-col:first-child { padding-left: 0; margin-left: 0; border-left: 0; }
.video-col p { margin-bottom: 0; }

ul.thumbs { list-style-type: none; margin: 0; padding: 0; }
ul.thumbs li { float: left; width: 250px; height: 100px; margin: 0 10px 10px 0; font-size: 12px; }
ul.thumbs li img { float: left; margin: 0 10px 10px 0; width: 120px; }

p.vouchfor { font-size: 14px; color: #1e1c16; }
p.vouchfor a { color: #1e1c16; }
p.vouchfor strong { font-size: 20px; }
p.vouchfor img { vertical-align: middle; }
p.vouchfor img, p.vouchfor a, p.vouchfor strong { margin-right: 10px; }
