@charset "utf-8";

@font-face {
	font-family: Ubuntu;
	src: local(Ubuntu), url('fonts/Ubuntu-R.ttf');
}

@font-face {
	font-family: Ubuntu;
	font-weight: bold;
	src: local('Ubuntu Bold'), url('fonts/Ubuntu-B.ttf');
}

@font-face {
	font-family: 'Ubuntu Light';
	src: local('Ubuntu Light'), url('fonts/Ubuntu-L.ttf');
}

@font-face {
	font-family: 'Ubuntu Light';
	font-style: italic;
	src: local('Ubuntu Light Italic'), url('fonts/Ubuntu-LI.ttf');
}

@font-face {
	font-family: 'Ubuntu Medium';
	src: local('Ubuntu Medium'), url('fonts/Ubuntu-M.ttf');
}

/* CSS Document */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, img, ins, kbd, q, s, samp, small, strike, strong, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
margin:0;
padding: 0;
border: 0;
outline: 0;
font-size: 100%;
vertical-align: baseline;
background: transparent;
}

body {
#background: url(/top-forest.png) repeat-x;
line-height: 1;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}

html {
}

body {
	color: #263238;
	font: 15px 'Ubuntu Light';
	/*margin: 0 auto;
	max-width: 1180px;
	min-width: 1000px;
	padding: 0;*/
}
td {vertical-align:top}

.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

#header {
	background: url('img/header.jpg') no-repeat fixed 50% 0;
	color: #fff;
	height: 505px;
	min-width: 1135px;
	position: relative;
}
#hwrapper {
	height: 100%;
	margin: 0 auto;
	max-width: 1180px;
	min-width: 1115px;
	padding: 0 10px;
	position: relative;
}
#header-text {
	bottom: 25px;
	font: 34px Ubuntu;
	line-height: 41px;
	margin-left: 30px;
	min-width: 750px;
	position: absolute;
	text-shadow: 0 0 21px #000;
}
#vvs {
	background: #f4511e;
	border: 1px solid;
	color: #fff;
	font: bold 13px Ubuntu;
	line-height: 37px;
	padding: 0 25px;
	position: absolute;
	right: 10px;
	text-decoration: none;
	text-transform: uppercase;
	top: 34px;
	z-index: 505;
}
#vvs:focus, #vvs:hover {
	background: #c30;
}
#header-top {
	background: rgba(24,47,66,0.94);
	box-shadow: 0 8px 20px rgba(0,0,0,0.4);
	height: 107px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 500;
}
#header-logo {
	background: #fff;
	height: 100%;
	margin-right: 165px;
	padding-right: 30px;
	position: absolute;
	right: 50%;
	text-align: right;
	width: 50%;
}
#logo {
	background: url('img/logo.png');
	display: inline-block;
	height: 71px;
	margin-top: 18px;
	width: 368px;
}
#header-menu {
	height: 100%;
	left: 50%;
	margin-left: -165px;
	position: absolute;
}
#header-menu a {
	color: #333;
	display: block;
	font: 14px 'Ubuntu Light';
	padding: 7px 15px;
	text-decoration: none;
}
#header-menu a:focus, #header-menu a:hover {
	background: rgba(0,0,0,0.3);
	color: #fff;
}
#header-nav {
	display: inline-block;
	margin-left: 15px;
	vertical-align: middle;
}
#header-nav li {
	float: left;
}
#header-nav > li > a {
	color: #fff;
	height: 107px;
	line-height: 107px;
	padding: 0 15px;
	text-transform: uppercase;
}
#header-nav ul {
	display: none;
}
#header-nav li:hover ul {
	background: rgba(255,255,255,0.8);
	box-shadow: 0 7px 7px rgba(0,0,0,0.4);
	display: block;
	position: absolute;
}
#header-nav li li {
	float: none;
}

#top {
#margin-top: 80px
}

