body{
	font:75% Arial, Helvetica, sans-serif;
	margin:0;
	color:#ccc;
	min-width:1002px;
	background:#000;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
img{border:0;}
form,
fieldset{
	border:0;
	padding:0;
	margin:0;
}
input, select{
	margin:0;
	padding:0;
	font:100% Arial, Helvetica, sans-serif;
}
#wrapper{
	width:100%;
	overflow:hidden;
	padding:100px 0 24px;
}
#header{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	min-width:1002px;
	background:url(../images/bg-header.jpg) repeat-x;
	z-index:999;
}
.header-holder{
	height:100px;
	overflow:hidden;
	padding:0 25px;
}
.header-row{
	width:100%;
	overflow:hidden;
	font-size:0.833em;
	color:#000;
	line-height:22px;
	margin:0 0 1px;
	height:22px;
}
.slogan a{color:#a50000;}
.nav{
	float:right;
	display:inline;
	list-style:none;
	padding:0;
	margin:0;
}
.nav li{
	float:left;
	display:inline;
	padding:0 0 0 18px;
	margin:0 0 0 15px;
	background:url(../images/bul-nav.gif) no-repeat 0 50%;
}
.logo{
	float:left;
	display:inline;
	margin:0 0 0 3px;
	font-size:1px;
	line-height:1px;
}
.logo a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/logo.jpg) no-repeat;
	width:284px;
	height:77px;
}
.main-nav{
	float:right;
	display:inline;
	list-style:none;
	padding:0;
	position:relative;
	margin:47px -12px 0 0;
	height:22px;
	overflow:hidden;
}
.main-nav li{
	float:left;
	margin:0 0 0 5px;
}
.main-nav li:first-child{margin:0;}
.main-nav li a{
	float:left;
	background:url(../images/bg-main-nav-r.gif) no-repeat 100% 0;
	height:22px;
	line-height:22px;
	overflow:hidden;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	padding:0 23px 0 0;
}
.main-nav li a:hover,
.main-nav li.active a{
	text-decoration:none;
	background-position:100% -22px;
}
.main-nav li a span{
	float:left;
	background:url(../images/bg-main-nav-l.gif) no-repeat;
	padding:0 0 0 20px;
}
.main-nav li a:hover span,
.main-nav li.active a span{background-position:0 -22px;}
.slideshow{
	width:100%;
	background:#000;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.slide-holder{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
}
.slide-holder ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	height:351px;
	position:relative;
	overflow:hidden;
}
.slide-holder li{
	position:absolute;
	z-index:1;
	left:0;
	top:0;
	visibility:hidden;
}
.slide-holder li.active{z-index:2;visibility:visible;}
.slide-holder li img{display:block;}
.slideshow .btn-prev,
.slideshow .btn-next{
	width:38px;
	height:38px;
	overflow:hidden;
	text-indent:-9999px;
	position:absolute;
	bottom:4px;
	z-index:4;
}
.slideshow .btn-prev{
	background:url(../images/btn-slideshow.gif) no-repeat;
	left:5px;
}
.slideshow .btn-next{
	background:url(../images/btn-slideshow.gif) no-repeat -38px 0;
	right:5px;
}
#main{
	width:986px;
	margin:0 auto;
	overflow:hidden;
	padding:20px 0 0;
}
#main.black{
	color:#fff;
}
#main.black a{color:#fff;}
#main.black a:hover{
	color:#a50000;
	text-decoration:none;
}
.promobox{
	width:100%;
	overflow:hidden;
	padding:0 0 12px;
	border-bottom:1px solid #414042;
	margin:0 0 20px;
}
.promobox h1{
	font-size:2em;
	line-height:1.25em;
	color:#fff;
	margin:0;
	letter-spacing:-1px;
}
.promobox strong{
	display:block;
	font-weight:normal;
	color:#a50000;
	font-size:1.417em;
	line-height:1.5em;
}
.post-list{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #414042;
	margin:0 0 20px;
}
.post-list .hold{
	float:left;
	display:inline;
	margin:0 0 0 -15px;
}
.post{
	display:inline-block;
	vertical-align:top;
	margin:0 0 22px 15px;
	width:230px;
	overflow:hidden;
}
.post-list .middle{width:489px;}
.post-list .long{width:986px;}
.post h2{
	font-size:1.333em;
	line-height:1.25em;
	margin:0 0 6px;
}
.post .illustration{
	width:100%;
	overflow:hidden;
	text-align:center;
	margin:0 0 8px;
}
.post .illustration img{display:block;}
.post p{
	line-height:1.833em;
	margin:0;
	text-align: justify;/*:left;*/
}
.more{
	display:block;
	width:100%;
	overflow:hidden;
	margin:4px 0 0;
	line-height:1.833em;
}
.more a{
	float:right;
	padding:0 0 0 9px;
	background:url(../images/bg-more-l.gif) no-repeat 0 50%;
	cursor:pointer;
	width:auto;
}
.white .more a{background:url(../images/bg-more-l-1.gif) no-repeat 0 50%;}
.more a span{
	float:left;
	padding:0 9px 0 0;
	background:url(../images/bg-more-r.gif) no-repeat 100% 50%;
}
.white .more a span{background:url(../images/bg-more-r-1.gif) no-repeat 100% 50%;}
.carousel .left-over,
.carousel .right-over{
	position:absolute;
	width:50%;
	top:0;
	left:-512px;
	height:351px;
	z-index:3;
	background:url(../images/bg-carousel-over.png);
}
.carousel .right-over{
	left:auto;
	right:-511px;
}
.carousel .slide-holder{
	left:50%;
	width:auto;
	margin:0;
	overflow:visible;
	position:relative;
	float:left;
}
.carousel .slide-holder .w1{
	float:left;
	position:relative;
	left:-50%;
}
.carousel .slide-holder ul{
	width:auto;
	white-space:nowrap;
}
.carousel .slide-holder ul li{
	display:inline-block;
	position:relative;
	vertical-align:middle;
	margin:0 -2px 0 -1px;
	margin:0;
}
.carousel .btn-next{background:url(../images/btn-carousel.gif) no-repeat -38px 0;}
.carousel .btn-prev{background:url(../images/btn-carousel.gif) no-repeat;}
.section{
	width:100%;
	border-top:1px solid #414042;
	overflow:hidden;
	margin:0 0 20px;
}
.section-sep{
	background:url(../images/sep-btm.gif) no-repeat 0 100%;
	padding:0 0 11px;
}
.aside{
	float:left;
	border-right:1px solid #414042;
	width:328px;
}
.aside .holder{
	margin:-13px 0 0;
	width:100%;
}
.aside .holder:after{
	content:"";
	display:block;
	clear:both;
}
.aside .block{
	width:100%;
	overflow:hidden;
}
.aside .block .inner{
	height:1%;
	padding:26px 21px 0 0;
	overflow:hidden;
}
.form-request{
	width:100%;
	margin:0 0 8px;
}
.form-request:after{
	display:block;
	clear:both;
	content:"";
}
.form-request fieldset{
	display:block;
	height:1%;
}
.form-request fieldset:after{
	content:"";
	display:block;
	clear:both;
}
.solutions-internet-frm .captcha-row{margin:12px -12px 0 -16px !important;}
.form-request .form-row{
	width:100%;
	margin:12px 0 0;
	position:relative;
}
.form-request .form-row:after{
	display:block;
	clear:both;
	content:"";
}
.form-request .form-row label{
	float:left;
	width:47px;
	margin:0 5px 0 0;
	line-height:23px;
	font-weight:bold;
}
* html .form-request .form-row label{margin-right:2px;}
.form-request .form-row label.short{width:39px;}
.form-request .form-row .txt{
	height:1%;
	overflow:hidden;
	padding:0 4px;
	background:#fff;
}
.form-request .form-row .txt input{
	width:100%;
	background:none;
	border:0;
	float:left;
	color:#000;
	font-size:12px;
	height:15px;
	line-height:15px;
	padding:4px 0;
}
.form-request .sbmt{
	background:#444 url(../images/arrow-2.gif) no-repeat 100% 50%;
	float:right;
	width:83px;
	height:25px;
	overflow:hidden;
}
.form-request .sbmt input{
	height:26px;
	font-size:14px;
	line-height:28px;
	float:left;
	background:none;
	border:0;
	width:100%;
	font-weight:bold;
	color:#fff;
	cursor:pointer;
	margin:-1px 0 0;
	overflow:hidden;
}
.aside h2{
	font-size:1em;
	line-height:1.833em;
	margin:0 0 18px;
}
.aside p{
	text-align:justify;
	margin:0;
	line-height:1.833em;
}
.aside .btm-box{
	background:#2c2c2c;
	height:1%;
	overflow:hidden;
	margin:18px 0 0;
	padding:10px 3px 13px 13px;
}
.aside .ttl{
	display:block;
	line-height:1.167em;
	margin:0 0 10px;
	width:100%;
	overflow:hidden;
}
.aside .ttl a{
	background:url(../images/icon-1.gif) no-repeat 0 1px;
	padding:0 0 0 18px;
	float:left;
}
.aside .btm-box .ttl a{background:url(../images/icon-1.gif) no-repeat 0 50% !important;}
.white .ttl a{background:url(../images/icon-1-1.gif) no-repeat 0 50% !important;}
.aside .btm-box ul{
	list-style:none;
	padding:0 0 0 36px;
	margin:-8px 0 0;
	height:1%;
	overflow:hidden;
}
.aside .btm-box ul li{
	line-height:1.167em;
	height:1%;
	vertical-align:middle;
	overflow:hidden;
	padding:0 0 0 10px;
	margin:8px 0 0;
	background:url(../images/arrow-1.gif) no-repeat 0 3px;
}
.aside .btm-box .box{
	float:left;
	width:175px;
}
.aside .btm-box .box-small{width:137px;}
.aside .btm-box .box ul{padding-left:16px;}
.section .primary{
	float:left;
	width:657px;
}
.primary .item-list{
	padding:21px 0 0;
	width:100%;
	overflow:hidden;
}
.primary .item-list ul{
	list-style:none;
	padding:0;
	float:left;
	display:inline;
	margin:-14px 0 0 2px;
}
.primary .item-list li{
	display:inline-block;
	vertical-align:top;
	margin:14px 0 0 18px;
	width:309px;
	overflow:hidden;
}
.primary .item-list .illustration{
	width:100%;
	overflow:hidden;
	margin:0 0 12px;
}
.primary .item-list .illustration img{display:block;}
.section .ttl,
.col-holder .twocolumns .ttl,
.column-main .main-post .entry-title{
	display:block;
	font-size:1em;
	line-height:1.833em;
	width:100%;
	overflow:hidden;
	margin:0;
	text-indent:1px;
}
.section .ttl a,
.col-holder .twocolumns .ttl a{
	padding:0 0 0 18px;
	background:url(../images/icon-1.gif) no-repeat 0 50%;
	float:left;
}
.primary .item-list p{
	text-align:justify;
	line-height:1.833em;
	margin:0;
}
.twocolumns{
	width:100%;
	background:url(../images/sep-1.gif) repeat-y 100% 0;
	overflow:hidden;
}
.twocolumns .col-1{
	float:left;
	border-bottom:1px solid #444;
	padding:0 20px 15px;
	width:433px;
}
.twocolumns .col-2{
	float:right;
	width:184px;
}
.twocolumns .col-2 .block{
	height:1%;
	overflow:hidden;
	padding:0 5px 15px 25px;
	border-bottom:1px solid #444;
}
.twocolumns h2,
.twocolumns h3{
	font-size:1em;
	line-height:1.833em;
	margin:18px 0 -4px;
}
.twocolumns p{
	text-align:justify;
	margin:22px 0 0;
	line-height:1.833em;
}
.twocolumns .col-2 .listing{
	list-style:none;
	padding:0;
	margin:22px 0 0;
	width:100%;
	overflow:hidden;
}
.twocolumns .col-2 .listing li{
	line-height:1.833em;
	height:1%;
	overflow:hidden;
	vertical-align:top; 
}
.col-holder{
	width:100%;
	overflow:hidden;
}
.column-main{
   float:left;
   width:678px;
   overflow:hidden;
}
.col-holder .column-main{
	border-right:1px solid #444;
}
.col-holder .aside{
	width:328px;
	margin:0 0 0 -1px;
	border-left:1px solid #444;
	border-right:0;
}
.col-holder .aside .holder{margin:-26px 0 0;}
.main-post{
	height:1%;
	overflow:hidden;
	padding:0 17px 20px 0;
	border-bottom:1px solid #444;
}
.main-post .illustration{
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
}
.main-post .illustration img{display:block;}
.column-main .main-post .entry-title{margin:14px 0 0;}
.column-main .post .entry-title{
	line-height:1.833em;
	display:block;
	margin:0 0 20px;
	text-indent:1px;
}
.column-main .post-holder{margin:18px 0 0;}
.column-main h2{
	font-size:1.333em;
	line-height:1.25em;
	margin:0;
}
.column-main p{
	line-height:1.833em;
	margin:22px 0 0;
	text-align:justify;
}
.column-main .post{
	width:306px;
	margin:0 21px 0 0;
}
.column-main .post .illustration{
	margin:6px 0 0;
}
.column-main .post p{margin:6px 0 0;}
.col-holder .aside .btm-box{
	padding:16px 18px 0 20px;
	margin:26px 0 0;
}
.col-holder .aside .btm-box p{padding:12px 0 4px;}
.aside .form-area{
	width:100%;
	overflow:hidden;
}
.aside .form-request .form-area label{width:90px;}
.aside .form-request textarea{
	max-width:194px;
	width:186px;
	border:0;
	float:right;
	padding:4px;
	font-size:12px;
	line-height:15px;
	color:#000;
	height:58px;
	overflow:auto;
}
.aside .btm-box .form-request .sbmt{
	background:#000 url(../images/arrow-3.gif) no-repeat 100% 50%;
	margin:0 0 9px;
}
.col-holder .aside .inner{padding:26px 14px 0 18px;}
.aside .illustration{
	width:100%;
	overflow:hidden;
	margin:0 0 16px;
}
.aside .illustration img{display:block;}
.aside .inner .ttl{
	margin:0 0 22px;
}
.white .col-holder .column-main{border-right:0;}
.col-holder .twocolumns{background:none;}
.col-holder .twocolumns .col-1{
	float:left;
	width:281px;
	border:solid #e7e8e9;
	border-width:0 1px 1px 0;
	padding:0;
}
#main.white div.marked{background:#fafafa;}
.col-holder .twocolumns .col-2{
	width:348px;
	margin:0 0 0 -1px;
	border:solid #e7e8e9;
	border-width:0 1px 1px;
	padding:0px 12px 16px 14px;
	overflow:hidden;	
}
.col-holder .twocolumns .col-1 .hold{
	border:solid #fff;
	border-width:1px 1px 0 0;
	height:1%;
	overflow:hidden;
	padding:16px 15px 22px;
}
.twocolumns .col-2 .gal-holder{
	width:100%;
	overflow:hidden;
	margin:18px 0 0;
	position:relative;
}
.twocolumns .col-2 .ttl{margin:18px 0 0;}
.twocolumns .col-2 .gal-holder ul{
	width:100%;
	height:209px;
	overflow:hidden;
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
}
.twocolumns .col-2 .gal-holder li{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
}
.twocolumns .col-2 .gal-holder li.active{
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}
.twocolumns .col-2 .gal-holder li img{display:block;}
.twocolumns .col-2 .gal-holder .btn-prev,
.twocolumns .col-2 .gal-holder .btn-next{
	position:absolute;
	width:16px;
	height:16px;
	top:188px;
	z-index:3;
	text-indent:-9999px;
}
.twocolumns .col-2 .gal-holder .btn-next{
	left:328px;
	background:url(../images/btn-next.png) no-repeat;
}
.twocolumns .col-2 .gal-holder .btn-prev{
	left:4px;
	background:url(../images/btn-prev.png) no-repeat;
}
.col-holder .twocolumns .col-1 .ttl{margin-left:-7px;}
.col-holder .twocolumns .col-2 .listing,
.aside .block .inner .listing{
	list-style:none;
	padding:0;
	height:1%;
	overflow:hidden;
	margin:0 0 0 37px;
}
.col-holder .twocolumns .col-2 .listing li,
.aside .block .inner .listing li{
	line-height:1.833em;
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 0 11px;
	background:url(../images/bul-1.gif) no-repeat 0 7px;
}
.white .aside .block{border-bottom:1px solid #e7e8e9;}
.white .aside .block .inner{
	padding-top:20px;
}
.white .aside .block .inner p{margin:0 0 22px;}
.white .aside .block .more{
	margin:-12px 0 12px;
	width:100%;
	overflow:hidden;
}
.fourcolumns{
	background:url(../images/bg-fourcolumns.gif) repeat-y;
	width:100%;
	overflow:hidden;
	padding:16px 0;
	border-bottom:1px solid #e7e8e9;
}
.fourcolumns .hold{
	float:left;
	display:inline;
	margin:0 0 0 -56px;
}
.fourcolumns .col{
	float:left;
	display:inline;
	margin:0 0 0 56px;
	width:204px;
	overflow:hidden;
}
.fourcolumns .col h2{
	font-size:1em;
	line-height:1.833em;
	margin:0 0 -4px;
}
.fourcolumns .col p{
	line-height:1.833em;
	margin:22px 0 0;
	text-align:justify;
}
.fourcolumns .col .more{
	margin:7px 0 0;
	color:#2c2c2c;
}
.white{
	color:#666;
	background:#fff;
	width:986px !important;
	padding:27px 8px 0 !important;
}
.white a{color:#2c2c2c;}
.white a:hover{
	color:#a50000;
	text-decoration:none;
}
.white .section{border-top:1px solid #e7e8e9;}
.white .section .col-holder .aside,
.white .main-post{border-color:#e7e8e9 !important;}
.white .main-post{
	border:solid #e7e8e9;
	border-width:0 1px 1px 0;
}
.big-post{
	border-bottom:1px solid #e7e8e9;
	height:1%;
	overflow:hidden;
	padding:0 0 20px;
}
.big-post .illustration{
	width:100%;
	overflow:hidden;
	padding:20px 0 0;
}
.big-post .illustration img{display:block;}
.posts{
	height:1%;
	margin:0 1px;
	overflow:hidden;
}
.posts .post{
	width:328px;
	border:solid #e7e8e9;
	border-width:0 0 1px 1px;
	float:left;
	margin:0 0 0 -1px;
}
.posts .post .hold{
	height:380px;
	background:#fafafa;
	border:solid #fff;
	border-width:1px 1px 0 0;
	overflow:hidden;
	padding:19px 16px 16px 18px;
}
.posts .post p{margin:22px 0 0;}
.posts .post .ttl{margin:0 0 -4px;}
.posts .post .illustration{margin:0 0 16px;}
.posts .post .more{margin:11px 0 0;}
.twocol-main{
	width:100%;
	overflow:hidden;
}
.column-main{
	float:left;
	width:657px;
	overflow:hidden;
}
.article-box{
	width:648px;
	overflow:hidden;
	border-top:1px solid #e7e8e9;
	padding:20px 20px 38px 0;
}
.article-box .article-title{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.article-box .bubbles{
	list-style:none;
	padding:7px 0 0;
	margin:0;
	float:right;
}
.article-box .bubbles li{
	float:left;
	margin:0 0 0 6px;
	display:inline;
}
.article-box .bubbles a{
	float:left;
	width:48px;
}
.article-box .bubbles strong{
	display:block;
	background:url(../images/bg-bubbles.gif);
	font-size:1.5em;
	text-align:center;
	line-height:32px;
	height:32px;
	padding:1px 0 9px;
	cursor:pointer;
}
.article-box .bubbles span{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	margin:2px 0 0;
	background:url(../images/bg-bubble-txt.gif);
	width:48px;
	height:12px;
}
.article-box .bubbles a:hover .bubble-retweet{background-position:0 -12px;}
.article-box .bubbles .bubble-facebook{background-position:-48px 0;}
.article-box .bubbles a:hover .bubble-facebook{background-position:-48px -12px;}
.article-box .bubbles .bubble-comment{background-position:-96px 0;}
.article-box .bubbles a:hover .bubble-comment{background-position:-96px -12px;}
.article-box .article-title h2{
	font-size:1.67em;
	margin:0;
	color:#a50000;
}
.article-box .article-title h2 a{color:#666;}
.article-box .article-title h2 a:hover{color:#a50000;}
.article-box .article-title em{
	display:block;
	font-style:normal;
	color:#a50000;
	font-weight:bold;
}
.article-box .article-holder{
	width:100%;
	overflow:hidden;
}
.article-box .article-holder img{
	display:block;
	margin:0 auto 14px;
}
.article-box p{
	margin:0 0 22px;
	line-height:1.8em;
}
.article-box .article-tools{
	width:100%;
	overflow:hidden;
}
.article-box .article-tools p{margin:0;}
.article-box1{padding:20px 20px 20px 0;}
.article-box1 .article-tools p{
	float:left;
	width:500px;
}
.article-box .lnk-share{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/share.gif);
	width:125px;
	height:16px;
	margin:30px 0 0;
}
.article-box1 .lnk-share{
	margin:0;
}
.article-box .article-tools a{color:#a50000;}
.article-box .article-tools a:hover{text-decoration:underline;}
.sidebar{
	float:right;
	margin:0 0 0 -1px;
	width:330px;
	border-top:1px solid #e7e8e9;
	padding:0 0 290px;
}
.sidebar .search-form{
	height:1%;
	padding:4px 0 20px 14px;
	overflow:hidden;
	border-left:1px solid #e7e8e9;
}
.sidebar .search-form .row{
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}
.sidebar .search-form .txt{
	float:left;
	border:1px solid #d6d6d6;
	border-right:none;
	font:12px/14px Arial, Verdana, sans-serif;
	height:14px;
	padding:7px 12px;
	width:221px;
}
.sidebar .search-form .btn{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	line-height:200px;
	cursor:pointer;
	width:69px;
	height:30px;
	border:0;
}
.sidebar .search-form .btn-search{background:url(../images/btn-search.gif);}
.sidebar .search-form .btn-follow{background:url(../images/btn-follow.gif);}
.sb-ttl{
	height:1%;
	overflow:hidden;
	background:#000;
	padding:10px 12px;
	color:#fff;
}
.sb-ttl h3{
	margin:0;
	text-transform:uppercase;
	font-size:1em;
}
.sb-post{
	height:1%;
	overflow:hidden;
	border-left:1px solid #e7e8e9;
	border-bottom:1px solid #e7e8e9;
	padding:15px 12px 18px 14px;
	background:#fafafa;
	color:#010101;
	line-height:1.8em;
}
.sb-post img{
	display:block;
	margin:0 0 12px;
}
.sb-post h4{
	font-size:1em;
	margin:0;
}
.sb-post p{margin:0;}
.sb-post .lnk-list{
	list-style:none;
	padding:0 0 0 2px;
	margin:0;
	font-weight:bold;
	width:200px;
	overflow:hidden;
}
.sb-post .lnk-list li{
	width:100%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 2px;
}
.sb-post .lnk-list a{
	padding:0 0 0 24px;
	float:left;
	background:url(../images/ico-plus.gif) no-repeat 0 50%;
	color:#010101;
}
.sb-post .lnk-list a:hover{color:#a50000;}
.sb-post .btn-more{
	float:right;
	font-weight:bold;
	line-height:1.8em;
	color:#fff;
	background:#000;
	padding:0 7px;
	margin:4px 16px 0 0;
}
.sb-post .btn-more-top{margin-top:-2.1em;}
.sb-box{
	color:#000;
	border-bottom:1px solid #e7e8e9;
	border-left:1px solid #e7e8e9;
	height:1%;
	overflow:hidden;
	padding:18px 10px 10px 22px;
}
.sb-twocol{
	background:url(../images/bg-grey.gif) repeat-y 164px 0;
	width:329px;
	padding:10px 0 22px;
}
.sb-twocol .col{
	float:left;
	width:137px;
	padding:0 4px 0 23px;
}
.sb-box a{color:#000;}
.sb-box h4{
	font-size:1em;
	margin:0 0 12px;
}
.sb-box .links{
	list-style:none;
	padding:0;
	margin:0;
	font-weight:bold;
	line-height:1.8em;
}
.lnk-prev-next{
	height:1%;
	overflow:hidden;
	padding:0 6px;
}
.lnk-prev-next a{
	float:left;
	color:#000;
	font-weight:bold;
	font-size:1.34em;
}
.lnk-prev-next a.next{float:right;}
.contact-form{
	float:left;
	width:475px;
	overflow:hidden;
	border:1px solid #e7e8e9;
	border-left:none;
}
.contact-form .images{
	width:490px;
	overflow:hidden;
	padding:21px 0 24px;
	margin:0 -5px 0 0;
	border-bottom:1px solid #e7e8e9;
}
.contact-form .images img{
	float:left;
	margin:0 18px 0 0;
}
.contact-menu{
	width:100%;
	overflow:hidden;
	background:#fafafa;
	font-weight:bold;
	border-bottom:1px solid #e7e8e9;
}
.contact-menu ul{
	list-style:none;
	padding:0;
	margin:0;
	float:left;
	border-right:1px solid #e7e8e9;
	font-size:12px;
}
.contact-menu li{
	float:left;
	border-left:1px solid #e7e8e9;
	border-right:1px solid #fff;
	border-top:1px solid #fff;
}
.contact-menu li:first-child{border-left:none;}
.contact-menu a{
	float:left;
	height:45px;
	line-height:45px;
	padding:0 9px 0 7px;
}
.contact-menu span{
	float:left;
	cursor:pointer;
	padding:0 0 0 18px;
	background:url(../images/ico-plus.gif) no-repeat 0 50%;
}
.contact-menu .active a,
.contact-menu a:hover{background:url(../images/bg-contact-menu.gif);}
.contact-form .form-container{
	background:#fafafa;
	height:1%;
	overflow:hidden;
	padding:10px 19px 22px;
}
.contact-form .form-container p{
	margin:0 0 20px;
	line-height:1.67em;
}
.contact-form .form-arrow{
	width:100%;
	overflow:hidden;
	background:url(../images/dotted.gif) repeat-x;
	padding:22px 0 6px;
}
.contact-form .row{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
.contact-form .row1{padding:0 0 20px;}
.contact-form label{
	float:left;
	font-weight:bold;
	font-size:1.167em;
	padding:0 6px 0 0;
	width:130px;
	line-height:19px;
}
.contact-form textarea,
.contact-form .txt{
	float:left;
	background:#666;
	border:0;
	color:#fff;
	font:12px/14px Arial, Verdana, sans-serif;
	padding:3px 12px;
	width:275px;
}
.contact-form .txt{height:14px;}
.contact-form select{
	float:left;
	width:300px;
	background:#666;
	color:#fff;
}
.contact-form .area{
	overflow: hidden;
	float:right;
	width:293px;
	background:#666;
	padding:3px;
}
.contact-form textarea{
	height:74px;
	max-width:293px;
	width:293px;
	padding: 0;
	margin:0;
	overflow:auto;
}
.contact-form textarea:focus{outline:none;}
.captcha{
	width:100%;
	overflow:hidden;
	padding:0 0 18px;
}
.captcha .hold{float:right;}
.contact-form .btn-submit{
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	line-height:200px;
	border:0;
	cursor:pointer;
	background:url(../images/btn-submit.gif);
	width:188px;
	height:38px;
}
.contact-info{
	float:right;
	width:470px;
	padding:20px 17px 20px 23px;
	border-top:1px solid #e7e8e9;
}
.contact-info .contact-post{
	width:100%;
	overflow:hidden;
	padding:0 0 22px;
	line-height:1.83em;
}
.contact-info p{
	margin:0;
}
.contact-info address{
	display:block;
	font-style:normal;
}
.contact-info a{color:#666;}
.contact-info a:hover{color:#a50000;}
.contact-info .lnk-plus{
	background:url(../images/ico-plus.gif) no-repeat 0 50%;
	padding:0 0 0 18px;
}
.contact-form div.error input,
.contact-form div.error textarea,
.contact-form div.error select {
	background: #faa;
}
#footer{
	position:fixed;
	bottom:0;
	left:0;
	min-width:1002px;
	width:100%;
	z-index:999;
	font-size:0.833em;
	line-height:1.4em;
}
.footer-holder{
	height:1%;
	background:#fff;
	border:solid #/*7a7a7a*/fff;
	border-width:1px 0;
	padding:4px 25px;
	overflow:hidden;
	color:#000;
}
.footer-block{
	background:#2c2c2c url(../images/bg-footer-t.jpg) repeat-x;
	width:100%;
	overflow:hidden;
	color:#fff;
}
.footer-block .hold{
	background:url(../images/bg-footer-b.jpg) repeat-x 0 100%;
	padding:2px 25px 3px;
	overflow:hidden;
}
.footer-block a{color:#fff;}
.footer-block .lists-holder{
	float:right;
	display:inline;
	margin:0 -10px 0 0;
}
.footer-block .lists-holder ul{
	list-style:none;
	padding:0 10px 0 0;
	margin:-6px 0 0;
	float:left;
}
.footer-block .lists-holder ul li{
	height:1%;
	overflow:hidden;
	vertical-align:top;
	padding:0 0 0 7px;
	margin:6px 0 0;
	background:url(../images/bul-footer.gif) no-repeat 0 55%;
}
.footer-block .lists-holder ul.list-1{width:90px;}
.footer-block .lists-holder ul.list-2{width:105px;}
.footer-block .lists-holder ul.list-3{width:60px;}
.footer-block .box{
	height:1%;
	overflow:hidden;
}
.footer-block p{margin:0 0 6px;}
.footer-block address{
	font-style:normal;
	text-transform:uppercase;
}
/* js styles */
.footer-block {
	display: none;
}
.gal-holder a:focus {
	outline: none;
}
.carousel .scroll-gallery {
	position: relative;
	width: 1023px;
	height: 351px;
	float: left;
}
.carousel .scroll-gallery ul {
	position: absolute;
	width: 999999px;
	height: 351px;
	top: 0;
	left: 0;
}
.carousel .scroll-gallery ul li {
	display: block;
	float: left;
	overflow: hidden;
	width: 1023px;
	height: 351px;
}
#main .colored-ttl a{color:#666;}
#main .colored-ttl a:hover{color:#a50000;}

.validate-form div.error div.txt,
.validate-form div.error textarea {
	background: #fdd;
}
/* js update styles */
.popup {
	position: absolute;
	background: #fff;
	padding: 20px;
	width: 500px;
	color: #000;
	top: -9999px;
	left: -9999px;
}
.popup-inner {
	overflow: hidden;
	width: 100%;
}

.social-box{
	height:1%;
	overflow:hidden;
}
.social-box .subscribe-form{
	width:100%;
	overflow:hidden;
	border-bottom:1px solid #404040;
	padding-bottom:12px;
}
.social-box .subscribe-form .text{
	width:257px;
	padding:5px 10px 6px;
	font-size:12px;
	line-height:14px;
	color:#939598;
	float:left;
	background:#fff;
	border:0;
	margin:0;
}
.social-box .subscribe-form .btn-submit{
	float:left;
	width:83px;
	height:26px;
	font-size:1px;
	line-height:1px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background: url(../images/btn-submit-subscribe.gif) no-repeat;
	cursor:pointer;
}
.social-box .subscribe-form ul{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.social-box .subscribe-form ul li{
	float:left;
	padding:0 0 0 6px;
}
.social-box .subscribe-form ul li img{
	display:block;
}
.social-box .news-list{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.social-box .news-list li{
	padding:5px 0 7px;
	border-bottom:1px solid #404040;
}
.social-box .news-list li a{
	font-size:1.333em;
	font-weight:bold;
}
.social-box .news-list li em{
	color:#8f0002;
	font-style:normal;
	padding:0 0 0 2px;
}
.recaptchatable #recaptcha_response_field{
	left:0px;
}
/* update */
.carousel .scroll-gallery ul li {
	visibility:visible;
}