/* Master styles */
* { outline: 0 }
html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
	font-family: Tahoma, Verdana;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }
.clear { clear: both }

/* Website styles */
body {
	background: #82c8f8 url('/im/bg.gif') top left;
}
div#wrapper {
	width: 730px;
	background: #fff;
	margin: 0 auto;
	padding: 30px 10px 10px 10px;
	overflow: hidden;
}
ul#nav {
	float: left;
	width: 529px;
	height: 50px;
	background: #2b7fad url('/im/nav-bg.gif') top left repeat-x;
	margin: 0 0 10px 0;
}
#nav li {
	list-style: none;
	float: left;
	padding: 11px 0;
	height: 28px;
	width: 99px;
	text-align: center;
}
#nav li.start {
	width: 5px;
	background: #2b7fad url('/im/nav-start.gif') center center no-repeat;
	font-size: 1px;
}
#nav li.end {
	width: 29px;
	background: #2b7fad url('/im/nav-end.gif') center center no-repeat;
	font-size: 1px;
}
#nav li a {
	width: 95px;
	height: 27px;
	line-height: 27px;
	display: block;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
#nav li a:hover {
	background: #fff url('/im/nav-hover.gif') center center no-repeat;
	color: #2b7fad;
}
div#header {
	clear: both;
	width: 729px;
	height: 160px;
	background: #529bcd;
	margin: 0 0 10px 0;
}
#header div.left {
	width: 199px;
	height: 160px;
	background: url('/im/header-left.gif') center center no-repeat;
}
#header .left ul {
	width: 175px;
	margin: 12px 0 0 9px;
}
#header .left ul li {
	list-style: none;
	padding: 0 0 2px 0;
}
#header .left ul li a {
	width: 175px;
	height: 33px;
	line-height: 33px;
	display: block;
	text-indent: 10px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #66a5d1;
}
#header .left ul li a:hover {
	background: #fff;
	color: #267bb1;
}
#header .left ul li a.one {
	background: #66a5d1 url('/im/header-one.gif') top center no-repeat;
}
#header .left ul li a.one:hover {
	background: #66a5d1 url('/im/header-one.gif') bottom center no-repeat;
}
#header .left ul li a.two {
	background: #66a5d1 url('/im/header-two.gif') top center no-repeat;
}
#header .left ul li a.two:hover {
	background: #66a5d1 url('/im/header-two.gif') bottom center no-repeat;
}
#header .left ul li a.three {
	background: #66a5d1 url('/im/header-three.gif') top center no-repeat;
}
#header .left ul li a.three:hover {
	background: #66a5d1 url('/im/header-three.gif') bottom center no-repeat;
}
#header .left ul li a.four {
	background: #66a5d1 url('/im/header-four.gif') top center no-repeat;
}
#header .left ul li a.four:hover {
	background: #66a5d1 url('/im/header-four.gif') bottom center no-repeat;
}
div#sidebar {
	float: left;
	width: 190px;
	padding: 0 0 10px 0;
}
#sidebar h2 {
	width: 190px;
	height: 27px;
	line-height: 27px;
	background: #62a0c9 url('/im/properties.gif') center left no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-indent: 15px;
	margin: 0 0 1px 0;
	text-transform: uppercase;
}
#sidebar h3 {
	width: 190px;
	height: 27px;
	line-height: 27px;
	background: #d8efff url('/im/corner-top.gif') top left no-repeat;
	font-size: 14px;
	color: #5ca4c9;
	font-weight: normal;
	text-indent: 15px;
	text-transform: uppercase;
}
#sidebar ul.list {
	width: 190px;
	background: #d8efff url('/im/corner-bottom.gif') bottom left no-repeat;
	margin: 0 0 1px 0;
}
#sidebar .list li {
	height: 20px;
	line-height: 20px;
	list-style: none;
	text-indent: 15px;
	font-size: 12px;
	color: #999;
}
#sidebar .list li.end {
	height: 10px;
	line-height: 10px;
	font-size: 1px;
}
#sidebar .list li a {
	color: #000;
	text-decoration: none; padding-left:10px; width:150px; display:block;
}
#sidebar .list li a:hover {
	text-decoration: none; margin-left:5px; color:#FFF; font-weight:bold; width:150px; display:block; background-color:#62A0C9;
}
#sidebar h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #056297;
	text-indent: 15px;
	margin: 10px 0 5px 0;
	font-weight: normal;
}
#sidebar p.news {
	width: 190px;
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
	font-size: 11px;
	color: #000;
}
#sidebar .news a {
	color: #026095;
	text-decoration: none;
}
#sidebar .news a:hover {
	text-decoration: underline;
}
div#content {
	float: right;
	width: 530px;
	padding: 0 0 10px 0;
}
#content div.search {
	width: 500px;
	height: 103px;
	background: #7ab1d4 url('/im/search-bg.gif') top left repeat-x;
	padding: 10px 15px;
	font-family: Arial;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#content .search select, #content .search input, #sidebar .search select, #sidebar .search input {
	margin: 10px 10px 0 0;
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #000;
	padding: 4px;
	width: 150px;
	text-transform: none;
	font-weight: normal;
}
#content .search input, #sidebar .search input {
	width: 138px;
	text-indent: 5px;
}
#content .search input.ref {
	width: 110px;
	_padding: 0;   /* ie6 hack */
	_width: 120px; /* ie6 hack */
	*padding: 0;   /* ie7 hack */
	*width: 120px; /* ie7 hack */
}
#sidebar .search input.ref {
	width: 110px;
}
#content .search input.submit, #sidebar .search input.submit {
	width: 122px;
	border: 1px solid #044163;
	background: #2684c1;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar div.search {
	margin: 0 0 20px 0;
}
#content p {
	width: 530px;
	font-size: 12px;
	color: #000;
	text-indent: 15px;
	margin: 0 0 15px 0;
}
#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #1279b4;
	font-weight: normal;
	text-indent: 15px;
	margin: 0;
}
#content div.hotoffer {
	float: left;
	width: 165px;
	height: 260px;	
	border: 1px solid #e9e9e9;
	margin: 10px 4px 0 4px;
}
#content div.hotoffer:hover {
	border: 1px solid #aaa;
}
#content table.offers {
	width: 163px;
	height: 255px;
	margin: 1px;
	background: #fff url('/im/hotoffer-bg.gif') top left repeat-x;
}
#content .offers td.name {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	height: 25px;
}
#content .offers .name a {
	color: #80b7dd;
	text-decoration: none;
}
#content .offers .name span {
	color: #9e9e9e;
	text-transform: none;
}
#content .offers td.pic {
	height: 120px;
}
#content .offers td.info {
	height: 55px;
	font-size: 11px;
	color: #5e5e5e;
	padding: 0 0 0 15px;
}
#content .offers td.price {
	height: 30px;
	padding: 0 0 0 15px;
	font-size: 24px;
	color: #80b7dd;
	font-weight: bold;
}
#content h5 {
	font-size: 12px;
	color: #8d8d8d;
	text-indent: 15px;
	font-weight: normal;
}
#content p.paging {
	clear: both;
	width: 530px;
	text-align: center;
	padding: 15px 0;
	font-size: 11px;
	color: #969696;
}
#content .paging a {
	color: #000;
	text-decoration: none;
}
#content .paging a:hover {
	text-decoration: underline;
}
#content div.singletable {
	width: 530px;
	border: 1px solid #e8e8e8;
}
#content table.single {
	width: 528px;
	margin: 1px;
}
#content .single td.name {
	background: #fff url('/im/hotoffer-bg.gif') top left repeat-x;
}
#content .single td.name {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 0 10px 15px;
	height: 25px;
	border-bottom: 1px solid #fff;
}
#content .single .name {
	color: #80b7dd;
}
#content .single .name span {
	color: #9e9e9e;
	text-transform: none;
}
#content .single td.pic {
	height: 300px;
	background: #fff;
	text-align: center;
	border-bottom: 1px solid #fff;
}
#content .single td.morepic {
	background: #eee;
	text-align: center;
	padding: 10px 5px;
}
#content .single td.info {
	height: 55px;
	font-size: 11px;
	color: #5e5e5e;
	padding: 10px 0 10px 15px;
}
#content .single span.price {
	height: 20px;
	font-size: 24px;
	color: #80b7dd;
	font-weight: bold;
}
#content .single a {
	color: #026095;
	text-decoration: none;
}
#content .single a:hover {
	text-decoration: underline;
}
#content div.results {
	float: left;
	width: 530px;
	height: 122px;	
	border: 1px solid #e9e9e9;
	margin: 10px 0 0 0;
}
#content div.results:hover {
	border: 1px solid #aaa;
}
#content table.results {
	width: 528px;
	font-size: 12px;
	margin: 1px;
	color: #4e94c0;
}
#content .results td.name {
	background: #fff url('/im/hotoffer-bg.gif') top left repeat-x;
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 0 15px;
	height: 25px;
	line-height: 25px;
	border-left: 1px solid #fff;
}
#content .results .name a {
	color: #80b7dd;
	text-decoration: none;
}
#content .results .name span {
	color: #9e9e9e;
	text-transform: none;
}
#content .results .info {
	padding: 5px 0 0 15px;
	height: 70px;
}
#content .results .price {
	padding: 3px;
	text-align: right;
	font-size: 15px;
	font-weight: bold;
}
div#footer {
	clear: both;
	width: 715px;
	height: 45px;
	background: #e9e9e9;
	padding: 10px 0 0 15px;
	font-size: 11px;
	color: #969696;
	line-height: 18px;
}
#footer a {
	color: #595959;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

.size13 {font-size:13px;}