@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	margin:0px auto;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	background-color: #560000;
	color: #FFFFFF;
	text-align:justify;
	height:100%;
}
html {
	height: 100%;
}
/*структура сайту*/
#container {
	position:relative;
	width: 100%;
	min-height:100%;
	height:auto!important;
	height:100%;
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}
#box {
	width: 100%;
	height: 1%;
	padding: 0 0 130px;
}
#header {
	position:relative;
	margin:0px auto;
	width: 999px;
	height:161px;
	background-image:url(../images/header.jpg);
	background-repeat:no-repeat;
}
#header_en {
	position:relative;
	margin:0px auto;
	width: 999px;
	height:161px;
	background-image:url(../images/header_en.jpg);
	background-repeat:no-repeat;
}
#head {
	position:relative;
	margin:0px auto;
	width: 999px;
	height:398px;
}
#copyright {
	height:20px;
	position:absolute;
	left:420px;
	margin-top:70px;
	font-size:11px;
	white-space:nowrap
}
#menu {
	height:20px;
	position:absolute;
	top:120px;
	right:10px;
	white-space:nowrap;
}
#menu a {
	text-decoration:none;
	font-size:90%;
	color:#FFFFFF;
	margin-left:15px;
	outline:none;
}
#menu a:hover {
	color:#9C9C79
}
#clear {
	position:relative;
	width: 100%;
	height:50px;
}
#textbox {
	position:relative;
	width: 700px;
	margin-left:215px;
}
#footer {
	width: 999px;
	margin:0px auto;
	background-image:url(../images/body_f.jpg);
	background-repeat:repeat-x;
	height:100px;
}
#slogan {
	width:180px;
	height:200px;
	float:left;
	background-image:url(../images/slogan.jpg);
	background-repeat:no-repeat;
}
#footer_img {
	margin:0px auto;
	height:120px;
	background:url(../images/footer_img.jpg) no-repeat;
	width:999px;
	bottom:0px;
}
#foot {
	width:100%;
	height:120px;
	background:url(../images/ffon.jpg);
	background-repeat:repeat-x;
	bottom:0px;
	margin:-120px auto;
	position:relative;
}
/***текст і картинки****/
.errorClass {
	color: #d30202;
	font:12px tahoma, arial, verdana;
}
#errormsg {
	color: #d30202;
	font:12px tahoma, arial, verdana;
}
.style1 {
	font-size: 16px;
	margin-bottom:7p;
}
p {
	margin-top:5px;
	margin-bottom:5px;
}
blockquote {
	margin-top:5px;
	margin-bottom:5px;
}
#li4 {
	height:20px;
	position:absolute;
	float:right;
	right:1%;
	margin-top:56px;
	font-size:11px;
	white-space:nowrap
}