@charset "utf-8";
/* CSS Document */

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul,
ol, li, dl, dt, dd, form, a, fieldset, input, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	}
body, html {
	width: 100%;
	height: 100%;
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1;
	background: #291b0d url(images/body-bkg-alt.jpg) top center no-repeat;
	}
body.home {
	background: #291b0d url(images/body-bkg.jpg) top center no-repeat;
	}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	clear: both;
	visibility: hidden;
	} 
.clearfix {
	display: inline-block;
	clear: both;
	font-size: 0;
	}
.clear {
	clear: both;
	}
a {
	color: #09f;
	}
img {
	margin: 15px 0;
	border: 1px #000 solid;
	}
.btn, #submit {
	display: block;
	position: relative;
	margin: 15px 0;
	padding: 10px;
	width: 110px;
	font: bold 14px Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: #d38915;
	border: none;
	clear: both;
	-moz-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	cursor: pointer;
	}
.btn:hover, #submit:hover {
	background: #ba7912;
	border: none;
	}
/* LISTS */
ul {
	margin: 15px;
	}
li {
	padding: 4px 0;
	font: 13px Arial, Helvetica, sans-serif;
	color: #fff;
	}
.check {
	margin: 15px 15px 15px 5px;
	}
.check li {
	padding: 5px 0 5px 27px;
	list-style: none;
	background: url(images/checkmark.png) left center no-repeat;
	}
/* TYPOGRAPHY */
p {
	margin: 15px 0;
	font-size: 13px;
	color: #fff;
	line-height: 20px;
	}
p.alt {
	margin: 0 0 0 0;
	font: italic 18px Georgia, "Times New Roman", Times, serif;
	color: #fff;
	}
.coupon p {
	margin: 5px 0;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #111;
	}
/* H1, H2, H3... */
h2 {
	margin: 15px 0;
	font-size: 20px;
	color: #fff;
	text-transform: none;
	line-height: 28px;
	letter-spacing: 0;
	}
h2.alt {
	margin: 35px 0 0 0;
	}
h3 {
	margin: 25px 0 0 0;
	font-size: 20px;
	color: #d38915;
	text-transform: none;
	letter-spacing: -1px;
	}
h3.alt {
	margin: 10px 0 0 0;
	font-size: 42px;
	}
/* NAV */
#nav-wrap {
	background: #170f07;
	}
#nav, #footer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	height: 40px;
	background: url(images/nav-bkg.jpg) left no-repeat;
	z-index: 2;
	}
#nav ul, #footer ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 35px;
	}
#nav li, #footer li {
	display: block;
	position: relative;
	float: left;
	margin: 0 2px 0 0;
	padding: 0;
	}
#nav a {
	display: block;
	padding: 4px 10px 4px 10px;
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: none;
	}
#nav a.current {
	color: #fff;
	background: #d38915;
	}
#nav div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #d38915;
	opacity: 0;
	filter: alpha(opacity=0);
	}
#nav #phone {
	position: absolute;
	top: 9px;
	right: 0;
	font-size: 14px;
	}
/* DIV */
#wrap {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	}
#content {
	position: relative;
	margin: 0 auto;
	padding: 25px 0 35px 0;
	width: 960px;
	}
#splash {
	position: relative;
	height: 320px;
	}
#left {
	float: left;
	padding: 25px;
	width: 590px;
	background: url(images/content-bkg.png) top;
	}
/* SLIDESHOW */
#slideshow {
	position: relative;
	margin: 0 0 20px 0;
	width: 590px;
	height: 400px;
	}
/* SIDEBAR */
.module {
	display: block;
	position: relative;
	right: 0;
	float: right;	
	margin: 0 0 10px 0;
	width: 286px;
	height: 124px;
	text-indent: -9999px;
	opacity: 1;
	}
#box1 {
	height: 251px;
	background: url(images/box1.jpg);
	}
#box2 {
	background: url(images/box2.jpg);
	}
#box3 {
	background: url(images/box3.jpg);
	}
#box4 {
	height: 175px;
	background: url(images/box4.jpg);
	}
#box5 {
	height: 137px;
	background: url(images/box5.jpg);
	}
#coupon-link:hover {
	background-position: 0 -287px;
	}
#coupon-link {
	width: 340px;
	height: 287px;
	background: url(images/coupon-link.png);
	}
#phone-link {
	margin: 25px 10px 0 0;
	width: 325px;
	height: 220px;
	background: url(images/phone-link.png);
	}
#credit-cards {
	margin: 15px 0 0 0;
	width: 286px;
	height: 31px;
	background: url(images/credit-cards.png) left no-repeat;
	}
/* FOOTER */
#footer-wrap {
	padding: 10px 0;
	background: #170f07;
	}
#footer a {
	display: block;
	padding: 5px 10px 5px 10px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #ff00ff;
	}
/* FORM */
form {
	position: relative;
	color: #fff;
	}
input, select, textarea {
	font: 16px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height: 18px;
	}
.slide {
	position: relative;
	float: left;
	width: 675px;
	}
.field {
	position: relative;
	margin: 15px 0 0 0px;
	}
label {
	display: block;
	margin: 0 0 8px 0;
	font: 13px Arial, Helvetica, sans-serif;
	}
input {
	padding: 10px;
	}
input, select {
	display: block;
	margin: 0;
	width: 250px;
	background: #291b0d url(images/input-bkg.jpg) top repeat-x;
	border: 1px #574431 solid;
	}
input.alt {
	margin-left: 117px;
	}
input:active, input:focus, textarea:active, textarea:focus {
	border: 1px #fff solid;
	}
textarea {
	display: block;
	margin: 0;
	padding: 10px;
	width: 300px;
	height: 150px;
	background: #291b0d url(images/input-bkg.jpg) top repeat-x;
	border: 1px #574431 solid;
	}
form #submit {
	margin: 25px 0;
	}
.required {
	display: none;
	position: absolute;
	top: 14px;
	left: 285px;
	border: 0;
	}
#validatefail.required {
	top: 25px;
	}
#messagefail {
	display: none;
	padding: 15px 25px;
	width: 400px;
	font: 18px Arial, Helvetica, sans-serif;
	background: #ff3333;
	}
#messagesuccess {
	display: none;
	padding: 15px 25px;
	width: 400px;
	font: 18px Arial, Helvetica, sans-serif;
	background: #66CC33;
	}