@charset "utf-8";
/* CSS Document */

body {
	background: #8A0503;
	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman", serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
a img {
	border-style: none;
}

#header {
	background: #000000 url(images/header_background.jpg) repeat left center;
	height: 135px;
}
#logo  {
	margin-top: 8px;
}
#coupons   {
	margin-top: 15px;
	margin-bottom: 10px;
	position: absolute;
	top: 12px;
	right: 0px;
}
#coupons #coupon_1  {
	margin-right: 12px;
}
#coupons #coupon_2  {

}
#header_border {
	background: #A82414 url(images/header_border.png) repeat-x;
	height: 10px;
}
#header #specials {
	position: absolute;
	top: 11px;
	right: 0px;
}

#back {
	text-align: center;
	position: relative;
	background: #333;
}

#banner {
	margin: auto;
	position: relative;
	height: 250px;
}
#subhead  {
	background-image: url(images/subhead_back.png);
	background-repeat: repeat-x;
	height: 90px;
	border-top: 1px dotted #FFF;
	position: relative;
}
#subhead #specials {
	position: absolute;
	top: 0px;
	right: 0px;
}

#nav {
	opacity:.95;
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	height: 35px;
	background: #8C0704 url(images/header_border.png) repeat-x;
	border-bottom: 1px solid #9f1a0f;
}
#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #C33F23;
	border-right: 1px solid #600;
	height: 35px;
	float: left;
	white-space: nowrap;
}
#nav li {
	float: left;
	border-right: 1px solid #C33F23;
	border-left: 1px solid #603;
	white-space: nowrap;
}

#nav a {
	font-size: 15px;
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	text-align: left;
	font-weight: bold;
	padding-right: 15px;
	padding-left: 15px;
}
#nav a:hover {
	color: #ffcc00;
}
#nav #home {
	border-style: none;
}
#layout {
	margin: auto;
	position: relative;
	padding-top: 20px;
	background: #333;
}

#main {
	text-align: left;
}
#main  h1  {
	font-size: 28px;
	line-height: 50px;
	margin: 0px 0px 10px;
	padding: 0px 15px;
	background: #3b3b3b;
	border-radius: 5px;
	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman", serif;
	font-weight: normal;
}

#main h2 , .full h2{
	font-size: 21px;
	color: #FFF;
	padding: 0px 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 35px;
	background: #3B3B3B;
	font-weight: normal;
	border-radius: 5px;
	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman", serif;
}
#main h3 , .full h3{
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 16px;
	text-transform: uppercase;
	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman", serif;
}
#main h4 {
	font-size: 15px;
	font-weight: bold;
	color: #CCC;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	line-height: 16px;
	font-family: "Book Antiqua", "Bookman Old Style", "Times New Roman", serif;
}



#main a {
	color: #FFCC00;
	text-decoration: none;
}
#main a:hover {
	color: #FF3300;
}




#main #content {
	float: right;
	width: 610px;
	font-size: 15px;
	line-height: 22px;
	color: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
}
#main #left {
	float: left;
	width: 280px;
	font-size: 15px;
	line-height: 21px;
	font-family: Tahoma, Geneva, sans-serif;
}
#main #call_button {
	margin-bottom: 5px;
}

#main #showroom_companies {
	background: #000;
	text-align: center;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 4px;
	border: 1px solid #999;
}
#main #date {
	position: relative;
	z-index: 9999;
}
#main #home_coupons {
	text-align: center;
	margin: 20px 0px;
	padding: 0px;
}
#main #home_coupons #coupon_info {
	font-size: 11px;
	background: #DEF;
	padding: 5px;
	line-height: 19px;
	border-radius: 4px;
	position: relative;
	margin-bottom: 35px;
	color: #333;
	text-align: left;
	margin-top: 18px;
}
#main #home_coupons #coupon_info .asterisk {
	font-size: 100px;
	font-weight: bold;
	float: left;
	line-height: 75px;
	margin-right: 5px;
	height: 50px;
	color: #999;
	overflow: hidden;
	margin-top: 5px;
}
#main #home_coupons #coupon_info .arrow {
	background: url(images/coupon_info_arrow.png) no-repeat;
	height: 17px;
	width: 20px;
	position: absolute;
	left: 20px;
	top: -17px;
}
#main #home_coupons #coupon_info a {
	color: #8A0503;
}
#main #home_coupons #coupon_info a:hover {
	text-decoration: underline;
}
#main #map  {
	border: 1px solid #FFF;
}


.full {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
.full a {
	color: #FFCC00;
	text-decoration: none;
}
.full a:hover {
	color: #FF3300;
}
#specials h1 {
	font-size: 24px;
	margin: 0px 0px 10px;
	padding: 0px 15px;
	background: #3b3b3b;
	border-radius: 5px;
	font-variant: small-caps;
	line-height: 45px;
}
#specials_left {
	background: #E3E3E3 url(images/specials_ben.png) no-repeat 20px 60px;
	margin-right: 2px;
	color: #363636;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 10px;
	margin-top: 50px;
}
#specials_left h1 {
	font-variant: small-caps;
	margin: 0px 0px 15px 10px;
	font-size: 24px;
	padding: 0px;
	float: left;
	background: transparent;
}
#specials_left h2 {
	background: transparent;
	color: #333;
	font-size: 15px;
	margin: 20px 0px 0px;
	padding: 0px;
	line-height: 24px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#specials_left #specials_bullets {
	font-size: 13px;
	padding: 0px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 175px;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
}
#specials_left a {
	color: #8A0503;
}
#specials_left a:hover {
	text-decoration: underline;
}

