/* CSS Reset */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	/* Местоположение фоновой картинки */   background-image: url(../images/background.jpg);      
	/* Фоновое изображение выровнено по центру в горизонтальной и вертикальной плоскостях */   background-position: center center;      
	/* Фон не повторяется */   background-repeat: no-repeat;      
	/* Фон зафиксирован в области просмотра и потому не двигается, когда высота контента превышает высоту изображения */   background-attachment: fixed;      
	/* Это свойство заставляет фон менять масштаб при изменении размеров содержащего его контейнера*/   background-size: cover;      
	/* Цвет фона, который будет отображаться при загрузке фоновой картинки*/   background-color: #0F0F0F;
	-moz-background-size: cover; /* Firefox до 4.0 */
    -webkit-background-size: cover; /* Safari и Chrome */
    -o-background-size: cover; /* Opera до версии 10.53 */
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* CSS Reset */
/*@font-face {
	font-family: 'AGAGCB__';
	src: url('fonts/AGAGCB__.eot');
	src: local('☺'), url('fonts/AGAGCB__.woff') format('woff'), url('fonts/AGAGCB__.ttf') format('truetype'), url('fonts/AGAGCB__.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}*/

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	height: 100%;
	font-family: 'AGAGCB__', sans-serif;
}
p{	margin:5px 0 5px 0;
	padding:5px;
	font-size:14px;
	color:#F7C490;
}
p:first-letter {
	padding:5px;
	font-size:46px;
   	color:#FF3A00;
	float:left;
}
h1{	
	font-size:34px;
	font-weight:300;
	line-height:38px;
	color:#FF3A00;
}
h2{
	font-size:34px;
	padding:20px 0 26px 90px;
	color:#FF3A00;
	text-transform:uppercase;
	line-height:40px;
	background:url(../images/icon_cat.png) no-repeat;
}
h3{
	font-size:18px;
	text-transform:uppercase;
	line-height:20px;
	font-weight:500;
	color:#F7C490;
}
h5{
	margin:5px 0 5px 0;
	font-size:18px;
	text-transform:uppercase;
	line-height:20px;
	color:#FF3A00;
	font-weight:500;
}
ul{	font-size:14px;
	list-style:none;
	color:#F7C490;
}
td{
	padding:1px;  
	font-size:11px;
	color:#F7C490;
	border-bottom: 1px solid #FF3A00;
	height:30px;
	vertical-align: middle;
}

a:link{	
	font-size:15px;
	font-weight:normal;
	color:#F7C490;
	padding:0px;
	text-decoration:none;
}
a:visited{
	font-size:15px;
	font-weight:normal;
	color:#FF3A00;
	padding:0px;
	text-decoration:none;
}
a:hover{
	font-size:15px;
	font-weight:normal;
	color:#FF3A00;
	padding:0px;
	text-decoration:none;
}
a:active{
	font-size:15px;
	font-weight:normal;
	color:#F7C490;
	padding:0px;
	text-decoration:none;
}
.wrapper {
	width: 1100px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
	padding:10px 0 0 0;
	width:1160px;
	height: 635px;
	background:url(../images/header.png) no-repeat;
	
}

/* Slider
-----------------------------------------------------------------------------*/
#slider{
	margin:-350px 0 10px 0;
	background:#730202;
	border:solid 5px #F7C490;
}
/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	margin:5px 0 10px 0; 
	width: 100%;
	float: left;
	overflow: hidden;
	border-bottom:solid 1px #FF3A00;
	border-top:solid 1px #FF3A00;
}
.content {
	padding: 0 0 0 270px;
}
/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 250px;
	margin-left: -100%;
	position: relative;
}
.item-separator{
background: url(../images/separator.png) no-repeat center;
display: block;
margin: 4px;
height: 38px;
}

/* breadcrumb
-----------------------------------------------------------------------------*/
#breadcrumb{
	margin: -105px auto 8px 0;
	padding:5px;
	position: relative;
	color:#F7C490;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1100px;
	margin: 0 auto;
	height: auto;	
	position: relative;
}
#footer_left{
	margin:0px;
	padding:3px 0 0 5px;
	width:25%px;
	float:left;
}
#footer_right{
	margin:0px;
	padding:3px;
	color:#FF3A00;
	width:65%;
	float:right;
}