body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #333333;
}


/* ---------------------------------------------------------- container  */
#container {
	width: 915px;
	margin: 0px auto;
	padding: 0px;
	text-align:left;
}
/* ---------------------------------------------------------- top logo  */
#logo {
	height: 109px;
	width: 915px;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#logo h1 {
	display: none;
}

#hreflogo {
	position: absolute;
	top: 20px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 85px;
}

#hreflogo a {
	margin: 0px;
	padding: 0px;
	width: 270px;
	height: 85px;
	display: block;
}

#hreflogo a:focus {
	-moz-outline: none; 
	outline: none; /* CSS 3 */ 
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */ 
}

/* ----------------------------------------- top logo menu  */
#logo-menu {
	position: absolute;
	top: 25px;
	right: 5px;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

#logo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#logo li {
	display: inline;
	float: left;
	padding: 0px 12px;
}

#logo a {
	text-decoration:none;
	color: #6C6C6C;
}

#logo a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------- top logo main menu  */

#main-menu {
	position: absolute;
	top: 85px;
	right: 0px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}

#main-menu ul {
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

#main-menu li {
	display: inline;
	padding: 0px 20px;
	float: left;
	border-left: 1px #8C8C8C solid;
}

#main-menu a:link {
	text-decoration:none;
	color: #737373;
}

#main-menu a:hover {
	text-decoration: underline;
}

/* ---------------------------------------------------------- header  */
#top {
	/*
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	height: 296px;
	width: 915px;
}

#top-sub {
	/*
	background-image: url(../images/top-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	*/
	height: 164px;
	width: 915px;
}

/* ---------------------------------------------------------- boxes  */
#box1 {
	background-image: url(../images/box1.jpg);
	height: 186px;
	width: 304px;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#box2 {
	background-image: url(../images/box2.jpg);
	height: 186px;
	width: 307px;
	background-position: center top;
	float: left;
	background-repeat: no-repeat;
}

#box3 {
	background-image: url(../images/box3.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
	height: 186px;
	width: 304px;
}

.box-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6C6C6C;
	text-align: left;
	margin: 0px;
	padding: 3px 0px 22px 20px;
}

.box-title h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #6C6C6C;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#box-sub {
	width: 304px;
	float: left;
	background: #EDEDED;
}

#box-sub-title {
	background-image: url(../images/img-sub.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 304px;
	padding: 0px;
	margin: 0px;
}

#content {
	height: auto;
	width: 560px;
	float: left;
	background-color:#FFFFFF;
	padding: 20px;
	font-size: 12px;
	text-align: justify;
}


.box-txt {
	height: 100px;
	vertical-align:top;
	color: #6C6C6C;
	text-align: left;
	margin: 15px 25px 0px 30px;
}


/* ---------------------------------------------------------- footer  */
#foot {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 87px;
	width: 915px;
	margin-top: 2px;
	position: relative;
}

#foot-txt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6C6C6C;
	text-align: left;
	padding: 20px 0px 5px 5px;
}

#foot h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #6C6C6C;
	float: left;
	margin: 0px;
	padding: 0px;
}

#footspacer {
	height: 15px;
	width: 200px;
	float: left;
	margin: 0px;
	padding: 0px;
}

#foot a {
	color: #6C6C6C;
	padding: 0px 5px;
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#swf {
	text-align: center;
}
.clear {
clear: both;
}

.more {
	margin-left: 10px;
	font-weight: bold;
}

.more a {
	text-decoration: none;
}


.gallery {
	margin: 0px 0px 15px 5px;
	padding: 0px;
	text-align: center;
	width: 275px;
	float: left;
}

.gallery img {
	margin: 0px;
	padding: 0px;
	float: none;
}

.galleryone {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.pixodo {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/pixodo.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 54px;
	height: 31px;
	position: absolute;
	top: 20px;
	right: 0px;
	display: block;
}

.pixodo a {
	margin: 0px;
	padding: 0px;
	width: 54px;
	height: 31px;
	display: block;
	text-decoration: none;
}
#belka { background-image: url(../images/belka.jpg); background-repeat: no-repeat; width: 914px; height: 38px; }
h1 { color: #d81b15; font-size: 2em; font-weight: bold; margin: 0.67em 0; }
#cont-og { background-image: url(../images/cont-og.jpg); background-repeat: no-repeat; background-position: 0 bottom; }
#content-og { color: #666; margin-bottom: 20px; }
#content-og h2 { color: #214f84; padding-top: 10px; padding-left: 15px; }
#content-og a { color: #d81b15; }

