  /* page header styles
-----------*/

html, body {
  font: 11px/16px "Lucida Grande", Lucida, Verdana, sans-serif; 
  text-align: center; 
  color: #666; 
  margin: 0px; 
  padding: 0px;
  background: #fff url(/properties-for-sale/img/page_layout.png) repeat-y top center;
}

#page_layout {
	position: relative;
	margin: 0 auto;
	padding: 0 0 20px 0;
	width: 980px;
	text-align: left;
}

#header {
	width: 900px;
	margin: 0px;
	padding: 0 0 0 0px;
	font-size: 100%;
	margin-left: 39px;
}

#logo {
	float: right;
	width: 264px;
	height: 110px;
	margin-top: 10px;
	margin-right: 18px;
	margin-bottom: 10px;
	background: #fff url(/properties-for-sale/img/alghero-estates-logo.png) no-repeat top right;
}

#mainmenu {
	float: left;
	width:875px;
	height: 32px;
	padding-left: 25px;	
 	background: url("/img/nav/menu_bg.png") 0 0px; no-repeat;
}

#nav a {
	float: left;
	height: 24px;
	margin-right: 15px;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	color: #fff;
 	font: 12px/18px Arial, Verdana, sans-serif; 
	text-decoration: none;
	text-align: center;	
 	background: url("/img/nav/menu_bg.png") 0 0px; no-repeat;
	top:50; z-index: 2;
}

#nav a:hover {
	color: #fff;
	background-position: 0 -33px;
}

#nav .active {
	background-position: 0 0;
	color: #0382a2;
}

strong {
  color: #323232;
}

a {
	color: #0382a2;
}

#content {
	width:895px;  
	line-height: 22px; 
	margin-left: 70px; 
 	font-size: 105%; 
 	display: block;
 	float: left;
}

  /* page footer styles
-----------*/
#footer {
  	float:left;
  	width: 900px;
  	height: 127px;
	border-top: 1px solid silver;
	background:#f0f0f0;	
	margin-left: 39px;
}

#copyright {
	text-align:center;
 	padding-top:1em;
}
#copyright p {
	color:#666;
 	font-size: 11px;
	line-height: 16px;	
}

#copyright a {
	font: 11px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; 
 	font-size: 11px;
	line-height: 16px;	
}

  /* blue tabbar styles
-----------*/

#tabbar {
	margin-left: 22px;	
}

#tabs a {
	position: relative;
	float: left;
	width: 142px; 
	height: 23px;
	margin-top: 25px;
	margin-right: 6px;
	padding-top: 5px;
	color: #fff;
 	font: 12px/18px Arial, Verdana, sans-serif; 
	text-decoration: none;
	text-align: center;	
 	background: url("/img/nav/blue_tabs.png") 0 -29px; no-repeat;
	top:50; z-index: 2;
}

#tabs a:hover {
	background-position: 0 -58px;
}
#tabs #active {
	background-position: 0 0;
	color: #0382a2;
}

  /* styles for lightbox
-----------*/
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../media/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../media/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../media/lightbox/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
