/* CSS Document */

body, html {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fdc689;
	background:#000;
	}
/* global styles */
img { border:none; }
p { padding:0; margin:8px 0;}
h1, h2, h3, h4, h5, h6 { font-family:Arial, Helvetica, sans-serif; color:#fdc689; padding:0; margin:0;}
h1 { font-size:24px; font-weight:normal; }
h2 { font-size:22px; font-weight:normal; }
h3 { font-size:20px; font-weight:normal; }
h4 { font-size:16px; }
h5 { font-size:14px; }
h6 { font-size:12px; }
hr { height:1px; border:none; color:#dcdcdc; background:#dcdcdc; }
.clear { clear:both; }
.text { display:table; }

/* .inlineblock { display:-moz-inline-stack; display:inline-block; } */

#HTMLBlock1 {
	background:url(../i/topbg.jpg) center top no-repeat;
}
#HTMLBlock2 {
	background:url(../i/bottomBg.jpg) center bottom no-repeat;
}
#HTMLBlock {
	width:1000px;
	margin:0 auto;
}
/* for IE6 */
/** html #HTMLBlock { padding-left:1000px; }*/
/** html #HTMLBlockMinWidth { height:0; } /* хак для IE, что бы включить свойство hasLayout */*/
/** html #HTMLBlockContent { margin-left:-1000px;position:relative; height:0; }*/
/* end */

a:active, a:focus, img { outline:none !important; }
:focus{ -moz-outline-style:none !important; }

/* Стандартные ссылки */
a:link, a:active, a:visited {
	color:#f5f0eb;
	text-decoration:underline;
	}
a:hover {
	text-decoration:none;
	}
/*-*/
#header {
	height:348px;
	position:relative;
}
#header .logo {
	position:absolute;
	left:0;
	top:0;
}
#header .icons {
	position:absolute;
	right:0;
	top:14px;
	width:100px;
}
#header .icons a:link, #header .icons a:active, #header .icons a:visited{
	float:left;
	margin:0 8px;
}
/*-*/
#content {
	padding:0 60px 0 8px;
}
#content .menu {
	width:322px;
	float:left;
	padding-right:10px;
	padding-top:24px;
}
.menu .menubg {
	background:url(../i/menubg.png) left top no-repeat;
	height:64px;
	padding:0px 26px 0px 42px;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	line-height:14px;
overflow:hidden;
}
.menubg a:link, .menubg a:active, .menubg a:visited {
	color:#fff799;
	text-decoration:none;
	display:block;
	height:20px;
	padding:4px 0 0 102px;
	margin-top:20px;
}
.menubg a:hover {
	color:#d2c852;
	text-decoration:underline;
}
/*-*/
#content .cont {
	width:600px;
	padding-top:40px;
	float:left;
}
.cont .title {
	background:url(../i/contTitleTop.jpg) left top no-repeat;
	height:29px;
	padding:10px 30px 0 30px;
	font-size:20px;
	line-height:20px;
	font-family:"Times New Roman", Times, serif;
}
.cont .contall {
	background:url(../i/contbg.jpg) left top repeat-y;
	padding:16px 30px 6px 30px;
	text-align:justify;
}
.cont .contBottom {
	background:url(../i/contBottomBg.jpg) left top no-repeat;
	height:13px;
}

/*-*/
#footer {
	height:40px;
	padding:100px 60px 0 60px
}