/* @override http://staging.renet.com.au/qrentals/CSS/layout.css */

/*

	Styles for Harcourts Airlie Beach - Q Rentals website
	
*/

html {
	margin:0px;
	padding:0px;
	background: url(../images/html_bg.png) 0px 10px repeat-x #042846;
}

body {
	color:#2A2A2A;
	line-height:1.4em;
	font-family:Lucida Sans,Arial,Helvetica,Sans-Serif;
	font-size:100%;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #2173AF;
}

a:hover {
	text-decoration: none;
}

h2, h3, h4 {
	margin-bottom: 20px;
}

table {
	border-collapse: collapse;
}

/* =wrapper */

#wrapper {
	margin:0 auto;
	width:950px;
	position:relative;
}

/* =header */

#header {
	height:100px;
	position:relative;
}

#header img {
	margin-top: 30px;
}

#header a.qrentals {
	position: absolute;
	top: 0;
	right: 0;
}

#header a.qrentals img {
	margin-top: 10px;
}

#header h1 {
position: absolute;
top: 40px ;
left: 155px;
width: 630px;
	font-size:26px;
	color: #CCC;
	text-align: center;
	font-weight: normal;
}

/* =menu : get these styles from a separate stylesheet : menu.css */

/* =left panel */

#leftpanel {
	float: left;
}

#search {

}
/* =page */

#page {
	margin-left:260px;
	padding: 25px;
	border: 3px solid #CCC;
	background:#FFF;
}

#wrapper.home #page {
	padding: 0;
	border: none;
}

#wrapper.properties #page {
	padding: 10px 25px;
}
/* =content */

#content {
	margin-top: 10px;
	position: relative;
	height: 100%;
}

#content > h2 {
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	font-size: 19px;
}

/* =slideshow */


#ReNet_ImageGallery {
border:3px solid #CCC;
position: absolute;
top: 0;
right: 0;
width: 684px;
}

/* =slideshow */
p.tourism {
	margin: 0;
	position:absolute;
	top: 285px;
	right: 3px;
	font-size: 6pt;
	color: #5B5B5B;
}

p.tourism a {
	font-size: 6pt;
	color: #5B5B5B;
}

/* =feature properties */
.pom {
	position: relative;
	margin-top:313px;
	height: 299px;
	width: 340px;
	float: left;
	overflow: hidden;
}

.pom-2 {
	width: 340px;
	float: right;
}

.pom .image {
	text-decoration: none;
}

.pom .image img {
	margin-top: -20px;
	width: 340px;
	height: 255px;
}

.pom .image:hover img {
	opacity: 0.6;
}

.pom h3 {
	padding:10px;
	margin:0;
	display: block;
	height:51px;
	width: 320px;
	position: absolute;
	top: 217px;
	left: 0;
	background: #353535;
	z-index: 1000;
}


.pom h3 a {
	padding:5px 0 0 0;
	display: block;
	position: relative;
	text-decoration: none;
	color: white;
	font-size: 8pt;
	font-weight: normal;
	line-height: 14px;
	letter-spacing:1px;
	border-bottom: 1px solid #1F1F1F;
}

.pom h3 a span {
	display: block;
	text-decoration: none;
	padding-top: 12px;
	text-transform: none;
	font-size: 10px;
	letter-spacing: 1px;
}

.pom h3 a .prop_heading {
	padding-bottom: 10px;
	height:12px;
	overflow:hidden;
	text-align:left;
	width:100%;
	border-bottom: 1px solid #666;
}

.pom h3 a span.suburb {
	float:left;
}

.pom h3 a span.price {
	float:right;
	text-align:right;
}

/* =footer */

#footer {
	padding: 10px 0;
	font-size:12px;
	text-align:center;
	float: right;
}

#footer * {
	color:#021220;
}

#footer .contact_dets p {
	margin-bottom: 10px;
	font-size: 9pt;
	
}

#footer p {
	padding: 0 0 10px 0;
	font-size:7pt;
	margin: 0px;
	line-height: 18px;
	float: left;
	
}

#footer p > a {
	text-decoration:none;
	text-transform:uppercase;
}

#footer p.renet_links > a {
	text-decoration:underline;
	text-transform:none;
	font-weight:normal;
}
