HTML
{
	height: 100%;
}
BODY
{
	height: 100%;
	margin: 0;
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;
}
.allpage
{
	max-width: 1200px;
	min-width: 1000px;
	height: 100%;
	margin: 0 auto;
	width: expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? '1000px' : (document.documentElement.clientWidth || document.body.clientWidth)>1200 ? '1200px' : 'auto');
	background: #32ABF2 url(../images/bg/rainbow_bg_t.jpg) repeat-x top left;
}
.bg1
{
	position: relative;
	min-height: 100%;
	margin: 0 10px;
	background-color: #F8F5E6;
}
* HTML .bg1
{
	height: 100%;
}
.block2
{
	margin: 0 -10px;
	background: #32ABF2 url(../images/bg/rainbow_bg_t.jpg) repeat-x top left;
}
.border_bg2
{
	margin: 0 10px;
	background-color: #F8F5E6;
	min-height: 585px;
}
.border_tl
{
}
.border_tr
{
}
.border2
{
}
.bg2
{
}
/*Тени
Блок2*/
.shadow_br_gray
{
	background: url(../images/bg/shadow_br_gray.png) no-repeat bottom right;
	zoom: 1;
}
.shadow_bl_gray
{
	background: url(../images/bg/shadow_bl_gray.png) no-repeat bottom left;
	zoom: 1;
}
.shadow_b_gray
{
	background: url(../images/bg/shadow_b_gray.png) repeat-x top left;
	zoom: 1;
	height: 9px;
	margin: 0 14px;
}
/*Светлосерые Блоки*/
.lightgray, .why_w, .when_w, .context_w
{
	padding: 36px 5.1% 37px;
/*общий отступ 50px*/
	background-color: #F8F5E6;
	overflow: hidden;
	zoom: 1;
}
.lightgray H2, .why_w H2, .when_w H2, .context_w H2
{
	padding-top: 14px;
	margin-top: 0;
}
.lightgray H3, .why_w H3, .when_w H3, .context_w H3
{
}
/*Черные Блоки*/
.black.menu
{
	padding: 15px 5.1%;
	background: #454A50 url(../images/bg/menu1_arrow_bg.jpg) repeat-x bottom left;
	color: #FFF;
	overflow: hidden;
	zoom: 1;
}
/*Меню1*/
.menu1
{
	float: left;
	position: relative;
/*overflow:hidden; zoom:1;*/
	margin: 0;
	padding: 0;
	border: 1px solid #1B1D20;
	background-color: #73777A;
}
.menu1 UL
{
	float: left;
/*overflow:hidden; zoom:1;*/
	margin: 0;
	padding: 0 7px;
	_padding: 0 8px 0 7px;
	border-left: 1px solid #A1A2A4;
	border-right: 1px solid #A1A2A4;
}
.menu1 LI
{
	float: left;
	position: relative;
	margin: 0 0px 0 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid #292C31;
}
.menu1 A, .menu1 A:visited
{
	display: block;
	padding: 2px 10px;
	margin: 0;
	background: #777B7E url(../images/menu_a_bg.jpg) repeat-x bottom left;
	text-decoration: none;
	border-top: 1px solid #A9AAAC;
	border-bottom: 1px solid #5F6267;
	font-weight: bold;
	color: #FFFFFF;
}
.menu1 A:hover
{
	background: #777B7E url(../images/menu_a_bg_hover.jpg) repeat-x bottom left;
	color: #33ABF3;
}
.menu1 A.active, .menu1 A.active:visited
{
	text-decoration: none;
	border-top: 1px solid #44484B;
	border-bottom: 1px solid #292E32;
	background: #3F444A url(../images/menu_a_bg_active.jpg) repeat-x bottom left;
}
.menu1 A.active:hover
{
	color: #FFFFFF;
}
/*Углы*/
.menu1 .corner_tr
{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 9px;
	height: 4px;
	background: #3F444A url(../images/menu_corner_tr.jpg) no-repeat top right;
}
.menu1 .corner_tl
{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 9px;
	height: 4px;
	background: #3F444A url(../images/menu_corner_tl.jpg) no-repeat top left;
}
.menu1 .corner_bl
{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 9px;
	height: 23px;
	background: #3F444A url(../images/menu_corner_bl.jpg) no-repeat bottom left;
}
.menu1 .corner_br
{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 9px;
	height: 23px;
	background: #3F444A url(../images/menu_corner_br.jpg) no-repeat bottom right;
}
/*Футер*/
.footer
{
	position: absolute;
	bottom: 0;
	left: -10px;
	right: -10px;
	height: 90px;
	background-color: #32ABF2;
	color: #FFF;
	overflow: hidden;
}
#counter
{
	position: absolute;
	top: 35px;
	left: 10px;
}
.footer A, .footer A:visited
{
	color: #FFF;
}
.footer .phone
{
	float: left;
	font-size: 30px;
	line-height: 32px;
	padding-left: 41%;
	margin-bottom: 0;
}
.footer .phone SPAN
{
	font-size: 18px;
}
.footer .studio-v
{
	float: right;
	padding-right: 5.1%;
	padding-top: 29px;
}
.footer .studio-v IMG
{
	float: left;
	padding-top: 8px;
}
.footer .studio-v P
{
	margin: 0;
	padding-left: 48px;
}
/*Общее*/
INPUT:focus
{
	outline: none;
}
OPTION:focus
{
	outline: none;
}
LABEL
{
	cursor: pointer;
}
A IMG
{
	border: 0;
}
A
{
	color: #0000CC;
}
A:visited
{
	color: #0000CC;
}
A:hover
{
	color: #33ABF3;
}
P
{
	margin: 1em 0;
}
H1
{
	/*[empty]margin:;*/
}
H2
{
	margin: 0.83em 0;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}
H3
{
	margin: 0.83em 0;
	font-size: 18px;
	font-weight: normal;
}
UL
{
	list-style: none;
}
.text_main UL LI
{
	margin: 0 0 7px;
	text-indent: -17px;
}
.text_main UL LI:before
{
	content: "\2014\ ";
}
.text_main UL LI
{
	_behavior: expression( !this.before ? this.before = this.innerHTML = '&mdash;&nbsp;' + this.innerHTML : '' );
}
INPUT, SELECT
{
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}
P.important SPAN
{
	font-style: italic;
	background-color: #FFF;
}
/*Внутренняя страница*/
.border_top
{
	height: 10px;
	background: url(../images/bg/rainbow_bg_t.jpg) repeat-x scroll left top;
}
/*Верхний
Меню2*/
.menu2
{
	margin: 0;
	padding: 15px 5.1%;
	background: #252628 url(../images/menu2_bg.jpg) repeat-x top right;
}
.menu2 LI
{
	margin: 0 10px 0 0;
	padding: 0px 0;
	display: inline;
}
.menu2 LI A, .menu2 LI A:visited
{
	color: #FFF;
}
.menu2 LI A:hover
{
}
.menu2 LI A.active, .menu2 LI A.active:visited
{
}
/*Основной блок для контента*/
DIV.text_main
{
	padding: 15px 14.3% 90px;
}

