body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
a {
	text-decoration: none;
	color:#283a47;
}
a:hover {text-decoration: underline;}
img {border-style: none;}
form, fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	width: auto;
}
input,
textarea,
select{
	font:100% Arial, sans-serif;
	vertical-align:middle;
}
/*hidden-text*/
.btn-next,
.btn-prev{
	overflow:hidden;
	text-indent: -9999px;
}
/*wrapper start*/
#wrapper{
	margin:0 auto;
	width:880px;
	padding:13px 30px 0;
	background: url(../images/bg.gif) repeat-x 0 100%;
}
/*header start*/
#header{
	height:75px;
	background: url(../images/bg-header.gif) no-repeat;
	padding:25px 0 0;
	position: relative;
}
/*logo*/
.logo{
	width:252px;
	height:56px;
	background: url(../images/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	position:absolute;
	top:43px;
	left:0;
	margin:0;
}
.logo a{
	display:block;
	height:100%;
}
/*nav*/
#nav{
	margin:0;
	padding:0;
	list-style:none;
	position: absolute;
	top:25px;
	right:12px;
	font:12px/26px Helvetica, sans-serif;
	font-weight:bold;
	color:#283a47
}
#nav li{
	float:left;
	padding: 0 18px 0 19px;
	background: url(../images/separator.gif) no-repeat 0 50%;
}
#nav li:first-child{background: none;}
#nav li a:hover,
#nav li.active a{
	color:#c60;
	text-decoration: none;
}
/*header end
main start*/
#main{
	height:1%;
	overflow:hidden;
	padding:0 20px;
}
.inner #main{padding-top:52px;}
#main h1{
	color:#072a66;
	font-size: 18px;
	font-weight: normal;
	margin:0 0 12px;
}
/*content*/
#content{
	width:620px;
	float:left;
}
/*visual*/
.visual,
.holder{
	width:100%;
	overflow:hidden;
}
#main .holder{margin:0 0 36px;}
.visual{position: relative;}
.visual img{
	position: relative;
	z-index: 1;
}
.inner .visual{margin:0 0 16px;}
.visual .text{
	width:196px;
	position: absolute;
	top:56px;
	left:11px;
	line-height: 16px;
	z-index: 5;
}
.visual .text p{margin:0;}
.text-column{
	height:1%;
	overflow:hidden;
	padding:0 29px 0 11px;
}
.text-column p{margin:0 0 16px;}
.tab-box{min-height: 191px;}
.tab-box img{display: block;}
/*sidebar*/
#sidebar{
	width:182px;
	float:right;
	padding:31px 9px 0 0;
}
.inner #sidebar{
	padding:0;
	width:190px;
}
#sidebar h2{
	font: 14px/14px Helvetica, sans-serif;
	margin:0 0 4px;
	color:#036;
	font-weight:bold
}
.headline{
	height:1%;
	overflow:hidden;
	font-weight:bold
}
#sidebar .headline{
	border-bottom:1px solid #333;
	margin:0 0 14px;
}
/*news*/
.news{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 9px;
	color:#283a47;
	letter-spacing: -1px;
}
.news li{
	width:100%;
	vertical-align: top;
	padding:0 0 12px;
}
.news .posted{
	width:71px;
	float:left;
}
.news .column{
	height:1%;
	overflow:hidden;
	text-transform: uppercase;
}
.news .column p{
	margin:0;
	line-height: 12px;
}
/*tabs-block*/
.tabs-block{
	width:170px;
	height: 190px;
	background: #5f6c82;
	padding:0 10px 0;
	display: table-cell;
	vertical-align: bottom;
	color:#fff;
}
.tabset{
	margin:0;
	padding:0;
	list-style:none;
}
.tabset li{padding:0 0 22px;}
.tabset a{
	color:#fff;
	padding:0 0 0 13px;
	background: url(../images/arrow-wight.gif) no-repeat 0 3px;
}
.tabset a.active{
	color:#000;
	text-decoration: none;
	background: url(../images/arrow-black.gif) no-repeat 0 3px;
}
span.title{
	display: block;
	padding:0 0 20px 12px;
}
/*gallery*/
.gallery{
	width:765px;
	background: url(../images/bg-gallery.gif) repeat-x 0 100%;
	margin:0 0 5px 23px;
	padding:0 0 0 30px;
	position: relative;
}
.gallery:after{
	content:"";
	display:block;
	clear:both;
}
.btn-next,
.btn-prev{
	width:14px;
	height:16px;
	top:43px;
	position: absolute;
}
.btn-next:focus,
.btn-prev:focus{outline:none;}
.btn-next{
	right:-22px;
	background: url(../images/arrow-r.gif) no-repeat;

}
.btn-prev{
	left:-20px;
	background: url(../images/arrow-l.gif) no-repeat;
}
.gallery div{
	width:738px;
	padding:0 0 10px;
	position: relative;
	overflow:hidden;
}
.gallery div ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	width:9999px;
}
.gallery div ul li{
	float:left;
	width:246px;
	position: relative;
}
.gallery div ul li .pic{
	width:120px;
	float:left;
}
.gallery div ul li .pic img{float:right;}
.gallery .caption{
	overflow:hidden;
	width:auto;
	float: none;
	background: none;
	position: absolute;
	bottom:10px;
	left:124px;
	color:#999;
	font: 12px/14px Helvetica, sans-serif;
	float:left;
	padding:0;
}
.caption strong,
.caption span{
	display: block;
}
.caption strong{
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
}
.items,
.item{
	width:100%;
	overflow:hidden;
}
.items{padding:5px 0 10px;}
.item{
	padding:14px 0;
	border-top:1px solid #000;
}
.item:first-child{
	border:0;
	padding-top:0;
}
.item a{color:#000;}
.item p{margin:0;}
/*info*/
.info{
	margin:0;
	overflow:hidden;
}
.info dt{
	float:left;
	margin:0 3px 0 0;
}
.info dd{
	margin:0;
}
.info a{color:#000;}
.link{
	color:#5f6c82 !important;
	text-decoration: underline;
}
.link:hover{text-decoration:none;}
/*address*/
.address{
	height:1%;
	overflow:hidden;
	padding:3px 0 15px;
	line-height: 14px;
}
.address address{
	font-style: normal;
}
.address span{display: block;}
/*contact-info*/
.contact-info{
	overflow:hidden;
	margin:0;
	line-height: 14px;
}
.contact-info span{display:block;}
.contact-info dt{
	margin:0 0 8px;
}
.contact-info dd{
	margin:0 0 15px 22px;
}
.contact-info a,
.line .brand a{
	color:#5f6c82;
	text-decoration: underline;
}
.contact-info a:hover,
.line .brand a:hover{text-decoration:none;}
.line{
	width:100%;
	overflow:hidden;
}
.line .brand{
	float:left;
	margin:0 57px 0 0;
}
.logo-holder{
	overflow:hidden;
	display: block;
	margin:0 0 10px;
	padding:0 46px 0 23px;
	border-right:2px solid #669;
}
.brand-menu{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.brand-menu li{
	float:left;
	margin:0 48px 0 0;
	display: inline;
}
.text-column h2{
	font-size: 18px;
	font-weight: normal;
	color:#3c3c3d;
	margin:0 0 13px;
}
/*main end
footer start*/
#footer {
	height:1%;
	overflow:hidden;
	font-size: 9px;
	color:#333;
	padding:0 10px 12px 0;
}
.footer-nav{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.footer-nav li{
	padding:0 8px 0 0;
	display: inline;
}
.footer-nav li a{color:#333;}
#footer p{
	float:right;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
	background: url(../images/separator2.gif) no-repeat 100% 60%;
	display: inline;
}
/*footer end*/
/*wrapper end*/
