@charset "utf-8";
h1, h2, h3, h4, h5, form, ul, li, p {
	padding: 0;
	margin: 0;
}
img {
	border: none;
}
html, body {
	height: 100%;
}
body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #eee8dd;
	background-image: url(images/main_bg.png);
	background-repeat: repeat-x;
}
#welcome {
	background-image: url(images/welcome_top_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#welcome .v-outer {
	display: table;
	overflow: hidden;
	height: 100%;
	width: 100%;
	background-image: url(images/welcome_grad.png);
	background-repeat: repeat-x;
	background-position: center center;
}
#welcome .v-middle {
	display: table-cell;
	vertical-align: middle;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
} 
#header {
	background-color: #DDDDDD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 264px;
} 
#header h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #fae0bf;
	width: 150px;
	overflow: hidden;
	clear: right;
	float: right;
	margin-top: 28px;
	margin-right: 50px;
}

#header .lang {
	float: left;
	margin-left: 85px;
	margin-top: 182px;
}
#header .phone {
	float: right;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #fff2d8;
	margin-right: 95px;
	margin-top: 150px;
}
#main {
	background-color: #FFFFFF;
	background-image: url(images/right.png);
	background-repeat: repeat-y;
	background-position: right;
}
#main .top-right {
	background-image: url(images/top_right.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 28px;
}
#main .right {
	background-image: url(images/main_right.png);
	background-repeat: repeat-y;
	background-position: right;
}
#main .menu-top-left {
	background-image: url(images/menu_top_left.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#main .menu-bg {
	background-image: url(images/menu_bg.png);
	background-repeat: repeat-y;
}
#main .menu-bottom {
	background-image: url(images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#menu {
	float: left;
	width: 220px;
	padding-bottom: 270px;
	margin-left: 8px;
	margin-top: -30px;
	z-index: 1;
	overflow: hidden;
}
#menu ul {
	list-style-type: none;
}
#menu ul li {
	margin-left: 20px;
	margin-right: 34px;
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: normal;
	color: #fae0bf;
	font-family: "Times New Roman", Times, serif;
	background-image: url(images/dots.gif);
	background-repeat: repeat-x;
	background-position: 0 19px;
}
#menu ul li a {
	color: #fae0bf;
	text-decoration: none;
	background: #44582b;
	padding-right: 4px;
}
#mainContent {
	margin: 0 0 0 230px;
	padding: 0 20px;
} 
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 159px;
} 
#footer p {
	margin: 0;
	padding: 10px 0;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#menu .item {
	margin: 10px 0;
	list-style: none;
	text-align: center;
}
#menu .counters-item {margin: 10px 0;}
