/* =================================================
	DEFAULTS
================================================= */
* {
	margin: 0;
	padding: 0;
}
html {
	background: #fff url(../images/bg-page-top.gif) repeat-x top left;
}
body {
	background: url(../images/bg-page-bottom.gif) repeat-x bottom left;
	font: 62.5% Arial, Helvetica, sans-serif;
	color: #505050;
}
input, textarea, select {
	font: 1em Arial, Helvetica, sans-serif;
}
a {
	color: #700707;
	text-decoration: underline;
}
a:hover {
	color: #505050;
}
a img {
	border: none;
}

/* =================================================
	CLEARS
================================================= */
#header .buttons:after,
#content ul.thumbs li:after,
#content ul.thumbs:after,
#rightcol form:after,
form.login:after,
#content .location:after {
	display: block;
	clear: both;
	height: 0;
	content: ".";
	visibility: hidden;
	overflow: hidden;
}
.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}

/* =================================================
	PAGE AREA/OUTLINE
================================================= */
#page {
	width: 851px;
	margin: 0 auto;
}


/* =================================================
	HEADER
================================================= */
#header {
	height: 97px;
}
#header h1 a {
	float: left;
	margin: 10px 0 0;
	width: 146px;
	height: 81px;
	background: url(../images/logo.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
}
#header .buttons {
	float: right;
	width: 430px;
	margin: 24px 0 0;
}
#header .buttons a {
	float: right;
	padding: 5px 9px;
	margin-left: 10px;
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #c90202;
}
#header .buttons a:hover {
	background-color: #ab0202;
}
#header form {
	float: right;
	clear: right;
	width: 156px;
	margin-top: 18px;
	font-size: 1.2em;
}
#header form input.textbox {
	float: left;
	margin-right: 4px;
	width: 126px;
	padding: 2px;
	border: 1px #a90000 solid;
	background-color: #fff;
	color: #686868;
}
#header form input.button {
	float: left;
	margin-top: 1px;
}

/* =================================================
	NAVIGATION
================================================= */
#nav {
	height: 39px;
	overflow: hidden;
	list-style: none;
}
#nav li {
	float: left;
}
#nav li a {
	display: block;
	height: 23px;
	padding: 12px 20px 0 20px;
	color: #fff;
	text-decoration: none;
	font-size: 1.2em;
	text-transform: uppercase;
}
#nav li a.active,
#nav li a:hover {
	color: #a90000;
	background-color: #eaeaea;
	border-bottom: 4px #a90000 solid;
}
#nav li a.active {
	font-weight: bold;
}

/* =================================================
	BANNER
================================================= */
#banner {
	margin-top: 15px;
	position: relative;
	height: 295px;
}
#bannerimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 851px;
	height: 295px;
	overflow: hidden;
	z-index: 100;
}
#bannertxt {
	position: absolute;
	top: 0;
	left: 0;
	width: 851px;
	height: 295px;
	overflow: hidden;
	z-index: 1000;
}

/* =================================================
	MAIN CONTENT
================================================= */
#content {
	float: left;
	width: 588px;
	margin: 15px 0;
}
#content h2 {
	color: #a90000;
	font-size: 2.4em;
	font-weight: normal;
}
#content h3 {
	margin: .5em 0 .2em 0;
	color: #a90000;
	font-size: 1.4em;
}
#content p {
	margin: 0 0 1.4em 0;
	font-size: 1.4em;
	line-height: 1.7em;
}
#content ul {
	margin: 0 0 1.4em 0;
	padding: 0 0 0 1.5em;
	font-size: 1.4em;
	line-height: 1.7em;
}
#content ul li {
	margin: 0 0 .7em 0;
}
#content ul ul {
	font-size: 1.0em;
}
#content ul.thumbs {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul.thumbs li {
	float: left;
	margin: 0 3px 13px 0;
	width: 194px;
}
#content ul.thumbs li.last {
	margin-right: 0;
}
#content ul.thumbs li .imageholder {
	width: 186px;
	height: 90px;
	padding: 8px 0 0 8px;
	background: url(../images/bg-thumb.gif) no-repeat;
}
#content ul.thumbs li strong {
	margin: 2px 9px 0 8px;
	display: block;
	text-transform: uppercase;
}
#content ul.thumbs li p {
	margin: 0 9px 0 8px;
	font-size: .85em;
	line-height: 1.5em;
}
#content a.learnmore {
	float: left;
	margin: 0 50px 0 0;
	padding: 5px 8px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	background-color: #840808;
}
#content a.learnmore:hover {
	background-color: #700707;
}
#content ul.thumbs li a.learnmore {
	margin: 12px 0 0 52px;
	font-size: .85em;
}
#content .locationcol {
	float: left;
	width: 45%;
}
#content .locationcol.last {
	float: right;
}
#content .locationcol h3 {
	padding: 2px 4px;
	background: #A90000;
	color: #fff;
}
#content .location {
	margin: 0 0 2em 0;
}
#content .location p {
	margin: 0;
	font-size: 1.2em;
	line-height: 1.3em;
}

#content form.order label, #content form.order table{margin:0; padding:0;}
#content form.order input {margin:5px 0 15px 0;}

