@charset "utf-8";
/* CSS Document */

body {
	font-size: 12px;
	font-family:Verdana, Geneva, sans-serif;
	color: #494949;
	background-color: #33210f;
}

#pageContainer {
	width: 998px;
	margin: 0 auto;
	background: #f3f0d9;
	min-height: 600px;
}

#topLine {
	background-image: url(../images/bg_top_line.jpg);
	background-repeat: repeat-x;
	height: 10px;
	width: 660px;
	margin-left: 336px;
	position: absolute;
	top: 0px;
}

#topContent {
	margin-left: 336px;
	width: 660px;
	position: absolute;
	top: 0px;
	color: #FFF;
}

#menu {
	width: 100%;
	height: 62px;
	background: #f3f0d9;
}

#menu div {
	float: left;
	margin -left: 1px;
	margin-right: 1px;
	height: 44px;
	padding-top: 18px;
	background-image:url(../images/bg_menu.jpg);
	text-align: center;
	width: 331px;
}

#menu div a {
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

#menu div a:hover {
	text-decoration: underline;
}

#head {
	width: 998px;
	height: 346px;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#content {
	padding: 30px 25px 30px 25px;
}

img {
	border: none;
}

.cityItem {
	width: 372px;
	display: block;
	height: 23px;
	padding-top: 2px;
	background-image: url(../images/bg_city.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 3px;
	font-size: 16px;
}

.cityItem:hover a {
	color: #FFF;
}

.cityItem a {
	color: #725a43;
	font-size: 16px;
	text-decoration: none;
}

.cityItem a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.cityItem:hover {
	background-image:url(../images/bg_city_active.jpg);
	color: #FFF;
	cursor: pointer;
}

.cityItemTop {
	width: 372px;
	height: 23px;
	padding-top: 2px;
	background-image: url(../images/bg_city.jpg);
	background-repeat: repeat-y;
	text-align: center;
}

.cityItemTop:hover a {
	color: #FFF;
}

.cityItemTop a {
	color: #725a43;
	font-size: 14px;
	text-decoration: none;
}

.cityItemTop a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.cityItemTop:hover {
	background-image:url(../images/bg_city_active_top.jpg);
}

#contentTop {
	color: #FFF;
}

.submenu {
	visibility: hidden ;
	display: none;
	cursor: pointer;
}

#footer {
  width: 900px;
  text-align: center;
}


