BODY, HTML {
	margin: 0;
	padding:0;
	width: 100%;
	height: 100%;
}

BODY {
	position: relative;
	font-size: 14px;
	font-family: 'Times New Roman';
	background: url(/img/bg.gif) top left repeat-y;
	background-color: #f3f3f3;
}

BODY A {
	color: #2b5986;
}

BODY A IMG { border: 0; }


FORM, UL, LI, OL { margin: 0; padding: 0; }

H1 {
	font-size: 35px;
	font-family: 'Times New Roman';
	margin: 0;
	padding: 0;
}

#MainTab {
	margin: 0 auto;
}

#Logo {
	display: block;
	width: 252px;
	height: 104px;
	background: url(/img/logo.png) no-repeat;
	margin: 0 0 15px 15px;
	cursor: pointer;
	//cursor: hand;
}

.logo-phone {
	font-size: 16px;
	position: absolute;
	margin: -45px 0 0 95px;
	//margin: -60px 0 0 95px;
}

#TopMenuLinks {
	text-align: right;
	position: relative;
	left: -5%;
}

/* LEFT BLOCK */

UL#MenuBtns LI {
	list-style: none;

}

#MenuBtns LI {
	width: 155px;
	height: 47px;
	background: url(/img/menu_btn.png) no-repeat;
	margin: 0 0 3px 0px;
	position: relative;
	left: 15px;
}

#MenuBtns A {
	display: block;
	height: 18px;
	font-size: 14px;
	font-family: 'Times New Roman';
	color: #134e85;
	text-decoration: none;
	background: url(/img/menu_btn_bullet.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menu_btn_bullet.png', sizingMethod='crop');
	padding-left: 23px;
	position: relative;
	top:14px; 
	left: 8px;
	float: left;
}

#MenuBtns A:hover, #MenuBtns A.btnsel {
	background: url(/img/menu_btn_bullet2.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/menu_btn_bullet2.png', sizingMethod='crop');
}

.hand-after-menu-index,
.hand-after-menu-feedback,
.hand-after-menu-contacts,
.hand-after-menu-documents,
.hand-after-menu-coop,
.hand-after-menu-about,
hand-after-menu-special,
.hand-after-menu-shure { 
	height: 140px; 
	margin: 35px 0 0 0; 
}

.hand-after-menu-index DIV {
	width: 145px;
	height: 172px;
	background: url(/img/left_block_hand.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/left_block_hand.png', sizingMethod='crop');
}

.hand-after-menu-feedback DIV {
	width: 147px;
	height: 117px;
	background: url(/img/hand_feedback.gif) no-repeat;
}

.hand-after-menu-contacts DIV {
	width: 123px;
	height: 203px;
	background: url(/img/hand_contacts.gif) no-repeat;
}

.hand-after-menu-documents DIV {
	width: 157px;
	height: 122px;
	background: url(/img/hand_documents.gif) no-repeat;
}

.hand-after-menu-about DIV {
	width: 162px;
	height: 116px;
	background: url(/img/hand_about.gif) no-repeat;
}

.hand-after-menu-coop DIV {
	width: 161px;
	height: 135px;
	background: url(/img/hand_coop.gif) no-repeat;
}

.hand-after-menu-special DIV {
	width: 259px;
	height: 211px;
	background: url(/img/special.gif) no-repeat;
}



.hand-after-menu-shure DIV {
	width: 166px;
	height: 83px;
	background: url(/img/hand_shure.gif) no-repeat;
}

.after-hand {
	width: 155px;
	font-size: 16px;
	font-family: 'Times New Roman';
	text-align: center;
	margin-top: 20px;


}

.after-hand SPAN,
.text-towns {
	color: #2b5986;
	font-size: 23px;
}

/* CENTER BLOCK */

.CenterImg {
	width: 300px;
	height: 360px;
	background: url(/img/CenterImg.png) no-repeat;
	-background: none;
	-filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/CenterImg.png', sizingMethod='crop');

	margin: 0 auto;
	position: relative;
	top:-70px;
       
}

/* КОНТЕНТ */

#MainContainer {
	width: 85%;
	position: relative;
	top: -90px;
        right: -110px;
                  
}

/* RIGHT BLOCK */

#RightBlock {
	background-color: #eff4f8;
	width: 90%;
	font-family: 'Times New Roman';

}

.RightHeader {
	padding: 10px;
	border-bottom: 2px solid #96cbfb;
	color: #2c5d8b;
	font-size: 18px;
}

.RightContent {
	padding: 10px 0 0 10px;
	font-size: 12px;
}

.RightContent OL {
	margin: 0 0 20px 0;
}

.RightContent OL LI {
	margin: 15px 0 0 0px;
	position: relative;
	list-style: decimal inside;
}

.RightContent H2 {
	font-size: 18px;
	font-family: 'Times New Roman';
	margin: 0; padding: 0;
	font-weight: normal;
}

.order-btn {
	display: block;
	width: 155px;
	height: 47px;
	background: url(/img/order_btn.png) no-repeat;
	margin: 70px auto 0 auto;
	position: relative;
	top: -20px;
	text-decoration: none;
	text-align: center;
}

.order-btn SPAN {
	position: relative;
	font-size: 14px;
	font-family: 'Times New Roman';
	color: #134e85;
	top:14px; 
	left: -2px;
}

#footer {
	height: 70px;
	margin-top: 100px;
	font-size: 12px;
	font-family: 'Times New Roman';
}

#footer .in-footer {
	background-color: #d8ebfc;
	padding:6px 10px;
}

#footer .right-footer {
	float: right;
}

#footer .right-footer SPAN {
	margin-left: 20px;
}

.FormSuccess,
.PageHeader {
	font-size: 20px;
	text-align: center;
	color: #2c5d8b;
}

.PageHeader { margin-bottom: 30px; }
