@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/PTSans-Narrow.eot?") format("eot"), url("fonts/PTSans-Narrow.woff") format("woff"), url("fonts/PTSans-Narrow.ttf") format("truetype"), url("fonts/PTSans-Narrow.svg#PTSansNarrow") format("svg"), url("fonts/PTSans-Narrow.otf") format("opentype");
}
@font-face {
    font-family: "PT Sans Narrow Bold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/PTSans-NarrowBold.eot?") format("eot"), url("fonts/PTSans-NarrowBold.woff") format("woff"), url("fonts/PTSans-NarrowBold.ttf") format("truetype"), url("fonts/PTSans-NarrowBold.svg#PTSansNarrowBold") format("svg"), url("fonts/PTSans-NarrowBold.otf") format("opentype");
}

@font-face {
    font-family: "WienLightBold";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/14074-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/14074-webfont.woff") format("woff"), url("fonts/14074-webfont.ttf") format("truetype"), url("fonts/14074-webfont.svg#WienLightBold") format("svg");
}


/* BODY HTML */

*{margin: 0; padding: 0;} /* обнуляем отступы */

body {
	 background-color: #21201d;
	 margin: 0px;	
     font-family: 'PT Sans Narrow', sans-serif;	 
     font-size: 18px;
}

html,body {
height: 100%; /* задаем высоту тела документа */
}

/* MAIN */
#main {
	width: 900px;
	margin: 0 auto; 
	min-height: 100%; 
	position: relative;
}

*html #main { /* хак для ie6 */
	height: 100%; /* для ие6, т.к. не понимает min-height */
	clear: both;
}

.clearMain { /* это распорка в основном блоке - резервируем место для подвала */
height: 50px; /* высота нашего подвала */
}


/* HTML TAGS */
header, nav, section, article, aside, footer {
	display:block;
	position:relative;
}


h1 h2 h3 h4 h5 h6{
	font-family: 'WienLightBold',Arial,sans-serif;
	font-weight:normal;
}


/* float_clear */
.fltrt {
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	margin-right: 10px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.line {
	height:1px; 
	width:100%;
	border-bottom:1px dotted #426218; 
	margin:10px;
}

.img-radius{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .4);
	behavior: url(pie/PIE.php);	
	position: relative;	
}

img{
	border:0px;} 

ul {
	list-style:none;
}
ol {
	list-style-position:inside;
}



/* LINK Style  */
a {
	color:#b92d30;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color:#21201d;
	text-decoration:none;
}

/* ALIGN Style  */
.left{
	float:left;
}

.right{
	float:right;
}
.center{
	text-align:center;
}
.td-top{
	vertical-align:top;
}

/* HEADER */
header {
}

/* меню навигации */
nav {
	width:100%;
	text-align:right;
	height:40px;
	color:#938f81;
}
nav li {
	display:inline;
	padding:20px 30px 0px 0px;	
}
nav a {
	color:#938f81;
}
nav a:hover {
	text-decoration:underline;
	color:#b92d30;
}


/* INDEX STYLE */

#banner_title{
	float:left;
	width: 400px;
	margin-top:80px;
	margin-left:80px;
	font-family: 'WienLightBold',Arial,sans-serif;
	font-size:30px;
	font-weight:normal;
	color:#e9e3c9;
	text-align:center;
}

#banner_title h1{
	color:#b92d30;
	margin-top:40px;
	font-size:60px;
}

#banner_title a{
	color:#b92d30;
	text-decoration:none;
}

#banner_title a:hover{
	color:#938f81;
	text-decoration:none;
}

#banner_title h6{
	color:#938f81;
	margin-top:20px;
	font-size:24px;
}

#banner_image{
	float:left;
	width:350px;
}

#content_index{
	color:#f0ede2;
	padding:30px 10px 30px 10px;
}

#content_index p{
	padding:10px;
}

#content_index a:hover{
	color:#938f81;
}

/* PAGE STYLE */

#title_page{
	color:#f0ede2;
	font-size:26px;
	padding:0px 0px 20px 30px;
	float:left;
}

#title_page span{
	color:#b92d30;
	font-size:40px;
	padding-left:30px;	
}

#title_link{
	float:right;
	margin-top:20px;
}

#title_link li {
	display:inline;
	padding:20px 30px 0px 0px;	
}
#title_link a {
	color:#938f81;
}
#title_link a:hover {
	text-decoration:underline;
	color:#b92d30;
}


#content {
	width:900px;
	background:#f0ede2;
	color:#21201d;
	margin-bottom:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(pie/PIE.php);	
	position: relative;		
}



#content p{
	padding:15px;
}

#content h1{
	padding:15px;
	color:#b92d30;
}
#content h5{
	padding:15px;
	color:#b92d30;
	text-align:center;
	font-size:36px;
}
.next{
	text-align:center;
	margin-top:20px;
}
.next a{
	color:#b92d30;
}
/* LEFT COLUMN */

aside {
	float: left;
	padding: 20px;
	margin-right:20px;
	margin-top:70px;
}
.start{
	padding-top:25px;
}



/* FOOTER */
footer {
	width: 900px;
	margin: 0 auto;
	height: 50px;
	margin-top: -50px; 
	position: relative;
	clear: both;
}

footer a {
	color:#938f81;
}
footer a:hover {
	text-decoration:underline;
	color:#b92d30;
}

.author{
	float:left;
	width:200px;
	margin-left:20px
}

.copyright{
	float:right;
	width:200px;
	text-align:right;
	margin-right:20px;
}
