@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");
}


/* BODY HTML */


.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

*{margin: 0; padding: 0;}

body {
	 background-color: #ffffff;
	 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;
	z-index:40;
	
}

*html #main {
	height: 100%;
	clear: both;
}

.clearMain { 
	height: 50px;
}


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

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

img{
	border:0px;
}


/* 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;
}
.img-radius{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(pie/PIE.php);	
	position: relative;	
} 


/* LINK Style  */


a {
	color:#b22a00;
	text-decoration: underline;
	outline: none;
}
a:hover {
	color: #246990;
	text-decoration:none;
}




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

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



/* HEADER */
header {

}

#top-line{
	height:100px;
}

#top-line h1{
	font-size:40px;
	color:#f78d43;
	font-weight:normal;
	padding:15px;
}
/* MIDDLE COLUMN */
#middle{
	background:#fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(pie/PIE.php);	
	position: relative;	
	opacity: 0.9; 
	filter: alpha(opacity=90);	
}


/* LEFT COLUMN */

aside {
	background:#dad4cd;
	float: right;
	padding: 20px;
	margin:15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
   -moz-box-shadow: 2px 2px 15px #777;
    -webkit-box-shadow: 2px 2px 15px #777;
    box-shadow: 2px 2px 15px #777;	
	behavior: url(pie/PIE.php);	
	position: relative;
	z-index:42;
}

aside a{
	color:#b22a00;
}

aside a:hover{
	color: #246990;
}

.start{
	padding-top:25px;
}

/* CONTENT COLUMN */
#content {
	width:900px;
	background:#e7e4e0;
	opacity: 0.9; 
	filter: alpha(opacity=90);		
	color:#000;
	margin-bottom:20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	behavior: url(pie/PIE.php);	
	position: relative;		
}

#content h1{
	padding:20px;
	color: #246990;
	font-weight:normal;
}

#content h5{
	padding:10px;
	color: #246990;
	text-align:center;
	font-size:30px;
	font-weight:normal;
}

#content p{
	padding:15px 20px 15px 20px;
}


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

.next{
	text-align:center;
	margin-top:20px;
}

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


footer a {
	color: #f78d43;
	text-decoration: underline;
	outline: none;
}
footer a:hover {
	text-decoration:underline;
	color:#fff;
}



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

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


