@charset "windows-1251";
body  {
font-family:Verdana, Arial, Helvetica, sans-serif;
background:  #FFFFFF;
background-image:url(../img/topbackground.png);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

a:link, a:active, a:visited{
text-decoration: underline;
color:#163e86;
}

a:hover, a:visited:hover{
text-decoration:none;
color: #0066FF;
}

h1{
margin:0px;
padding:0px;
color: #163e86;
font-weight:normal;
font-size:26px;
line-height:normal !important;
}

h2{
margin:0px;
padding:0px;
color: #163e86;
font-weight:normal;
font-size:18px;
padding-top:20px;
}

h3{
margin:0px;
padding:0px;
color: #163e86;
font-size:14px;
}

.twoColFixRtHdr #container { 
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background: #DDDDDD; 
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:553px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.topmenu{
height: 37px;
background-image:url(../img/topmenu.png);
background-repeat:repeat-x;
}


.glossymenu{
	position: relative;
	padding: 0 0 0 33px;
	margin: 0 auto 0 auto;
	height: 37px;
	list-style: none;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color: white;
	text-decoration: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding:0 0 0 11px; /*Padding to accomodate left tab image. Do not change*/
	height: 37px;
	line-height: 37px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a span{
	float: left;
	display: block;
	padding: 0 18px 0 6px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #1649A5;
	background:  url(../img/menub_hover_left.png) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a span, .glossymenu li a:hover span{
	color: #1649A5;
	background: url(../img/menub_hover_right.png) no-repeat right top; /*right tab image path*/
}




#logoheader{
height: 170px;
background-image:url(../img/header.png);
background-repeat:repeat-x;
}

.logo{
margin-left:43px;
float:left;
}

.partners{
float:left;
margin-left:111px;
width:320px;
height: 110px;
margin-top:32px;
}

.address{
margin-top:32px;
float: left;
margin-left:122px;
height: 120px;
width:240px;
font-size:11px;
line-height:16px;
}

#promo{
background-image:url(../img/promo_back.png);
background-repeat:repeat-x;
height:346px;
}

.fx{
background-image:url(../img/promofx.jpg);
background-repeat: no-repeat;
height:346px;


}
.promopic{
margin-top:55px;
margin-left:56px;
float:left;
}

.list{
float:left;
margin-top:50px;
margin-left:62px;
color:#FFFFFF;
font-size:12px;
}

.list a:link, .list a:active, .list a:visited{
text-decoration: underline;
color:#FFFFFF
}

.list a:hover, .list a:visited:hover{
text-decoration:none;
color: #99FF99;
}

.list ul{
list-style-image:none;
list-style-type: none;
padding-left:0px;
line-height:18px;
}

.down{
margin-top:3px;
padding-left:45px;
line-height:16px;
}

.twoColFixRtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 260px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-image:url(../img/sidebar.png);
	background-repeat:repeat-y;
	background-color: #e6eefc;
	padding: 0px;
	}
	
	
	#sidebar1 a:link, #sidebar1 a:active, #sidebar1 a:visited{
text-decoration: underline;
color: inherit;
}

#sidebar1 a:hover, #sidebar1 a:visited:hover{
text-decoration:none;
color: #164BAC;
}
	
.news{
margin-top:42px;
margin-left:40px;
margin-right:20px;
color: #424242;
font-size:12px;
line-height:20px;
}

.single{
margin-bottom:50px;
}
	
.twoColFixRtHdr #mainContent { 
	margin: 0px;
	margin-left:260px;
	padding: 0px; 
} 

.maintext{
margin-top:35px;
margin-left:36px;
color: #424242;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:20px;
margin-right:10px;
}


.twoColFixRtHdr #footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../img/footer.png);
	background-repeat:repeat-x;
	height:274px;
	color:#FFFFFF;
	text-align:left;
	font-size:12px;
	line-height:19px;
	} 
	
.twoColFixRtHdr #footer2 { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	background-image:url(../img/footer.png);
	background-repeat:repeat-x;
	height:274px;
	margin-top:-274px;
		} 
	
.twoColFixRtHdr #footer p {
	margin: 0px;
	padding: 0px;
}

#footer a:link, #footer a:active, #footer a:visited{
text-decoration: underline;
color:#FFFFFF
}

#footer a:hover, #footer a:visited:hover{
text-decoration:none;
color: #99FF99;
}


.f1{
float:left;
width: 310px;
height:274px;
}

.fins{
padding-left:40px;
padding-top:50px;
padding-right:15px;
}

.f2{
float:left;
width: 240px;
height:274px;
}

.f2 ul{
list-style-image:none;
list-style-type: none;
padding-left:0px;
line-height:22px;
margin:0px;
padding:0px;
margin-top:-4px;
margin-left:7px;
}

.f3{
float:left;
width: 200px;
height:274px;
}

.fins img{
padding-left: 15px;
}

.f4{
float:left;
width: 250px;
height:274px;
}


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.стиль1 {
	font-size: 10px;
	font-style: italic;
}
.стиль2 {
	font-size: 16px;
	font-weight: bold;
}