#specials_right {
	float: right;
	width: 483px;
	height: 240px;
	background: #610000 url(images/specials_rightback.png) repeat-x left top;
	padding: 0px 10px;
	overflow: hidden;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#specials_right h1 {
	font-variant: small-caps;
	margin: 25px 0px 15px;
	font-size: 24px;
	padding: 0px;
	border-bottom: 2px solid #FFF;
	float: left;
}
#specials_right form label {
	font: bold 14px/28px Arial, Helvetica, sans-serif;
	color: #FFF;
	float: left;
	width: 60px;
	text-align: right;
	margin-right: 15px;
	clear: both;
}
#specials_right form .text_input {
	width: 370px;
	background: #FFF;
	height: 27px;
	margin-bottom: 10px;
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 2px;
	padding-right: 5px;
	padding-left: 5px;
	box-shadow: 0 -2px #660000;
}
#specials_right form #submit {
	background: #ffa93e url(images/specials_button_back.png) repeat-x;
	line-height: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #dc6b00;
	margin-left: 75px;
	margin-top: 5px;
	padding: 0px 10px;
	border-radius: 2px;
	cursor: pointer;
	float: left;
	clear: left;
	text-shadow: 0 1px #ffff00;
	font-weight: bold;
}
#specials_right .specials_call {
	float: right;
	font: bold 13px Arial, Helvetica, sans-serif;
	margin-top: 14px;
}
#coupons_left {
	float: left;
	width: 450px;
}
#coupons_right {
	float: right;
	width: 500px;
}


#footer {
	margin: 50px auto auto;
	background: #8A0503 url(images/footer_back.png) repeat-x;
	font-size: 12px;
	line-height: 24px;
	padding-top: 4px;
}
#footer a {
	color: #FFCC00;
	text-decoration: none;
}
#footer #wdsb {
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 99;
}
#credit {
	font: 12px Tahoma, Geneva, sans-serif;
	color: #CCC !important;
	text-decoration: none !important;
	text-align: center;
	background: #666 url(http://www.webdesignsmallbusiness.com/images/credit_darkbg.png) no-repeat center 3px;
	float: right;
	white-space: nowrap;
	display: block;
	padding: 35px 5px 3px;
	margin-bottom: 5px;
	min-width: 140px;
	border-radius: 2px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #333;
	text-shadow: 0 1px #333;
}
#credit:hover {
	color: #CCC !important;
	text-decoration: none !important;
	background-color: #006;
	border-top: 1px solid #00C;
	border-bottom: 1px solid #003;
}
.center {
	margin: auto;
	width: 960px;
	position: relative;
	text-align: left;
	height: 100%;
}
.right_img {
	float: right;
	margin-bottom: 20px;
	margin-left: 25px;
	padding: 1px;
	border: 1px solid #666;
}


.clear {
	clear: both;
	height: 0px;
}
.alert {
	font-weight: bold;
	color: #FF6600;
}
.caption {
	font-size: 11px;
}

.question {
	font-style: italic;
	font-weight: bold;
	color: #CCCCCC;
	display: block;
	clear: both;
	margin: 0px;
}
.answer {
	background: #333333;
	padding: 3px;
	border: 1px solid #666666;
	display: block;
	margin-top: 5px;
}
.top_link {
	float: right;
	background: #666666;
	padding: 2px 3px 2px 10px;
	margin-bottom: 10px;
}
.prod_logo {
	margin-right: 10px;
	margin-bottom: 10px;
	background: #FFF;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.logo_set {
	text-align: center;
	background: #333333;
	border: 1px solid #666666;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: -10px;
}
.coupon_holder {
	text-align: center;
}
.schedule {
	margin: auto;
	width: 150px;
	text-align: center;
	background-color: #000;
	padding: 4px;
	border: 1px solid #F60;
}
.headerrow {
	font-weight: bold;
	font-size: 16px;
	background: #3B3B3B;
	line-height: 30px;
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 5px;
}
.flamebox {
	width: 550px;
	float: left;
	background: url(images/box_gradient.jpg) repeat-x 0px 75px;
	color: #000;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	margin-bottom: 20px;
}
.flamebox_sm {
	width: 265px;
	float: left;
	background: url(images/box_gradient.jpg) repeat-x 0px 75px;
	color: #000;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	margin-bottom: 20px;
	margin-right: 20px;
}

.flamebox_scroll {
	margin: 10px;
}
.coststable {
	color: #000;
	background: #999;
	padding: 0px;
	border: 1px solid #666;
	font-size: 11px;
	margin: 0px;
}
.coststable .header {
	background: #F90;
	font-weight: bold;
}
.coststable .subheader {
	font-weight: bold;
	color: #FFF;
	background: #666;
	text-transform: uppercase;
}
.coststable .divider {
	border-right: 1px solid #000;
}
.coststable .input {
	width: 50px;
}
.clear {
	clear: both;
}
.adamina {
	font-family: 'Adamina', serif;
	font-weight: 400;
}

