body, html{
	background:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;

}

a{
	color:#025f8b;
}

img{
	border:0;
}

.mainContainer{
	width:1000px;
	margin:0px auto;
	position:relative;
	 
}
.topLinks{
	position:absolute;
	left:0;
}
.topLinksRight{
	position:absolute;
	right:0;
}
.clear{
	clear:both;
}

.logoContainer{
	top:20px;
	position:relative;
	background:url(logo-bg.jpg) repeat-x;
	height:94px;
	width:100%;
	
}
.topLeft{
	position:absolute;
	top:0;
	left:0;
}
.bottomLeft{
	position:absolute;
	bottom:0;
	left:0;
}
.topRight{
	position:absolute;
	top:0;
	right:0;
}
.bottomRight{
	position:absolute;
	bottom:0;
	right:0;
}
.logo{
	position:relative;
	top:15px;
	left:40px;
}


.topBannerBlock{
	border:1px solid #95c1db;
	color:#95c1db;
	width:468px;
	height:60px;
	position:absolute;
	right:40px;
	top:15px;
	text-align:center;
	
}
.searchBar{
	border:1px solid #dddada;
	width:100%;
	position:relative;
	margin-top:2px;
	background:#fff;
	z-index:0;
}

.gTopLeft{
	position:absolute;
	top:-1px;
	left:-1px;
}
.gBottomLeft{
	position:absolute;
	bottom:-1px;
	left:-1px;
}
.gTopRight{
	position:absolute;
	top:-1px;
	right:-1px;
}
.gBottomRight{
	position:absolute;
	bottom:-1px;
	right:-1px;
}

.content{
	position:relative;
}
.left{ 
	width:750px;
	position:relative;
	z-index:0;
 }
.right{
	width:247px;
	right:0;
	top:0;
	position:absolute;
	z-index:0;	
}

.button{
	border:1px solid #f4f4f4;
	background:#fff;
	font-size:11px;
	height:20px;
}
.goButton{
	background:url(button-small.jpg) no-repeat;
	color:#fff;
	font-weight:bold;
	font-size:9px;
	width:63px;
	height:25px;
	letter-spacing:1px;

}
.region, region a{
	font-size:11px;
	text-decoration:none;	
}
.region, region a:hover{
	text-decoration:underline;
}
.types a{
	margin:0 20px;
	text-decoration:none;
	padding:4px;
}
.types a:hover{
	background-color:#0066CC;
	padding:4px;
	color:#fff;
	text-decoration:none;
	
}

.types .active{
	font-size:18px;
}


.countsBlock{
	padding:5px;
	font-size:11px;
	color:#999999;
}
.footerBlock{

	color:#999999;
	font-size:11px;
}
.footerBlock a{

	color:#999999;
	font-size:11px;
}

.footerBlock a:hover{

	color:#2a90ba;
	font-size:11px;
}



/* offers */

.offers{
	list-style-type:none;
	margin:5px;
	padding:5px;
	
}
.offers li {
	border:1px solid #f4f4f4;
	position:relative;
	padding:0 5px;
	height:90px;
	color:#585858;
	margin:2px;
	z-index:0;
}

.offers li:hover{
	border:1px solid #999;
	background:#f4f4f4;
}
.offers .region{
	width:80px;
	text-align:center;
	top:20px;
	position:absolute;
}
.offers .section{
	
	text-align:center;
	top:2px;
	left:100px;
	position:absolute;
	z-index:1000;
	
}
.offers .offer{
	top:20px;
	width:420px;
	display:block;
	margin-left:30px;
	height:60px;
	font-size:12px;
	left:70px;
	position:absolute;
	

}
.offers .price{

	left:530px;
	width:80px;
	text-align:center;
	top:15px;
	position:absolute;
	z-index:0;

}

.offers .photo{
	top:5px;
	text-align:center;
	display:block;
	width:90px;
	right:10px;
	position:absolute;
}
.offers .date{
	top:2px;
	display:block;
	font-size:10px;
	left:380px;
	margin-left:30px;
	position:absolute;
}
.offers .link{
	top:1px;
	display:block;
	font-size:11px;
	left:450px;
	margin-left:30px;
	position:absolute;
}
.offers .phone{
	bottom:1px;
	display:block;
	font-size:11px;
	left:70px; 
	margin-left:30px;
	position:absolute;
}


.down{
	color:green;
	font-size:10px;	
	font-weight:bold;	
}
.up{
	color:red;
	font-size:10px;	
	font-weight:bold;	
}


.paidOffers{
	border:1px solid red;
	list-style-type:none;
	margin:10px;
	padding:0;
}


.photoHover{
	position:absolute;
	width:350px;
	height:auto;
	top:400px;
	left:640px;
	z-index:1000;
	display:none;
	border:4px solid #ccc;
	background:#fff;

}

#regionSelector{
	
	border:4px solid #f4f4f4;
	height: 60px;
	width: 500px;
	position: absolute;
	background: #fff;
	z-index: 10000;
	left: 100px;
	display: none;
}

h2{
	font-size: 13px;
	text-transform: uppercase;
	margin: 10px 30px;
	color: #025f8b;
	
}


h1{
	font-size: 16px;
	color:#025f8b;
	margin: 0;
	
}
.addon{
	position: absolute;	
	right: 10px;
	color: #374d59;
}
.firstheader{
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	margin: 10px;
	
}


#loginForm{
	
	border:4px solid #f4f4f4;
	width: 400px;
	height: 150px;
	background: #fff;
	position: absolute;
	top: 40px;
	right: 100px;
	display: none;
	
}

.fotoAdded{
	border: 5px solid #f4f4f4;
}

.moderLinks{
	position: absolute;
	left: 10px;
	bottom:10px;
}













