* {
	margin: 0;
	padding: 0;
}

body {
	background: #ebecee url("../images/bg_texture_2.png") repeat;
	font-family: Arial;
	font-size: 12px;
	color: #4b4b4b;
	line-height: 18px;
}

::selection {
	background-color: #a12424;
	color: white;
	text-shadow: none;
}

::-moz-selection {
	background-color: #a12424;
	color: white;
	text-shadow: none;
}

a {
	color: #b60000;
	text-decoration: underline;
}

p {
	margin-bottom: 10px;
}

h1,h2,h3,h4,h5,h6 {
	color: black;
	line-height: normal;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
	margin-top: 15px;
}

h3 {
	font-size: 14px;
}

h1+p,h2+p,h3+p {
	margin-top: 3px;
}

a img {
	border: none;
	outline: none;
}

ul,ol,dl {
	margin: 0 0 0 30px;
}

dt {
	font-weight: bold;
}

dd {
	font-style: italic;
}



select {
	width: 210px;
}

textarea {
	width: 300px;
	height: 100px;
}

label {
	display: block;
	vertical-align: middle;
	color: black;
}


.row {
	overflow: hidden;
	margin: 10px 0;
}

.img_description {
	float: left;
    padding-right: 35px;
    width: 200px;
	overflow: hidden;
}

table.bordered {
	margin: 10px 0;
	padding: 0;
	border-collapse: collapse;
	border: 1px solid #bcbcbc;
	width: 100%;
	background-color: white;
}

table.bordered th, table.bordered td {
	border: 1px solid #bcbcbc;
	padding: 5px;
	vertical-align: top;
}

table.bordered th {
	background-color: #ececec;
	text-align: left;
	font-weight: bold;
	color: black;
}

table.bordered tbody tr:hover {
	background-color: #f2f2f2;
}

.wrapper {
	width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	
}
/*Шапка*/
.header {
	border-bottom: 13px solid #0e7dbe;
	padding: 30px 0 0 0;
	overflow: hidden;
}

.logo {
	display: inline-block;
	float: left;
	color: #a12424;
	font-weight: bold;
}

.logo a {
	text-decoration: none;
	font-size: 30px;
}

*:first-child+html .logo a {
	line-height: normal;
}

.logo p {
	margin-top: -3px;
}

.black {
	color: black;
}

.gray {
	color: #a3a3a3;
	font-size: 18px;
}

.logo p {
	font-size: 12px;
}

/*Навигация*/
ul.nav {
	margin: 0;
	padding: 4% 0 0 0;
	overflow: hidden;
	float: right;
}

ul.nav li {
	float: left;
	list-style: none;
	padding: 0 0 0 22px;
}

ul.nav li a {
	font-size: 18px;
	font-weight: bold;
	color: white;
	text-decoration: none;
	padding: 0 0 0 30px;
	display: block;
	color: black;
}

ul.nav li a.active {
	color: #0e7dbe;
}

ul.nav li a:hover {
	color: #0094eb;
}
/*Контент*/
.content {
	padding: 20px 0;
}
/*Правая колонка*/
.rightCol {
	float: right;
	margin-left: 20px;
	width: 220px;
}

ul.rightNav {
	margin: 0 0 20px 0;
	padding: 0;
	border: 1px solid #bcbcbc;
    background: url(../images/bg.jpg) repeat;
	background-color: #e4e6e8;
}

ul.rightNav li {
	list-style: none;
}

ul.rightNav li a {
	color: black;
	text-decoration: none;
	padding: 8px 10px 8px 30px;
	display: block;
	border-top: 1px solid #bcbcbc;
	background: url("../images/arrow-right.png") 13px 50% no-repeat;
}

ul.rightNav li:first-child a {
	border-top: none;
}

ul.rightNav li a:hover {
	background-color: white;
}

.block {
	margin: 0 0 20px 0;
	border: 1px solid #a12424;
	background-color: #ececec;
}

.block>h3 {
	padding: 8px 10px;
	color: black;
	background-color: rgba(255, 157, 0, 0.54);
	text-shadow: none;
}

.block p {
	color: black;
	margin: 0;
	padding: 10px 10px 0;
}

.block a.more {
	padding-bottom: 10px;

	display: block;
}

.main {
	overflow: hidden;
}

.main img {
	margin-right: 15px;
	border: 10px solid #cfcfcf;
}
/*Футер*/
.footer {
    padding: 25px;
    background-color:;
    width: 100%
}

.footer p {
	
}