/* Typography
--------------*/
body {
font-size: 80%!important; /* Global font-size */
font-family: Arial, Helvetica, sans-serif!important;
color: #ddd!important;
background:#000 url(img/bg-body.jpg) no-repeat top center;
}
p,
div.text  {
font-size: 0.9em;
margin-bottom: 10px;
}
div.dyntext  {
font-size: 1.1em;
margin-bottom: 10px;
width: 500px;
}
div.viddyntext  {
font-size:1.1em;
padding-left:20%;
margin-bottom: 10px;
width: 700px;
margin-top:20px;
}
div.text p {
font-size: 1.1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size:1.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: disc;
font-size:1.1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: inside;
}
a:link,
a:visited {
color: #FFF;
text-decoration:underline;
}
a:hover {
color: #828282;
text-decoration:underline;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #777777;
padding: 5px 10px;
text-decoration: none;
text-transform: lowercase;
color: #000;
}


#registerInterest{
	padding-bottom:20px;
	display:block;
}

/* Headings */
h1 {
color: #fff;
font-size: 1.3em;
margin-bottom: 20px;
text-transform: capitalize;
font-weight:normal;
}
h2 {
color: #bbb;
font-size: 1.2em;
margin-bottom: 10px;
text-transform: capitalize;
font-weight:normal;
}
div.text h2 {
font-size:1.1em; /* font-size fix within text div */
}
h3 {
font-size:1.1em;
color: #aaa;
margin-bottom: 3px;
}
div.text h3 {
font-size:1.1em; /* font-size fix within text div */
}

/* Structure 
------------ */
#wrap {
width:998px;
margin:0 auto;
}

/* Header
----------*/
#header {
background:url(img/bg-header.jpg) no-repeat 0 0;
height:93px;
}

#header a#logo {
background:url(img/logo.jpg) no-repeat 0 0;
height:42px;
float:left;
width: 276px;
display:block;
text-indent:-99999px;
margin: 29px 0 0 33px;
}

#header #menu {
width: 610px;
float:right;
height:18px;
padding-right:20px;
margin:49px 0 0 0;
}

.menu li {
padding:0 0 26px 0;
}
.menu a {
display:block;
height: 18px;
border:none !important;
text-indent:-9999em;
overflow: hidden;
background-color: transparent;
background-position: 0 0;
}
.menu #buyList a {
background-image: url(img/mm-buying.jpg);
width : 49px;
}
.menu #sellList a {
background-image: url(img/mm-selling.jpg);
width : 54px;
}
.menu #projectList a {
background-image: url(img/mm-projects.jpg);
width : 120px;
}
.menu #rentingList a {
background-image: url(img/mm-renting.jpg);
width : 62px;
}
.menu #commercialList a {
background-image: url(img/mm-commercial.jpg);
width : 90px;
}
.menu #financeList a {
background-image: url(img/mm-finance.jpg);
width : 64px;
}
.menu #aboutList a {
background-image: url(img/mm-about.jpg);
width : 72px;
}
.menu #contactList a {
background-image: url(img/mm-contact.jpg);
width : 79px;
}

.menu li ul {
width:190px;
padding:0;
margin:0 0 0 15px;
background-color:#242424;
border-top:1px solid #3F3F3F;
border-bottom:1px solid #3F3F3F;
}

.menu li#buyList ul {
margin-left:0;
}

.menu li ul li {
padding:0;
width:190px;
}

.menu li li a:link,
.menu li li a:visited {
text-indent:0;
height:auto;
padding:8px 0 8px 20px;
color:#ccc;
background-image:none !important;
text-decoration:none;
font-size:0.9em;
width:auto !important;
}

.menu li li a:hover {
color:#fff;
}

#main {
background: #101010 url(img/bg-main.jpg) no-repeat 0 0;
width:918px;
padding:40px;
}

/* Footer
--------- */
#footer {
margin:20px auto 20px auto;
overflow:auto;
color:#4D4D4D;
font-size:11px;
}

