
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin:10px 0px 0px 0px;
	background-color:#ede8e2;
	background-image:url(../images/background_main.gif);
	background-position:center;
	background-repeat:repeat-y;
}

#container {
	margin:0 auto;
	width:960px;
}

#logo {
	width:691px;
	height:106px;
	background-image:url(../images/logo1.png);
	background-repeat:no-repeat;
	margin-bottom:-10px;
}

#logo h1 a {
	display:block;
	width:138px;
	height:80px;
	text-indent:-999px;
}

#header {
	width:960px;
	height:220px;
	font-size:10px;
	color:#666;
	background-image:url(top_images/rotate.php);
	background-position:bottom;
	background-repeat:no-repeat;
	letter-spacing:-1px;
	position: relative;
}

#header span {
	position:absolute;
	right:0px;
	top:-80px;
	text-align:right;
	z-index:10;
}

#language-translation {
	float:right;
	height:30px;
	color:#666;
	font-size:14px;
	margin-top:-15px;
	margin-left: 15px
}

.language-translation-select {
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#580f8b;
	border:solid 1px #d0ccc7;
}

#language-translation-submit {
	width:40px;
	background-color:#C60C46;
	color:#fff;
	border:none;
	padding:4px;
	margin-left: 12px
}
#login {
	float:right;
	height:30px;
	width:470px;
	color:#666;
	font-size:14px;
	margin-top:-15px;
}

#login p {
	margin:0;
	padding:0;
}

#login form {
	margin:0;
	padding:0;
}

#User {
	height:20px;
	border:solid 1px #ccc;
	width:120px;
	margin-right:15px;
	font-family:Georgia;
	padding:2px;
}

#Pass {
	height:20px;
	border:solid 1px #ccc;
	width:120px;
	margin-right:15px;
	padding:2px;
}

#loginSubmit {
	width:40px;
	background-color:#C60C46;
	color:#fff;
	border:none;
	padding:4px;
}

.alert {
/*
	background-color:#be0404;
	background-image:url(../images/alert.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:5px 5px 5px 35px;
	color:#fff;
	position:absolute;
	top:0px;
	width:920px;
	font-size:20px;
	z-index:20;
}

.alert {
*/
	border:5px solid #ccc;
	background-color:#eee;
	margin:5px 0;
	padding:5px;
	color:#666;
	font-size:1.2em;
	z-index:999;
}

.alert.bad {
	border-color:#000000;
	background-color:#b10c46;
	padding-left:40px;
	background-image:url(admin//images/cross.gif);
	background-position:top left;
	background-repeat:no-repeat;
	color:#fff;
	z-index:999;
}
.alert.good {
	border-color:#6cc638;
	background-color:#393;
	color:#fff;
	padding-left:40px;
	background-image:url(admin/images/tick.gif);
	background-position:top left;
	background-repeat:no-repeat;
	z-index:999;
}

.login_text {
	float:right;
	display:block;
	margin-top:-13px;
	text-align:right;
	color:#666;
	_line-height: 30px;
}

.login_text span {
/*
	display:block;
*/
}

.login_text a {
	font-size:12px;
	background-color:#C60C46;
	color:#fff;
	text-decoration:none;
	padding:5px;
}

.logged_out {
	float:right;
	color:#666;
	display:block;
}

#menu {
	background-color:#C60C46;
	height:30px;
	background-image:url(../images/background_menu1.gif);
	background-position:top;
	background-repeat:repeat-x;
}

#menu ul {
	padding:0px 20px 0px 10px;
	margin:0px;
}

#menu li {
	display:block;
	float:left;
	margin-right:15px;
}

#menu a {
	display:block;
	color:#e6cd8f;
	text-decoration:none;
	line-height:30px;
	font-size:13px;
	padding:0px 10px 0px 10px;
}

#menu a:hover {
	color:#fff;
	background-color:#d60c46;
}

h2 {
	font-size:24px;
	padding:15px 0px 15px 0px;
	margin:0px;
	font-weight:normal;
	color:#C60C46;
}

h3 {
	font-size:22px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#580f8b;
}

h4 {
	font-size:18px;
	text-align:center;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#580f8b;
}

h5 {
	font-size:18px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#580f8b;
}

.newslistitem {
	margin-bottom:25px;
}

.newslistitem strong {
	font-size:11px;
	font-weight:normal;
	line-height:20px;
	margin-left:-25px;
}

.byline {
	margin-left:25px;
}

.content_colour {
	
	color:#5f5f5f;
}

.content_colour a {
	color:#580f8b;
}

.content_colour a:hover {
/*	background-color:#834cb1;*/
	color:#580f8b;
}

#content {
	color:#5f5f5f;
	font-size:13px;
	line-height:20px;
	clear: both;
}

#content a {
	
}

#content a:hover {
	
}

#content img {
	border:solid 5px #ede8e2;
}

#gallery img {
	margin:0px 15px 15px 0px;
}

#gallery img:hover {
	border:solid 5px #834cb1;
}

#homeprop_container {
	width:600px;
	float:left;
}

/* #homeprop_container div {
	border:solid 1px #fff;
}

#homeprop_container div:hover {
	border:solid 1px #cfcac3;
}
*/

#homeprop_container img {
	float:left;
	border:solid 5px #fff;
	margin-right:15px;
}

#homeprop_container img:hover {
	border:solid 5px #834cb1;
}

.homeprop {
	background-color:#ede8e2;
	background-image:url(../images/background_home_props.gif);
	background-position:top;
	background-repeat:repeat-x;
	padding:25px;
	height:130px;
	width:610px;
	color:#5f5f5f;
	font-size:13px;
	margin-bottom:20px;
}

