/*General*/
body{
	margin:0;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color:#737373;
}
img { border-style:none;}
a { 
	text-decoration:none;
	color:#737373;
}
span.blue { 
	font-weight: bold;
	color:#1d59bb;
}
a:hover { 
	color:#1d59bb;
	text-decoration:none;
}
input, textarea, select { vertical-align:middle;}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
/*Wrapper*/
#wrapper {
	width:958px;
	padding-right:2px;
	margin:0 auto;
}
/*Header*/
#header {
	height:115px;
	padding:24px 12px 0 10px;
	overflow:hidden;
	height:1%;
}
.logo a {
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	width:151px;
	height:95px;
	background:url(../images/logo.gif) no-repeat;
}
#header ul.nav {
	margin:0;
	padding:15px 119px 0 0; 
	list-style:none;
	float:left;
}
#header ul.nav a.active {
	color:#1d59bb;
}
/*Main*/
#main {
	padding-top:22px;
}
.gallery {
	background:url(../images/bg-gallery.png) no-repeat;
	width:958px;
	height:339px;
}
.carousel ul, .carousel2 ul {
	visibility:hidden;
}
.carousel {
	width:936px;
	height:317px;
	padding:11px;
	overflow:hidden;
	position:relative;
}
.carousel a.link-next {
	text-indent:-9999px;
	background:url(../images/btn-next.png) no-repeat;
	width:27px;
	height:206px;
	display:block;
	position:absolute;
	top:76px;
	left:11px;
	z-index:99;
	overflow:hidden;
	cursor:pointer;
}
.carousel a.link-prev {
	text-indent:-9999px;
	background:url(../images/btn-prev.png) no-repeat;
	width:27px;
	height:206px;
	display:block;
	position:absolute;
	top:76px;
	right:11px;
	z-index:99;
	overflow:hidden;
	cursor:pointer;
}
.carousel div {
	width:936px;
	overflow:hidden;
	position:relative;
}
.carousel div ul {
	width:9999px;
	padding:0;
	margin:0;
	height:316px;
	list-style:none;
}
.carousel div ul li {
	float:left;
	width:936px;
	position:absolute;
	display:none;
	top:0;
	left:0;
	z-index:0;
}
.carousel div ul li.active {
	z-index:1;
}
.carousel div ul li img{
	display:block;
}
.featured-gallery {
	padding-top:16px;
}
.featured-gallery img{
	display:block;
}
/*Footer*/
#footer {
	width:100%;
	padding-bottom:20px;
}
#footer .footer-t{
	height:11px;
	overflow:hidden;
	background:url(../images/bg-footer-top.png) no-repeat;
}
#footer .footer-c{
	overflow:hidden;
	height:1%;
	background:url(../images/bg-footer-cen.png) repeat-y;
	padding:8px 11px 20px 21px;
	position:relative;
}
#footer .footer-b{
	height:9px;
	background:url(../images/bg-footer-bot.png) no-repeat;
}
#footer .footer-c .logo-footer a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	width:86px;
	height:54px;
	background:url(../images/logo-footer.gif) no-repeat;
	position:absolute;
	right:15px;
	bottom:6px;
}
#footer .footer-c .columns {
	overflow:hidden;
	height:1%;
}
#footer .footer-c .columns .column {
	float:left;
	width:130px;
	padding-right:60px;
}
#footer .footer-c .columns .alt {
	margin-left:-10px;
	position:relative;
}
.footer-c .columns .column strong{
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#1d3f7a;
}
#footer .footer-c .columns .alt strong{
	color:#27affd;
}
.footer-c .columns .column ul {
	margin:0;
	padding:8px 0 0;
	list-style:none;
}
.footer-c .columns .column a.contact {
	float:left;
	text-decoration:underline;
	margin-top:27px;
}
.footer-c .columns .column a.contact:hover {
	text-decoration:none;
	color:#8e8e8e;
}
#footer ul.copyright {
	margin:0;
	padding:9px 0 0 0;
	list-style:none;
	font-size:10px;
	text-align:center;
}
#footer ul.copyright li{
	display:inline;
	background:url(../images/separator-footer.gif) no-repeat 0 5px;
	padding:0 5px 0 10px;
}
#footer ul.copyright li:first-child {
	padding-left:0;
	background:none;
}
/*Inner page*/
#header ul.subnav{
	margin:13px 50px 0 0;
	padding:0 0 0 10px ;
	border-left:1px solid #aaa;
}

#header ul.subnav ul{
	
