*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: #8194ab;
	color: #868686;
	font: 11px Arial, Helvetica, sans-serif;
	letter-spacing: 0.3pt;
}

/* MAIN STRUCTURE start */
#container
{
	width: 925px;
	margin: auto;
}

#header
{
	background:url( '../images/header_bg.gif' ) no-repeat top left;
	/*background:url( '../images/header_bg01.gif' ) no-repeat top left;*/
	width: 925px;
	height: 150px;
	padding: 0;
	margin: 0;
}
/*
#page-about #header, #page-media #header, #page-contact #header, #page-content #header
{
	background: transparent url( '../images/header_bg02.gif' ) no-repeat top left;
}
*/

#innercontainer
{
	float: left;
	width: 900px;
	background: transparent url( '../images/main_bg2.gif' ) repeat-y top left;
	padding: 0 0 0 25px;
	margin: 0;
	
}

#left
{
	background: #e5eaee url( '../images/top-left_bg.gif' ) no-repeat top left;
	float: left;
	width: 150px;
	padding: 20px 15px 0;
	/*margin: 0 0 0 15px;*/	
}

#content
{
	float: left;
	/*width: 440px;*/
	width: 460px;
	padding: 0 25px 0 20px;
	/*padding: 20px 25px 0 20px;
	margin: 0 0 0 15px;*/
}

#right
{
	background: transparent url( '../images/side_bg.gif' ) no-repeat top left;
	float: right;
	width: 215px;
	height: 425px;
	padding: 0;
	/* margin: -30px 10px 0 0;
	margin: -20px 10px 0 0;*/
}

#footer
{
	clear: both;
	width: 855px;
	height: 70px;
	font-size: 11px;
	color: #fff;
	background: transparent url( '../images/footer_bg.gif' ) no-repeat top left;
	margin: auto;
	padding:0 30px 0 40px;
}
/* MAIN STRUCTURE end */

/* MAIN ELEMENTS start */

#content p
{
	padding: 0;
	margin-bottom: 15px;
}

/*
#contentimage
{
	margin: -20px 0 30px -20px;
}
*/

.contentimage
{
	margin: 0 0 30px 0;
}

#content a
{
	color: #8194ab;
	text-decoration: none;
}

#content a:hover
{
	text-decoration: underline;
}

img.topimg
{
	width: 470px;
	border: none;
	padding: 0;
	margin: 0 0 10px;
}

img.rightimg
{
	float: right;
	width: 165px;
	height: 218px;
	border: none;
	padding: 0;
	margin: 0 0 10px 10px;
}
/* MAIN ELEMENTS end */

/* FORM ELEMENTS start */
#content label
{
	float: left;
	display: block;
	width: 100px;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#content input
{
	display: inline;
	margin: 0;
	padding: 0;
}

#content input.submit
{
	display: block;
	width: 81px;
	height: 31px;
	background: transparent url( '../images/buttons/b_submit.gif' ) no-repeat top left;
	border: none;
	margin: 0;
	padding: 0;
}

#content input.submit:hover
{
	background-position: bottom left;
}

.w100
{
	width: 100px;
}

.w250
{
	width: 250px;
}
/* FORM ELEMENTS end */

/* HEADINGS start*/
h1
{
	font-size: 18px;
	text-transform: uppercase;
	color: #8194ab;
	line-height: 14px;
	padding-bottom: 15px;
	letter-spacing: 1pt;
}

h1.title {
padding-top:20px;
}

h1 span
{
	color: #868686;
}

h1 span span
{
	color: #8194ab;
}

h2
{
	font-size: 14px;
	text-transform: uppercase;
	color: #8194ab;
	line-height: 14px;
	padding-bottom: 15px;
	letter-spacing: 1pt;
}

#right h2 {
padding:20px 0 20px 20px;
}

#right .propertysearch h2 {
padding-top:0;
padding-left:0;
}

h2 span
{
	color: #868686;
}

h3
{
	font-size: 12px;
	color: #868686;
	padding-bottom: 10px;
}

h4
{
	font-size: 12px;
	color: #8194ab;
	padding-bottom: 10px;
}
h4 .titlelink
{
	text-decoration: none;
	font-size: 12px;
	color: #8194ab;
	padding-bottom: 10px;
}



h5
{
	font-size: 11px;
	color: #8194ab;
}

h6
{
	font-size: 11px;
	font-weight: normal;
	color: #8194ab;
}
/* HEADINGS STYLES end */

