body {
	margin: 0;
	padding: 0;
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background: #fff;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 24px;
	font-weight:normal;
	color: #008CB8;
}

h2 {
	font-size: 24px;
	color: #c1c1c1;
	font-weight:normal;	
	padding-top: 20px;
}

h3 {
	font-size: 24px;
	color: #666666;
	font-weight:normal;	
}

h4 {
	font-size: 16px;
	color: #333333;
	font-weight:normal;	
}

p, blockquote, ul, ol {
	line-height: 18px;
	text-align: justify;
}

blockquote {
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

a {
	color: #008CB8;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* Header */

#header {
	width: 980px;
	height: 130px;
	margin: 0 auto;
	background: url(images/img02.jpg);
	margin-top:5px;
}

/* Menu styles */
#head .menu {
	height: 40px;
	width: 980px;
	margin: 0 auto;
	padding-top: 5px;	
}

#head .menu .leftbar,
#head .menu .rightbar {
	width: 4px;
	height: 30px;
	float: left;
}

#head .menu .leftbar {
	background: url(images/lmenu000.gif) no-repeat;
}

#head .menu .rightbar {
	background: url(images/rmenu000.gif) no-repeat;
}

#head .menu .mainbar {
	width: 960px;
	background: url(images/menu0000.gif) repeat-x;
	float: left;
	height: 30px;
	padding-left: 12px;
}

#head .menu .mainbar_otblesk {
	width: 980px;
	background: url(images/otblesk.gif) no-repeat;	
	float: left;
	height: 15px;
}

#head .menu .menuitems .border {
	float: left;
	margin:1px 0 2px;
	height:27px;
	border-left: 1px solid #c1c1c1;}

#head .menu .menuitems ul {
	margin: 0;
	padding: 0;
	display: inline;
	font-size: 9pt;
	list-style: none;
	width: 129px;
}

#head .menu .menuitems ul li {
	text-align: center;
	position: relative;
	float: left;
}

#head .menu .menuitems ul li a,
#head .menu .menuitems ul li a:visited	{
	line-height: 30px;
	height: 30px;
	display: block;
	text-decoration: none;
	color: #3c3c3c;
	padding: 0px 15px;
}

#head .menu .menuitems ul li a:hover {
	color: #666666;
}

#head .menu .menuitems ul li:hover {
	background: url(images/nav_hove.gif) top repeat-x;
}

#head .menu .menuitems ul li .current_icon {
	background: url(images/nav_curr.gif) center no-repeat;
	position: absolute;
	width: 100%;
	height: 11px;
	margin-top:-1px;
}

#head .menu .menuitems ul li .current {
	background: url(images/nav_hove.gif) top repeat-x;
}

#head .menu .menuitems ul li .current a,
#head .menu .menuitems ul li .current a:visited {
	color: #666666;
}

#head .menu .menuitems ul li:hover .current {
	background: transparent;
}

#head .menu .menuitems ul li:hover a{
	color: #ffffff;
	margin: 0;
}

#head .menu .menuitems ul li:hover ul {
	display: block;
}

#head .menu .menuitems ul li:hover .border {
	border-left: 0px;
}

#head .menu .menuitems ul li ul {
	position: absolute;
	top: 30px;
	display: none;
	border: 1px solid #c1c1c1;
	background: #c1c1c1;
	padding: 0px 10px;
	z-index: 1;
}

#head .menu .menuitems ul li ul li {
	display: block;
	float: none;
	padding: 3px 0px;
	text-align: left;
}

#head .menu .menuitems ul li ul li a,
#head .menu .menuitems ul li ul li a:visited {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	padding: 0px 5px 0px 0px;
	background: #c1c1c1;
}

#head .menu .menuitems ul li ul li a:hover {
	display: block;
	color: #008CB8;
}

#head .menu  .mainbar .menuitems ul li ul li:hover {
	background: transparent;
}

#head .menu .menuitems ul li ul li.item a,
#head .menu .menuitems ul li ul li.item a:visited {
	color: #3c3c3c;
}

#head .menu .menuitems ul li ul li.item a:hover {
	color: #008CB8;
}

#head .menu .menuitems ul li ul li.top {
	border-top: 0px;
}

#head .menu .menuitems ul li ul li.middle {
	border-top: 1px solid #c1c1c1;
}

/* Content */

#content {
	width: 940px;
	margin: 0 auto 20px auto;
	padding: 20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 
	12px;
	font-weight:normal;
	color: #333333;
}

#content li{
	list-style: none;
	color: #999999;
	margin-top: 4px;
	margin-bottom: 4px;
}

/* Story */

.story {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #999999;
}

/* Posts */

#posts {
	float: left;
	width: 730px;
}

#posts .sublink {
	font-weight: normal;
	font-size: 16px;
	padding: 10px 0px 0px 0px;
}

#posts .sublink li{
	margin: 5px 0px 5px 0px;	
}

#posts .sublink li a {
	text-decoration: none;
}

#posts .sublink li a:hover {
	text-decoration: underline;
}

/* News */

.news_title {
	font-weight: normal;
	font-size: 10px;
	color:#999999;
}

.news_head {
	font-weight: bold;
	font-size: 12px;
	color:#999999;
}

.news_text {
	font-weight: normal;
	font-size: 10px;
	color:#666666;
}

.news_node {
	font-weight: normal;
	font-size: 10px;	
}

.news_date {
	font-weight: normal;
	font-size: 12px;	
	color:#999999;
}

.news_site {
	font-weight: normal;
	font-size: 12px;	
	color:#666666;
}

/* Links */

#links {
	float: right;
	width: 160px;
	padding-left: 20px;
	background: url(images/img05.gif) repeat-y;
}

#links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#links li ul {
	font-weight: bold;
	padding: 5px 0 30px 0;
}

#links li li {
	font-size: 14px;
	padding: 7px 6px;
	background: url(images/img06.gif) repeat-x left bottom;
}

#links li a {	
	text-decoration: none;
}

#links li a:hover {
	text-decoration: underline;
}

#links li i {
	font-style: normal;
	font-size: 9px;
}

#links li h2 {
	font-size: 14px;
}


#links li ul.proekt {
	font-weight: normal;
}

/* Footer */

/* Foot styles */
#footer {
	height: 30px;
	margin: 0 auto;
	width: 940px;
	border-top: 1px solid #c1c1c1;
	font-size: 10px;
	color: #999999;
	padding: 20px 20px 20px 20px;
}

#footer .sitemaplink {
	float: left;
}

#footer .copyrights {
	float: right;
}

#footer .counters {
	float: left;
}

#imgborder {
}

#imgborder img{
	border: 1px;
	border-color:#E0E0E0;
	border-style: solid;
	padding: 8px;
}

#imgborder .offborder{
	border: 0px;
	border-color:#E0E0E0;
	border-style: none;
	padding: 10px;
}


#imgborder2 img{
	border: 1px;
	border-color:#E0E0E0;
	border-style: solid;
	margin: 8px;
}

.main {
	padding-top:20px;
	background: url(images/img06.gif) repeat-x left bottom;	
}
.portfolio_left {
	background: url(../images/img_left.jpg) repeat-y;	
}
.portfolio_right {
	background: url(images/img_right.jpg) repeat-y;	
}
