body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6, p{
	margin:0;
	padding:0;
}
input, textarea{
	border:1px solid #bbb;
}
#wrapper{
	width:894px;
	height:821px;
	margin:0 auto;
	background:url(../images/bg-wrapper.jpg) no-repeat;
	position:relative;
}
#logo{
	position:absolute;
	left:30px;
	top:19px;
	width:213px;
	height:163px;
}
#logo a{
	width:213px;
	height:163px;
	display:block;
	cursor:pointer;
	background:url(../images/logo.png) no-repeat;
	color:transparent;
	text-indent:-9999px;
}
#main{
	width:100%;
	height:655px;
	padding:136px 0 0;
}
#sidebar{
	width:180px;
	height:100%;
	float:left;
}
#content{
	width:646px;
	height:555px;
	float:left;
	position:relative;
}
#content .menu{
	width:615px;
	height:36px;
	margin:15px 16px 0 15px;
	background:url(../images/bg-menu.gif) repeat-x;
	position:absolute;
	left:0;
	top:0;
}
#content .menu .left{
	width:100%;
	height:100%;
	background:url(../images/bg-menu-l.gif) no-repeat;
}
#content .menu .right{
	width:100%;
	height:100%;
	background:url(../images/bg-menu-r.gif) no-repeat 100% 0;
}
#content .menu ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
#content .menu ul li{
	margin:0;
	padding:0;
	height:100%;
	float:left;
}
#content .menu ul li.main a{
	padding-left:19px;
}
#content .menu ul li a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding:10px 23px 11px;
	display:block;
}
#content .menu ul li a.active/*:hover*/{
	background:url(../images/bg-menu-hover.gif) repeat-x;
}
#content .menu ul li.main a.active/*:hover*/{
	background:url(../images/bg-menu1-hover.gif) no-repeat;
}
#content .menu ul.sprite{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	margin-right:12px;
	display:inline;
}
#content .menu ul.sprite li{
	margin:0 0 0 22px;
	padding:0;
	float:left;
	display:inline;
}
#content .menu ul.sprite li a{
	background:url(../images/sprites.gif) no-repeat;
	padding:0;
	color:transparent;
}
#content .menu ul.sprite li a.home{
	width:14px;
	height:12px;
	background-position:0 0;
	margin:10px 0 14px;
}
#content .menu ul.sprite li a.mail{
	width:13px;
	height:10px;
	background-position:-14px 0px;
	margin:12px 0 14px;
}
#sidebar h5.c-phones{
	color:#777;
	font-weight:normal;
	font-size:13px;
	margin:60px 0 0 22px;
	display:block;
}
#sidebar h2.phone{
	color:#145692;
	font-weight:normal;
	font-size:26px;
	float:left;
	display:inline;
	margin:5px 0 0 22px;
}
#sidebar h2.phone span{
	font-size:13px;
	display:block;
	float:left;
}
#sidebar .fax{
	margin:110px 0 0 23px;
	color:#787878;
}
#sidebar .fax strong, #sidebar .addr strong{
	display:block;
	margin:0 0 3px;
}
#sidebar .addr{
	margin:95px 0 0 23px;
	color:#787878;
}
#content .content{
	margin:80px 32px 0 32px;
}
#content .content h3{
	font-size:14px;
	font-weight:bold;
}
#content .content h5{
	font-size:12px;
	font-weight:bold;
}
#content h3, #content h5{
	color:#145692;
	margin:20px 0 0;
}
#content .content p{
	color:#787878;
	margin:20px 0 0;
}
#content p.clr1{
	color:#145692;
}
#content p.marg{
	margin:20px 0 0;
}
#content p.marg2{
	margin:15px 0 0;
}
#footer{
	width:552px;
	height:100px;
	float:left;
	display:inline;
	color:#787878;
	margin:0 63px 0 31px;
}
#footer h6{
	font-size:9px;
	font-weight:normal;
}
#footer h6.mrg{
	margin:13px 0 0;
}
#content .content ul{
	margin:20px 0 0;
	padding:0;
	list-style:none;
}
#content .content ul li{
	margin:3px 0 0;
	padding:0 0 0 8px;
	background:url(../images/bull-list.gif) no-repeat 0 60%;
	font-weight:bold;
	color:#145692;
}
#content .content ul li.twoline{
	background-position:0 30%;
}
#content .content ul li.noselect{
	color:#787878;
	background:none;
	font-weight:normal;
	margin:1px 0 0;
}
#content .content p.list{
	margin:7px 0 0;
	font-weight:bold;
	color:#145692;
}
#content .content p.list2{
	margin:7px 0 0;
	font-weight:normal;
}
a#text-mail{
	color:#145692;
	text-decoration:none;
}
a#text-mail:hover{
	text-decoration:underline;
}
#content .divider{
	margin:10px 0 5px;
	width:100%;
	height:0;
	border-bottom:1px solid #bbb;
}
#content form{
	color:#787878;
	font-size:10px;
}
#content form label{
	width:95px;
	display:block;
	float:left;
}
#content form label span{
	color:#f00;
}
#content form input{
	width:200px;
	font:10px Arial, Helvetica, sans-serif;
	float:left;
}
#content form textarea{
	width:200px;
	height:50px;
	font:10px Arial, Helvetica, sans-serif;
	float:left;
}
#content form div{
	margin:3px 0 0;
	float:left;
	width:100%;
}
#content form div.buttons{
	margin:6px 0 0;
}
#content form input.form-button{
	width:80px;
}
#content form .message{
	width:100%;
	height:14px;
	margin:5px 0;
}
#content form .message h4{
	margin:0 0 0 100px;
	font:11px Arial, Helvetica, sans-serif;
	color:#00e;
	font-weight:bold;
}
#content form .message h4.wrong{
	margin:0;
	color:#e00;
}
#content form p.error{
	margin:0 0 0 5px;
	color:#f00;
	float:left;
	font-weight:bold;
}
input#button-submit{
	margin:0 0 0 95px;
}
input#button-reset{
	margin:0 0 0 40px;
}
h4#message{
	display:inline;
}
p#error_fio, p#error_phone,
p#error_email, p#error_theme,
p#error_message{
	display:none;
}
