﻿/* Резет */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i, a, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: none;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-size: 12px;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

td, td img {
	vertical-align: top;
	}
	
td, th {
	border: 1px silver solid;
	padding: 8px 20px;
	vertical-align: middle
	}
th {
	text-align: center; 
	font-weight: bold;	
	}

input, select, button, textarea {
	margin: 0;
	font-size: 100%;
	}

input[type="checkbox"] {
	vertical-align: bottom;
	}

input[type="radio"] {
	vertical-align: text-bottom;
	}

/* Общие стили */
html, body {
	height: 100%;
	background: #fff url(../images/top-bg.png) repeat-x;
	font: 11px/13px Arial, Helvetica, sans-serif;
	color: #3b3b3b;
	}

ul {
	margin-left: 2.5em;
	margin-bottom: 12px;
	}

li {
	line-height: 18px;
	}

table {
	border-collapse: collapse;
	}

a {
	color: #3b3b3b;
	text-decoration: underline;
	}

a:hover {
	color: red;
	}



/* Обёртка */
.b-page {
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	}





/* Центр страницы */
.b-center {
	overflow: hidden;
	position: relative;
	padding: 0 0 61px;
	}
	


/* Шапка */
.b-header {
	float: left;
	width: 610px;
	height: 60px;
	margin: 0 20px;
	
	font-size: 12px;

	_display: inline;
	}
	
	
	/* Главное меню */
	.b-horizontal-menu {
		margin: 0 auto;
		font-size: 0;
		}

		.b-horizontal-menu li {
			list-style: none;
			float: left;
			display: inline-block;
			height: 60px;
			padding: 0;
			background: #9bb93b;
			font-size: 16px
			}

			.b-horizontal-menu li.item-2 {
				background: #f9a21a;
				}

			.b-horizontal-menu li.item-3 {
				background: #ca3335;
				}

			.b-horizontal-menu li.item-4 {
				background: #12c1e5;
				}

		.b-horizontal-menu a {
			width: 100%;
			height: 100%;
			padding: 10px 19px;
			font-size: 16px;
			line-height: 20px;
			color: #fff;
			display: block;
			text-decoration: none;
			}

			.b-horizontal-menu a:hover {
				color: #2d93e0;
				}





/* Центральная колонка (контент) */
.b-content {
	float: left;
	width: 610px;
	min-height: 600px;
	margin: 20px 20px 0;
	background: #fff url(../images/content-bg.png) no-repeat right bottom;
	
	font-size: 12px;

	_display: inline;
	}
	
	.b-content .b-slider {
		width: 620px;
		height: 197px;
		margin: 0 0 25px;
		
		}
		
	.b-content h1 {
		font-size: 20px;
		line-height: 24px;
		font-weight: normal;
		margin-bottom: 12px;
		}
		
	.b-content h2 {
		font-size: 18px;
		line-height: 22px;
		font-weight: normal;
		margin-bottom: 12px;
		}
		
	.b-content h3 {
		font-size: 16px;
		line-height: 20px;
		font-weight: normal;
		margin-bottom: 12px;
		}

.b-text p {
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 18px;
	}

.b-left {
	float: left;
	width: 270px;
	height: 380px;
	margin-bottom: -2000px;
	padding: 300px 20px 2000px;
	background: url(../images/left.jpg) left top no-repeat;

	color: #000;
	
	_display: inline;
	}
	
	.b-left h5 {
		font-size: 20px;
		font-weight: normal;
		line-height: 24px;
		}
		
	.b-left p {
		margin: 0 0 20px;
		
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		}
		
	.b-left blockquote {
		width: 232px;
		height: 56px;
		margin: 0 0 20px;
		padding: 13px 15px 17px 25px;
		background: url(../images/quotes.png) no-repeat right top;
		
		color: #fff;
		
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		}
		
	.b-left p.author {
		margin: 0;
		
		color: #fff;
		
		text-align: right;
		font-size: 12px;
		font-weight: normal;
		line-height: 20px;
		}
	
	
	
	

.b-sep {
	display: block;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #ffffff;
	margin: 20px 0;
	}

.news-items {
	margin-left: 0;
	}

.news-items li {
	list-style-type: none;
	}

.b-news {

	}

	.b-news .time {
		color: #898989;
		margin-bottom: 7px;
		}

	.b-news .link {
		line-height: 17px;
		display: block;
		margin-bottom: 17px;
		}


/* Подвал */
.b-footer {
	position: relative;
	width: 840px;
	height: 20px;
	margin: -61px auto 0;
	padding: 0 60px 5px;
	color: #808285;
	}
	
	.b-footer .b-bottom-menu {
		list-style-type: none;
		clear: both;
		width: 100%;
		margin: 0 0 10px;
		}
		
		.b-footer .b-bottom-menu li {
			display: inline-block;
			margin: 0 10px 0 0;
			}
	

	.b-footer .copyright {
		float: left;
		font-size: 11px;
		}

	.b-footer .info {
		float: right;
		font-size: 11px;
		}


	.b-sijeko {
		font-size: 11px;
		color: #808285;
		text-decoration: underline;
		}

		.b-sijeko:hover {
			color: #ff6600;
			text-decoration: none;
			}

		.b-sijeko i {
			font-style: normal;
			color: #ff6600;
		}
		
		
		
.b-frame{
	padding: 36px 50px 32px 30px;
	margin: auto;	
	background: #E3E3E3;
	}
	 
.link-action {
    text-decoration: none;
	color: #3B3B3B;
    border-bottom: 1px dashed ;
}

