*{
	margin: 0;
	padding: 0;
	}
body, html{
	background: #02315B;
	font: 13px Tahoma;
	color: #333;
	}
.container{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	}
*html .container{
	/*width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 1000 ? "1000px" : "auto");*/
	}
.header{
	background: url(/ssimages/header.jpg) no-repeat;
	height: 260px;
	position: relative;
	}
.logo{
	display: block;
	width: 194px;
	height: 65px;
	background: url(/ssimages/logo.png) no-repeat;
	position: absolute;
	top: 40px;
	right: 45px;
	}
*html .logo{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/logo.png, sizingMethod=crop);
	}
.slogan{
	width: 502px;
	height: 97px;
	background: url(/ssimages-ru/slogan.png) no-repeat;
	position: absolute;
	top: 150px;
	right: 47px;
	}
*html .slogan{
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=images/slogan.png, sizingMethod=crop);
	}
.topmenu{
	background: #DCDCDC;
	overflow: hidden;
	height: 1%;
	border-top: 2px solid #fff;
	margin: 0 0 45px 0;
	}
.topmenu ul{
	list-style: none;
	float: left;
	}
.topmenu ul li{
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	float: left;
	}
.topmenu ul li a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	width: 198px;
	background: url(/ssimages/menu.jpg) no-repeat 0 0;
	color: #fff;
	}
.topmenu ul li a:hover{
	background: url(/ssimages/menu.jpg) no-repeat -199px 0;
	}
.topmenu ul li a span{
	display: block;
	padding: 22px 0 5px 17px;
	line-height: 14px;
	font: 14px Arial;
	}
.main{
	border-left: 260px solid #fff;
	height: 1%;
	margin: 0 0 20px 0;
	}
.main:after{
	content: ".";
	display: block;
	overflow: hidden;
	clear: both;
	height: 0;
	visibility: hidden;
	}
.leftcolumn{
	width: 260px;
	float: left;
	margin: 0 0 0 -260px;
	position: relative;
	}
.leftmenu{
	margin: 0 0 0 30px;
	list-style: none;
	}
.leftmenu li{
	margin: 0 0 17px 0;
	font: bold 14px Arial;
	color: #035A96;
	text-transform: uppercase;
	padding: 0 0 0 19px;
	background: url(/ssimages/marker1.gif) no-repeat 0 1px;
	}
.leftmenu li ul{
	list-style: none;
	}
.leftmenu li ul li{
	margin: 0 !important;
	font: 14px Arial;
	text-transform: none !important;
	line-height: 16px;
	padding: 3px 0 0 0;
	background: none;
	}
.leftmenu li ul li a{
	color: #035A96;
	text-decoration: none;
	display: block;
	padding: 0 0 0 9px;
	background: url(/ssimages/marker3.gif) no-repeat 0 4px;
	}
.leftmenu li ul li a:hover{
	color: #7A95A7;
	text-decoration: underline;
	background: url(/ssimages/marker2.gif) no-repeat 0 4px;
	}
.content{
	padding: 0 30px;
	}
.content h1{
	font: 18px Arial;
	margin: 0 0 10px 0;
	}
.content h2{
	font: bold 16px Arial;
	margin: 0 0 7px 0;
	padding: 7px 0 0 0;
	}
.content h3{
	font: bold 14px Arial;
	margin: 0 0 7px 0;
	padding: 5px 0 0 0;
	}
.content p{
	margin: 0 0 10px 0;
	}
.footer{
	border-top: 2px solid #00264A;
	margin: 0 30px 0 260px;
	height: 1%;
	}
.footer h3{
	font: bold 13px Arial;
	}
.footer p{
	font: 11px Tahoma;
	}
.footer-in{
	padding: 15px 150px 15px 30px;
	}
.copyright{
	width: 230px;
	margin: 0 0 0 -205px;
	float: left;
	position: relative;
	font: 11px Tahoma;
	padding: 22px 0 0 0;
	color: #4A667E;
	}
.counter{
     float: right;
     margin: 0 0 -30px;
     position: relative;
     top: 25px;
     }