/* @override 
	http://www.eastcoastrealty.com.au/CSS/layout.css
*/

/*

	Styles for ReNet Agent's website
	
*/

html * {
	margin:0px;
	padding:0px;
}

body, p, input, select, textarea {
	color:#333;
	font-size:12px;
	line-height:18px;
	font-family: Arial, Helvetica, Geneva, sans-serif;

}

body {
	/*background: #fff url(../images/bg.png) repeat-y center;*/
	overflow:scroll;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #20b7c5;
}

a:hover {
	text-decoration: none;
}

h2, h3, h4 {
	margin-bottom: 20px;
	color: #0066cc;
}

h2 {
	font-size: 18px;
}

/* =wrapper */

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

/* =header */

#header {
	height:130px;
	position:relative;
	overflow: hidden;
}

#header h1 {
	height:130px;
	line-height: 100px;
	text-indent: 30px;
}

#header h1 a {
	display:block;
	background: url(../images/logo.gif) no-repeat;
	height:130px;
	line-height: 100px;
	text-decoration:none;
	font-weight: normal;
}

#header h1 a span {
	display: none;
}

.home #phoneno {
	display: none;
}

#phoneno {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 243px;
	height: 100px;
	text-align: right;
}

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

/* =page */

#page {
	
}

/* =home */

.home #content {
	padding: 0;
}

#home-images {
	position: relative;
	top: 0;
	right: 0;
	background: #006494;
}

#home-images #m1 {
	display: block;
	height: 138px;
	width: 900px;
	background: url(../images/mosaic1.jpg) no-repeat;
}

#home-images #m2 {
	display: block;
	height: 138px;
	width: 900px;
	background: url(../images/mosaic2.jpg) no-repeat;
}

#home-images #m3 {
	display: block;
	height: 138px;
	width: 900px;
	background: url(../images/mosaic3.jpg) no-repeat;
}

#home-images #swirl{
	display: block;
	position: absolute;
	top: -180px;
	right: 40px;
	height: 648px;
	width: 461px;
	background:transparent url(../images/swirl.png) no-repeat;
	z-index: 10;
}

#home-images #swirl img {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

#home-images #swirl a img {
	border: none;
}

#home-images #swirl a {
	position: absolute;
	bottom: 65px;
	right: -30px;
	text-align: right;
	width: 243px;
	color: #fff;
	
}


/* =content */

#content {
	padding:40px 40px 20px 40px;
}



/* =footer */

#footer {
	padding: 10px;

	text-align:center;
}

#footer span {
	color: #ff0000;
	font-weight: bold;
}

#footer * {
	font-size:11px;
}

#footer p {
	margin: 0px;
	line-height: 18px;
}

#footer a {
	color: #20b7c5;
}

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

#footer p.renet_links a:hover {
	text-decoration: none;
}

#foot {
	width: 1200px;
	height: 300px;
	display: block;
	margin: -120px auto 0 auto;
	background: #fff url(../images/footer-bg.png) no-repeat center top;
		
}

.contact-details-list {
	margin: 0 0 40px 0;
}

.contact-details-list li {
	line-height: 30px;
	display: block;
}

.contact-details-list li span {
	display: inline-block;
	width: 100px;
	font-weight: bold;
}

.contact-header {
	display: none;
}

.app-intro {
	display: none;
}

#phoneframe {
	width: 800px;
	height: 600px;
	border: solid #fff 1px;
	
}












