/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #333333;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
}
div.text p {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: square;
font-size: 1em; /* font-size fix within text div */
color: #333333;
}
div.text ol {
list-style: square;
list-style-position: inside;
}
div.text li {
list-style: square;
list-style-position: inside;
color: #333333;
}
a:link,
a:visited {
color: #333333;
}
a:hover {
color: #FFFFFF;
}


/* Style for Button style links */
a.button:link,
a.button:visited {
border: 1px solid #FC8230;
background-color: #FB690C;
padding: 3px 12px;
text-decoration: none;
text-transform: lowercase;
color: #FFF;
}
a.button:hover {
color: #333;
}


/* Headings */
h1 {
color: #FFFFFF;
font-size: 1.3em;
margin-bottom: 15px;
text-transform: capitalize;
}
h2 {
color: #333333;
font-size: 1em;
margin-bottom: 3px;
text-transform: uppercase;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #333333;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}
div.title {
margin-bottom: 20px;
text-transform:lowercase;
}
span.white {
color: #FFFFFF;
font-weight:bold;
font-size: 1.4em;
}
span.grey {
color: #333333;
font-weight:bold;
font-size: 1.4em;
}


/* Structure 
------------ */
body {
background-color: #FC690C;
background-image: url(/_lib/professional/000/img/bg.jpg);
background-position: center top;
background-repeat: no-repeat;
}
#wrap{
width: 1002px;
margin: 0 auto;
}
#main {
margin: 0 0;
padding: 0 0;
background-color: transparent;
background-image: url(/_lib/professional/000/img/bg_site.gif);
background-position: top left;
background-repeat: repeat-y;
}
#content {
padding: 30px 0;
margin: 0 auto;
width:875px;
}
#mainContent {
width:650px;
float:left;
}
#subContent {
width:180px;
float:right;
}
#bottom {
clear:both;
height: 43px;
padding: 0 0 0 0;
background-color: transparent;
background-image: url(/_lib/professional/000/img/bg_bottom.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}

/* Header
----------*/
#header {
padding: 0 0 0 0;
background-color: transparent;
background-image: url(/_lib/professional/000/img/header.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 111px;
position:relative;
}
#header img#logo {
display: block;
margin: 23px 43px 0 0;
float: right;
}


/* Animation
----------*/
#ani {
padding: 0 0 0 0;
background-color: transparent;
background-image: url(/_lib/professional/000/img/ani.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 161px;
position:relative;
overflow: hidden;
}
ul#animation {
list-style: none;
list-style-position: outside;
margin: 0 auto;
padding: 16px 25px;
}

/* QuickLinks
----------*/
#ani #alertlink{
position:absolute;
top: 34px;
left: 810px;
}

#ani #searchlink{
position:absolute;
top: 93px;
left: 810px;
}


/* Footer
--------- */
#footer {
background-color: transparent;
background-image: url(/_lib/professional/000/img/footer.jpg);
background-position: center top;
background-repeat: no-repeat;
text-align: right;
height: 50px;
padding: 0 0 0 0;
}
#footer p {
font-size: 0.8em;
padding: 23px 48px 0 0;
color: #575757;
}
#footer p a:link,
#footer p a:visited {
text-decoration: none;
color: #575757;
}
#footer p a:hover {
color: #FE6C04;
}


/* Dropdown menu
-----------------*/
.menu {
background-color: transparent;
background-image: url(/_lib/professional/000/img/bg_menu.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 40px;
padding-left: 96px;
}

.menu a {
display: block;
height: 40px;
margin: 0 2px 0 0;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -99999em;
}
.menu li#homeList a {
background-image: url(/_lib/professional/000/img/mm_home.jpg);
width: 86px;
}
.menu li#buyList a {
background-image: url(/_lib/professional/000/img/mm_buying.jpg);
width: 86px;
}
.menu li#sellList a {
background-image: url(/_lib/professional/000/img/mm_selling.jpg);
width: 83px;
}
.menu li#rentList a {
background-image: url(/_lib/professional/000/img/mm_renting.jpg);
width: 91px;
}
.menu li#aboutList a {
background-image: url(/_lib/professional/000/img/mm_aboutus.jpg);
width: 97px;
}
.menu li#newsList a {
background-image: url(/_lib/professional/000/img/mm_news.jpg);
width: 75px;
}
.menu li#communityList a {
background-image: url(/_lib/professional/000/img/mm_community.jpg);
width: 162px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/000/img/mm_contact.jpg);
width: 116px;
}
.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
#menu .menu li li a {
font-size: 0.9em;
text-indent: 20px;
background-image: none;
background-color: #3F3F3F;
margin-top: 0;
padding: 8px 0;
border-bottom: 1px solid #494949;
width: 150px;
color: #BFBFBF;
text-decoration: none;
height: auto;
-moz-opacity:1.0;
filter:alpha(opacity=100);
}
#menu .menu li li a:hover {
background-color: #2E2E2E;
color: #FE6C04;
-moz-opacity:1.0;
filter:alpha(opacity=100);
}
#menu .menu li#aboutList li a {
width: 135px;
}
#menu .menu li#communityList li a {
width: 210px;
}
#menu .menu li#newsList li a {
width: 185px;
}

