body,html {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:14px;
	color:#5d5d5d;
	background:#e0dcd4;
	width:100%;
	height:100%;
	float:left;
	position:relative;
}

p,div,a,ul,li,form {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:14px;
	color:#072745;
	position:relative;
	list-style:none;
	outline:0;
	text-decoration: none;
}

p,div,img,a,ul,textarea,input:active,input:focus {
	outline:0;
	border:none;
}

a:hover {
	color:#981b1e;
}

h1 {
	min-width:960px;
	width:100%;
	float:left;
	height:51px;
	background:#d7d3cb;
	font-size:18px;
	font-weight:normal;
	color:#072745;
	line-height:51px;
	text-align:center;
	margin:0 0 45px;
}

p {
	margin:0 0 20px 0;
}

p.position-title {
	margin:0;
}

.container {
	width:960px;
	height:100%;
	margin:0 auto;
}

.container.with-padding {
	width:910px;
	padding:0 25px;
}

.header {
	width:100%;
	height:261px;
	float:left;
	background:url(img/header-main-back.png) repeat-x;
}

.itr-main-image {
	width:644px;
	height:120px;
	position:absolute;
	margin:0 0 0 -322px;
	left:50%;
	bottom:6px;
	background:url(img/itr-image.png) no-repeat;
}

.menu-line {
	width:960px;
	height:90px;
	float:left;
}

.logo {
	width:335px;
	height:90px;
	float:left;
	display:block;
	cursor:pointer;
}

.menu-item {
	width:156px;
	height:29px;
	float:left;
	margin:33px 0 0;
	padding:21px 0 0;
	border-bottom:7px solid #ce9e53;
	display:block;
	cursor:pointer;
	text-align:center;
	line-height:15px;
}

/*.menu-item:hover {
	color:#072745;
	border-bottom:7px solid #012542;
}*/

.menu-item.big {
	height:43px;
	margin:33px 0 0;
	padding:7px 0 0;
}

.menu-item.active {
	border-bottom:7px solid #012542;
}

.content {
	min-height:410px!important;
    height:auto;
	width:100%;
	float:left;
	margin:0 0 -151px;
}

.footer {
	width:100%;
	height:151px;
	float:left;
	background:#d7d3cb url(img/footer-back.png) repeat-x;
}

.footer-top {
	width:960px;
	height:43px;
	margin:35px 0 0;
	float:left;
}

.footer-bottom {
	width:960px;
	height:auto;
	margin:30px 0 0;
	float:left;
}

.footer-top a {
	width:auto;
	height:auto;
	float:left;
	padding:0 25px;
	margin:0 25px 0 0;
}

.phone {
	float:right;
	margin-right:36px;
}

.copyright {
	color:#5d5d5d;
	margin:0 0 0 25px;
}

.half-block {
	width:445px;
	float:left;
	height:auto;
}

.half-block.left {
	margin:0 20px 0 0;
}

.point {
	width:auto;
	height:auto;
	float:left;
	background:url(img/point.png) no-repeat 10px 5px;
	padding:0 0 0 27px;
}