html{
	height:100%;
}
body {
	margin:0;
	color:#000204;
	font:14px  Arial, Helvetica, sans-serif;
	background:#004f94;
	height:100%;
}
img {
	border-style:none;
	display:block;
}
a {
	color:#383f41;
	outline:none;
	text-decoration:none;
}
a:hover {text-decoration:underline;}
input, textarea, select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
table {
	border: 1px solid #004f94;
    /*color: white; /* Цвет текста */
}   
TD {
	border: 1px solid #004f94;
}   
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.wrap{
	width:100%;
	overflow:hidden;
}
#wrapper{
	width:973px;
	min-height:100%;
	margin:0 auto;
	background: url(../images/bg-wrap.png) repeat-x;
}
#header{
	height:110px;
	overflow:hidden;
	padding:14px 14px 0 51px;
}
#header .logo{
	float:left;
	background: url(../images/logo.png) no-repeat;
	width: 479px;
	height: 86px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
}
#header .logo a{
	display:block;
	height:100%;
}
#header .contacts{
	float:right;
	text-align:right;
	font-size:18px;
	color:#004f94;
	font-weight:bold;
	padding:6px 0 0;
}
.contacts address{
	font-style:normal;
	margin:0 0 6px;
}
.contacts dl{
	margin:0;
	line-height:28px;
}
.contacts dl dt{
	float:right;
	margin:0;
}
.contacts dl dd{
	float:right;
	clear:right;
	margin:0 0 0 4px;
}
.nav{
	list-style:none;	margin:0 -20px 0 0;	padding:6px 0 0;
	height:37px;
	overflow:hidden;
}
.nav li{
	float:left;
	background: url(../images/separator.gif) no-repeat;
	height: 31px;
	line-height:25px;
	padding:0 15px 0 18px;
}
.nav li:first-child{
	background:none;
}
.nav a{
	color:#fff;
	font-size:21px;
}
#main{
	zoom:1;
	overflow:hidden;
	padding:44px 38px 33px 30px;
	min-height: 1173px;
}
#main h2{
	margin:0;
	font-size:33px;
	color:#004f94;
}
.title-holder{
	padding:0 0 3px;
	margin:0 0 13px;
	border-bottom:3px solid #004f94;
}
#main p{
	margin:0;
	
}
.image1{
	background:#cae4f5 url(../images/img01.jpg) no-repeat 0 100%;
}
.image2{
	background:#cae4f5 url(../images/img02.jpg) no-repeat 0 100%;
}
.image3{
	background:#cae4f5 url(../images/img03.jpg) no-repeat 0 100%;
}
.image4{
	background:#cae4f5 url(../images/img04.jpg) no-repeat 0 100%;
}
#footer{
	width:951px;
	padding:0 12px 0 11px;
	margin:-22px auto 0;
	overflow:hidden;
	height:22px;
	color:#fff;
	font-size:17px;
}
#footer .copy{
	float:right;
}
#footer a{
	text-decoration:underline;
	color:#fff;
}
#footer a:hover{
	text-decoration:none;
}