/*Activates main button*/
body#home .menu li#homeList a {
	background-position: bottom left;
	}
body#buy .menu li#buyList a {
	background-position: bottom left;
	}
body#sell .menu li#sellList a {
	background-position: bottom left;
	}
body#rent .menu li#rentList a {
	background-position: bottom left;
	}
body#about .menu li#aboutList a {
	background-position: bottom left;
	}
body#news .menu li#newsList a {
	background-position: bottom left;
	}
body#community .menu li#communityList a {
	background-position: bottom left;
	}
body#contact .menu li#contactList a {
	background-position: bottom left;
	}

/* Standard forms
------------------*/
form {
padding: 12px;
background-color: #FB690C;
}
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
border: 1px solid #EF5F00;
}
legend {
color: #333;
font-weight: normal;
margin-left: -10px;
}
form fieldset {
padding: 20px;
border: none;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
border: none;
}
form p {
clear: both;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form fieldset#submit input,
form fieldset.submit input,
form input.button {
height: 25px;
width: 85px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #FB690C;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/000/img/btn_submit.jpg);
}
form fieldset input.submit {
background-image: url(/_lib/professional/000/img/btn_submit.jpg);
}
form fieldset input.clear {
background-image: url(/_lib/professional/000/img/btn_clear.jpg);
}
form fieldset input.search {
background-image: url(/_lib/professional/000/img/btn_search.jpg);
}
form fieldset input.login {
background-image: url(/_lib/professional/000/img/btn_login.jpg);
}
form fieldset input.activate {
background-image: url(/_lib/professional/000/img/btn_reactivate.jpg);
}
form em span,
form .required {
color: #333333;
font-weight: bold;
}


/* Popups
---------*/
html.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}
#GB_window {
background-color: #FB690C;
}
html.popup #header {
border-top: 2px #FFF solid;
background-color: #FB690C;
background-image: none;
height: 78px;
}
html.popup #header img {
float: left;
margin: 2px 0 0 0;
}


/* Homepage
----------- */
body#home #homecontent {
padding: 0 0 0 0;
background-color: transparent;
background-image: url(/_lib/professional/000/img/bg_home.jpg);
background-position: center top;
background-repeat: no-repeat;
height: 290px;
}
body#home #main {
background-image: none;
}
body#home #content {
padding: 0;
margin: 0;
width:auto;
}
body#home #bottom {
display: none;
}

/* Feature Properties */
body#home #featurePropertyMultiple  {
padding: 20px 0 0 76px;
width: 926px;
height: 270px;
}
body#home #featurePropertyMultiple .pow {
float:left;
background-color: transparent;
background-image: url(/_lib/professional/000/img/bg_fp.gif);
background-repeat: no-repeat;
background-position: top left;
padding: 0 0 0 0;
height: 242px;
width: 250px;
}
body#home #featurePropertyMultiple .pow#middle {
margin: 0 50px;
}
body#home #featurePropertyMultiple .pow .imgpic {
width: 240px;
height: 180px;
margin: 5px 5px;
display: block;
overflow:hidden;
}
body#home #featurePropertyMultiple .pow .imgpic img {
width: 240px;
}
body#home #featurePropertyMultiple .pow h3 {
padding: 10px 0px 7px 10px;
margin: 0;
color: #333;
text-transform:lowercase;
font-size: 1.4em;
font-weight:bold;
width: 250px;
}
body#home #featurePropertyMultiple .pow h4 {
float: left;
padding: 0px 10px;
margin: 0;
color: #464646;
font-size: 1.1em;
font-weight: normal;
width: 110px;
}
body#home #featurePropertyMultiple .pow a.viewlink {
padding: 0 10px;
margin: 0;
}
body#home #featurePropertyMultiple .pow a.viewlink:link,
body#home #featurePropertyMultiple .pow a.viewlink:visited {
text-decoration: none;
color: #FFF;
font-size: 0.8em;
}
body#home #featurePropertyMultiple .pow a.viewlink:hover {
text-decoration: none;
color: #333;
font-size: 0.8em;
}

/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */


/* Property Alert
----------------- */
body.alert #wrap #content #alertmenu {
background-color: #FB690C;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #FC761F;
}
body.alert #wrap #content #alertmenu a {
color: #333;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #FB690C;
color: #fff;
text-decoration: none;
}

/* Fast Find - Ivan 17/06/09
--------------------------*/

#fastFind {
bottom:21px;
left:76px;
position:absolute;
}

#fastFind form {
padding:0;
background-color:transparent;
}

#fastFind form input#ffInputBox {
height:15px;
padding:4px;
width:220px;
}

#fastFind form input#fastfind_btn {
width:30px;
height:23px;
border:0px solid transparent;
}