BODY {
	padding: 0px;
	margin: 0px;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #C00;
	background-color: #fff;
	cursor: default;
	background-image: url('../pics/head_area_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
HTML {
	height: 100%;
}
/*****************/
#navi_area {
	width: 100%;
	height: 70px;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
}
#navi {
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}
#navi A {
	display: block;
	float: left;
	line-height: 70px;
	height: 70px;
	padding-left: 30px;
	padding-right: 30px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	background-image: url('../pics/topnavi_v.gif');
	background-position: center 80px;
	background-repeat: no-repeat;
	transition: 0.2s;
}
#navi A:hover {
	text-decoration: none;
	color: #006699;
	background-position: center 50px;
}
#navi A.current {
	text-decoration: none;
	color: #006699;
	background-image: url('../pics/topnavi_v.gif');
	background-position: center 50px;
	background-repeat: no-repeat;
}
#navi A.blank {
	background-image: url('../pics/topnavi_n.gif');
}
#navi IMG {
	display: block;
	float: left;
	margin-top: 15px;
}
/*************************************/
#head_area {
	width: 100%;
}
#head {
	width: 1000px;
	height: 330px;
	margin: 0 auto;
}
#head A.logo {
	text-decoration: none;
	display: block;
	float: left;
	width: 430px;
	padding-left: 70px;
	background-image: url('../pics/head_logo_e.png');
	background-position: left top;
	background-repeat: no-repeat;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 2px 10px rgba(0,0,0,0.7);
}
#head A.logo B {
	display: block;
	text-transform: none;
	font-size: 30px;
	margin-top: 200px;
}
#head .contacts {
	display: block;
	float: left;
	width: 230px;
	padding-top: 128px;
	padding-left: 270px;
	background-image: url('../pics/head_phone_icon.png');
	background-position: 225px 125px;
	background-repeat: no-repeat;
}
#head .contacts SPAN {
	display: block;
	color: #003c66;
	font-size: 30px;
	font-weight: 700;
	margin-top: -5px;
}
#head .contacts SPAN I {
	color: #0099cc;
	font-style: normal;
}
#head .contacts P {
	color: #003c66;
	display: block;
	margin: 0px;
	font-size: 12px;
	text-transform: uppercase;
	padding-left: 45px;
	padding-top: 20px;
}
#head .contacts B {
	display: block;
	font-size: 14px;
	text-transform: none;
}
/***********************************************/
#usl_area {
	width: 100%;
	background-image: url('../pics/usl_area_bg.gif');
	background-position: left top;
	background-repeat: repeat-x;
}
#usl {
	width: 1000px;
	height: 80px;
	margin: 0 auto;
	color: #fff;
}
#usl P.node {
	display: block;
	margin: 0px;
	float: left;
	border-left: solid 1px #1880b4;
	border-right: solid 1px #1880b4;
	margin-left: -1px;
	height: 80px;
	width: 499px;
	background-position: left top;
	background-repeat: no-repeat;
}
#usl P.node SPAN {
	display: block;
	float: left;
	font-size: 15px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	margin-left: 110px;
	margin-top: 20px;
}
#usl P.node A.more {
	display: block;
	float: right;
	margin-right: 20px;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	text-transform: lowercase;
	font-weight: 300;
	margin-top: 20px;
	transition: 0.2s;
	background-image: url('../pics/usl_v.png');
	background-position: center 32px;
	background-repeat: no-repeat;
}
#usl P.node A.more:hover {
	text-decoration: none;
	color: #fff;
	background-color: #0d9be2;
	background-position: center 42px;
}
/***************************************************/
#paper_area {
	background-color: #fff;
}
#paper {
	width: 920px;
	margin: 0 auto;
	color: #000;
	padding-bottom: 60px;
}
#paper H1 {
	display: block;
	margin: 0px;
	padding-top: 40px;
	padding-bottom: 10px;
	font-size: 30px;
}
#paper H2 {
	display: block;
	margin: 0px;
	padding-top: 30px;
	padding-bottom: 10px;
	font-size: 26px;
}
#paper H3 {
	display: block;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 24px;
}
#paper A {
	color: #069;
	text-decoration: underline;
}
#paper A:hover {
	color: #09c;
	text-decoration: none;
}
/******************************************/
#foot_area {
	width: 100%;
	background-image: url('../pics/foot_area_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}
#foot {
	width: 1000px;
	height: 160px;
	margin: 0 auto;
}
#foot .fcom {
	float: left;
	color: #5b8eb3;
	font-size: 11px;
	background-image: url('../pics/foot_logo_e.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding-left: 115px;
	padding-top: 65px;
	width: 250px;
}
#foot .fcom B {
	display: block;
	color: #84b7d8;
	font-size: 16px;
}
#foot .fphones {
	float: left;
	width: 250px;
	margin-left: 80px;
	padding-top: 55px;
}
#foot .fphones B {
	float: left;
	display: block;
	color: #e2f1fa;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}