.homeprop h3 a {
	font-size:22px;
	font-weight:normal;
	padding:0px;
	margin:0px;
	color:#580f8b;
}

.homeprop h3 a:hover {
	background-color:#834cb1;
	color:#fff;
}

.homeprop p {
	line-height:17px;
	margin:16px 0px 16px 0px;
}

.homeprop a {
	text-decoration:none;
	color:#5f5f5f;
}

.homeprop strong {
	font-weight:normal;
	color:#580f8b;
}

.homeprop strong:hover {
	background-color:#834cb1;
	color:#fff;
}

.all_locations {
	background-repeat:no-repeat;
	width:65px;
	height:38px;
	margin:95px 0px 0px -135px;
	float:left;
	padding:0px 10px 0px 5px;
	font-size:11px;
	line-height:15px;
	text-align:center;
}

.all_locations a {
	font-size:16px;
	padding:1px 3px 1px 3px;
	background-color:#eee;
	color:#834cb1;
}

.all_locations a:hover {
	font-size:16px;
	padding:1px 3px 1px 3px;
	background-color:#834cb1;
	color:#fff;
}

.WA { background-image:url(../images/icon_wa.gif); }

.QLD { background-image:url(../images/icon_qld.gif); }

.NZ { background-image:url(../images/icon_nz.gif); }

.VIC { background-image:url(../images/icon_vic.gif); }

.UK { background-image:url(../images/icon_uk.gif); }

.Dubai { background-image:url(../images/icon_dubai.gif); }


.view_details {
	text-align:center;
	float:right;
}

.view_details a {
	display:block;
	width:68px;
	height:22px;
	font-size:11px;
	line-height:18px;
	background-image:url(../images/button_view_details.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#fff;
	text-decoration:none;
}

.view_details a:hover {
	background-position:top;
	color:#fff;
	text-decoration:none;
}

.floatright {
	float:right;
}

.floatleft {
	float:left;
	margin-right:15px;
}

.info_left {
	float:left;
	width:400px;
	margin-bottom:20px;
}

#email_list {
	background-color:#ede8e2;
	background-image:url(../images/icon_mail.gif);
	background-position:top right;
	background-repeat:no-repeat;
	margin-top:51px;
	padding:15px 15px 5px 20px;
	width:250px;
	height:526px;
	float:right;
	color:#5f5f5f;
	font-size:13px;	
}

#email_list span {
	padding:5px 0px 15px 40px;
	display:block;
}

#email_list p {
	line-height:16px;
	margin:12px 0px 12px 0px;
}

#email_list strong {
	display:block;
	float:left;
	width:90px;
}

.regfields {
	padding:3px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#580f8b;
	border:solid 1px #d0ccc7;
	width:140px;
}

.inputs strong {
	font-weight:normal;
	color:#949494;
	width:135px;
	float:left;
}

.textbox {
	font-size:14px;
	height:200px;
	width:400px;
	padding:3px;
	margin-right:20px;
	color:#580f8b;
	border:solid 1px #d0ccc7;
	font-family:Georgia, "Times New Roman", Times, serif;
}


.clear {
	clear:both;
}

form {
	margin:0px;
	padding:0px;
}


#properties p {
	line-height:18px;
}

#properties img {
	border:solid 5px #fff;
	margin-bottom:10px;
}

#properties img:hover {
	border:solid 5px #834cb1;
}

#properties div {
	border:solid 1px #fff;
}

#properties div:hover {
	border:solid 1px #cfcac3;
}

.property {
	background-color:#ede8e2;
	background-image:url(../images/background_home_props.gif);
	background-position:top;
	background-repeat:repeat-x;
	width:238px;
	margin:0px 40px 40px 0px;
	height:310px;
	float:left;
	padding:20px;
	color:#5f5f5f;
	font-size:12px;
	text-align:center;
}

.property p {
	height:55px;
}

#footer {
	background-color:#C60C46;
	text-align:center;
	background-image:url(../images/background_menu1.gif);
	background-position:top;
	background-repeat:repeat-x;	
}

#footer p {
	color:#cea5ad;
	font-size:12px;
	line-height:40px;
	letter-spacing:-1px;
}

#footer a {
	color:#cea5ad;
}

#footer a:hover {
	color:#fff;
}

.pagination {
	text-align:center;
}

.pagination a {
	padding:2px 4px 2px 4px;
	border:solid 1px #b5b5b5;
	text-decoration:none;
	background-color:#ccc;
}

.pagination strong a {
	background-color:#b5b5b5;
}

/*##	ucc_converter	##*/

#ucc_converter {
	text-align: center;
}
table.uccConverter {
	width:90%;
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 1px;
	border: 0px;
}
table.uccConverter td {
	padding: 6px;
	background-color: #ede8e2;
	font-family: Arial, Helvetica, sans-serif;
}
tr.uccHeading td {
	text-align: center;
	vertical-align: top;
	background-color: #C60C46;
	color: #FFFFFF;
	font-weight: bold;
}
tr.uccTitle td {
	text-align: left;
	font-weight: bold;
}
td.uccTitleLeft {
	width: 26%
}
td.uccTitleCentre {
	width: 37%
}
td.uccTitleRight {
	width: 37%
}
tr.uccFields td {
	vertical-align: top;
	text-align: center;
}
tr.uccFields td div {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
}
tr.uccSubmit {

}
tr.uccSubmit td {
	padding: 12px;
	text-align: center;
}
tr.uccSubmit input {
	padding: 3px 10px;
	background-color: #C60C46;
	border: 0;
	color: #FFFFFF;
}
tr.uccFooter td {
	padding: 1px;
	text-align: center;
	background-color: #decac8;
	font-size: 0.7em;
	color: #808080;
}