.name {
font-style:italic;
padding:4px;
font-size:40px;
text-align:center;
color:#86caf5;
font-family: verdana, Geneva, sans-serif;
}
#main {
	margin: 50px auto 0;
	max-width: 1180px;
	min-width: 1115px;
	padding: 0 10px;
}

#hb-wrapper {
	margin: 0 auto;
	max-width: 1180px;
}

#header_top{
}
#left {
	float: left;
	margin-top: 12px;
	width: 300px;
}
#center {
	margin: 0 200px 0 300px;
	z-index: 3;
}
#right {
	float: right;
	width: 200px;
}

.logo {float:left;
width:200px;
}
.logo img{
	position: absolute;
	margin-left: 3%;
	margin-top: 6px;
}

.gift {
float:right;
width:200px;
}
.gift img{
	position:absolute;
	margin-left:13px;
	margin-top:6px;
}


select {width:190px}

.tooltip {
	cursor: progress;
	position: relative;
	text-decoration: none;
	z-index: 999;
}
.tooltip span {
	margin-left: -999em;
	position: absolute;
}
.tooltip:hover span {
	font-family: verdana, Tahoma, Geneva, sans-serif;
	left: 1em;
	margin-left: 0;
	position: absolute;
	top: 2em;
	width: 250px;
	z-index: 99;
}

.classic {padding: 0.8em 1em;}
.classic {background: #dff3ff; border: 1px solid #5159a1;}

.header_bottom_menu {
	margin-top: 20px;
}
#header_top .news_left {
	margin-top: 25px;
}
.news_left ul {list-style:none;}
.news_left ul {list-style:none;}
.news_left li {border:1px solid #cfd8dc;border-top:0;padding:25px 19px 25px 28px;}
.news_left h1 {text-align:center;color:#413185;}
.news_left h2 a {
	color: #413185;
	font-size:14px;
	text-align: center;
}

.menu {
	font: normal .8em/1.5em verdana, Helvetica, sans-serif;
	color: #666;
	height: 50px;
	border-top: 2px #5159a1 solid;
	padding-top: 10px;
}

a {
	color: #333;
	font-size:100%;
}
#nav {
	margin: 0;
	width: 100%;
}
#nav li {
	margin-right: 1%;
	float: left;
	position: relative;
	list-style: none;
	width: 15.6%;
	padding: 0 0 8px;
}

/* main level link */
#nav a {
	font-weight: bold;
	color: #5159a1;
	text-decoration: none;
	display: block;
	padding: 8px 0 8px 17px;
	margin: 0;
}

.a_nav_center {text-align:center}
#nav a:hover {
	background: #000;
	color: #fff;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {
	background: #0078ff url(img/gradient.png) repeat-x 0 -40px;
	color: #5159a1;
	border-top: solid 1px #f8f8f8;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	text-shadow: 0 1px 0 rgba(255,255,255, 1);
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
#nav ul a:hover {
	background: #0078ff url(img/gradient.png) repeat-x 0 -100px !important;
	color: #fff !important;
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {
	display: none;
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 35px;
	left: 0;
	background: #fff url(img/gradient.png) repeat-x 0 0;
	border: solid 1px #ddd;
	z-index: 99999;
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
	width:100%;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
}
html[xmlns] #nav {
	display: block;
}

* html #nav {
	height: 1%;
}

.header_bottom_menu_picture {
	padding-left: 80px;
	z-index: 1;
}
.header_bottom_menu_picture h2 {
	font: 28px 'Ubuntu Medium';
}
.header_bottom_left {
height:150px;
float:left;
}

.header_bottom_left h2 a {
	font: 18px 'Ubuntu Medium';
	text-decoration: none;
}

.header_bottom_left h2 a:hover {
	text-decoration: underline;
}

.header_bottom_left h3 {text-align:center;
font-size:20px;
font-style:italic;
color:#86caf5;
margin-top:57px;}
.header_bottom_left ol {list-style-type:none;
text-align:center;
margin-top:3%;
font-size:17.3px;
}
.header_bottom_left ol li {
	text-align:center;
}
.header_bottom_left ol li a {
	text-align:center;
	color:#5159a1;
}

