/*common styles for whole page*/
html{
	height:100%;
	width:100%;
	display:table;
}
body{
	margin:0;
	font:12px Arial, Helvetica, sans-serif;
	color:#666;
	min-width:1000px;
	height:100%;
	width:100%;
	display:table-cell;
	vertical-align:middle;
}
img{border:none;}
a{
	color:#000;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
/*--wrapper--*/
#page{
	width:100%;
	border-top:3px solid #333;
}
#wrapper{
	display:table;
	width:100%;
}
/*--header--*/
#header{
	width:100%;
	background:url(../images/bg-header.gif) repeat-x 0 100%;
	display:table-header-group;
}
/*primary holder*/
#primary-holder{
	width:100%;
	display:table-footer-group;
}
.header-holder{
	width:977px;
	margin:0 auto;
	position:relative;
	z-index:999;
}
.header-holder:after{
	content:"";
	display:block;
	clear:both;
}
/*logo*/
#header .logo{
	position:absolute;
	left:0;
	top:42px;
	overflow:hidden;
}
* html #header .logo{margin-right:0;}
#header .logo a{
	display:block;
	outline:none;
	text-indent:-9999px;
	background:url(../images/logo.gif) no-repeat;
	width:113px;
	height:37px;
}
/*--header box--*/
.header-box{
	width:100%;
	position:relative;
}
.header-box:after{
	content:"";
	display:block;
	clear:both;
}
/*top info*/
.top-info{
	position:relative;
	white-space:nowrap;
	float:right;
	background:url(../images/bg-top-info-l.gif) no-repeat 0 100%;
}
.top-info .inner{
	position:relative;
	float:left;
	background:url(../images/bg-top-info-r.gif) no-repeat 100% 100%;
	padding:5px 22px 5px 0;
}
.top-info .phone{
	float:left;
	position:relative;
	line-height:26px;
	padding:0 55px 0 0;
}
/*--grey button--*/
.btn-grey{
	float:left;
	cursor:pointer;
	color:#666;
	position:relative;
}
.btn-grey span{
	background:url(../images/bg-btn-grey-l.png) no-repeat;
	float:left;
	height:27px;
	line-height:27px;
	padding:0 7px 0 13px;
	white-space:nowrap;
	position:relative;
}
.btn-grey em{
	background:url(../images/bg-btn-grey-r.png) no-repeat;
	float:left;
	height:27px;
	width:16px;
	white-space:nowrap;
}
.top-info .btn-grey{margin:0 3px 0 0;}
/*--main navigation--*/
#nav{width:100%;}
#nav:after{
	content:"";
	display:block;
	clear:both;
}
#nav ul{
	list-style:none;
	padding:19px 18px 0 0;
	margin:0;
	float:right;
}
#nav ul li{
	float:left;
	display:inline;
	margin:0 0 0 23px;
}
#nav ul li a{
	display:inline;
	font-size:22px;
	float:left;
	line-height:32px;
	color:#333;
	cursor:pointer;
}
#nav ul li a span{
	float:left;
	padding:0 13px 3px;
}
#nav ul li a:hover,
#nav ul li a.active{
	text-decoration:none;
	background:url(../images/bg-nav-hover-l.gif) no-repeat 0 100%;
	position:relative;
	margin:0 0 -9px;
}
#nav ul li a:hover span,
#nav ul li a.active span{
	background:url(../images/bg-nav-hover-r.gif) no-repeat 100% 100%;
	font-weight:bold;
	padding:3px 12px 9px;
}
* html #nav ul li a:hover{right:-22px;}
* html #nav ul li a.active:hover{right:-0px;}
* +html #nav ul li a:hover{right:-22px;}
* +html #nav ul li a.active:hover{right:0px;}
#nav ul li a em{
	float:left;
	padding:0 28px 0 0;
	background:url(../images/bul-nav.gif) no-repeat 100% 45%;
	font-style:normal;
}
/*--drop down--*/
#nav ul li:hover,
#nav ul li.hover{
	position:relative;
	cursor:pointer;
	z-index:999;
}
#nav ul li:hover .drop,
#nav ul li.hover .drop{
	display:block;
}
#nav ul a.sub-menu:hover{
	background:none;
	right:0;
}
#nav ul a.sub-menu:hover span{
	padding:0 13px 3px;
	font-weight:normal;
	margin:0;
	background:none;
}
* html #nav ul a.sub-menu:hover{margin:0;}
* +html #nav ul a.sub-menu:hover{margin:0;}
#nav .drop{
	display:none;
	position:absolute;
	top:33px;
	left:11px;
	border:1px solid #999;
	background:#000;
	padding:5px 0 0;
	width:240px;
}
#nav .drop div{
	padding:12px 5px 8px 24px;
	height:1%;
	overflow:hidden;
	border-bottom:1px solid #2f2f2f;
}
#nav .drop strong{
	font:bold 14px/16px Georgia, "Times New Roman", Times, serif;
	margin:0 0 0 3px;
	color:#fff;
}
#nav .drop strong a{
	color:#fff;
	font-size:12px;
	line-height:16px;
	float:none;
	margin:0;
}
#nav .drop strong a:hover{
	background:none;
	text-decoration:underline;
	margin:0;
	right:0 !important;
}
#nav .drop ul{
	width:100%;
	padding:10px 0 0;
	float:none;
}
#nav .drop ul li{
	height:1%;
	float:none;
	display:block;
	position:static;
	padding:0 0 0 13px;
	margin:0 0 5px;
	vertical-align:middle;
	background:url(../images/bul-drop.gif) no-repeat 0 55%;
}
#nav .drop ul li a{
	color:#ccc;
	float:none;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	right:0 !important;
}
#nav .drop ul li a:hover{
	text-decoration:none;
	color:#eef;
	background:none;
	margin:0;
}
/*--main holder--*/
.main-holder{
	width:100%;
	overflow:hidden;
	margin:2px 0 0;
	background:url(../images/bg-main.jpg) repeat-x;
	position:relative;
}
.m1{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main-l.jpg) no-repeat;
}
.m2{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-main-r.jpg) no-repeat 100% 0;
}
.m-container{
	width:976px;
	margin:0 auto;
	padding:7px 0 0;
}
.m-container:after{
	content:"";
	display:block;
	clear:both;
}
.m-inner{
	background:url(../images/bg-main-shadow.png) no-repeat;
	width:100%;
	padding:0 36px;
	position:relative;
	margin:0 -36px 0 -36px;
}
#main{
	width:100%;
	background:#fff;
}
/*--promo--*/
#promo{
	width:100%;
	overflow:hidden;
	padding:0 0 4px;
}
/*--content--*/
#content{
	width:100%;
	overflow:hidden;
	padding:0 0 16px;
}
#content.colored{background:url(../images/bg-content.gif) repeat-x;}
/*--tabset--*/
.tabset{
	position:relative;
	list-style:none;
	padding:0 0 1px;
	height:1%;
	margin:0 4px 0;
	overflow:hidden;
	background:#2b2b2b url(../images/bg-tabset.gif) repeat-x 0 100%;
}
* +html .tabset{margin-top:-1px !important;}
.tabset li{
	float:left;
	border-right:1px solid #373737;
	border-left:1px solid #010101;
}
.tabset li a{
	float:left;
	color:#fff;
	font-size:14px;
	line-height:44px;
	padding:0 0 4px;
	text-align:center;
	font-weight:bold;
}
.tabset li a span {
	cursor: pointer;
	display: block;
	height: 44px;
}
.tabset li a:hover,
.tabset li a.active{
	text-decoration:none;
	padding:0 0 2px;
}
.tabset .link-1 a{width:243px;}
.tabset .link-2 a{width:239px;}
.tabset .link-3 a{width:238px;}
.tabset .link-4 a{width:240px;}
.tabset .link-1 a:hover,
.tabset .link-1 a.active{
	background:#71861a url(../images/bg-link-1-hover.gif) repeat-x 0 100%;
	border:solid #71861a;
	border-width:0 1px 2px;
	width:241px;
}
.tabset .link-2 a:hover,
.tabset .link-2 a.active{
	background:#024b88 url(../images/bg-link-2-hover.gif) repeat-x 0 100%;
	border:solid #024b88;
	border-width:0 1px 2px;
	width:237px;
}
.tabset .link-3 a:hover,
.tabset .link-3 a.active{
	background:#c58c7d url(../images/bg-link-3-hover.gif) repeat-x 0 100%;
	border:solid #c58c7d;
	border-width:0 1px 2px;
	width:236px;
}
.tabset .link-4 a:hover,
.tabset .link-4 a.active{
	background:#d9ba99 url(../images/bg-link-4-hover.gif) repeat-x 0 100%;
	border:solid #d9ba99;
	border-width:0 1px 2px;
	width:238px;
}
/*--tabs holder--*/
.tabs-holder{
	margin:4px 4px 0;
	height:259px;
	position:relative;
}
/*--tab--*/
.tabs-holder .tab{
	position:absolute;
	overflow:hidden;
	height:259px;
	width:968px;
	top:0;
	left: 0;
}
/*--text box--*/
#promo .txt-box{
	padding:17px 24px 0 13px;
	width:207px;
	overflow:hidden;
	float:left;
	position:relative;
	z-index:10;
}
.tabs-holder .txt-box{height:242px;}
.tabs-holder .txt-box div{
	height:175px;
	width:100%;
	overflow:hidden;
}
/*--title--*/
#promo .ttl{
	display:block;
	font-size:19px;
	line-height:25px;
	margin:0 0 12px;
}
#promo .txt-box p{
	margin:0;
	line-height:18px;
	padding:0 0 10px;
}
#tab-1,
#tab-2,
#tab-4{color:#fff;}
#tab-3{color:#000;}
#tab-2{background:#f00;}
/*--big grey button--*/
.btn-grey-big{
	float:left;
	color:#000;
	cursor:pointer;
}
.btn-grey-big span{
	background:url(../images/bg-btn-grey-big-l.png) no-repeat;
	float:left;
	height:42px;
	padding:0 15px 3px 27px;
	font-size:15px;
	line-height:42px;
	font-style:italic;
}
.btn-grey-big em{
	background:url(../images/bg-btn-grey-big-r.png) no-repeat;
	float:left;
	height:45px;
	width:43px;
	overflow:hidden;
}
#promo .tabs-holder .btn-grey-big{
	position:absolute;
	top:195px;
	left:4px;
}
#tab-1 .txt-box{background:#71861a;}
#tab-4 .txt-box{background:#000;}
.tabs-holder .tab .illustration{
	float:left;
	width:968px;
	margin:0 0 0 -244px;
	z-index:1;
	text-align:right;
}
.tabs-holder .tab .illustration img{float:right;}
/*--posts--*/
.posts{
	overflow:hidden;
	list-style:none;
	height:1%;
	padding:0 2px 25px 12px;
	margin:0;
}
.posts li{
	background:url(../images/bg-product.png) no-repeat;
	padding:12px 14px 0 15px;
	width:209px;
	float:left;
	overflow:hidden;
}
/*--illustration--*/
.posts .illustration{
	width:100%;
	position:relative;
	overflow:hidden;
	display:block;
	border-top:2px solid #718619;
	padding:4px 0 0;
	margin:0 0 15px;
	cursor:pointer;
	z-index:100;
}
.posts .illustration:hover{text-decoration:none;}
.posts .illustration img{display:block;}
.posts .illustration em{
	position:absolute;
	z-index:1;
	margin:0;
	width:196px;
	left:8px;
	font:italic 13px/16px Georgia, "Times New Roman", Times, serif;
}
.txt-1 .illustration em{
	font-size:14px;
	top:36px;
	color:#fff;
}
.txt-2 .illustration em{
	top:220px;
	color:#fff;
}
.txt-3 .illustration em{
	top:200px;
	color:#000;
	text-align:right;
}
.txt-4 .illustration em{
	top:228px;
	color:#000;
}
/*--title--*/
.posts h2{
	color:#000;
	margin:0 0 4px;
	font-size:14px;
	height:24px;
	line-height:20px;
}
.posts .first h2{padding:3px 0 0;}
* html .posts .first h2{padding:0;}
* +html .posts .first h2{padding:0;}
/*--listing--*/
.listing{
	width:232px;
	overflow:hidden;
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}
.posts .listing{
	margin:0 -11px 0 -12px;
	padding:7px 0 0;
	background:url(../images/sep-posts.gif) no-repeat 50% 0;
}
.posts .listing li{
	width:100%;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
	position:relative;
	height:31px;
	z-index:10;
	padding:0;
	background:none;
	margin:0 0 -2px;
}
.posts .listing li a{
	padding:0 12px;
	display:block;
	background:url(../images/bg-listing-item.png) no-repeat;
	height:31px;
	overflow:hidden;
	color:#666;
	cursor:pointer;
}
/*--about box--*/
.about-box{
	height:1%;
	margin:0 10px;
	overflow:hidden;
	border-top:1px solid #d9d9d9;
	background:url(../images/bg-about-box.gif) repeat-y 4px 0;
}
.about-box ul{
	list-style:none;
	padding:0;
	margin:0;
	width:100%;
	position:relative;
	overflow:hidden;
	background:url(../images/bg-about-btm.gif) repeat-x 0 100%;
}
.about-box ul li{
	padding:15px 8px 0 6px;
	width:225px;
	float:left;
	overflow:hidden;
}
/*--title--*/
.about-box h3{
	width:100%;
	margin:0 0 4px;
	font-size:14px;
	line-height:26px;
}
.about-box .btn-grey span{
	width:129px;
	padding:0 0 0 14px;
}
/*--image--*/
.about-box .illustration{
	display:block;
	padding:0 0 7px;
	overflow:hidden;
}
.about-box p{
	margin:10px 0 0;
	padding:0 0 13px;
	line-height:16px;
}
.img-left{
	float:right;
	padding-left:7px !important;
}
.img-center{
	width:100%;
	text-align:center;
}
/*--end of home page--*/
/*--start of wordpress page--*/
/*--image box--*/
#promo .img-box{
	min-height:130px;
	margin:4px 4px 0;
	padding:0 0 7px;
	position:relative;
}
* html #promo .img-box{
	height:130px;
	padding:0 0 4px;
}
* +html #promo .img-box{padding:0 0 4px;}
#promo .img-box:after{
	content:"";
	display:block;
	clear:both;
}
#promo .img-box img{
	 display:block;
}
/*--text box--*/
#promo .img-box .txt-box{
	position:absolute;
	left:13px;
	top:20px;
	width:212px;
	overflow:hidden;
	padding:0;
	float:none;
}
/*--title--*/
#promo .img-box .txt-box .ttl{
	display:block;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 16px;
}
#promo .img-box .txt-box p{
	color:#fff;
	line-height:18px;
	margin:0;
}
/*--navigation menu--*/
#promo .nav-menu{
	height:1%;
	margin:-7px 4px 0;
	height:31px;
	padding:8px 0 15px;
	background:url(../images/bg-nav-content.jpg) no-repeat;
	overflow:hidden;
	position:relative;
}
/*--search form--*/
#promo .form-search{
	float:right;
	display:inline;
	width:170px;
	margin:0 3px 0 10px;
}
#promo .form-search .txt{
	float:left;
	border:1px solid #ccc;
	margin:0 4px 0 0;
}
#promo .form-search .txt input{
	float:left;
	background:#fff url(../images/bg-search.gif) no-repeat 100% 0;
	width:105px;
	padding:4px 18px 3px 7px;
	height:16px;
	border:0;
	font-size:14px;
	color:#999;
	line-height:16px;
}
#promo .form-search .btn-search{
	float:left;
	width:25px;
	height:25px;
	overflow:hidden;
	margin:0;
}
#promo .nav-menu ul{
	float:left;
	overflow:hidden;
	list-style:none;
	padding:0 0 0 6px;
	margin:0;
}
#promo .nav-menu ul li{
	float:left;
}
#promo .nav-menu ul li a{
	float:left;
	padding:0 14px;
	font-size:16px;
	line-height:24px;
	color:#666;
}
#content .p-left{
	float:left;
	display:inline;
	width:706px;
	margin:3px 0 0 13px;
}
/*--breadcrumbs--*/
#content .p-left .breadcrumbs{
	width:auto;
	height:1%;
	margin-left:6px;
	margin-bottom:0;
}
#content .p-left .breadcrumbs li{background:none;}
.primary .marked{
	padding:6px 0 0 9px;
	display:block;
	width:100%;
	font-size:14px;
	color:#000;
	line-height:18px;
}
/*--blog--*/
.blog{
	width:100%;
	overflow:hidden;
	padding:14px 0 0;
	margin:0 0 10px;
}
/*--heading--*/
.blog .heading{
	height:1%;
	overflow:hidden;
	padding:0 0 0 9px;
}
/*--main article--*/
.main-article{
	height:1%;
	padding:0 33px 13px 0;
	overflow:hidden;
}
/*--main article--*/
.main-article h1{
	font-size:16px;
	line-height:32px;
	overflow:hidden;
	margin:0;
	height:40px;
}
/*--date--*/
.main-article .date{margin:-5px 0 0;}
.blog .date{
	display:block;
	position:relative;
	color:#666;
	margin:-2px 0 0;
}
.prod-holder{
	width:100%;
	overflow:hidden;
}
/*--photo--*/
.main-article .prod-holder .illustration{
	float:left;
	overflow:hidden;
	width:211px;
	height:157px;
	padding:9px 11px 13px 13px;
	margin:0 11px 10px 0;
	background:url(../images/bg-img-placeholder-big.gif) no-repeat;
}
* html .main-article .prod-holder .illustration{margin-right:8px;}
* html .prod-holder .illustration{margin-right:10px;}
.prod-holder .illustration{
	float:left;
	overflow:hidden;
	width:126px;
	height:102px;
	padding:5px 6px 12px 9px;
	margin:0 13px 0 0;
	background:url(../images/bg-img-placeholder-mid.gif) no-repeat;
}
.prod-holder p{
	line-height:20px;
	margin:3px 0 0;
	padding:0 0 10px;
}
.main-article .prod-holder p{margin:7px 0 0;}
.prod-holder .more{
	color:#036;
	font-style:italic;
	text-decoration:underline;
}
.prod-holder .more:hover{text-decoration:none;}
/*--two columns--*/
.blog .twocolumns{
	height:1%;
	padding:0 0 0 5px;
	overflow:hidden;
	background:url(../images/bg-blog.gif) repeat-y;
	border-top:1px solid #e1e1e1;
}
/*--row--*/
.blog .twocolumns .row{
	width:742px;
	position:relative;
	margin:0 -20px 0 -28px;
	padding:22px 0 9px;
	overflow:hidden;
	background:url(../images/sep-blog.gif) no-repeat 18px 100%;
}
.blog .twocolumns .row-last{background:none;}
/*--article--*/
.blog .article{
	width:341px;
	padding:0 0 0 28px;
	overflow:hidden;
	float:left;
}
/*--title--*/
.blog .article h2{
	margin:0;
	font-size:12px;
	line-height:12px;
}
.blog .article .prod-holder{padding-top:8px;}
/*--aside--*/
#content .aside-right{
	float:right;
	display:inline;
	width:226px;
	padding:0 11px 4px;
	margin:0 3px 0 0;
	overflow:hidden;
}
/*--rss link--*/
.aside .rss{
	display:block;
	overflow:hidden;
	width:100%;
	position:relative;
	z-index:1;
	margin:0 0 -20px;
}
.aside .rss a{
	background:url(../images/icon-rss.gif) no-repeat 100% 0;
	padding:0 53px 15px 0;
	float:right;
	color:#960;
	line-height:32px;
}
/*--sidebar block--*/
.sb-block{
	background:url(../images/bg-aside-block.png) no-repeat;
	position:relative;
	width:226px;
	padding:6px 11px 0;
	margin:0 -11px 5px;
	overflow:hidden;
	z-index:10;
}
.sb-block .inner{
	height:1%;
	border:solid #e2e2e2;
	border-width:0 1px 1px;
	overflow:hidden;
	background:#fff;
}
/*--title--*/
.sb-block h3{
	background:url(../images/bg-aside-block-title.gif) no-repeat;
	width:190px;
	height:33px;
	padding:12px 18px 0;
	margin:0;
}
.sb-list{
	padding:3px 4px 10px 9px;
	height:1%;
	list-style:none;
	margin:0;
	overflow:hidden;
}
.sb-list li{
	height:1%;
	padding:0 11px 0 0;
	overflow:hidden;
	border-top:1px solid #e5e5e5;
}
.sb-list li:first-child{border-top-width:0;}
.sb-list li a{
	display:block;
	height:1%;
	color:#666;
	padding:0 0 0 8px;
	font-weight:bold;
	line-height:27px;
	background:url(../images/bul-aside-green.gif) no-repeat 100% 55%;
}
/*--tag cloud--*/
.tag-cloud{
	width:100%;
	text-align:center;
	overflow:hidden;
	padding:10px 0 10px;
}
/*--resent articles--*/
.recent-articles{
	list-style:none;
	padding:0 4px 10px 9px;
	margin:0;
	height:1%;
	overflow:hidden;
}
.recent-articles li{
	border-top:1px solid #e5e5e5;
	padding:6px 16px 11px 9px;
}
.recent-articles li:first-child{border-top-width:0;}
.recent-articles li .ttl{
	color:#036;
	font-weight:bold;
	line-height:17px;
}
.recent-articles li div{
	height:1%;
	overflow:hidden;
	padding:8px 0 0 19px;
}
.recent-articles li div p{
	line-height:17px;
	margin:0;
}
.recent-articles li .more{
	background:url(../images/bul-more-aside.gif) no-repeat 100% 60%;
	padding:0 12px 0 0;
	color:#036;
}
/*--gallery--*/
.gallery{
	position:relative;
	margin:-3px 0 0;
	height:1%;
	padding:0 8px 4px;
	overflow:hidden;
}
/*--end of wordpress page--*/
/*start of internal-conept page */
/*--content box--*/
.content-box{
	width:100%;
	overflow:hidden;
}
/*--primary--*/
.primary{
	width:700px;
	float:right;
	margin:12px 14px 0 0;
	display:inline;
}
/*--breadcrumbs--*/
.breadcrumbs{
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
	padding: 0;
	list-style:none;
	border-bottom:1px solid #ccc;
}
.breadcrumbs li{
	float:left;
	background:url(../images/menu-sep.gif) no-repeat 0 3px;
	font-size:12px;
	line-height:15px;
	margin:0 0 0 -8px;
	padding:2px 16px 10px 8px;
	font-weight:bold;
	color:#369;
}
.breadcrumbs li a{
	color:#999;
	font-weight:normal;
}
/*--headbox--*/
.headbox{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
	padding:0 0 6px;
}
/*--title--*/
.headbox h2,
.overview h2{
	color:#000000;
	font-size:14px;
	line-height:20px;
	margin:0 0 9px;
}
/*--image--*/
.headbox img{
	display:block;
	margin:0 auto;
}
.headbox .headline{
	display:block;
	font-size:14px;
	line-height:18px;
	margin:-40px 0 0;
	position:relative;
	color:#000;
}
/*--overview--*/
.overview{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:15px 0 10px;
}
/*--area--*/
.overview .area{
	width:100%;
	overflow:hidden;
}
.overview .img-r{
	float:right;
	margin:3px 0 0 10px;
	border:1px solid #b8b8b8;
}
.overview .text{
	height:1%;
	overflow:hidden;
}
.overview p{
	font-size:12px;
	color:#666;
	margin:0 0 12px;
}
.overview .heading{
	font-size:14px;
	color:#333;
	margin:0 0 13px;
}
/*--data--*/
.data{
	width:100%;
	overflow:hidden;
	border-top:1px solid #ccc;
	padding:20px 0 6px;
}
/*--sizes--*/
.data .sizes{
	float:left;
	width:206px;
}
/*--title--*/
.data h3{
	font-size:14px;
	line-height:20px;
	margin:0 0 9px;
	height:20px
}
.data .sizes dl{
	width:100%;
	overflow:hidden;
	margin:0 0 11px;
	font-size:12px;
	color:#666;
}
.data .sizes dl dt{
	float:left;
	font-weight:bold;
}
.data .sizes dl dd{
	float:right;
	margin:0;
}
/* technology */
.data .technology {
	width: 464px;
	float:right;
}
.data .technology .box{
	width:100%;
	overflow:hidden;
	margin:-3px 0 0;
	position:relative;
}
.data .technology img{
	float:left;
	margin:0 24px 0 0;
}
.data .technology ul{
	margin:0;
	padding:4px 0 0;
	list-style:none;
	height:1%;
	overflow:hidden;
}
.data .technology ul li{
	vertical-align:top;
	font-size:12px;
	margin:0 0 11px;
}
.btn{width:100%;}
.btn:after{
	display:block;
	clear:both;
	content:"";
}
/*--aside--*/
.aside{
	width:228px;
	float:left;
}
/*--posts--*/
.aside .posts{
	overflow:visible;
	padding-left:0
}
.aside .posts:after{
	display:block;
	clear:both;
	content:"";
}
/*--title--*/
.aside .posts h2{padding:0 0 3px;}
.aside .posts li{background:none;}
/*--listing--*/
.aside .posts .listing{margin-bottom:7px;}
.aside .posts .listing li{margin:0 0 -4px;}
.posts .listing li.active{z-index:100;}
.posts .listing li.active a{
	background:url(../images/bg-listing-item-a.png);
	color:#fff;
}
/*--image--*/
.aside .posts .illustration{
	border:0;
	margin:0 0 7px -5px;
	position:relative;
}
.btn .btn-grey{
	margin:0 0 0 -12px;
	position:relative;
}
/*end of internal-conept page */
/*start of contact page */
.primary-columns{
	width:100%;
}
.primary-columns:after{
	content:"";
	display:block;
	clear:both;
}
/*--title--*/
.primary-columns h2{
	height:20px;
	margin:0 0 19px;
	font-size:14px;
	line-height:20px;
	overflow:hidden;
}
/*--lef column--*/
.primary-columns .col-l{
	float:left;
	width:413px;
	padding:0 0 50px 5px;
}
.primary-columns .col-l:after{
	content:"";
	display:block;
	clear:both;
}
/*--right column--*/
.primary-columns .col-r{
	float:right;
	overflow:hidden;
	width:227px;
}
/*--box--*/
.primary-columns .col-r .box{
	width:100%;
	border-top:1px solid #ccc;
	overflow:hidden;
	padding:5px 0 10px;
	line-height:16px;
	color:#333;
}
/*--address--*/
.primary-columns .col-r address.box{
	font-style:normal;
	padding:12px 0 10px;
}
.primary-columns .col-r address strong{
	padding:0 0 10px;
}
.primary-columns .col-r .box span,
.primary-columns .col-r .box strong{display:block;}
.primary-columns .col-r .box div{
	width:100%;
	overflow:hidden;
	padding:0 0 10px;
}
/*--details form--*/
.col-l .form-details{
	margin:0 0 0 43px;
	border-top:1px solid #286aaf;
	height:1%;
}
.col-l .form-details:after{
	content:"";
	display:block;
	clear:both;
}
/*--box--*/
.col-l .form-details .form-box{
	border-top:1px solid #286aaf;
	width:100%;
	overflow:hidden;
	padding:17px 0 19px;
}
.col-l .form-details .txt{
	width:100%;
	overflow:hidden;
	padding:0 0 15px;
}
.col-l .form-details label{
	color:#333;
	line-height:16px;
	font-weight:bold;
	margin:0 0 0 2px;
}
.col-l .form-details .txt input{
	border:1px solid #e1e1e1;
	padding:7px 4px 6px 9px;
	font-size:14px;
	float:left;
	width:355px;
	height:16px;
	line-height:16px;
	margin:10px 0 0;
}
.col-l .pers-info{background:url(../images/ico-1.gif) no-repeat 100% 0;}
.col-l .address-info{background:url(../images/ico-2.gif) no-repeat 100% 0;}
.col-l .email-info{background:url(../images/ico-3.gif) no-repeat 100% 0;}
.col-l .area{
	width:100%;
	overflow:hidden;
	margin:0 0 18px;
}
.col-l .area textarea{
	border:1px solid #e1e1e1;
	width:363px;
	height:172px;
	overflow:auto;
	margin:10px 0 0;
	padding:4px 0 0 5px;
	font-size:14px;
}
.col-l .check{
	width:100%;
	overflow:hidden;
}
.col-l .check input{
	float:left;
	width:13px;
	height:13px;
	margin:2px 9px 0 0;
}
.col-l .check label{
	float:left;
	font-size:12px;
	line-height:17px;
	text-indent:1px;
}
.col-l .btn-grey{margin:0 0 0 -5px;}
.col-l .btn-grey span{padding-right:30px;}
/*end of contact page */
.footer-holder{
	width:100%;
	overflow:hidden;
	background:#0f0f0f url(../images/bg-footer.jpg) repeat-x;
}
/*--footer--*/
#footer{
	margin:0 auto;
	width:976px;
	padding:25px 0 33px;
	overflow:hidden;
}
.form-btm{
	float:left;
	overflow:hidden;
	width:240px;
}
.logo-btm{
	display:block;
	overflow:hidden;
	padding:0 0 20px;
}
.logo-btm a{
	text-indent:-9999px;
	display:block;
	outline:none;
	background:url(../images/logo-btm.gif) no-repeat;
	width:114px;
	height:38px;
}
.form-btm .row{
	width:100%;
	overflow:hidden;
}
.form-btm .row label{
	display:block;
	padding:0 0 11px;
	color:#fff;
	line-height:14px;
	margin:0 0 0 2px;
}
.form-btm .row .txt{
	border:1px solid #999;
	width:185px;
	padding:6px 0 5px 9px;
	color:#999;
	height:16px;
	line-height:16px;
	float:left;
	margin:0 7px 0 0;
}
.form-btm .row .btn-go{
	float:left;
	overflow:hidden;
	width:37px;
	height:30px;
}
* html .form-btm .row .btn-go{
	margin:0 -5px 0 0;
	position:relative;
}
#footer .box{
	width:225px;
	background:url(../images/sep-footer.gif) no-repeat;
	overflow:hidden;
	float:left;
	height:252px;
	padding:0 0 0 11px;
	margin:0 0 0 7px;
}
#footer .box .ttl{
	display:block;
	overflow:hidden;
	padding:0 0 12px;
}
#footer .box ul{
	width:100%;
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}
#footer .box ul li{
	overflow:hidden;
	margin:0 0 10px;
	vertical-align:middle;
	padding:0 0 0 14px;
	background:url(../images/bul-btm.gif) no-repeat 0 55%;
}
#footer .box ul li a{
	color:#ccc;
	font-size:12px;
	line-height:16px;
}
#footer .box address,
#footer .box .row{
	padding:0 0 10px 15px;
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	font-style:normal;
}
#footer .box address span,
#footer .box .row span{
	display:block;
	color:#ccc;
}
#footer .box address a,
#footer .box address strong,
#footer .box .row a,
#footer .box .row strong{
	display:block;
	color:#fff;
}
#footer .box address a,
#footer .box .row a{font-weight:bold;}
/*---------------------------------------------------------------*/
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {visibility: visible !important;}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
.sIFR-flash + div[adblocktab=true] {display: none !important;}
.sIFR-hasFlash #promo .ttl span{
	visibility:hidden;
	font-size:19px;
	line-height:24px;
}
.sIFR-hasFlash .posts h2 span{
	visibility:hidden;
	font-size:14px;
	line-height:18px;
}
.sIFR-hasFlash .about-box h3 span{
	visibility:hidden;
	font-size:14px;
	line-height:18px;
}
.sIFR-hasFlash #footer .box .ttl span{
	visibility:hidden;
	font-size:14px;
	line-height:18px;
}
.sIFR-hasFlash .img-box .txt-box .ttl span{
	visibility:hidden;
	font-size:19px;
	line-height:26px;
}
.sIFR-hasFlash .main-article h1 span{
	visibility:hidden;
	font-size:30px;
	line-height:32px;
}
.sIFR-hasFlash .blog .article h2 span{
	visibility:hidden;
	font-size:24px;
	line-height:30px;
}
.sIFR-hasFlash .sb-block h3 span{
	visibility:hidden;
	font-size:14px;
	line-height:32px;
}
.sIFR-hasFlash .primary-columns h2 span{
	visibility:hidden;
	font-size:14px;
	line-height:20px;
}
.sIFR-hasFlash .data h3 span{
	visibility:hidden;
	font-size:14px;
	line-height:20px;
}

#msg {display:none; position:absolute; z-index:200; background:url(../images/msg_arrow.gif) left center no-repeat; padding-left:7px}
#msgcontent {display:block; background:#f3e6e6; border:2px solid #924949; border-left:none; padding:5px; min-width:150px; max-width:250px}