/*
*                  _         _                   _ _         _ 
*      /\  /\_   _| |_ ____ / \   /\/\   ___  __| (_) __ _  / \
*     / /_/ / | | | __|_  //  /  /    \ / _ \/ _` | |/ _` |/  /
*    / __  /| |_| | |_ / //\_/  / /\/\ \  __/ (_| | | (_| /\_/ 
*    \/ /_/  \__,_|\__/___\/    \/    \/\___|\__,_|_|\__,_\/   
*
*	CSS Stylesheet
*
*	Developed By Hutz! Media! <hutzmedia.com>
*	under contract for WebStager <webstager.com>
*
*	June 14 2010
*	Last Update: July 09, 2010
*
*/

html {
}

html, body {
	padding: 0px;
	margin: 0px;
	background-color: #6E0A14;
	
	background-image: url("../images/body.bg.png");
	background-position: top center;
	background-repeat: repeat-x;
	
	font-family: "Calibri","Trebuchet MS","Verdana","Arial","Sans-serif";
	color: #000000;
	font-size: 14px;
	
}

img {
	border-style: none;
}

div.page {
	position: relative;
	width: 982px;
	margin: 0px auto 0px auto;
	padding-bottom: 1px;
	background-image: url("../images/page.bg.png");
}

div.contentBody div.page {
	padding-bottom: 32px;
}

div.padding {
	position: relative;
	margin: 0px 33px 0px 33px;
	background-color: #FFFFFF;
}

h1, p {
	margin: 0px; padding: 0px;
	font-weight: normal;
}


/* Page Header */
div.pageHeader {
	position: relative;
	height: 139px;
}

div.pageHeader img.title {
	position: absolute;
	left: 0px; top: 24px;
	width: 504px; height: 65px;
}

div.pageHeader h1.phone {
	position: absolute;
	right: 0px; top: 52px;
	font-size: 35px;
	font-weight: bold;
	color: #323232;
}

div.splash {
	position: relative;
	height: 326px;
}

div.splash img {
	display: none;
	position: absolute;
	z-index: 50;
	left: 0px; top: 0px;
	width: 916px; height: 326px;
}

div.headerImage img {
	width: 916px; height: 170px;
	margin-bottom: 16px;
}

/* Page Header: Dropdown Menu */
ul.dropdown {
	position: absolute;
	z-index: 98;
	left: 0px; top: 101px;
}

ul.dropdown, ul.dropdown ul, ul.dropdown li {
	margin: 0px; padding: 0px;
	list-style: none;
}

ul.dropdown li.parent {
	float: left;
	z-index: 97;
	position: relative;
	width: 182px; height: 30px;
	text-align: center;
	margin-right: 1px;
	font-size: 18px;
	background-color: #EAEAEA;
	background-image: url("../images/header.menu.bg.png");
}

ul.dropdown li.parent a {
	z-index: 97;
	color: #313131;
	display: block;
	text-decoration: none;
	padding: 4px;
	font-weight: bold;
}

ul.dropdown li.parent ul {
	z-index: 97;
	position: absolute;
	left: 0px; top: 30px;
	display: none;
	border: #CFCFCF solid 1px;
	border-top-style: none;
}

ul.dropdown li.parent ul li a {
	z-index: 97;
	font-size: 16px;
	width: 250px;
	line-height: 22px;
	background-color: #EAEAEA;
	padding: 4px 4px 4px 4px;
}

ul.dropdown li.parent ul li a:hover {
	z-index: 97;
	color: #000000;
	background-color: #CFCFCF;
}

ul.dropdown li.parent:hover ul, ul.dropdown li.hover {
	display: block;
	z-index: 99;
}

/* Content */
div.content {
	position: relative;
}

div.dialog {
	margin: 32px;
	border: #77868E solid 2px;
	padding: 16px;
	background-color: #E8F1F9;
	background-image: url("../images/dialog.bg.png");
	background-repeat: repeat-x;
}

div.errorDialog {
	color: red;
}


/* Content: Left */
div.content div.left {
	position: relative;
	width: 578px;
	min-height: 522px;
	padding: 24px 0px 0px 8px;
}

div.content div.left div.title {
	color: #ce3a3e;
	font-weight: bold;
	font-size: 21px;
}

div.content div.left p {
	color: #555555;
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 0px; margin: 0px;
	margin-top: 16px;
}

div.content div.left div.section {
	margin-top: 26px;
}

div.content div.left div.section div.title {
	padding-bottom: 2px;
	margin-bottom: 10px;
	border-bottom: #8C8C8C solid 1px;
}

div.content div.left div.section div.title a {
	margin-left: 4px;
	font-size: 12px;
	text-decoration: none;
	color: #ce3a3e;
}

div.content div.left div.section div.item {
	font-size: 14px;
	color: #555555;
}

div.content div.left div.section div.item a.more {
	display: block;
	text-decoration: none;
	color: #ce3a34;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 12px;
}

