* {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: url('../images/bg.png') repeat-x #F3EDE0 !important;
}
#baner{
	height: 133px;
	width: 470px;
	overflow: hidden;
}
#baner ul{
	list-style: none;
}
#baner ul li{
	position:absolute;
	z-index: 100;
}
#baner img{
	position: absolute;
}
.center {
	text-align: center;
}

#body {
	width: 100%;
	height: 500px;
}

.subform {
	padding: 0 0 0 10px;
}

img.bottom10 { margin: 0 0 10px 0; }
.bottom17 { margin-bottom: 17px; }

.box-h a img {
	display: block;
	margin-top: 5px;
}

.clear { clear: both; }

#container {
	position: relative;
	width: 910px;
	margin: auto;
}

	#top {
		position: relative;
		width: 100%;
		height: 215px;
	}
	
		#logo {
			position: absolute;
			top: 35px;
			left: 0;
		}
		
		#baner {
			position: absolute;
			top: 16px;
			left: 179px;
		}
		
		#menu {
			position: absolute;
			top: 133px;
			left: -7px;
			background: url('../images/bg_menu.png') no-repeat;
			width: 918px;
			height: 55px;
		}
		
			#menu ul {
				list-style: none;
				height: 55px;
			}
			
				#menu ul li {
					display: block;
					float: left;
					margin-left: 12px;
					height: 55px;
				}
				
				#menu ul li.right, #menu ul li.last {
					float: right;
					margin: 17px 0 0 3px;
				}
				
				#menu ul li.last {
					margin-right: 15px;
				}
				
				#menu ul li.right a:hover, #menu ul li.last a:hover {
					background: none;
				}
				
				#menu ul li a {
					display: block;
					font-size: 12px;
					color: #2C2C2C;
					text-decoration: none;
					font-weight: 600;
					cursor: pointer;
				}
				
				#menu ul li a:hover, #menu ul li a.active {
					background: url('../images/bg_menu_item.png') repeat-x 0 -92px;
					color: #fff;
				}
				
				#menu ul li span.l, #menu ul li span.r {
					display: block;
				}
				
				#menu ul li span.r {
					padding: 20px 8px 0 8px;
					height: 25px;
				}
				
				#menu ul li a:hover span.r, #menu ul li a.active span.r {
					padding-top: 17px;
					height: 28px;
				}
				
				#menu ul li a:hover span.l, #menu ul li a.active span.l {
					background: url('../images/bg_menu_item.png') no-repeat left 0;
				}
				
				#menu ul li a:hover span.r, #menu ul li a.active span.r {
					background: url('../images/bg_menu_item.png') no-repeat right -46px;
				}
				
			#submenu {
				position: absolute;
				top: 188px;
				left: 0px;
				padding: 0 10px;
				width: 890px;
				height: 27px;
				line-height: 27px;
			}
			
				#submenu .left {
					float: left;
					width: 600px;
				}
				
				#submenu .right {
					float: right;
					width: 100px;
					color: #898989;
					text-align: right;
				}
				
					#submenu a {
						color: #898989;
						text-decoration: none;
					}
					
					#submenu a:hover {
						color: #2D2D2D;
					}
					
					#submenu b {
						padding-right: 5px;
					}

#foot-links {
	list-style: none;
	width: 100%;
	height: 86px;
	background: url('../images/bg_foot_links.png') no-repeat;
	text-align: center;
	padding-top: 20px;
}

	#foot-links li {
		display: inline;
		padding: 0 10px;
	}

	

#footer {
	width: 878px;
	height: 85px;
	margin: 0 auto 0 auto;
	background: url('../images/bg_foot.png') no-repeat;
	padding: 0 15px;
	color: #D1C19F;
}

	#footer .sep {
		color: #898989;
	}

	#footer a {
		color: #898989;
		text-decoration: none;
	}
					
	#footer a:hover {
		color: #2D2D2D;
	}

	#footer ul.left {
		width: 700px;
		float: left;
		list-style: none;
		margin-bottom: 8px;
		padding-top: 22px;
	}
	
		#footer ul.left li {
			display: inline;
		}

	#footer .right {
		float: right;
		width: 140px;
		text-align: center;
		color: #2D2D2D;
		padding-top: 15px;
	}
	
		#footer .right a {
			font-size: 10px;
		}

	
	/* forms */
	
form br {
	clear: both;
}

form .left {
	float: left;
	width: 300px;
}

form .right {
	float: right;
	width: 310px;
}

form .input {
	width: 292px;
	height: 20px;
	background: url('../images/input.png') no-repeat;
	padding: 6px 4px 0 4px;
	font-size: 13px;
}

form div.input {
	padding: 0;
	height: 26px;
	width: 300px;
}

form select {
	width: 296px;
	margin: 6px 2px 2px 2px;
	background: #EAE0CB;
	font-size: 10px;
}

form select.small-select {
	width: auto;
	border: 1px solid #EAE0CB;
	font-size: 11px;
	padding: 2px 4px;
	margin: 0 2px 0 2px;
}

form label {
	display: block;
	margin: 8px 0 2px 0;
}

form textarea {
	width: 292px;
	height: 118px;
	font-family: tahoma;
	font-size: 13px;
	padding: 6px 4px 0 4px;
	background: url('../images/textarea.png') no-repeat;
}

form .submit {
	width: 127px;
	height: 32px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	background: url('../images/submit.png') no-repeat;
	font-weight: bold;
	float: right;
	font-size: 12px;
	font-family: tahoma;
}

#signupForm label.error {
	display: inline;
	color: red;
	font-size: 10px;
}

#subforms_service {
	position: relative;
}

#subforms_service label.error {
	position: absolute;
	top: -7px;
	right: 9px;
}