@charset "UTF-8";
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-color: #0d3b6a;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.clr {
	clear: both;
}


/* ******* header ******* */
#header {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* ******* menu ********* */
#menu {
	background-image: url(../images/menubackground.png);
	background-repeat: repeat-x;
	height: 51px;
}

#menu ul {
	list-style:none;
	text-align: center;
}

#menu ul li {
	display: inline;
}


/* **** top content ***** */

#featured {
	width: 600px;
	float:left;
	margin-left: 5px;
}

#property {
	width: 550px;
	border: 1px solid black;
}

#gallery {
	position:relative;
	height:368px;
	overflow:hidden;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		/*margin:5px*/
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}


#propertysearch {
	width: 260px;
	float: right;
	margin-right: 7px;
}

#propertysearch form{
}

#propertysearch form ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

#propertysearch form ol li{
	padding:4px;
	margin-bottom:1px;	
}

#propertysearch form ol li label{
	float:left;
	text-align:left;
	margin-right:7px;
	color:#0066CC;
}

#propertysearch form ol li select {
	padding:2px;
	border:1px solid #999999;
	width:200px;
}

/* **** main content **** */
#content_top {
	background-image:url(../images/contentbackgroundtop.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 4px;
}

#content_wrapper {
	background-image:url(../images/contentbackgroundmain.png);
	background-repeat: repeat-y;
	background-position: center;
	height: 1%;
	padding: 0;
}

#content {
	background-image:url(../images/contentbackgroundbottom.png);
	background-position: center bottom;
	background-repeat:no-repeat;
	padding: 20px 36px;
}

#content_shadow {
	background-image: url(../images/contentbackgroundshadow.png);
	background-position:center;
	background-repeat:no-repeat;
	height: 8px;
}

/* *** property content *** */
#propertyImage {
	width: 348px;
	float: right;
	text-align:center;
}

.mainImage {
	background: #eeeeee;
}

.imageBox {
	display: block;
	float: left;
	width: 114px;
	height: 84px;
	background: #eeeeee;
	margin-right: 2px;
	margin-bottom: 2px;
	padding-top: 5px;
	text-align: center;
}

.tableLabel{
	text-align: right;
	padding: 3px;
	font-weight:bold;
}

.tableContent{
	padding: 3px;
	color: #ed6c79;
	font-weight:bold;
}

/* *** property results *** */
.resultsImage {
	display: block;
	float: right;
	border: 2px #CCC solid;

}

.resultsList {
	list-style: none;
}

/* ****** Contact Us ****** */
#contactLeft{
	width: 430px;
	float: left;
}

#contactRight{
	width:430px;
	float:right;
}


form ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

form ol li{
	padding:4px;
	margin-bottom:1px;	
}

form ol li label{
	float:left;
	text-align:right;
	margin-right:7px;
	color:#0066CC;
	width: 100px;
}

form ol li select {
	padding:2px;
	border:1px solid #999999;
	width:200px;
}

#search{
	background-image:url(../images/searchimage.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	position: relative;
}

/* Slider */
#slider ul, #slider li{
	list-style: none;
	padding: 0;
	margin: 0;
}

#slider { 
   width: 550px; /* important to be same as image width */ 
   height: 368px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */ 
}

#sliderContent {
   width: 550px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */}

.sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
   padding: 0;
}

.sliderImage span {
   position: absolute; /* important */
   left: 0;
   font: 10px/15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 550px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */
   bottom: 0;

   /*
       if you put
       top: 0; -> the box with text will be shown at the top of the image 
       if you put
       bottom: 0; -> the box with text will be shown at the bottom of the image
   */
}

.clear {
   clear: both;
}