/* HEADER ELEMENTS and MAIN NAVIGATION MENU start */
#header img#logo
{
	float: left;
	border: none;
	margin: 30px 0 0 10px;
}

ul#navmenu
{
	float: left;
	display: block;
	list-style-type: none;
	padding: 114px 0 0 42px;
}

ul#navmenu li
{
	display: inline;
	height: 10px;
}

ul#navmenu li a
{
	color: #c8d3dc;
	letter-spacing: 1pt;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}

ul#navmenu li img
{
	padding: 0 13px;
}

ul#navmenu li a:hover, #page-lease ul#navmenu li a#lease, #page-sale ul#navmenu li a#sale, #page-about ul#navmenu li a#about, #page-media ul#navmenu li a#news, #page-contact ul#navmenu li a#contact
{
	color: #fff;
}


ul#navmenu li a:hover, ul#navmenu li a.activemenu
{
	color: #fff;
}

/* HEADER ELEMENTS and MAIN NAVIGATION MENU end */

/* SIDE NAVIGATION MENU start */
#left p
{
	padding-bottom: 20px;
}

#right p
{
	padding: 15px 20px;
}

#right h5, #right h6
{
	padding-left: 20px;
}

ul.sidenav, ul.sidenav ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.sidenav ul ul
{
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}

ul.sidenav li
{
	margin: 0;
	padding: 0 0 10px 0;
	background: transparent url( '../images/nav_arrow.gif' ) no-repeat 100% 15%;
}

ul.sidenav ul li, ul.sidenav ul ul li
{
	margin: 0;
	padding: 0 0 5px 0;
}

ul.sidenav li a
{
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #868686;
	text-decoration: none;
	letter-spacing: 1pt;
}

ul.sidenav ul ul li a
{
	font-weight: normal;
}

ul.sidenav li a:hover, ul.sidenav li a.current
{
	color: #8194ab;
}
/* SIDE NAVIGATION MENU end */

/* FOOTER ELEMENTS start */
#footer p
{
	padding: 50px 0 20px;
	margin: 0;
}

#footer span
{
	float: right;
	display: block;
	width: 200px;
	padding: 50px 0 20px;
	margin: 0 -58px 0 0;
}

#footer a
{
	color: #fff;
	font-size: 11px;
	text-decoration: none;
}

#footer a:hover
{
	color: #c8d3dc;
}
/* FOOTER ELEMENTS end */

/* for the HOMEPAGE only start*/
#page-home #innercontainer
{
	float: left;
	width: 925px;
	background: transparent url( '../images/home_main_bg.gif' ) no-repeat 10px 0;
	padding: 0;
	margin: 0;
}

#page-home #maincontent {
float:left;
width:710px;
margin:0;
padding:0;
}

#page-home #content2 {

}

#page-home #content {
float:left;
width:680px;
margin:0;
padding:10px 5px 30px 25px;
}

#page-home #left
{
	background: #e5eaee url( '../images/home_side_bg.gif' ) no-repeat top left;
	float: left;
	width: 150px;
	height: 195px;
	padding: 20px 15px;
	margin: 0 15px 0 0;
	overflow:hidden;
}

#page-home #left p {
text-align:justify;
padding:0;
margin:0;
}

#page-home #left h4
{
padding:0;
margin:0;
	/*margin-bottom: -10px;*/
}

#page-home #left h6
{
	margin-bottom: 10px;
}

#homeflash
{
float:left;
width:455px;
height:235px;
	margin: 0;
	pading: 0;
}

#page-home #right
{
	background: transparent url( '../images/side_bg.gif' ) no-repeat top left;
	float: right;
	width: 215px;
	height: 425px;
	padding: 0;
	margin:0;
}

#page-home #right .propertysearch {
padding-top:0;
}

#page-home #feature {
clear:both;
float:left;
width:700px;
padding:0 0 0 10px;
margin:0;
	/*margin-top: 30px;*/
}

#page-home #feature01, #page-home #feature02
{
	background: transparent url( '../images/home_feature_bg.gif' ) no-repeat top left;
	float: left;
	width: 305px;
	height: 106px;
	padding: 20px 15px;
	margin:0;
	overflow:hidden;
}

#page-home #feature01 {
margin-right: 15px;
}

#page-home #feature h2
{
	float: left;
	width: 180px;
}

#page-home #feature .moreproperties
{
	float: right;
	width: 100px;
	height: 8px;
	background: transparent url( '../images/buttons/b_view-all.gif' ) no-repeat top left;
}

