html {
	position: relative;
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100.2%;
}

body {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: transparent;
	background-image: url('../images/bkg-header.png');
	background-repeat: repeat-x;
	background-position: left top;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #131705;
	padding: 0 0 0 15px;
	background-image: url('../images/bullet-big.png');
	background-repeat: no-repeat;
	background-position: left center;
}

a {
	color: #131705;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

p {
	padding: 0;
	margin: 10px 0;
}

#wrapper {
	position: relative;
	height: auto;
	overflow: auto;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 120px;
	margin: 0;
	padding: 0;
}

#top-menu {
	position: relative;
	float: left;
	width: 870px;
	height: 28px;
	margin: 0;
	padding: 0 0 0 30px;
	border-top: 1px solid #131705;
	border-bottom: 1px solid #131705;
	background-color: transparent;
	background-image: url('../images/bkg-menu-normal.png');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
}

#top-menu .top-menu-link {
	position: relative;
	display: block;
	float: left;
	height: 28px;
	width: 100px;
	margin: 0;
	line-height: 28px;
	padding: 0px 20px 0 20px;
	text-align: middle;
	font-weight: bold;
	text-decoration: underline;
	color: #ffffff;
	border-left: 1px dotted #131705;
	background-color: transparent;
	background-image: url('../images/bkg-menu-normal.png');
	background-repeat: repeat-x;
	background-position: left top;
}

#top-menu .top-menu-link.last {
	border-right: 1px dotted #131705;
}

#top-menu .top-menu-link:hover{
	background-image: url('../images/bkg-menu-active.png');
	background-repeat: repeat-x;
	background-position: left top;
}

#logo {
	position: relative;
	float: left;
	height: auto;
	width: 300px;
	margin: 30px 0 0 30px;
	padding: 0;
}

#logo #logo-link {
	border: 0;
	text-decoration: none;
}

#search {
	position: relative;
	float: right;
	height: auto;
	width: 300px;
	margin: 30px 30px 0 0;
	padding: 0;
}

#search #form-table {
	position: relative;
	float: right;
}

#search label {
	font-weight: bold;
	color: #131705;
	cursor: pointer;
}

#search .date-input {
	padding: 1px 1px 2px 20px;
	border: 1px solid #131705;
	background-image: url('../images/icon-calendar.png');
	background-repeat: no-repeat;
	background-position: 2px 2px;
	width: 67px;
	cursor: pointer;
}

#search .date-input:focus {
	border: 1px solid #8ca624;
}

#bottom-menu {
	position: relative;
	float: left;
	width: 890px;
	height: 28px;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 1px solid #131705;
	border-bottom: 1px solid #131705;
	background-color: transparent;
	background-image: url('../images/bkg-menu-normal.png');
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	color: #ffffff;
	line-height: 28px;
}

#bottom-menu .bottom-menu-link {
	position: relative;
	margin: 0 10px;
	padding: 0;
	line-height: 28px;
	color: #ffffff;
}

#bottom-menu .bottom-menu-link:hover{
	color: #131705;
	text-decoration: underline;
}

#footer {
	position: relative;
	float: left;
	margin: 10px 0;
	width: 100%;
	color: #131705;
	font-size: 11px;
	text-align: center;
}

#footer .footer-link {
	text-decoration: underline;
}

#content {
	position: relative;
	float: left;
	height: auto;
	overflow: auto;
	width: 100%;
	margin: 10px 0;
}

.module {
	position: relative;
	float: left;
	height: auto;
	width: 100%;
	margin: 0 0 10px 0;
}

.module td {
	vertical-align: top;
}

.module td.module-right-column {
	padding: 0 0 0 15px;
}

.module td.module-left-column {
	padding: 0;
	width: 5%;
}

.listing-link {
	position: relative;
	display: block;
	line-height: 20px;
	padding: 0 10px;
	margin: 0 0 10px 0;
}

.listing-link:hover {
	background-color: #eeeeee;
}

.listing-address {
	position: relative;
	display: block;
	padding: 0 10px 10px 10px;
	line-height: 20px;
	font-size: 10px;
	margin: 3px 0;
}

.listing-link .listing-address {
	padding:  0;
}

#map {
	border:1px solid #131705;
	height: 500px;
	width: 548px;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
}

ul li {
	position: relative;
	padding: 0 0 0 10px;
	background-image: url('../images/bullet-small.png');
	background-repeat: no-repeat;
	background-position: left center;
}

.check-price-link {
	 float: right;
	 margin: 5px 5px 0 0;
}
