html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, 
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td { 
	border:0; 
	margin:0;
	outline:0; 	
	padding:0; 
	vertical-align:baseline; 
}
html,body {
	color: #2a2a2a;
	background-image:url(images/back.png);
	font-family: "Trebuchet MS", sans-serif;
	font-size: 0.93em;
	height:100%;
	padding-bottom:1px;		
}
.big_box {
	width:100%;
	margin:0 auto;	
}
.box {
	width:1000px;
	margin:0 auto;	
}
.catalog_left {
	width:210px;
	float:left;
}
.catalog_right {
	width:760px;
	float:right;
	padding-left:25px;
	margin-bottom:40px;
	border-left:1px #015cb0 dotted;
}
.catalog_box {
	width:330px;
	height:190px;
	float:left;
	padding:10px;
	margin:0 25px 25px 0;
	background-image:url(images/box_img.png)
}
.catalog_box2 {
	width:200px;
	height:200px;
	float:left;
	padding:10px;
	margin:0 25px 25px 0;
}
.catalog_box_big {
	width:100px;
	height:100px;
	margin-left:30px;
	float:left;
}
.catalog_box p {
	margin:10px 0 0 190px;
}
.catalog_box h2 {
	font: 1.2em "Trebuchet MS", sans-serif;
	color:#0096db;
	margin-left:190px;
}
.catalog_box a:link {
	color:#0096db;
}
.catalog_box a:visited {
	color:#0096db;
}
.catalog_box h3 {
	margin:10px 0 0 190px;
	font: 1.4em "Trebuchet MS", sans-serif;
	color:#000;
}
.catalog_left ul a:link {
	 color: #015cb0;
}
.catalog_left ul a:visited {
	 color: #015cb0;
}
.catalog_left ul a:hover {
	 color: #ed1651;
}
.catalog_left h4 {
	color:#ed1651;
}
.catalog_video {
	width:540px;
	height:340px;
	float:left;
	margin-top:30px;
}
.contacts_message h2 {
	margin-bottom:10px;
	font-size:1.1em;
}
.contacts_message p {
	margin-bottom:15px;
}
.footer {
	width:1000px;
	height:227px;
	float:left;
}
	
.header {
	width:1000px;
	height:120px;
	margin:0 auto;
}
.lane_mini {
	margin-bottom:25px;
}
.line {
	width:1000px;
	height:30px;
	margin-bottom:30px;
	border-bottom:1px #015cb0 solid;
}
.logo {
	display:block;
	background-image:url(images/logo.png);
	width:236px;
	height:89px;
	float:left;
	padding:0;
	border:0;
	margin-top:30px;
}
.m_about {
	width:500px;
	float:left;
	background:url(images/sf.png);
	background-repeat:no-repeat;
	padding-top:50px;
}
.m_news {
	width:420px;
	float:right;
	background:url(images/news.png);
	background-repeat:no-repeat;
	padding-top:50px;
}
.main_about-news {
	width:1000px;
	height:100%;
	float:left;
	margin-top:30px;
}
.main_img {
	background-image:url(images/main_img.png);
	width:1000px;
	height:411px;
	margin-top:25px;
}
.menu {
	width:500px;
	height:20px;
	float:right;
	margin:92px 0 0 0;
	padding:0;
}
.menu ul {
	list-style:none;
	border:0
}
.menu ul li {
	float:right;
	padding-left:10px;
	border:0
}
.menu ul li a:hover {

	color:#ed1651;
}
.menu_f {
	float:right; 
	color:#FB0;
	font:normal .9em Arial, Helvetica, sans-serif;
	text-decoration:none
}
.menu ul li a {
	float:right; 
	color: #015cb0;
	text-decoration:none;
	font: 1.1em "Trebuchet MS", sans-serif;
}

ul {
	list-style:inside;
	list-style-type:none;
	color: #015cb0;
}
li {
	padding-bottom:5px;
	}
.social {
	width:800px;
	height:30px;
	float:left;
}
.social_odn {
	width:150px;
	float:left;
}
#vk_like {
	width:30px;
	float:left;
}
#back-top {
	position: fixed;
	bottom: 30px;
	margin-bottom:230px;
}
#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 108px;
	height: 108px;
	display: block;
	margin-bottom: 7px;
	background: url(images/up-arrow.png) no-repeat center center;
}