#foot .fphones P {
	float: right;
	font-size: 20px;
	font-weight: 700;
	text-align: right;
	margin: 0px;
	margin-top: -2px;
}
#foot .fphones P SPAN {
	display: block;
	color: #fff;
}
#foot .fphones P SPAN I {
	font-style: normal;
	color: #84b7d8;
}
#foot .fss {
	float: left;
	color: #5b8eb3;
	font-size: 11px;
	padding-top: 80px;
	padding-left: 120px;
}
#foot .fss A {
	text-decoration: none;
	color: #5b8eb3;
}
#foot .fss IMG {
	border: 0px;
	margin-left: 5px;
}
/*******************************************/
#breadcrumbs {
	color: #63b1ce;
	font-size: 11px;
	padding-top: 30px;
	margin-bottom: -10px;
}
#breadcrumbs A {
	color: #63b1ce;
	text-decoration: none;
}
#breadcrumbs A:hover {
	color: #2b81a1;
	text-decoration: none;
}
#breadcrumbs IMG {
	border: 0px;
	margin-left: 5px;
	margin-right: 5px;
}
/************************************************/
.panel_green {
	border: dashed 2px #690;
	float: right;
	margin-top: 15px;
	width: 180px;
	padding: 25px;
	margin-left: 20px;
	margin-bottom: 20px;
}
.panel_green SPAN.header {
	color: #669900;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
}
#paper .panel_green A {
	color: #669900;
	font-size: 14px;
	display: block;
	text-decoration: none;
	padding-left: 15px;
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	background-image: url('../pics/panel_green_a.png');
	background-position: 0px 6px;
	background-repeat: no-repeat;
}
#paper .panel_green A:hover {
	color: #069;
	text-decoration: none;
}
/******************************************/
.widget_butt {
	width: 100px;
	height: 150px;
	background-image: url('../pics/widget_butt.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -75px;
}
.widget_butt:hover {
	background-position: -100px 0px;
	cursor: pointer;
}
#overlay {
	background-image: url('../pics/overlay.png');
	background-position: 0px 0px;
	background-repeat: repeat;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
#fly_form {
	width: 500px;
	height: 435px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -225px;
	margin-left: -250px;
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.35);
}
#fly_form .header {
	text-align: center;
	font-size: 24px;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	margin-top: 40px;
}
#fly_form .header I {
	font-style: normal;
	font-size: 15px;
	font-weight: 400;
	display: block;
	text-transform: none;
	position: relative;
}
#fly_form .header SPAN.fly_close {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 40px;
	height: 40px;
	background-image: url('../pics/fly_close.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
#fly_form .header SPAN.fly_close:hover {
	cursor: pointer;
	background-position: 0px -40px;
}
#fly_form FORM {
	display: block;
	padding: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#fly_form FORM INPUT.field {
	display: block;
	float: left;
	padding: 0px;
	margin: 10px;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #069;
	background-color: #fff;
	height: 46px;
	line-height: 46px;
	border: solid 1px #b7dae8;
	border-bottom: solid 4px #09c;
	padding-left: 20px;
	padding-right: 20px;
}
#fly_form INPUT.butt {
	display: block;
	padding: 0px;
	margin: 0 auto;
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #fff;
	background-color: #069;
	height: 48px;
	border: solid 1px #069;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	transition: 0.2s;
}
#fly_form INPUT.butt:hover {
	background-color: #09c;
	border: solid 1px #09c;
	cursor: pointer;
}
#fly_form P {
	display: block;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	padding: 15px 85px 0px 85px;
}
#fly_form P A {
	text-decoration: none;
	color: #09c;
}
/**********************************************/
#send_form_mess_ok {
	color: #690;
}
#send_form_mess_err {
	color: #f30;
	padding-left: 10px;
	font-size: 14px;
}
/**********************************************/
TABLE.yurtable {
border-top: solid 1px #8bd1e8;
border-left: solid 1px #8bd1e8;
margin-top:20px;
}
TABLE.yurtable TR TD {
border-bottom: solid 1px #8bd1e8;
border-right: solid 1px #8bd1e8;
padding: 10px 20px 10px 20px;
}
TABLE.yurtable TR TD.header {
border-bottom: solid 3px #055d8a;
}