/* standard elements */
* {
	margin: 0;
	padding: 0;
}
a {color: #F38A74;}
a:hover {color: #E8654A;}
body {
	background: #F18B74 url(../img/bg.jpg) repeat-y center top;
	color: #333;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}
input {
	color: #555;
	font: normal 1.1em sans-serif, "Lucida Sans Unicode";
}
p,cite,code,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
.body ul {margin-left: 1.2em;}
.body li {list-style-image: url(../img/li.gif);}

h1 {font-size: 1.6em;
	font-family: sans-serif, "Lucida Sans Unicode";
}

.reg_text {
  font-family: Arial;
}
blockquote {
	background: #FFF;
	border-bottom: 1px solid #EEE;
	border-top: 1px solid #EEE;
	color: #333;
	display: block;
	font-size: 0.9em;
	margin-bottom: 1.2em;
	padding: 6px 12px;
}
blockquote p {padding: 3px 0;}
h1,h2,h3 {color: #654;}

/* misc */
.clearer {clear: both;}

/* structure */
.container {
	background: url(../img/bgcontainer.gif) repeat-y;
	margin: 0 auto;
	width: 845px;
}

/* top */
.toplogo {
	/*background: url(../img/logo.jpg) no-repeat;*/
  height: 60px;
	margin: 0 auto;  
	width: 773px;
}

.logoimg {
  height: 60px;
	margin: 0 auto;  
	width: 773px;
	border: none;
}

/* header */
.header {
	background: url(../img/header.jpg) no-repeat;
	height: 177px;
	margin: 0 auto;
	width: 773px;
}

/* item */
.item {clear: both;}
.item .rect {
	background: #F38A74;
	color: #FDD;
	float: left;
	height: 40px;
	text-align: center;
	width: 36px;
}

.img_okno {
  border: none;
}

.noborder {
  border: none;
}

.rightFloat
{
	float: right;
}

.leftFloat
{
	float: left;
	margin-right: 25px;
}

.rightText
{
	margin-left: -50px;
}

.item .rect div {padding-top: 4px;}
.item .rect span {font: normal 1.6em serif;}
.item .content {
	float: left;
	width: 564px;
}
.item h1 {
	background: #F38A74 ;
	color: #FFF;
	line-height: 40px;
	padding-left: 15px;
}
.item .body {padding: 12px 18px;}

/* main */
.main {float: left;}

/* navigation */
.navigation {
	float: left;
	margin-left: 1px;
	width: 208px;
}
.navigation h1 {
	background: #F7BEB3;
	color: #A7A7A7;
	font-size: 1.4em;
	line-height: 40px;
	padding-left: 12px;
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	border-bottom: 1px solid #9A9A9A;
	list-style: none;
}
.navigation li a {
	background: #DADADA;	
	color: #553;
	display: block;
	padding: 8px 4px 8px 12px;
	font-size: 1.0em;
	text-decoration: none;
}
.navigation li a:hover {
	background: #FFFF00;
	color: #553;
}

.address {
	background: #DADADA;	
	color: #553;
	display: block;
	padding: 8px 2px 8px 12px;
	font-size: 1.0em;
	text-decoration: none;
}

/* footer */
.footer {
	background: #F59F8C;
	color: #FFF;
	font-size: 1.1em;
	line-height: 40px;
	margin: 0 auto;
	text-align: center;
	width: 773px;
}
.footer a {color: #FFF;}
.footer a:hover {color: #E8654A;}