.header_bottom_right {
	float:left;
	height:150px;
	margin-top:25px;
	width:180px;
}

.header_bottom_right h3 {text-align:center;
font-size:14px;
font-style:italic;
color:#F00;
}

/*.newone {margin-left:20px; border:3px solid #DEDEDE; height:110px;
padding:10px 2px 2px 2px}*/
.newone {
	background: #f0f3f8 url('img/newone.png') no-repeat;
	margin-top: 25px;
	min-height: 174px;
	padding: 30px 30px 60px 100px;
	width: 390px;
}
.newonedate{float:left;
text-align:center;
font-size:16px;
width:160px;
}
.newoneright{
	font: 15px 'Ubuntu Light';
}
.newoneright span {
	background: url('img/calendred.png') no-repeat;
	color: #546e7a;
	display: block;
	font: 12px 'Ubuntu Light';
	padding: 6px 0 0 33px;
}
.newoneright span + p {
	padding: 9px 0 20px;
}
.newoneright a {
	font: bold 16px Ubuntu;
	line-height: 20px;
	text-decoration: none;
}
.newoneright a:hover {
	text-decoration: underline;
}










#content {
	clear: both;
	margin: 0 auto;
	max-width: 1180px;
	min-width: 1115px;
	padding: 0 10px;
}

#left_content {
	float: left;
	width: 300px;
}
#center_content {
	margin: 0 200px 0 300px;
	padding: 50px 80px 0;
}
#right_content {
	width: 200px;
	float: right;
	margin-top:-10px}
.content_all_left_mini {
	margin-top: 28px;
}
.content_all_left_mini:first-child {
	margin-top: 50px;
}

.content_all_left_mini h2 {
	background: #233a4c;
	color: #fff;
	font: 21px Ubuntu;
	line-height: 25px;
	padding: 20px 30px;
}
/*.content_all_left_mini:first-child > h2:first-child {
	background: none;
	color: #263238;
	font: 18px 'Ubuntu Medium';
	padding: 0 30px 20px 0;
}*/
.content_all_left_mini h2 a{
	color: #fff;
	display: block;
	margin: -20px -30px;
	padding: 20px 30px;
	text-decoration: none;
}
.content_all_left_mini p {
	color: #546e7a;
	font: 12px 'Ubuntu Light';
}
.content_all_left_mini li p {
	background: url('img/calendred.png') no-repeat;
	padding-top: 6px;
	text-indent: 33px;
}
.content_all_left_mini p a {
	color: #263238;
	font: bold 15px Ubuntu;
	text-decoration: none;
}
.content_all_left_mini p a:hover {
	text-decoration: underline;
}
form.webPoll {
	width: auto !important;
}
form.webPoll h4 {
	background: #90a4ae;
	color: #fff !important;
	font: 18px 'Ubuntu Medium' !important;
	line-height: 22px;
	margin: 0 !important;
	padding: 25px 20px 25px 30px !important;
}
form.webPoll fieldset {
	border: 0 !important;
}
form.webPoll ul {
	border: 0 solid #90a4ae !important;
	border-radius: 0 !important;
	border-width: 0 1px 1px !important;
	font-family: 'Ubuntu Light' !important;
}
form.webPoll li.bordered {
	border-bottom: 0;
}
form.webPoll ul label {
	font-size: 14px !important;
}
form.webPoll input {
	top: 7px !important;
}
.buttons {
	margin: 0 !important;
	width: auto !important;
}
.vote {
	background: #233a4c;
	border: 0;
	color: #fff;
	font: 14px Ubuntu;
	line-height: 25px;
	padding: 10px 0;
	width: 100% !important;
}

.content_all_right_mini {margin-top:5px;}
.content_all_right_mini h2 {
font:18px 'Ubuntu Medium';
}



