body {
	background:#0a0909 url(images/bg.jpg) top center repeat-x;
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#000;
	font:13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:19px;
}
h1 {
	font:27px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4c140e;
	margin:20px 0 15px;
	padding:0;
	letter-spacing:-1px;
}
h2 {
	font:20px Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#4c140e;
	margin:20px 0 15px;
	padding:0;
}
h3 {
	font:16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#4c140e;
	margin:20px 0 0px;
	padding:0;
}
h4 {
	font:20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:normal;
	color:#c0b9b3;
	margin:0px 0 0px;
	padding:0;
}
h6 {
	font:italic 22px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	font-weight:normal;
	margin:50px 0;
	padding:0;
} 
input, textarea, select {
	background:#e0e0e0;
	border:1px solid #aa9e94;
	font:12px "Lucida Sans", "Lucida Grande", "Lucida Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#2b2825;
	padding:4px;
}
/*option {
	border:0;
	padding:4px;
}*/
input:hover {
	background:#4c140e;
	color:#fff;
}
#container {
	width:900px;
	margin:0 auto;
	padding:0;
}
#header {
	height:120px;
	padding:40px 0 0;
}
#nav {
	height:30px;
}
#wrapper {
	width:900px;
	background:#fff url(images/bg_content_top.jpg) no-repeat;
	padding:0;
	text-align:left;
}
#content {
	background:url(images/bg_content_btm.jpg) left bottom no-repeat;
	padding:0 0 25px;
	width:900px;
}
#colA {
	float:left;
	width:550px;
	padding:20px 0 115px 20px;
	display:inline;
}
#colA p {
	padding:0 15px 10px 0;
	margin:0;
}
#colA ul {
	list-style-type:none;
	padding:0 15px 0 0;
	margin:0;
}
#colA ul li {
	padding:0 0 0 12px;
	background:url(images/li.gif) top left no-repeat;
}
#colA a:link, #colA a:visited {
	color:#4c140e;
	text-decoration:underline;
}
#colA a:hover {
	color:#aa9e94;
	text-decoration:none;
}
#colB {
	float:right;
	width:310px;
	padding:0 20px 0 0;
	background:url(images/bg_sidebar_mid.jpg) repeat-y;
	display:inline;
}
#sidebar {
	width:310px;
	background:url(images/bg_sidebar_top.jpg) no-repeat;
	padding:63px 0px 0;
}
#sidebarContainer {
	/*background:url(images/bg_sidebar_btm.jpg) bottom no-repeat;*/
	width:310px;
	padding:0 0 15px;
}
.sidebarTile {
	width:280px;
	margin:10px 15px 5px;
}
#footer {
	width:100%;
	background:#c3b8af url(images/bg_footer.jpg) top center repeat-x;
	text-align:left;
}
#footerWrapper {
	width:860px;
	margin:0 auto;
	padding:65px 20px 50px;
	background:url(images/bg_footer_top.jpg) top left no-repeat;
}
#footerLeft {
	float:left;
	width:550px;
}
#footerRight {
	float:right;
	width:310px;
}
#footerLeft p {
	color:#fff;
	padding:0;
	margin:0;
	font:bold 11px "Lucida Sans", "Lucida Grande", "Lucida Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#footerRight ul {
	float:left;
	margin:0;
	padding:15px 0 0 19px;
	list-style:none;
	color:#2b2825;
	font:12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:17px;
}
#footerRight a:link, #footerRight a:visited {
	color:#4c140e;
	text-decoration:underline;
}
#footerRight a:hover {
	color:#fff;
	text-decoration:none;
}
#colA .contactForm p {
	color:#000;
	padding:0;
	margin:0;
	font:bold 11px "Lucida Sans", "Lucida Grande", "Lucida Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.inline {
	display:inline;
	float:left;
	margin:0 10px 10px 0;
}
.clear {
	clear:both;
}
.bold {
	font-weight:bold;
}
.right {
	float:right;
}
.rightBorder {
	float:right;
	padding:3px;
	border:1px solid #aa9e94;
	margin:0 0 10px 0;
}
.specials {
	width:300px;
	/*border-top:1px solid #aa9e94;
	border-bottom:1px solid #aa9e94;
	border-left:1px solid #fff;
	border-right:1px solid #fff;*/
	padding:4px 0;
	background:#fff;
	margin:10px 0 0 5px;
}
.specialsContent {
	/*background:#c3b8af;*/
	background:#4c140e;
	padding:10px;
	color:#fff;
	font-size:12px;
	line-height:16px;
}
.brandWrapper {
	width:550px;
}
.brandItem {
	float:left;
	padding:0 13px 13px 0;
}
.required {
	font:bold italic 20px Georgia, "Times New Roman", Times, serif;
}
.googleMap {
	padding:4px;
	border:1px solid #aa9e94;
	background:#c0b9b3;
	margin:20px 0 0 0;
	width:520px;
}
.credit {
	font:bold 11px "Lucida Sans", "Lucida Grande", "Lucida Unicode", "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:15px 0 0 19px;
}