* {
	margin: 0;
	padding: 0;
}

a {
	outline: none;
}

body,html {
	background: #fff;
}

body {
	width: 952px;
	margin: 0 auto;
	padding: 0 42px 0 30px;
}

#header {
	width: 952px;
	overflow: hidden;
	border-bottom: 2px solid #000;
	padding-top:19px;
}

#menu {
	float: right;
	margin-top:-19px;
}

#menu ul{
	list-style: none;
}

#menu ul li {
	float:left;
}

#menu ul li a{
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item1 a {
	background: url(../images/menu1.jpg) no-repeat center top;
	width:142px;
	height:55px;
	display: block;
}

#item1 a:hover {
	background-position: center bottom;
}

#item1.current {
	background: url(../images/menu1.jpg) no-repeat center bottom;
	width:142px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item2 a {
	background: url(../images/menu2.jpg) no-repeat center top;
	width:115px;
	height:55px;
	display: block;
}

#item2 a:hover {
	background-position: center bottom;
}

#item2.current {
	background: url(../images/menu2.jpg) no-repeat center bottom;
	width:115px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item3 a {
	background: url(../images/menu3.jpg) no-repeat center top;
	width:115px;
	height:55px;
	display: block;
}

#item3 a:hover {
	background-position: center bottom;
}

#item3.current {
	background: url(../images/menu3.jpg) no-repeat center bottom;
	width:115px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item4 a {
	background: url(../images/menu4.jpg) no-repeat center top;
	width:115px;
	height:55px;
	display: block;
}

#item4 a:hover {
	background-position: center bottom;
}

#item4.current {
	background: url(../images/menu4.jpg) no-repeat center bottom;
	width:115px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item5 a {
	background: url(../images/menu5.jpg) no-repeat center top;
	width:115px;
	height:55px;
	display: block;
}

#item5 a:hover {
	background-position: center bottom;
}

#item5.current {
	background: url(../images/menu5.jpg) no-repeat center bottom;
	width:115px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item6 a {
	background: url(../images/menu6.jpg) no-repeat center top;
	width:115px;
	height:55px;
	display: block;
}

#item6 a:hover {
	background-position: center bottom;
}

#item6.current {
	background: url(../images/menu6.jpg) no-repeat center bottom;
	width:115px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#item7 a {
	background: url(../images/menu7.jpg) no-repeat center top;
	width:96px;
	height:55px;
	display: block;
}

#item7 a:hover {
	background-position: center bottom;
}

#item7.current {
	background: url(../images/menu7.jpg) no-repeat center bottom;
	width:96px;
	height:55px;
	display: block;
	font-size: 0;
	text-indent: -9999px;
	line-height: 0;
}

#logo_stal {
	background: url(../images/logo_stal.png) no-repeat;
	width:318px;
	height: 100px;
	display: block;
	padding: 0 0 0 22px;
	//_margin: -33px 0 0 22px;
	
}

#phone {
	background: url(../images/bg_phone.jpg) no-repeat;
	width:262px;
	height:111px;
	float:left;
	padding: 16px 0 0 30px;
	margin: 18px 0 0 -38px;
	position:absolute;
}

.text_phone {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #939393;
}

#phone table tr td span{
	font-family: Times New Roman, serif;
	font-size: 14px;
	color: #ff5a07;
}

#phone table tr td {
	text-align: right;
}

.numb_phone {
	font-family: Times New Roman, serif;
	font-size: 24px;
	color: #010101;
}

#pic_header {
	float: right;
}

/** content **/

#content {
	width: 952px;
	overflow: hidden;
	margin-top: 20px;
}

#left_col {
	float: left;
	width: 640px;
	border-right: 1px dotted #adadb5;
	padding-right: 10px;
}

#left_col h1 {
	font-family: Tahoma, sans-serif;
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 17px;
}

#left_col, #left_col p, #left_col div {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
}

#left_col p, #left_col div {
	margin-bottom: 15px;
}

#left_col a,#left_col p a {
	color: #8D929B;
}

#left_col a:hover {
	color: #FF5400;
}

#left_col p a:hover {
	color: #FF5400;
}

#left_col ul {
	padding-left:20px;
	margin-bottom:15px;
}

#right_col {
	float: right;
	width: 275px;
	padding-right:20px;
}

#right_col h1 {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin: 0 0 17px 9px;
}

#right_col ul {
	color: #ff5400;
	margin-left:25px;
}

#right_col ul li {
	padding:0 0 17px 5px;
}

#right_col ul li a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #8d929b;
}

#right_col ul li a:hover {
	color: #ff5400;
}

/** news **/

#news {
	margin-top: 50px;
}

#top_news{
	background: #fff3ed url(../images/bg_news.jpg) no-repeat;
	height:26px;
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #fff;
}

#top_news a {
	font-family: Tahoma, sans-serif;
	font-size: 18px;
	color: #fff;
	margin-left:25px;
}

#top_news a:hover {
	text-decoration: none;
}

#blocks {
	width: 952px;
	overflow: hidden;
	margin-top: 13px;
}

.all_block {
	float: left;
	margin-right:27px;
}

.top_block {
	background: url(../images/top_block.jpg) no-repeat;
	width:287px;
	height: 46px;
	overflow: hidden;
	padding: 19px 0 0 12px;
}

.top_block, .top_block h3 {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.top_block span, .top_block h3 span {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
}

.body_block {
	background: url(../images/body_block.jpg) no-repeat;
	width:274px;
	height: 81px;
	overflow: hidden;
	padding: 15px 10px 20px 15px;
}

.mini_img {
	float: left;
	width: 110px;
}

.links_news {
	float: right;
	width: 145px;
}

.links_news a {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #3d3d3d;
}

.links_news a:hover {
	text-decoration: none;
}

/** footer **/

#footer {
	border-top: 1px dotted #5b5c6b;
	width: 1024px;
	margin:60px 0 0 -30px;
}

#footer_menu {
	margin-top: 15px;
}

#footer_menu ul {
	list-style: none;
	text-align:center;
}

#footer_menu ul li {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #d4d5df;
	display: inline;
	padding-right:25px;
}

#footer_menu ul li a{
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #a9aab2;
	text-decoration: none;
}

#logo_akula {
	height: 36px;
	float: right;
	margin:20px 45px 0 0;
	//_margin:20px 20px 0 0;
}

#link_akula{
	background: url(../images/logo_akula.jpg) no-repeat;
	width:69px;
	height: 36px;
	outline: none;
	display:inline-block;
	
}

#text_akula {
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #a9aab2;
	text-decoration: none;
	background: none;
	display:inline;
	vertical-align:12px;
}