@import 'reset.css';

HTML {
	height: 100%;
	}
BODY
 {
	height: 100%;
	}

/*Данная конструкция нужна для прилипающего вниз футера*/

#layout {min-height: 100%; }
* html #layout { height: 100%; }

BODY.constuction #layout {height: 100%; }

.body {position: relative; min-height: 100%; }
* html #body {height: 100%; }

#footer {
	position: relative;
	margin: -87px 0 0px 0;
	height: 80px;
	clear: both;
	overflow: hidden;
	background: #1A1A1A url(../i/footer-bg.png) repeat-x;
	padding: 0 0 0 19px;
	}
* html #footer { margin-top: -87px; }

.body-in {padding: 0 18px 110px; clear: both;;}


#footer,
#layout {
	min-width: 995px;
	}
/*конструция закончилась*/

/* Common Layout
--------------------------------------------------------------------------------------- */
BODY {
	background: #000 url(../i/bg10.jpg) repeat;
	font:.625em/1.3 Arial, Tahoma, sans-serif;
	color:#ffffff;
	}
BODY.constuction {
	
	}

/* Elements
---------------------------------------------------------------------------------------- */
P {
	padding-bottom: 10px;
	}
A {
	text-decoration: underline;
	color:#FFF;
	}
A:hover {
	color:#FFF;
	text-decoration: underline;
	}
IMG,
A IMG {
	border: 0;
	}
.pic {
	float:left;
	padding: 4px;
	margin: 0 20px 5px 0; 
	border: 1px solid #e4e4e4;
	}
H1 {	
	font-size: 1.63em;
	color: #384e64;
	font-weight:normal;
	font-family: Arial, sans-serif;
	}

H2 {
	margin:5px 0;
	font-size: 1.5em;
	color: #384e64;
	}
	H2 A,
	H2 A:hover {
		color: #384e64;
		}
	H2 A:hover {
		text-decoration: underline;
		}
H3 {
	font-size: 1em;
	color: #000;
	margin: 5px 0 10px  -10px;
	color: #384e64;
	}
H4 {
	font-size: 1em;
	padding: 0 0 8px;
	}
H5 {
	font-size: 1em;
	padding-bottom: 0;
	}

.canyon {
	clear: both;
	overflow: hidden;
	zoom:1;
	}
	.canyon-section {
		float: left;
		}
	.canyon-side {
		float: right;
		}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	}

/* Modules
------------------------------------------------------------------------------ */



/* Body
---------------------------------------- */
H1.under-construction {
	width: 969px;
	height: 158px;
	background: url(../i/under-construction.gif) no-repeat;
	position: absolute;
	top:50%;
	margin-top: -100px;
	text-indent: -6000px;
	overflow: hidden;
	}
	
	
#footer P.adding {
	float: right;
	background: url(../i/arrow.png) no-repeat;
	height: 31px;
	padding: 1px 0 4px 21px;
	line-height: 2.8em;
	margin: 21px 0 0 0;
	}	
	P.adding A {
		padding: 0 10px 0 0;
		}
	
#footer  .menu {
	float: left;
	padding: 24px 0 0 0;
	}
	#footer .menu LI {
		float: left;
		height: 31px;
		}
	#footer .menu LI.item1 {
		width: 81px;
		background: url(../i/menu-h.png) no-repeat;
		}
	#footer .menu LI.item2 {
		width: 77px;
		background: url(../i/menu-h.png) no-repeat -86px 0;
		}
	#footer .menu LI.item3 {
		width: 64px;
		background: url(../i/menu-h.png) no-repeat -168px 0;
		}
	#footer .menu LI.item4 {
		width: 60px;
		background: url(../i/menu-h.png) no-repeat -237px 0;
		}
	#footer .menu LI.item5 {
		width: 83px;
		background: url(../i/menu-h.png) no-repeat -302px 0;
		}
		#footer .menu LI A {
			display: block;
			height: 31px;
			line-height: 2.8em;
			text-align: center;
			background: url(../i/menu.png) repeat-x;
			}
			#footer .menu LI A:hover {
				background: no-repeat;
				}
		
#footer .logo {
	float: left;
	width: 109px;
	height: 65px;
	background: url(../i/footer-logo.png) no-repeat;
	margin: 7px 14px 0 0;
	}
	#footer .logo A {
		height: 100px;
		display: block;
		overflow: hidden;
		text-indent: -3000px;
		}
