/* normal */
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: Trebuchet MS, Arial;
	height: 100%;
	font-size: 12px;
	color: #8c806e;
}
input, select, textarea {
	font-family: Arial;
	font-size: 12px;
	color: #8c806e;
}
body {
	background: #fbf9fc url(../images/bg.jpg) repeat-x;
}
img {
	border: 0px;
	display: block;
}
a, input {
	outline: none;
}
/* global style */
.clear {
	clear: both;
	height: 1px;
}
/* wrapper  */
#wrapper {
	position: relative;
	overflow: hidden;
	display: block;
	width: 100%;
	min-height: 100%;
	background: url(../images/footer-bg.jpg) bottom repeat-x;
}
/* layout */
#layout {
	padding: 0 0 50px 20px;
	overflow: hidden;
	margin: 0 auto;
	width: 985px;
	background: url(../images/wrapper-bg.jpg) left top no-repeat;
}
/* header */
#header {
	position: relative;
	width: 985px;
	height: 230px;
}
#header .logo {
	position: absolute;
	top: 19px;
	left: 353px;
}
#header .logo a {
	display: block;
	width: 150px;
	height: 100px;
}
/* menu */
.menu {
	position: absolute;
	top: 66px;
	right: 22px;
	width: 160px;
}
.menu ul {
	list-style: none;
}
.menu li {
	line-height: 24px;
}
.menu li a {
	padding-left: 28px;
	display: block;
	text-decoration: none;
	line-height: 24px;
	color: #a5a5a4;
	font-size: 18px;
	background: url(../images/plus.png) 0px 3px no-repeat;
}
.menu li a:hover {
	font-weight: bold;
}
/* content */
#content {
	overflow: hidden;
	padding-top: 40px;
	width: 985px;
}
/* left side*/
#leftSide {
	float: left;
	width: 150px;
}
/* ons bar */
.onsBar {
	padding: 4px 0 0 5px;
	width: 190px;
}
.onsBar h2 {
	font-size: 30px;
	color: #99cb4e;
	line-height: 36px;
	font-weight: normal;
}
.onsBar ul {
	padding-left: 3px;
	list-style: none;
}
.onsBar li {
	line-height: 14px;
}
.onsBar li a {
	text-decoration: none;
	color: #7a7b79;
	line-height: 17px;
	font-size: 14px;
}
.onsBar li a:hover {
	font-weight: bold;
}
/* opening bar */
.openingBar {
	padding: 11px 0 0 7px;
	width: 190px;
}
.openingBar h2 {
	font-size: 30px;
	color: #99cb4e;
	line-height: 52px;
	font-weight: normal;
}
.openingBar ul {
	padding-left: 3px;
	list-style: none;
}
.openingBar li {
	line-height: 14px;
}
.openingBar li a {
	text-decoration: none;
	color: #7a7b79;
	line-height: 17px;
	font-size: 14px;
}
.openingBar li a:hover {
	font-weight: bold;
}
/* contact bar */
.contactBar {
	padding: 13px 0 0 7px;
	width: 190px;
}
.contactBar h2 {
	font-size: 30px;
	color: #99cb4e;
	line-height: 48px;
	font-weight: normal;
}
.contactBar address {
	padding-left: 3px;
	font-style: normal;
	color: #7a7b79;
	line-height: 17px;
	font-size: 14px;
}
.contactBar a {
	text-decoration: none;
	color: #7a7b79;
	line-height: 17px;
	font-size: 14px;
}
.contactBar a:hover {
	font-weight: bold;
}
/* right side */
#rightSide {
	float: right;
	width: 681px;
}
/* content text blok */
.textBar {
	padding-top: 25px;
	width: 640px;
}
.textBar h1 {
	padding-bottom: 20px;
	color: #99cb4e;
	font-weight: normal;
	font-size: 30px;
	}
.textBar h3 {
	padding-bottom: 20px;
	color: #f60d08;
	font-weight: bold;
	font-size: 30px;
	}
	
.textBar h4 {
	padding-bottom: 7px;
	color: #ff1494;
	font-weight: normal;
	font-size: 15px;
}
.textBar h2 {
	padding-bottom: 7px;
	color: #f92704;
	font-weight: normal;
	font-size: 15px;
}
.textBar p {
	color: #7a7b79;
	font-size: 14px;
	line-height: 17px;
}
/* footer */
#footer {
	margin-top: -50px;
	width: 100%;
	min-height: 50px;
	position: relative;
}
#footer .center {
	width: 985px;
	margin: 0 auto;
	position: relative;
}
#footer p {
	padding-top: 30px;
	text-align: right;
	color: #6c6c6b;
	font-size: 14px;
}
/* form */

input, textarea {
	padding: 9px;
	border: solid 1px #E5E5E5;
	outline: 0;
	font: normal 13px/100% Verdana, Tahoma, sans-serif;
	width: 200px;
	height: 10px;
	background: #FFFFFF url('bg_form.png') left top repeat-x;
	background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px;
}
textarea {
	width: 400px;
	max-width: 400px;
	height: 50px;
	line-height: 150%;
}
input:hover, textarea:hover, input:focus, textarea:focus {
	border-color: #C9C9C9;
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
}
.form label {
	margin-left: 10px;
	color: #999999;
}
.submit input {
	height: 38px;
	width: auto;
	padding: 9px 15px;
	background: #617798;
	border: 0;
	font-size: 14px;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