/* Content: Right */
div.content div.right {
	position: absolute;
	left: 616px; top: 11px;
	width: 300px;
}

div.content div.right div.menu div {
	height: 32px;
	background-image: url("../images/right.menu.bg.png");
	margin-bottom: 4px;
	background-color: #EAEAEA;
}

div.content div.right div.menu div a {
	display: block;
	font-size: 17px; 
	overflow: hidden;
	white-space:nowrap;
	color: #313131;
	text-decoration: none;
	font-weight: bold;
	padding: 5px 0px 5px 14px;
	letter-spacing: 0.2px;
}

div.content div.right div.menu div a b {
	color: #ce3a34;
	margin-left: 4px;
	letter-spacing: -1px;
}

div.content div.right div.newsletter {
	position: relative;
	margin-top: 8px;
	height: 135px;
	background-color: #EAEAEA;
	background-image: url("../images/right.newsletter.bg.png");
}

div.content div.right div.newsletter div.title {
	color: #ce3a34;
	font-size: 18px;
	font-weight: bold;
	margin-left: 12px;
	padding: 12px 0px 4px 0px;
	width: 274px;
	border-bottom: #9E9E9E solid 1px;
}

div.content div.right div.newsletter p {
	padding: 8px 18px 0px 12px;
	color: #555555;
	font-size: 13px;
}

div.content div.right div.newsletter input.text {
	position: absolute;
	left: 13px; top: 101px;
	background-color: #FFFFFF;
	color: #c8c8c8;
	padding: 3px;
	width: 192px;
	border: #CFCFCF solid 1px;
}

div.content div.right div.newsletter input.focus {
	color: #000000;
	border: #000000 solid 1px;
}

div.content div.right div.newsletter input.button, div.content div.right div.newsletter img.button {
	position: absolute;
	left: 222px; top: 101px;
	width: 66px; height: 21px;
}

div.content div.right div.chat {
	margin: 16px 0px 0px 65px;
}

/* Bottom */
div.content div.bottom {
	position: relative;
	padding-top: 16px;
	height: 135px;
}
div.content div.bottom img, div.content div.bottom div.section {
	position: relative;
	cursor: pointer;
	width: 300px; height: 135px;
	float: left;
	margin-right: 4px;
}

div.content div.bottom div.testimonials div.testimonial_content {
	position: absolute;
	left: 9px; top: 38px;
	width: 282px; height: 75px;
	overflow: hidden;
	color: #FFFFFF;
	font-size: 15px;
	text-align: justify;
}

div.content div.bottom div.testimonials div.testimonial_signature {
	position: absolute;
	left: 9px; top: 112px;
	height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 15px;
}

div.content div.bottom div.specials div.p {
	position: absolute;
	left: 9px; top: 38px;
	color: #FFFFFF;
	width: 282px; height: 75px;
	font-size: 15px;
	text-align: justify;
}


/* Bottom Page */
div.bottomPage {
	position: relative;
	width: 982px;
	margin: 0px auto 0px auto;
	background-image: url("../images/bottom.bg.png");
	background-repeat: no-repeat;
	height: 145px;
}

div.contentBody div.bottomPage {
	background-image: url("../images/bottomContent.bg.png");
}

div.bottomPage div.footer {
	position: absolute;
	left: 36px; top: 34px;
	color: #b86e76;
}

div.contentBody div.bottomPage div.footer {
	top: 74px;
}

div.bottomPage div.bar {
	position: relative;
}

div.bottomPage div.bar img.call {
	position: absolute;
	left: 28px; top: 9px;
	width: 247px; height: 36px;
}

div.bottomPage div.bar img.social {
	position: absolute;
	left: 786px; top: 9px;
	width: 166px; height: 36px;
}

div.bottomPage div.bar img.chat {
	position: absolute;
	left: 302px; top: 9px;
	width: 282px; height: 36px;
}

div.bottomPage div.bar div.chat {
	position: absolute;
	left: 610px; top: -33px;
}

div.bottomPage div.bar img.connect {
	position: absolute;
	left: 292px; top: 9px;
	width: 286px; height: 34px;
}

div.bottomPage div.footer a {
	color: #b86e76;
	text-decoration: none;
}

div.bottomPage div.footer img.webstager {
	position: absolute;
	left: 834px; top: 0px;
	width: 71px; height: 46px;
}

div.emailForm {
	margin-top: 24px;
	border: #971F22 solid 2px; 
	padding: 16px;
	background-color: #F4F4F4;
}

div.emailForm input.text {
	padding: 4px;
	width: 200px;
}

div.emailForm textarea.textarea {
	padding: 4px;
	width: 400px;
	height: 140px;
}

div.testimonial {
	padding: 16px;
	border: #971F22 solid 2px; 
	background-color: #F4F4F4;
	margin-top: 16px;
}

div.testimonial b {
	display: block;
	margin-top: 4px;
}

/* Blog */
div.cmsBlog div.left {
	margin: 0px; padding: 0px;
	width: auto;
}