#page-home #feature img
{
	float: right;
	padding: 0;
	margin-top: 15px;
}
#page-home #feature .thumbhome
{
	width: 100px;
}

#page-home #feature h3
{
	float: left;
	padding: 0;
	margin: -5px 0 5px;
	width: 180px;
}

#page-home #feature h4
{
	float: left;
	padding: 0;
	margin: -5px 0 5px;
	width: 180px;
	font-weight: normal;
	font-size:11px;
}


#page-home #feature p
{
	float: left;
	padding: 0;
	margin: 0;
	width: 180px;
	text-align:justify;	
	font-size:10px;
}

#page-home #feature a.more
{
	float: left;
	padding: 0;
	margin-top: 10px;
	background: transparent url( '../images/buttons/b_read-more.gif' ) no-repeat top left;
	width: 81px;
	height: 9px;
}

#page-home #footer
{
	height: 20px;
	background-image: none;
}

#page-home #footer p, #page-home #footer span
{
	padding: 20px 0;
}
/* for the HOMEPAGE only end */

/* PROPERTY PAGES ELEMENTS start */
#page-lease h1, #page-sale h1
{
	display: block;
	float: left;
	width: 200px;
}

#page-lease h6, #page-sale h6
{
	display: block;
	float: right;
	font-size: 12px;
	padding-right: 5px;
}

#page-lease #content select, #page-sale #content select
{
	display: block;
	float: left;
	width: 100px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #868686;
}

.b_sort
{
	display: block;
	float: left;
	width: 68px;
	height: 26px;
	border: none;
	background: transparent url( '../images/buttons/b_sort.gif' ) no-repeat top left;
	padding: 0;
	/*margin-left: 15px;*/
}

.b_sort:hover
{
	background-position: bottom left;
}

.listing
{
	margin-top: 20px;
}

.listing .listingcontent
{
	border-left: 5px solid #8194ab;
	padding-left: 15px;
	margin-bottom: 30px;
	width: 415px;
	height: 120px;
}

.listing .listingcontent h3
{
	float: left;
	display: block;
	font-size: 14px;
}

.listing .listingcontent h4
{
	float: right;
	font-weight: normal;
}

.listing .listingcontent img
{
	float: right;
	width: 115px;
}

.listing .listingcontent h5
{
	float: left;
	display: block;
	width: 285px;
	font-size: 12px;
	margin: -5px 0 5px;
}

.listing .listingcontent p
{
	width: 285px;
}

a.b_moreinfo
{
	float: left;
	display: block;
	width: 145px;
	height: 9px;
	background: url( '../images/buttons/b_more-info.gif' ) no-repeat top left;
}

a.b_addtoshotlist
{
	float: left;
	display: block;
	width: 123px;
	height: 9px;
	background: url( '../images/buttons/b_add.gif' ) no-repeat top left;
	/*margin-left: 25px;*/
}

a.b_printlisting
{
	float: left;
	display: block;
	width: 95px;
	height: 9px;
	background: url( '../images/buttons/b_print.gif' ) no-repeat top left;
	/*margin-left: 25px;*/
}

a.b_removefromshortlist
{
	float: left;
	display: block;
	width: 164px;
	height: 9px;
	background: url( '../images/buttons/b_remove-from-shortlist.gif' ) no-repeat top left;
	margin-left: 10px;
}

.propertybuttons
{
padding-top:20px;
	/*float: right;*/
}

img.thumb
{
	float: left;
	width: 140px;
	height: 90px;
	border: 1px solid #e1e6e8;
	padding: 0;
	margin: 0 15px 0 0;
}

#buttons
{
	float: right;
	width: 125px;
	padding: 0;
}