display:none;

}


#header ul.subnav li.active ul{
	margin:-40px 50px 0 150px;
	padding:0 0 0 10px ;
	border-left:1px solid #aaa;
list-style-type:none;
display:block;

}

#header ul.subnav li.active ul a{
color: #8e8e8e;
}

#header ul.subnav li.active ul a:hover{
color: #1d59bb;
}

#header ul.subnav li.active ul li.active a{
color: #1d59bb;

}

.current_page_ancestor a {

color: #1d59bb;

}

#two-columns {
	overflow:hidden;
	height:1%;
	padding:5px 2px 18px 0;
}
#content ,
#sidebar {
	float:left;
	width:199px;
	background:url(../images/bg-content.png) no-repeat;
	padding:21px 20px 15px 16px;
	margin-left:-2px;
}
#content h1{
	margin:0 0 5px 0;
	font:bold 15px Arial, Helvetica, sans-serif;
	color:#1d59bb;
}
#content h2{
	margin:0;
	font:bold 13px Arial, Helvetica, sans-serif;
	padding-bottom:15px;
	line-height:14px;
}
#content p{
	margin:0;
	padding-bottom:15px;
}
#content a{
	color:#1d59bb;
}
#content a:hover{
	color:#1d59bb;
	text-decoration: underline;
}
#sidebar ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li {
	padding-bottom:2px;
}
#sidebar ul a {
	color:#1d59bb;
	font-weight:bold;
	font-size:14px;
	position:relative;
}
#sidebar ul ul {
	padding:8px 0 0 10px;
}
#sidebar ul ul li {
	padding-bottom:10px;
}
#sidebar ul ul a {
	color:#8e8e8e;
	font-weight:normal;
	font-size:12px;
}
#sidebar ul ul a:hover {
	color:#1d59bb;
}
.carousel2 {
	float:right;
	background:url(../images/bg-gallery2.png) no-repeat;
	width:686px;
	height:440px;
	padding:11px;
	overflow:hidden;
}
.carousel2 div {
	width:686px;
	overflow:hidden;
	position:relative;
}
.carousel2 div ul {
	padding:0;
	margin:0;
	width:686px;
	height:442px;
	list-style:none;
}
.carousel2 div ul li {
	float:left;
	width:686px;
	position:absolute;
	top:0;
	left:0;
	z-index:0;
}
.carousel2 div ul li.active {z-index:1;}
.main-content {
	width:708px;
	float:right;
	overflow:hidden;
	margin-bottom:-24px;
}
.main-content .topic {
	background:url(../images/topic-border.gif) repeat-x 0 100%;
	margin-bottom:53px;
}
.main-content .imgholder {
	width:708px;
	margin-bottom:9px;
	background:url(../images/maincont-bg.gif) repeat-y;
}
.main-content .imgholder .top {
	width:708px;
	padding-top:12px;
	background:url(../images/maincont-top.gif) no-repeat;
}
.main-content .imgholder .btm {
	width:708px;
	padding:0 0 13px 11px;
	background:url(../images/maincont-btm.gif) no-repeat 0 100%;
}
.main-content .text {
	padding:0 0 6px 5px;
	height:1%;
	overflow:hidden;
}
.main-content h2 {
	margin:0;
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#1d59bb;
}
.main-content h2 a {
	color:#1d59bb;
}
.main-content h2 a:hover {
	text-decoration:underline;
}
.main-content .text em {
	font-weight:bold;
	font-style:normal;
	display:block;
	margin-bottom:13px;
}
.main-content p {
	margin:0 0 14px;
}
.main-content .linkholder {
	height:1%;
	padding:5px 5px 0 0;
	overflow:hidden;
	text-align:right;
}
.main-content a.comments {
	padding-left:22px;
	color:#1d59bb;
	background:url(../images/ico-comments.gif) no-repeat 0 50%;
}
.main-content a.comments:hover {
	text-decoration:underline;
}

/*by astepochkin*/
#sidebar h3 {
	
}
#comment {
	width:90%  !important;
}
.main_topic {	
	padding-bottom:20px;
}

#sidebar ul a { font-weight:normal;
font-size:11px; }


/*Blog downloads*/
#download {margin: 0 0 15px 10px}
#download-img {width: 71px; height: 66px; float: left}
#download-copy {width: 500px; height: 66px; padding: 15px 0 0 8px; float: left}
#download h2 {margin: 0; padding: 0}
#download h2 a {}
#download h2 a:hover {}
