html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }
header, footer, nav, section, article, aside { 
 	display:block; 
}
body{
	font-family:verdana,arial,tahoma,sans-serif;	color:#3e3e40;
	font-size: 13px;
}
a{
	color: #0AB9E5;
	
}
a:hover{
}
a img{
	border:0px; 
}
a:hover img{
	opacity:0.6;
}
.shadow{
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 6px;
 	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 6px;
 	box-shadow: rgba(0,0,0,0.6) 0px 1px 6px;
	
}
.borderRadiusTop{
	-webkit-border-top-radius: 8px;
	-moz-border-radius-top: 8px;
 	border-top-radius: 8px;
}
.borderRadius{
	-webkit-border-radius: 8px;
 	-moz-border-radius: 8px;
 	border-radius: 8px;
}
.imgPadding{
	padding: 10px;
}
.title{
	padding-bottom: 5px;
	margin: 50px 0 30px;
	border-bottom: solid 1px #DFDFDF;
}
.alignright{
	float: right;
}
.alignleft {
	float: left;
}


/** ---------- CONTENT ---------- **/
#wrap{
	display: table;
	width: 1000px;
	margin: 50px auto;
}
section{
	width: 740px;
	float: right;
	
}
/** ---------- HEADER ---------- **/
#headerWrap{
	height: 60px;

	-webkit-box-shadow: rgba(0,0,0,0.6) 0px 1px 6px;
 	-moz-box-shadow: rgba(0,0,0,0.6) 0px 1px 6px;
 	box-shadow: rgba(0,0,0,0.6) 0px 1px 6px;
 	background: url(images/top-back.jpg) repeat-x;

}
header{
	height: 65px;
	overflow: hidden;
}
#header{
	width: 1000px;
	margin: auto;
}

#homelink{
	width: 300px;
	padding-top: 15px;
}
#homelink a{
	text-decoration: none;
	color: white;
	display: block;
}

#headerImage img{
	width: 720px;
	
}
#headerImage{
	margin-bottom: 20px;
	display: block;
}
#homelink a h1{
	font-size: 20px;
}
/** ---------- NAV ---------- **/
nav{
	float: right;
}
nav .menu-item{
	list-style-type: none;
	float: left;
	font-size: 14px;
}
nav a{
	color: white;
	text-decoration: none;
	padding: 21px 50px;
	display: block;
}
nav .current-menu-item, nav .menu-item:hover{

	-webkit-box-shadow:inset #000000 0px 0px 6px;
	
	
	background : -webkit-gradient(linear, left top, left bottom, from( rgba(255,255,255,0.1) ), to(rgba(255,255,255,0.8)));
	
	-moz-box-shadow:inset #000000 0px 0px 6px;
	background : -moz-linear-gradient(center top , rgba(255,255,255,0.1) , rgba(255,255,255,0.8) );
	
}
/** ---------- ASIDE ---------- **/
aside{
	width: 210px;
	min-height: 600px;
	float: left;
}
aside h3{
	border-bottom: 1px solid #333333;
}
/** ---------- FLATS ---------- **/
.flats{
	height: 260px;
	width: 320px;
	margin: 0 20px 30px;
	display: inline-block;
	vertical-align: top;
}
.flats h2{
	text-transform:uppercase;
	margin-bottom: 10px;
	font-size: 14px;
}
.flats h2 a{
	color: #333333;
	text-decoration: none;
}
.flats img{
	display: block;
	margin-bottom: 10px;
}
.flats div{
	font-size: 11px;
	line-height: 20px;
}
/** ---------- FLAT ---------- **/
#flatImage{
	display: block;
	
	margin-bottom: 20px;
}
#flatImage img{
	
	width: 720px;
	height: 300px;
}
#flat h2{
	text-transform:uppercase;
	margin-bottom: 20px;
	font-size: 14px;
	float: left;
}
#flat span{
	margin-left: 10px;
}
#flat #content img{
	width: 80px;
	height: auto;
}
#flat h4{
	margin: 10px 0;
}
#price{
margin: 30px 0;
padding: 10px 0;


}
#price span{
	padding: 0   20px 0 0;
	
	margin-left: 0px;
}
#imageGallery a{
	display: inline-block;
	margin-right: 40px;
}

#imageGallery img{
	display: block;
}
#imageGallery{
border-top: #3E3E40 solid 1px;
	padding-top: 20px;
	
}
/** ---------- FOOTER ---------- **/
footer{
	height: 125px;
	overflow: hidden;
}
#footerWrap{
	margin-top: 5px;
	height: 120px;
	background: url(images/top-back.jpg) repeat-x;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px -1px 6px;
 	-moz-box-shadow: rgba(0,0,0,0.6) 0px -1px 6px;
 	box-shadow: rgba(0,0,0,0.6) 0px -1px 6px;
}
#footer{
	display: table;
	margin: auto;
	width: 1000px;
	padding-top: 10px;
}
#footer h4{
	color: white;
	margin-bottom: 10px;
}
#footerLeft{
	padding-top: 20px;
	float: left;
	color: white;
}
#footerLeft a{
	color: white;
	text-decoration: none;
}
#footerRight{
	float: right;
	width: 700px;
	text-align: center;
	color: white;
}
.footer-menu .menu-item{
	padding: 5px 0;
}

