@charset "utf-8";
body {
	background:url(images/bg-body.jpg) repeat-x left top #494949;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td, div {
	font:normal 12px verdana;
	color:#010101;
	text-align: left;
	margin:0;
	padding:0;
}
p {
	margin:0 0 20px 0;
	line-height:18px;
}
h1 {
	font: bold 15px verdana;
	color:#000;
	text-transform:capitalize;
	margin:0 0 17px 0;
}
h2 {
	font: bold 14px verdana;
	color:#fff;
	padding:10px 0 10px 30px;
	margin:0 0 27px 0;
	text-transform:capitalize;
	background:#000;
}
h3 {
	font:bold 12px verdana;
	margin:0 0 17px 0;
	color:#FF6633;
}
h4 {
	font:normal 12px verdana;
	color:#010101;
	margin:0;
}
address {
	color:#000001;
	margin:0 15px 17px 26px;
}
a {
	text-decoration:underline;
	color:#000001;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width:990px;
	margin:0px auto;
}
div#header {
	width:990px;
	float:left;
	background:url(images/bg-header.jpg) no-repeat left top;
	padding:0px;
	margin:0px;
	height:415px;
}
div#flash {
	width:990px;
	padding:0px;
	margin:0px;
	float:left;
}
div#main-content {
	width:935px;
	float:left;
	background:url(images/bg-main-content.jpg) repeat-y left top;
	padding: 0 30px 16px 25px;
}
div#content {
	float:right;
	width:630px;
}
div.list {
	width:610px;
	border-top:1px dotted #fff;
	border-bottom:1px dotted #fff;
	padding:10px;
	float:left;
	margin:0 0 20px 0;
	background:#E5E5E5;
}
div#content ul {
	list-style:none;
	padding:0px 40px 10px 0px;
	width:auto;
	float:left;
	display:inline;
}
div#content ul li {
	background:url(images/bullet.jpg) no-repeat left 7px;
	padding:0 0 0 18px;
	margin:0 0 0 10px;
	font:normal 13px Verdana;
	color:#000001;
	line-height:20px;
}
div.listed {
	width:600px;
	float:left;
}
div.listed ul.listedinner {
	list-style:none;
	padding:0 0 10px 10px;
	width:310px;
	float:left;
	display:inline;
}
div#map {
	width:100%;
	float:left
}
div#map-left {
	width:48%;
	float:left;
}
div#map-right {
	width:48%;
	float:right;
}
div#sidebar {
	width:278px;
	float:left;
}
div#footer {
	width:990px;
	float:left;
	background:url(images/bg-footer.jpg) no-repeat left top;
	padding:21px 0 15px 0;
	margin:0px;
}
a#owner {
	float:right;
	text-decoration:none;
	text-transform:capitalize;
	color:#28301f;
	font:normal 13px arial;
	background:url(images/owner-login.jpg) no-repeat left top;
	margin:40px 20px 0 0;
	padding:0 0 0 15px;
}
a#owner:hover {
	text-decoration:underline;
}
div#copyright {
	font:normal 11px Arial;
	color:#000001;
	text-align:left;
	float:left;
	margin:6px 0 0 0px;
	padding:0 0 0 28px;
}
div#copyright img {
	margin:3px 0 0 0;
}
div#copyright a {
	font:normal 11px Arial;
	color:#000002;
	text-decoration: none;
}
div#copyright a:hover {
	text-decoration: underline;
}
/* ----------------- NAVIGATION ----------------- */
ul#mainnav {
	list-style-type:none;
	float:left;
	padding:0 0 0px 6px;
	margin:24px 0 0 0;
	width:980px;
	height:44px;
}
ul#mainnav li {
	display: inline;
	list-style: none;
	background:url(images/nav-divider.jpg) no-repeat right top;
	float:left;
}
ul#mainnav li.contact {
	background:none;
}
ul#mainnav li a {
	font:bold 12px verdana;
	color: #000001;
	text-decoration: none;
	float:left;
	padding:12px 55px 9px 55px;
	margin:0 2px 0 0;
	text-transform:uppercase;
}
ul#mainnav li a:hover, ul#mainnav a.current {
	background:url(images/bg-nav-hover.jpg) repeat-x left top;
}
/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
ul#utilitynav {
	width: 960px;
	float:left;
	background:#000;
	padding:8px 0 8px 25px;
	list-style-type: none;
	margin:0 0 4px 0px;
}
ul#utilitynav li {
	float:left;
	padding:0 25px;
	border-left:1px solid #fff;
}
ul#utilitynav li.first {
	border:none;
	padding-left:0px;
}
ul#utilitynav li a {
	font:normal 11px verdana;
	color:#ffffff;
	text-decoration:none;
	display:inline;
	text-transform:uppercase;
	float:left;
}
ul#utilitynav li a:hover {
	text-decoration: underline;
}
/* ----------------- CUSTOM CLASSES ----------------- */

img.left {
	float: left;
	padding: 1px;
	margin: 0px 0px 17px 0px;
	background:#000;
}
img.right {
	float: right;
	padding: 1px;
	margin: 0px 0px 17px 15px;
	background:#000;
}
.clear {
	clear:left;
	display:inline-block;
}
img.payment-cards {
	width:auto;
	float:left;
}
.style1{
	font: bold 14px verdana;
	color:#fff;
	padding:10px 0 10px 10px;
	margin:0 0 27px 0;
	text-transform:capitalize;
	background:#000;
	}

