

body,input,textarea,select {
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#F7F7F7;
	line-height:1.4;
	
}

input,textarea,select
{
	color:#333;	
	font-size: 10px;
	line-height:normal;
}

.title { font-size:18px; } 

h1 {
	font-size: 18px;
	color: #FF8042;
}

h2 {
	font-size: 14px;
	color: #333333;
	line-height:normal;
}

a:link { color: #000; text-decoration: underline; }
a:visited { color: #000; text-decoration: underline; }
a:hover { color: #00F; text-decoration: none; }

#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	background-image:url(../images/bg/body_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	
}

#containerCompanyProfie {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	
}

#contentBg {
	
	background-image:url(../image/content_bg.jpg);
	background-repeat: no-repeat;
	min-height:855px;
	
	
}



#top {
	height: 212px;
	background: url(../image/topbanner.jpg) no-repeat top;
	position: relative;
	margin-bottom: 20px;
}

#topContact {
	font-family: Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #000000 ;
	position: absolute;
	top: 80px;
	left: 800px;
	border:3px solid #FFFFFF;
	width:170px;
	padding:5px;
}
#topDate {
	color: #000000 ;
	position: absolute;
	top: 50px;
	text-align:right;	
	left: 810px;
	width:170px;
	padding:5px;
}
#topDateAboutUs {
	color: #000000;
	position: absolute;
	top: 48px;
	text-align:right;	
	width:980px;
	padding:5px;
}

#homeButton {
	padding-top:48px;
	padding-left:40px;
}




#nav {
	position: absolute;
	margin-top:179px;
	left: 228px;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	list-style-type: none;
	display: inline;
	padding-right: 8px;
}

#side {
	margin-right:30px;
	width: 205px;
	padding-left: 50px;
	float: right;
	padding-top:0px;
}


#content {
	margin-right: 290px;
	margin-left:40px;
	
}


#search {
	
	
	
}
#search .bgRound {
	background: url(../images/bg/search_bg.png);
	background-repeat:no-repeat;
	padding:4px;
	padding-top:8px;
	padding-left:10px;
	min-height:167px;
}

#search h1 {
	font-size: 14px;
	margin: 5px 0;
}

#search input, #search select {
	font-size: 11px;
}

#propertyDetails {
	line-height: .6;
}



#footer {
	/*margin-top: 40px;
	padding: 20px 0;
	*/
	height:24px;
	padding-top:20px;	
	font-size: 11px;
	text-align: center;
	background-image:url(../image/footer.jpg);
	background-repeat:no-repeat;
}

.fltRight {
	
	margin-left: 5px;
}

.fltLeft {
	float: center;
	margin-right: 5px;
}

.frame {
	padding: 5px;
	border: 1px solid #cccccc;
}

.clearfloat {
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
}




/* start lightbox */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* end lightbox */
