body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:0;
	background:#FFF url(images/global.jpg) repeat-x 0 0;
	text-align: center;
	}

img, a img {border: none;}

#wrapper {
	overflow:hidden; 
	width:800px;
	margin:0px auto;
	color:#333;
	background:#FFF;
	text-align:left;
	}
	
#header {
	width:800px;
	overflow:hidden;
	background:#000 url(images/header-bg.jpg) repeat-x 0 0;
	color:#FFF;
	padding:30px 0px 0px 0px;
	margin:0px 0px;
	}

#header .header-logo {
	float:left;
	padding-left:20px;
	margin:0px;
	border:0px;
	overflow:hidden;
	}

#header a img {
	border:0px;
	}

#header .header-right {
	color:#FFF;
	float:right;
	text-align:right;
	font-size:13px;
	line-height:20px;
	font-weight:bold;
	padding-top:10px;
	padding-right:15px;
	overflow:hidden;
	}
	
#tabs {
	clear:both;
	width:800px;
	font-size:12px;
	font-weight:bold;
	line-height:normal;
	overflow:hidden;
      	}
      
#tabs ul {
	margin:10px 0 0 0;
	padding:0px;
	list-style:none;
	float:right;
	height: 23px;
	}

#tabs li {
	display: inline;
	margin:0;
	padding:0;
	}

#tabs a {
	display: block;
	float: left;
	background:transparent url(images/tab-left.png) no-repeat left top;
	margin:0;
	padding:5px 2px 4px 8px;
	text-decoration:none;
	}
	
#tabs .last-tab {
	padding:5px 0px 4px 8px;
	}

#tabs .active span {
	background:transparent url(images/a-tab-right.png) no-repeat right top;
	padding:5px 16px 4px 8px;
	color:#FFF;
	}

#tabs .active {
	background:transparent url(images/a-tab-left.png) no-repeat left top;
	}

#tabs a span {
	background:transparent url(images/tab-right.png) no-repeat right top;
	padding:5px 16px 4px 8px;
	color:#FFF;
	}
	
#tabs a:hover span {
	color:#A8AB72;
	background:transparent url(images/w-tab-right.png) no-repeat right top;
	cursor:pointer;
	}

#tabs a:hover {
	background:transparent url(images/w-tab-left.png) no-repeat left top;
      	}

#home-pagehead {
	background:#C0C482 url(images/home-head-bg.jpg) no-repeat center bottom;
	clear:both;
	color: #402C13;
	font-size:14px;
	line-height:20px;
	padding:13px 25px 14px;
	margin-bottom:5px;
	}

#home-pagehead p {
	width:520px;
	margin: 5px 0;
	}
	
#home-pagehead h2 {
	font-size:16px;
	margin:0px;
	}

#pagehead { background:#C0C482 }
	

#pagehead  h2 {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
	padding:15px 0px 12px 25px;
	margin:0px;
	}
	
#left {
	float:left;
	width:575px;
	background:#FFF;
	margin:25px 25px 0px 25px;
	color:#402C13;
	overflow:hidden;
	display: inline;
	}
	
#left h3 {
	font-size:14px;	
	font-weight:bold;
	color:#402C13;
	margin-bottom:5px;
	}
	
#left p{
	font-size:13px;
	line-height:18px;
	color:#402C13;
	margin:0 0 20px 0px;
	}

#left a { color:#402C13;
	border-bottom:1px dotted #402C13;
	font-weight:bold;
	text-decoration:none;
	}
	
#left a:hover { 
	color:#402C13;
	background:#F9F3DD;
	border-bottom:1px dotted #402C13;

	}
	

#home-left {
	float:left;
	width:620px;
	margin:0;
	color:#402C13;
	font-size:13px;
	line-height:18px;
	display: inline;
	position: relative;
	}

.home-offers {
	float:left;
	width:570px;
	background:#C0C482;
	padding:15px 25px 15px 25px;
	border-bottom:2px dotted #FFF;
	position: relative;
	display:inline;
	overflow: hidden;
	}		

.home-offers p { 
	padding-right: 25px;
	margin:5px 0px;
	}

.home-offers a {
	color:#990000;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px dotted #990000;
	}
	
.home-offers a:hover {
	border-bottom-style: solid;
	}
	

.home-offers h3 {
	font-size:14px;
	margin:5px 0 0 0;
	padding:0px;
	}

.home-offers img {
	float:left;
	margin:5px 30px 5px 0px;
	}

#home-promo {
	width:570px;
	background:#FFF url(images/old-texture.jpg) no-repeat center top;
	padding:20px 25px 20px 25px;
	margin-bottom:5px;
	}

#home-promo h3 {
	font-size:14px;
	margin:5px 0 0 0;
	padding:0px;
	}

#home-promo p { 
	padding-right: 25px;
	margin:5px 0px;
	}

#home-promo img {
	margin:5px 26px 10px 0px; 
	
	}

#home-sidebar {
	float:right;
	margin:0;
	background:#000;

	}

#sidebar {
	float:right;
	width:175px;
	margin:0;
	display: inline;
	}
	
#sidebar img {
	margin:0 0 10px 0;
	}

#sidebar a img{
	border:0px;
	}

#content { 
	width:800px;
	overflow:hidden;
	}
	
#home-content { 
	width:800px;
	background:#FFF url(images/black-side.gif) repeat-y right;
	overflow:hidden;	
	}	
#footer {
	clear:both;
	overflow:hidden;
	background:#FFF;
	font-size:11px;
	width:800px;
	color:#333;
	margin:10px 0px 20px 0px;
	padding:0px;
	line-height: 16px;
	}
	
.ft-left {
	float:left;
	text-align:left;
	width:625px;
	margin:0 0 0 10px;
	}
	
.ft-right {
	float:right;
	text-align:left;
	margin:0 10px 0px;
	}
.ft-right a {color: #333; text-decoration: none; border-bottom: 1px dotted #333;}

ul#contact {margin:0 0 20px 0;list-style:none;padding: 0;}
ul#contact li {padding: 0 0 0 30px; line-height: 1.5em; margin: 0 0 25px 0;}
li#addr {background: url(images/home-ico.png) 0 0 no-repeat;}
li#phone {background: url(images/phone-ico.png) 0 0 no-repeat;}
li#location {background: url(images/pin-ico.png) 0 0 no-repeat;}
li#open {background: url(images/clock-ico.png) 0 0 no-repeat;}
li#parking {background: url(images/p-ico.png) 0 0 no-repeat;}

#contact-form fieldset {border:none; margin: 0; padding: 0;}
#contact-form legend {font-weight: bold; margin: 10px 0; padding: 0;color:#402C13;}
#contact-form label {float: left; width: 150px; font-weight: bold; clear: left;}
#contact-form input.field {display: block; margin: 0 0 10px 0;width: 320px;}
#contact-form textarea.field {width: 323px; height: 120px;}
#contact-form input.field:focus, #contact-form textarea:focus {background-color: #ffffa0;}
#contact-form input#cc-me {margin: 0 6px 0 0; display: inline; vertical-align: middle;}
#contact-form label#cc-me-lbl {width: 100%; margin: 10px 0 0 149px; clear: both;}
#contact-form input#submit {margin: 20px 0 15px 149px; float: left;clear:both;}
#left p.error {color: #f90000;}
