@charset "utf-8";
/* CSS Document */

*{padding:0;margin:0;}
img{border:0;}
.clear{clear:both;}
body {background: #fff url(images/fluid-bg.jpg) 0 132px repeat-x;}
html>body {background: #fff url(images/fluid-bg.jpg) 0 132px repeat-x;}

.wrapper {
	width: 768px;
	margin: 0 auto;
	border-bottom: 10px solid #dde1ef;
    background-color:#dde1ef;
}

.logo {
	padding: 25px 0 25px 0;
    background-color: white;
}

.nav {
	text-align: right;
	width: 100%;
    height: 18px;
    background-color:#fff;
}

.nav ul {
	list-style: none;
	float: right;
    width: 633px;
}

html>body .nav ul {
    width: 630px;
}

.nav ul li {
	background: url(images/nav-bg.jpg) repeat-x;
	margin: 0 0 0 3px;
	display: block;
	float: left;
	height: 18px;
	line-height: 16px;
}

.nav ul li:hover {
	background: url(images/nav-bg_hover.jpg) repeat-x;
}

.nav ul li a {
	font-family: Verdana; letter-spacing: 1px; font-weight: bold; font-size: 12px; color: #d1eaff; text-decoration: none;
	padding: 0 30px 0 30px;
}

.sidebar {
	width: 238px;
	float: left;
}

.latestdeals {
	margin-top: 0px;
	background: #075f9f;
	font-family: Tahoma; font-size: 12px;
	padding-bottom: 5px;
}

.latestdeals h1 {
	color: #dde1ef; font-size: 12px;
	padding: 5px 5px 5px 5px;
}

.latestdeals p {
	color: #b6c6ff;
	padding: 0 5px 10px 5px;
}

.content {
	float: right;
	width: 527px;
    background-color:#dde1ef;
}

.city {
	background: url(images/city.jpg) no-repeat;
	width: 527px;
	height: 210px;
	font-family: Times New Roman;
	font-size: 16px;
}

.city h1 {
	text-align: center;
	padding-top: 165px;
	color: #fff;
	font-weight: normal;
}

.text {
 padding: 5px 5px 0 5px;
}

.content p {
	font-family: Verdana; font-size: 13px; color: #332266;
	padding-bottom: 5px;
	line-height: 14px;
}

.footer p {
	font-family: Tahoma; font-size: 11px; color: #00508b;
	text-align: center;
	margin-top: 5px;
}