/* === login form === */
form.login {
	margin: 0 75px;
	padding: 10px;
	background-color: #f3f3f3;
	border: 1px #d8d8d8 solid;
	text-align: center;
}
form.login label {
	float: left;
	clear: left;
	width: 200px;
	padding: 3px 0 0 0;
	margin: 0 0 10px 75px;
	width: 90px;
	font-size: 1.4em;
}
form.login input.textbox {
	float: left;
	padding: 2px;
	font-size: 1.4em;
	background-color: #fff;
	border: 1px #a2a2a2 solid;
}
form.login input.button {
	clear: left;
	float: left;
	margin: 0 0 0 165px;
	padding: 3px 8px;
	font-size: 1.2em;
	color: #fff;
	border: none;
	background-color: #840808;
	cursor: pointer;
}

/* === order form === */
form.order {
	font-size: 1.4em;
}
#content form.order p {
	margin: 0;
	font-size: 1.0em;
}
form.order label {
	float: left;
	width: 50%;
	margin: 0 0 10px;
}
form.order label.full {
	width: 100%;
}
form.order .newline {
	clear: left;
}
form.order .textbox {
	float: left;
	width: 220px;
	padding: 2px;
	margin: 2px 0 0;
	background-color: #fff;
	border: 1px #a2a2a2 solid;
}
form.order textarea.textbox {
	width: 400px;
	height: 100px;
}
form.order input.button {
	clear: left;
	margin: 0;
	padding: 3px 8px;
	color: #fff;
	border: none;
	background-color: #840808;
	cursor: pointer;
}
/* =================================================
	RIGHT COLUMN
================================================= */
#rightcol {
	float: right;
	width: 227px;
	margin: 20px 0 20px 0;
	padding: 0 0 0 11px;
	border-left: 1px #cacaca solid;
}
#rightcol a.button {
	display: block;
	margin: 0 0 9px;
	color: #fff;
	font-size: 1.2em;
	line-height: 1.5em;
	text-decoration: none;
	border: 1px #b26262 solid;
	background: url(../images/bg-sidebutton.gif) repeat-y top center;
}
#rightcol a.button span {
	display: block;
	padding: 7px 5px 5px 70px;
	border: 1px #fff solid;
}
#rightcol a.button span strong {
	display: block;
	font-size: 1.4em;
	line-height: 1em;
}
#rightcol a.plan span {
	background: url(../images/icon-house.gif) no-repeat 9px 5px;
}
#rightcol a.order span {
	background: url(../images/icon-handshake.gif) no-repeat 9px 5px;
}
#rightcol a.schedule span {
	background: url(../images/icon-truck.gif) no-repeat 9px 5px;
}
#rightcol span.elitehp {
	display: block;
	text-align: center;
}
#rightcol .formwrapper {
	background: url(../images/bg-form.gif) repeat-y top center;
	border: 1px #c3c3c3 solid;
	margin-bottom: 17px;
}
#rightcol form {
	padding: 10px;
	font-size: 1.2em;
	border: 1px #fff solid;
}
#rightcol form h3 {
	color: #900707;
	font-size: 1.5em;
	font-weight: normal;
}
#rightcol p {
	margin-bottom: 15px;
}
#rightcol .textbox {
	padding: 2px;
	border: 1px #c5d0dc solid;
	background-color: #fff;
}
#rightcol label {
	float: left;
	clear: left;
	width: 40px;
	padding-top: 3px;
}
#rightcol input.textbox {
	width: 154px;
	float: left;
	margin-bottom: 9px;
}
#rightcol select.textbox {
	width: 200px;
	clear: left;
}
#rightcol select option {
	padding: 1px 2px;
}
#rightcol label.long {
	float: none;
	width: auto;
	display: block;
	padding: 9px 0 3px;
}
#rightcol textarea.textbox {
	width: 197px;
	margin-bottom: 9px;
}
#rightcol input.button {
	padding: 3px 8px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	background-color: #840808;
	border: none;
	cursor: pointer;
	float: right;
}
#rightcol .errorField {
	border: 1px solid #cc1100;
	background-color: #ede2e1;
}
#rightcol .errorMessages {
	padding: 5px;
	margin: 0 0 15px 0;
	border: 1px solid #cc1100;
	background: #ede2e1 url(../images/exclamation.png) no-repeat 5px 5px;
	color: #b30f00;
}
#rightcol .errorMessages p {
	margin: 0;
	padding: 0 0 0 21px;
}
#rightcol .errorMessages ul {
	margin: 0;
	padding: 0 0 0 21px;
}
#rightcol .errorMessages ul li {
	padding: 5px 0 0;
}
#rightcol p.mailererror {
	margin: 15px 0;
	padding: 5px 5px 5px 25px;
	border: 1px solid #cc1100;
	background: #ede2e1 url(../images/exclamation.png) no-repeat 5px 5px;
	color: #b30f00;
}
#rightcol p.thanks {
	margin: 15px 0;
	padding: 5px 5px 5px 25px;
	border: 1px solid #899e74;
	color: #5b5f58;
	background: #e5ece0 url(../images/email_go.png) no-repeat 5px 5px;
	
}

/* =================================================
	FOOTER
================================================= */
#footer {
	clear: both;
	height: 80px;
	padding: 27px 0 0;
	font-size: 1.2em;
	color: #999999;
}
#footer a {
	color: #999999;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}
#footer ul {
	list-style: none;
	margin-bottom: 20px;
}
#footer li {
	display: inline;
	border-left: 1px #999 solid;
}
#footer li a {
	padding: 0 3px 0 6px;
}
#footer li.first {
	border-left: 0;
}
#footer li.first a {
	padding-left: 0;
}