html, body, form, input, select, fieldset, ul, a, p, h1, h2, td, li, table, img {
    margin: 0;
	padding: 0;
	border: 0;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: inherit;
	font-style: inherit;
	text-decoration: none;
}

body,html {
	background-color:#000000;
	text-align:center;
	color:#f5f0c8;
}

a {
	color:#ccb272;
}
a:hover {
	color:#555032;
}
a:visited {
	color:#ccb272;
}



div#MainWrapper {
 	width: 908px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
}


div#MastHead {
	width:908px;
	height:124px;
	
}

div#BodyWrapper {
	position:relative;
	width:906px;
	margin:0;
	border:1px solid #555032;
}

div#MainNavigation {
	width:906px;
	height:32px;
	background-image:url(assets/design/bg_menu.png);
	overflow:hidden;
}
.Navigation {
	margin-top:8px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}
.Navigation a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#000;
}
.Navigation a:hover{
	color:#555032;
}

div#PageBodyWrapper {
	position:relative;
	width:900px;
	border:3px solid #ccb272;
}


/****************************************
 PAGEs STYLES
 ****************************************/
div#ShowHome {
	position:relative;
	width:900px;
	height:300px;
}
div#ShowHome .SlideShowHome{
	position:relative;
}
div#ShowPages {
	position:relative;
	margin:24px 24px 0 24px;
	width:850px;
	height:315px;
	border:1px solid #555032;
}
div#ShowPages .SlideShowPages{
	position:relative;
}




td, p{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:18px;
	text-align:left;
	color:#f5f0c8;
	margin-left:0;
	margin-bottom:15px;
}
td, h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	text-align:left;
	color:#f5f0c8;
	margin-left:0;
	margin-top:5px;;
	margin-bottom:15px;
}

td, h2{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
	color:#f5f0c8;
	margin-left:0;
	margin-bottom:15px;
}
li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f5f0c8;
	margin-left:17px;
	height:21px;
	list-style-image:url(assets/design/bull_yellow.png);
}

ul{
	margin-left:20px;
	margin-bottom:15px;
}

img{
	border:0;
}



.PropertyList {
	width:850px;
	height:208px;
	text-align:left;
	color:#201f1d;
	border:1px solid #000;
}
.PropertyList:hover {
	background-color:#191919;
	border:1px solid #555032;
}
.PropertyList .Image{
	width:300px;
	height:200px;
	margin:3px;
	border:1px solid #555032;
	float:left;
}
.PropertyList .info{
	width:515px;
	height:200px;
	margin:4px 3px 0 24px;
	float:left;
}
.PropertyList .info .Header{
	width:515px;
	height:30px; 
}
.PropertyList .info .Header .Name{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#f5f0c8;
	line-height:28px;
	height:28px;
	width:365px;
	float:left;
}
.PropertyList .info .Header .Name a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	line-height:28px;
	color:#f5f0c8;
}
.PropertyList .info .Header .Price{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#f5f0c8;
	width:150px;
	line-height:28px;
	height:28px;
	text-align:right;
	float:left;
}
.PropertyList .info .Header .Price a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:24px;
	color:#f5f0c8;
	line-height:28px;
}
.PropertyList .info .Address{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-style:italic;
	color:#f5f0c8;
	height:30px; 
}
.PropertyList .info li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f5f0c8;
	margin-left:17px;
	height:21px;
	list-style-image:url(assets/design/bull_yellow.png);
}


.PropertyList .info ul{
	margin-left:0;
}





div#flashcontent {
	margin:0; 
	width:650px; 
	height:464px; 
	float:left;
}
.PropertyBtn {
	width:176px;
	height:32px;
	background-color:#323232;
	border:1px solid #555032;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ccb272;
	text-align:center;
	padding-top:10px;
	margin-bottom:8px;
}
.PropertyBtn a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#ccb272;
}
.PropertyBtn:hover{
	border:1px solid #ccb272;
}
.PropertyName{
	font-family: Verdana, Geneva, sans-serif;
	font-size:22px;
	color:#fffef2;
	line-height:28px;
	margin-bottom:8px;
	letter-spacing:1px;
} 
.PropertyAddress{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fffef2;
	line-height:18px;
	font-style:italic;
	margin-bottom:6px;
	letter-spacing:1px;
} 
.PropertyPrice{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#fffef2;
	line-height:18px;
	font-weight:bold;
	margin-bottom:12px;
	letter-spacing:1px;
} 

.PropertyInfo p{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#f5f0c8;
	line-height:16px;
	margin-left:0;
} 


.PropertyInfo h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#f5f0c8;
	line-height:28px;
	letter-spacing:2px;
	margin-left:0;
	margin-bottom:10px;
} 
.PropertyInfo li{
	font-family: Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#f5f0c8;
	line-height:18px;
} 

.PropertyInfo ul{
	margin-left:0;
}





div#Footer{
	position:relative;
	margin-top:10px;
	margin-bottom:20px;
	width:900px;
	text-align:center;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#f5f0c8;
}
div#Footer a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}




form, select, input {
	display:inline;
}

