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

* {
	margin: 0px;
	padding: 0px;
}
img, a img {
	border: none;		
}
body {
	background-image:url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #292728;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
}
a {
	color: #de9f3b;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 20px;
}
ul {
	margin-left: 15px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ce6035;
	vertical-align: middle;
}
h1 img {
	vertical-align: middle;
	margin-right: 10px;
}
#container {
	width: 940px;
	padding: 0px 10px;
	margin: 0px auto;
	clear: both;
	text-align: left;
        background-image: url(../img/bg_highlight.png);
	background-repeat: no-repeat;
}
#header {
	width: 940px;
	clear: both;
}
.logo {
	float: left;
	margin-right: 50px;
}
.phoneNumber {
	text-align: right;
	color: #ce6035;
	padding-top: 25px;
	font-size: 20px;
}
.phoneNumber span.openingSoon {
	color: #de9f3b;
	padding-right: 180px;
}
.phoneNumber span.small {
	display: block;
	font-size: 16px;
	color: #87452b;
}
.quote {
	padding-top: 10px;
}
#mainContent {
	clear: both;
	padding-top: 10px;
        width: 940px;
}
.mainImg {
	float: left;
	clear: left;
	margin-right: 20px;
}
.rightContent {
	float: left;
	clear: right;
}
.leftRule {
	display: block;
	clear: both;
	width: 940px;
	background-image: url(../img/rule_left.png);
	background-repeat: no-repeat;
	height: 1px;
	margin-bottom: 20px;
}
#subContent {
	clear: both;
	margin-bottom: 20px;
        width: 940px;
}
#subLeft {
	float: left;
	clear: left;
	width: 460px;
	margin-right: 20px;
}
#subRight {
	float: left;
	clear: right;
	width: 460px;
}
#subLeft div, #subRight div {
	border: 1px solid #434142;
	padding: 20px;
	margin-top: 20px;
}
#footer {
	background-image: url(../img/rule_right.png);
	background-repeat: no-repeat;
	background-position: top right;
	clear: both;
	text-align: right;
	width: 940px;
	color: #de9f3b;
	font-size: 12px;
	line-height: 16px;
	padding-top: 10px;
}
.clearBoth {
	clear: both;
}