.content_all_center {
}
#link {
	background: #233a4c;
}
.content_all_center_text {text-align:justify;
line-height:150%;
min-height:500px;
max-height:100%;
}

.content_all_center_text h4 {
	font: 28px 'Ubuntu Medium';
}
.content_all_center_text h5 {text-indent:25px; margin:0; text-align:left;}
.content_all_center_text p {margin:15px 0}
.content_all_center_text ul {list-style-type:disc; margin-left:30px;}

.content_all_center_text .YMaps-btn-list {margin:0;}

.content_all_center_text_r th{background-color:#86caf5; border:1px solid #000; color:#5159a1; text-align:center; padding:5px; font-size:20px}
.content_all_center_text_r td{border:1px solid #000; color:#000; text-align:center; font-size:16px; padding:5px;}
.content_all_center_text td{font-size:16px; padding:10px; text-align:left;}
.content_all_center_text table a:hover{color:#00f;}
.err{color:red;}

.content_all_center_text td.YMaps-b-balloon-tl, .content_all_center_text td.YMaps-b-balloon-t, .content_all_center_text td.YMaps-b-balloon-tr, .content_all_center_text td.YMaps-b-balloon-ml, .content_all_center_text td.YMaps-b-balloon-mr, .content_all_center_text td.YMaps-b-balloon-b {
	font-size: 0;
	padding: 0;
}
.content_all_center_text td.YMaps-b-balloon-m {
	font-size: 13px;
	padding: 0;
}

.success{color:#0c0;}

.content_all_center_text .news{
	list-style:none outside none;
	padding:0;
	margin:-18px 0 0 0;
	list-style-type:none;
}

.content_all_center_text .news a{
	font: bold 16px Ubuntu;
	text-decoration: none;
}
.content_all_center_text .news a:hover{
	text-decoration: underline;
}

.content_all_center_text .news span{
	/*position:relative;*/
	top:22px;
	color:#00f;
	margin-bottom: 10px;
}

.content_all_center_text .news p{
	text-indent:0;
	/*padding:0 0 0 140px;*/
	margin:0;
}

.content_all_center_text .news p.news-title {
	margin-bottom: 20px;
}
.content_all_center_text .news p.news-date {
	/*background: url('img/calend.png') 140px 0 no-repeat;*/
	background: url('img/calend.png') 0 0 no-repeat;
	color: #78909c;
	font: 12px 'Ubuntu Light';
	/*padding: 6px 0 0 173px;*/
	padding: 6px 0 0 25px;
	margin-bottom: 10px;
}

/*.content_all_center_text .news p.news-date + p {
	margin: 9px 0 20px;
}*/

.content_all_center_text .news li{

	padding:0;
	margin:0;
}


#main_comments{
	position:relative;
	margin:0 auto;
	width:600px;
	font-size:14px;
	color:#666;
	font-family: verdana, Helvetica, sans-serif;
}
.comment,
#addCommentContainer{
	
	/* Стиль для комментариев */
	
	padding:12px;
	width:500px;
	position:relative;
	background-color:#fcfcfc;
	border:1px solid white;
	
	margin-bottom:25px;
	
	/* Скругленные углы и тени CSS3 */
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;

	-moz-box-shadow:2px 2px 0 #c2c2c2;
	-webkit-box-shadow:2px 2px 0 #c2c2c2;
	box-shadow:2px 2px 0 #c2c2c2;
}

.comment .avatar{

	/*
	/	Аватар позиционируется абсолютно. 
	/	Внешнее смещение для div комментария
	/*/

	height:50px;
	left:-70px;
	position:absolute;
	width:50px;
	background:url('img/default_avatar.gif') no-repeat #fcfcfc;
	
	/* Центрируем вертикально: */
	
	margin-top:-25px;
	top:50%;

	-moz-box-shadow:1px 1px 0 #c2c2c2;
	-webkit-box-shadow:1px 1px 0 #c2c2c2;
	box-shadow:1px 1px 0 #c2c2c2;
}

.comment .avatar img{
	display:block;
}

.comment .name_comments{
	font-size:20px;
	padding-bottom:10px;
	color:#ccc;
}

.comment .date{
	font-size:10px;
	padding:6px 0;
	position:absolute;
	right:15px;
	top:10px;

}

.comment p,
#addCommentContainer p{
	font-size:18px;
	line-height:1.5;
	overflow-x:hidden;
}

#addCommentContainer input[type=text],
#addCommentContainer textarea{

	/* Стиль для ввода */

	display:block;
	border:1px solid #ccc;
	margin:5px 0 5px;
	padding:3px;
	font-size:12px;
	color:#555;
	font-family:verdana, Helvetica, sans-serif;
}