#content #buttons ul
{
	list-style-type: none;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#content #buttons ul li
{
	padding: 0;
	margin: 0 0 5px;
}

#content #buttons ul li a
{
	display: block;
	width: 125px;
	height: 20px;
	text-decoration: none;
}

#content #buttons img
{
	margin: 0 0;
	vertical-align: middle;
	border: none;
}

#content #buttons ul li a.b_viewallphotos
{
	background: url( '../images/buttons/b_view-all-photos.gif' ) no-repeat top left;
}

#content #buttons ul li input.b_add2shortlist
{
	display: block;
	width: 123px;
	height: 26px;
	border: none;
	background: transparent url( '../images/buttons/b_add2shortlist.gif' ) no-repeat top left;
	padding: 0;
	margin: 0;
}

#content #buttons ul li a.b_viewshortlist
{
	background: url( '../images/buttons/b_myshortlist.gif' ) no-repeat top left;
}

#content #buttons ul li input.b_remove
{
	display: block;
	width: 90px;
	height: 21px;
	border: none;
	background: transparent url( '../images/buttons/b_remove.gif' ) no-repeat top left;
	padding: 0;
	margin: 0;
}

#content #buttons ul li a.b_printlisting
{
	background: url( '../images/buttons/b_print-listing.gif' ) no-repeat top left;
}

#content #buttons ul li a.b_enquire
{
	height: 37px;
	background: url( '../images/buttons/b_enquire.gif' ) no-repeat top left;
}

#big
{
	float: left;
	width: 325px;
}

#big img
{
	width: 325px;
	height: 235px;
	border: none;
}

#small
{
	float: right;
	width: 105px;
}

#small img
{
	width: 105px;
	height: 75px;
	border: none;
	margin: 0 0 5px 0;
}

#content dl.details dt
{
	clear: left;
	display: block;
	float: left;
	width: 70px;
	margin: 0 0 5px;
	color: #868686;
	font-size: 11px;
	font-weight: bold;
}

#content dl.details dd
{
	display: block;
	float: left;
	width: 250px;
	margin: 0 0 5px;
}

.propertysearch
{
	padding: 15px 20px 0;
}

.propertysearch select
{
	width: 160px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	padding: 2px;
	color: #868686;
}

.propertysearch input
{
	width: 150px;
	margin: 0;
	border: 1px solid #ccc;
	margin-bottom: 5px;
	padding: 2px;
	color: #868686;
}

.propertysearch select.areafrom
{
	width: 70px;
}

.propertysearch .areafrom input, .propertysearch .areafrom select, .propertysearch .areato input, .propertysearch .areato select
{
	width: 55px;
}

.propertysearch input.w100, .propertysearch select.w100
{
	width: 120px;
}

.propertysearch .b_search
{
	border: none 0;
	display: block;
	width: 86px;
	height: 31px;
	background: transparent url( '../images/buttons/b_search.gif' ) no-repeat top left;
	margin: 5px 0 0;
}

.propertysearch a.b_search:hover
{
	background-position: bottom left;
}

.propertysearch input.clear
{
	float: right;
	width: auto;
	border: none;
	background: none;
	margin: 0;
	padding: 10px 0 0;
	text-decoration: underline;
	color: #e7892e;
}

.propertysearch input.clear:hover
{
	color: #3d4c52;
}

label.dollar
{
	float: left;
	display: block;
	width: 15px;
	padding: 2px 0 0;
}

a.b_viewshortlist_side
{
	display: block;
	width: 158px;
	height: 10px;
	background: url( '../images/buttons/b_view-shortlist.gif' ) no-repeat top left;
	/*margin: 15px 0 0 20px;*/
	margin: 0 0 0 20px;
}

a.b_enquiry_side
{
	display: block;
	width: 134px;
	height: 10px;
	background: url( '../images/buttons/b_enquiry.gif' ) no-repeat top left;
	margin: 15px 0 0 20px;
}
/* PROPERTY PAGES ELEMENTS end */

/* OTHER ELEMENTS start */
.hidden
{
	display: none;
}

a.more, #content a.more
{
	float: left;
	padding: 0;
	margin-top: 10px;
	background: transparent url( '../images/buttons/b_read-more.gif' ) no-repeat top left;
	width: 81px;
	height: 9px;
}

a.more02
{
	float: left;
	padding: 0;
	margin-top: 10px;
	background: transparent url( '../images/buttons/b_read-more02.gif' ) no-repeat top left;
	width: 81px;
	height: 9px;
}

a.more03
{
	float: left;
	padding: 0;
	margin-top: 10px;
	background: transparent url( '../images/buttons/b_read-more03.gif' ) no-repeat top left;
	width: 81px;
	height: 9px;
}

a.more2, #content a.more2
{
font-weight:bold;
}

.floatright
{
	float: right;
}

a.b_join_side
{
	display: block;
	width: 146px;
	height: 10px;
	background: url( '../images/buttons/b_join.gif' ) no-repeat top left;
	text-decoration: none;
	margin: 15px 0 0 20px;
}

.note
{
	font-size: 10px;
	color: #666;
}

.ml100, #content .ml100
{
	margin-left: 100px;
}

.mt0, #content .mt0
{
	margin-top: 0;
}
/* OTHER ELEMENTS end */