#footer p a:link,
#footer p a:visited {
color: #4D4D4D;
text-decoration:underline;
}

#footer p a:hover,
#footer p a:active {
color: #4D4D4D;
text-decoration:none;
}

#footer p.copyright {
width:425px;
float:left;
padding-left:7px;
}

#footer p.publisher {
width:280px;
float:right;
text-align:right;
}



/* Standard forms
------------------*/
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size:1.1em;
}
legend {
color: #666666;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #333333;
}
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: 26px;
background-color: #777777;
text-align:center;
color: #000;
padding: 0;
cursor: pointer;
border: none;
width:auto;
text-transform:uppercase;
padding:0 20px;
}
form em span,
form .required {
font-weight: bold;
}

/* Popups
---------*/
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
float: none;
}

body.popup #header img {
float:left;
margin: 29px 0 0 15px;
}

/* sitemap */
ul.sitemap * {
list-style-type:none;
margin-top:10px;
}

ul.sitemap li {
font-weight:bold;
}

ul.sitemap li li{
font-weight: normal;
}

ul.sitemap li {
margin-bottom: 3px;
}

ul.sitemap ul {
margin-left:15px;
}

/*homepage */

body#home #main {
padding-top: 32px;
}

body#home #featureProps {
border-bottom:1px solid #333333;
margin-bottom:16px;
background:url(img/bg-feature-prop.jpg) no-repeat 0 0;
}

body#home #quicksearchWrap {
width:289px;
padding:34px 37px 0 0;
border-right:1px solid #333333;
float:left;
height:200px;
background:url(img/bg-quicksearch-title.jpg) no-repeat 0 0;
}

body#home #quicksearchWrap #socialMedia {
background:url(img/bg-social-media.jpg) no-repeat bottom left;
width:289px;
height:30px;
}

body#home #quicksearchWrap #socialMedia a#facebook{
background:url(img/bg-facebook.jpg) no-repeat top left;
width:70px;
height:29px;
float:left;
margin-left:15px;
text-indent:-99999px;
}

body#home #quicksearchWrap #socialMedia a#twitter{
background:url(img/bg-twitter.jpg) no-repeat top left;
width:79px;
height:29px;
float:left;
margin-left:78px;
text-indent:-99999px;
}

body#home #quicksearchWrap #investmentsLink{
	display:block;
	
	border:1px solid #444;
}

body#home #quicksearchWrap #investmentsLink a{
	color:white;
	text-decoration:none;
	font-size:1em;
	text-transform:uppercase;
	display:block;
	padding:10px;
	background:url(img/icon_propertyCompass.gif) no-repeat right #666;
}

body#home #quicksearchWrap #investmentsLink a:hover{
	color:white;
	background-color:#888;

}

body#home #videoFeature {
background:url(img/corporate-vids.jpg) no-repeat 0 0;
width:279px;
float:left;
height:200px;
border-right:1px solid #333333;
}

body#home #videoFeature a {
width:279px;
height:200px;
display:block;
border:none;
}

body#home #videoFeature h2 {
text-indent:-9999px;
}

body#home #propAlert {
width:300px;
float:left;
background:url(img/bg-prop-alert.jpg) no-repeat 0 0;
height:200px;
position:relative;
}

body#home #propAlert p {
text-indent:-9999px;
}
 
body#home #propAlert a {
position:absolute;
background:url(img/btn-propalert.jpg) no-repeat 0 0;
text-align:center;
font-size:1.3em;
right:23px;
color:#000;
width:135px;
height:23px;
display:block;
text-decoration:none;
padding-top:5px;
}
body#home #propAlert a#paLogin {
top: 60px;
}
body#home #propAlert a#paRegister {
top: 90px;
}

body#home #social img {
float : right;
margin : 10px 0 0 5px;
}

#videocontainer
{
padding-left: 35%;
float: left;
padding-bottom:20px;
}