#addCommentContainer textarea{
	width:300px;
}

label{
	font-size:10px;
}

label span.error{
	color:red;
	position:relative;
	right:-10px;
}

.error{
	color:red;
}

#submit_comments{
	
	/* Кнопка "Отправить" */
	
	background-color:#58B9EB;
	border:1px solid #40A2D4;
	color:#FFFFFF;
	cursor:pointer;
	font-family:'Myriad Pro',Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:bold;
	padding:4px;
	margin-top:5px;

	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}

#submit_comments:hover{
	background-color:#80cdf5;
	border-color:#52b1e2;
}

/* Ниже приведенные стили нужны только для демонстрационной страницы: */


#listticker{
	height: 264px;
	overflow: hidden;
	width: 300px;
}
#listticker li{
	border:0; margin:0; padding:0; list-style:none;
}

	#listticker li{
		list-style:none;
	}
		#listticker a {
			background: #233a4c;
			color: #fff;
			display: block;
			font: 14px Ubuntu;
			padding: 5px 0 8px;
			text-align:center;
			text-decoration: none;
		}

		#listticker a:visited {color:#fff}
				#listticker a:hover {color:#ccc;text-decoration:underline;}
		#listticker .news-title{
			background: #90a4ae url('img/user.png') no-repeat 24px 50%;
			color: #fff;
			display: table-cell;
			font: 18px 'Ubuntu Medium';
			height: 72px;
			padding: 0 25px 0 75px;
			vertical-align: middle;
			width: 200px;
		}
		#listticker .news-text {
			border: 0 solid #90a4ae;
			border-width: 0 1px;
			color: #000;
			display: block;
			font: italic 14px 'Ubuntu Light';
			height: 101px;
			overflow: hidden;
			padding: 30px 25px;
		}
				#listticker .news_text_end{
			display:block;
			font-size:11px;
		
			height:60px;
			overflow:hidden;
				text-align:center;

	

			font-size:11px;
			color:#666666;


		}

#listticker .news_text_end a{margin-left:10px}


.table_img{margin-left:50px;
border: 1px solid white;
border-radius: 10px 10px 10px 10px;
box-shadow:2px 2px 0 #c2c2c2;
color:#888888;
}
.table_img td{
border: 1px solid white;
border-radius: 10px 10px 10px 10px;
box-shadow:2px 2px 0 #c2c2c2;
color:#888888;
vertical-align:middle;
text-align:center;
}
.table_td_img {width:100px;}
.table_td_date {width:200px;}
.table_td_desc {width:400px;}
.table_video_name {background-color:#FAF7D8}
.table_video_name p{background-color:#FAF7D8; text-align:center; font-size:20px;}
.table_video{margin-left:50px;
border: 1px solid white;
border-radius: 10px 10px 10px 10px;
box-shadow:2px 2px 0 #c2c2c2;

}
.table_video td{
border: 0px solid white;
text-align:justify;
font-size:11px;




vertical-align:middle;

}

.table_video_img {width:200px;}
.table_video_img img{width:200px; height:300}
.table_video_opisan {width:500px;

}

.table_video_view{
background:#FAF7D8; font-size:30px;}
.table_video_view p{
background:#FAF7D8; font-size:30px; text-align:center}















#footer {
	background: #182f42;
	color: #fff;
	font: 14px 'Ubuntu Light';
	margin-top: 55px;
	min-width: 1135px;
}
#footerer {
	margin: 0 auto;
	max-width: 1180px;
	min-width: 1115px;
	padding: 0 10px;
}
#ft {
	overflow: auto;
	padding-top: 70px;
}
#ft a {
	color: #fff;
	text-decoration: none;
}
#ft a:focus, #ft a:hover {
	color: #3cf;
}
#ftl {
	float: left;
	margin-right: 20px;
	width: 380px;
}
#ftl-stprt {
	font: 21px Ubuntu;
	text-transform: uppercase;
}
#ftl-city {
	border-bottom: 1px dashed;
	display: inline-block;
	font: 20px Ubuntu;
	margin-top: 35px;
}
#ftl-address {
	background: url(img/faddress.png) no-repeat 0 50%;
	margin-top: 25px;
	min-height: 26px;
	padding-left: 45px;
}
#ftl-phone {
	background: url(img/fphone.png) no-repeat 0 50%;
	font: 19px Ubuntu;
	line-height: 23px;
	margin-top: 25px;
	min-height: 24px;
	padding-left: 45px;
}
#ftl-mail {
	background: url(img/femail.png) no-repeat 0 50%;
	margin-top: 25px;
	padding-left: 45px;
}
#ftl-soc {
	margin-top: 25px;
	position: relative;
	z-index: 1;
}
#ftl-soc a {
	border-radius: 50%;
	display: inline-block;
	height: 38px;
	margin-left: 12px;
	position: relative;
	width: 38px;
}
#ftl-soc a:before {
	border-radius: 50%;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all 0.3s linear 0s;
	transform: scale(0,0);
	-moz-transform: scale(0,0); /* Для Firefox */
	-ms-transform: scale(0,0); /* Для IE */
	-o-transform: scale(0,0); /* Для Opera */
	-webkit-transform: scale(0,0); /* Для Safari, Chrome, iOS */
	width: 100%;
	z-index: -1;
}
#ftl-soc a:hover:before {
	transform: scale(1,1);
	-moz-transform: scale(1,1); /* Для Firefox */
	-ms-transform: scale(1,1); /* Для IE */
	-o-transform: scale(1,1); /* Для Opera */
	-webkit-transform: scale(1,1); /* Для Safari, Chrome, iOS */
}
#ftl-soc a:first-child {
	margin-left: 0;
}
#ftl-facebook {
	background: url(img/facebook.png);
}
#ftl-twitter {
	background: url(img/twitter.png);
}
#ftl-facebook:hover:before {
	background-color: #3a5795;
}
#ftl-twitter:hover:before {
	background-color: #55acee;
}
.ftmenu {
	float: left;
	margin-right: 120px;
	width: 180px;
}
.ftmenu li {
	margin-top: 12px;
}
.ftmenu li:first-child {
	margin-top: 0;
}
.ftmenu a {
	line-height: 24px;
}
#ftr {
	margin-right: 0;
}
#ftr-pc {
	font: 20px Ubuntu;
}
#ftr ul {
	margin-top: 12px;
}
#fb {
	border-top: 1px solid;
	font-size: 12px;
	margin-top: 40px;
	padding: 25px 0;
}
#itco {
	background: url(img/itco.png);
	float: right;
	height: 23px;
	width: 179px;
}



#contact-wrapper {
	width:500px;
	/*padding:20px 100px 20px 100px;*/
	padding:20px 0;
	margin:0 auto;
}
#contact-wrapper div {
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	width:auto;
}
form#contactform input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:5px;
	font-size:16px;
	color:#333;
}
form#contactform textarea {
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}
form#contactform .add1, form#contactform .add3, form#contactform .add4 {
	display:none;
}

#darii_img_left img {margin-left: -570px}