/*  general settings */
body{
	margin:0;
	color:#000;
	font:12px Arial, Helvetica, sans-serif;
	background:#7fc0eb url(../images/bg-body.gif) repeat-x;
	min-width:990px;
}
img{border:0;}
a{color:#010101;}
a:hover{text-decoration:none;}
#wrapper{
	width:922px;
	padding:524px 0 0;
	position:relative;
	z-index:10;
	margin:0 auto;
}
.main-wrapper{
	width:100%;
	overflow:hidden;
	position:relative;
}
.wrapper-holder{
	width:2000px;
	position:relative;
	float:left;
	left:50%;
}
.wrapper-hold{
	width:2000px;
	position:relative;
	float:left;
	left:-50%;
	background:url(../images/bg-wrapper-hold.png) no-repeat;
}
.decorated-lines{
	background:url(../images/bg-decorated-lines.png) no-repeat;
	width:2000px;
	height:324px;
	position:absolute;
	top:176px;
	left:0;
}
/* header */
#header{
	width:922px;
	position:absolute;
	top:0;
	left:0;
}
.header-area{padding:10px 0 5px 3px;}
.header-area:after{
	content:"";
	clear:both;
	display:block;
}
* html .header-area{
	overflow:visible;
	height:1%;
}
.logo{
	width:256px;
	height:134px;
	float:left;
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
	margin:5px 0 -5px -10px;
}
.logo a{
	display:block;
	height:100%;
	cursor:pointer;
	background:url(../images/bg-logo.png) no-repeat;
}
.lang-list{
	margin:0;
	padding:75px 0 10px;
	list-style:none;
	text-align:right;
	text-transform:uppercase;
	font:bold 16px Arial, Helvetica, sans-serif;
	overflow:hidden;
}
.lang-list li{
	display:inline;
	background:url(../images/sep-lang-list.gif) no-repeat 100% 3px;
	padding:0 7px 0 2px;
	margin:0 -6px 0 6px;
}
* html .lang-list li{padding:0 2px 0 7px;}
*+html .lang-list li{padding:0 2px 0 7px;}
.lang-list a{
	color:#fff;
	text-decoration:none;
}
.lang-list a:hover{text-decoration:underline;}
.nav-area{float:right;}
.add-nav{
	margin:0;
	padding:0 2px 0 0;
	list-style:none;
	text-align:right;
	float:left;
}
* html .add-nav{margin-right:-3px;}
*+html .add-nav{margin-right:-3px;}
.add-nav li{
	display:inline;
	background:url(../images/sep-add-nav.gif) no-repeat 0 3px;
	padding:0 2px 0 5px;
}
.add-nav li:first-child{background:none;}
.add-nav a{color:#fff; font-size:12px}
.sub-nav{
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	text-align:right;
	float:left;
	background:url(../images/bg-sub-nav.gif) no-repeat 0 5px;
}
* html .sub-nav{margin-right:-4px;}
*+html .sub-nav{margin-right:-4px;}
.sub-nav li{
	display:inline;
	background:url(../images/sep-add-nav.gif) no-repeat 0 3px;
	padding:0 2px 0 5px;
}
.sub-nav li:first-child{background:none;}
.sub-nav a{color:#c5d4e6;}
.header-holder{
	overflow:hidden;
	background:#fff;
	padding:12px 10px 5px;
}

.header-holder{width:902px}

* html .header-holder{
	overflow:visible;
	height:1%;
}
.nav-holder{
	width:100%;
	overflow:hidden;
}
#nav{
	margin:0;
	padding:0 0 13px;
	list-style:none;
	float:right;
	font:bold 14px/18px Arial, Helvetica, sans-serif;
	overflow:hidden;
}
#nav li{
	float:left;
	background:url(../images/sep-nav.gif) no-repeat 100% 0;
	padding:1px 8px 0;
	margin:0 -1px 0 1px;
}
#nav a{
	color:#3884c0;
	text-decoration:none;
}
#nav a:hover{text-decoration:underline;}
#header .img-holder{padding:0 0 4px;}
#header .img-area{padding:0 0 10px;}
#header .img-holder img,
#header .img-area img{display:block;}
/* main */
#main{
	padding:15px 10px 12px;
	overflow:hidden;
	background:#fff;
}
* html #main{
	overflow:visible;
	height:1%;
}
/* content */
#content{
	width:596px;
	float:left;
}
.gallery-area{
	position:relative;
	width:595px;
	height:326px;
	overflow:hidden;
	margin:0 0 9px;
}
.gallery-area img{display:block;}
.pagination-area{
	height:24px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	z-index:15;
}
.pagination-area .decor-area{
	background:url(../images/bg-pagination.png) no-repeat;
	width:11px;
	height:24px;
	float:left;
	overflow:hidden;
}
.pagination-area ul{
	margin:0;
	padding:2px 2px 0;
	list-style:none;
	float:left;
	height:24px;
	background:#000;
	font:bold 14px/20px Arial, Helvetica, sans-serif;
}
.pagination-area li{
	float:left;
	margin:0 1px;
}
.pagination-area a{
	color:#fff;
	float:left;
	padding:0 7px;
	text-decoration:none;
}
.pagination-area .active a,
.pagination-area a:hover{
	color:#ccc;
	background:#c00;
}
.news-area{
	position:absolute;
	bottom:0;
	left:0;
	z-index:10;
	width:595px;
	height:55px;
	overflow:hidden;
}
.news-area ul{
	margin:0;
	padding:5px 0 0 16px;
	list-style:none;
	background:url(../images/bg-news-area.png) repeat-x;
	height:55px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.news-area li{
	vertical-align:top;
	overflow:hidden;
}
.news-area ul a{
	position:relative;
	text-decoration:none;
	color:#333;
	background:url(../images/bullet-news-list.png) no-repeat;
	padding:0 0 0 11px;
	float:left;
}
* html .news-area ul a{
	overflow:visible;
	height:1%;
}
.news-area ul .active a,
.news-area ul a:hover{
	color:#000;
	background:url(../images/bullet-news-list-active.png) no-repeat;
}
.gallery-area .slide{
	position:relative;
	overflow:hidden;
	width:100%;
}
.gallery-area .slide a{
	display:block;
	position:absolute;
	top:0;
	left:0;
	float:left;
	z-index:1;
}
.gallery-area .slide a.active{
	z-index:2;
	position:relative;
}
.inform-area{
	background:#e5e5e5;
	min-height:116px;
	text-transform:uppercase;
	line-height:14px;
	padding:8px 10px 0;
	margin:0 0 9px;
}
* html .inform-area{
	overflow:visible;
	height:116px;
}
.inform-area h1{
	margin:0 0 8px;
	color:#3b70ab;
	font-size:16px;
}
.inform-area p{
	color:#369;
	font-size:13px;
	font-weight:bold;
	margin:0;
}
.inform-area p a{
	color:#369;
	text-decoration:none;
}
.inform-area p a:hover{text-decoration:underline;}
.last-news{
	margin:0;
	padding:0 0 13px;
	list-style:none;
	font-weight:bold;
}
.last-news li{
	background:url(../images/bullet-last-news-list.gif) no-repeat 0 6px;
	padding:0 0 0 10px;
}
.last-news a{text-decoration:none;}
.last-news a:hover{text-decoration:underline;}
.info-holder{
	overflow:hidden;
	width:596px;
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
}
.info-holder img{display:block;}
.info-holder .box-info{
	position:relative;
	height:137px;
	width:284px;
	float:left;
	overflow:hidden;
}
.info-holder .box-inform{
	position:absolute;
	top:0;
	left:0;
}
.info-holder .box-inform .holder{
	background:url(../images/bg-info-holder.png) repeat-x;
	height:137px;
	width:284px;
}
.ttl-area{
	display:block;
	background:url(../images/bg-ttl-area.png) no-repeat;
	height:51px;
	line-height:16px;
}
.ttl-area a{
	display:block;
	padding:11px 100px 0 12px;
	height:40px;
	width:184px;
	color:#fff;
	position:relative;
	text-decoration:none;
}
.info-holder img{display:block;}
.info-holder .block-info{
	position:relative;
	height:137px;
	width:300px;
	float:right;
	overflow:hidden;
}
.info-holder .block-inform{
	position:absolute;
	top:0;
	left:0;
}
.info-holder .block-inform .holder{
	background:url(../images/bg-info-holder.png) repeat-x;
	height:137px;
	width:300px;
}
.ttl-holder{
	display:block;
	background:url(../images/bg-ttl-holder.png) no-repeat;
	height:51px;
	line-height:16px;
}
.ttl-holder a{
	display:block;
	padding:11px 80px 0 12px;
	height:40px;
	width:208px;
	color:#fff;
	position:relative;
	text-decoration:none;
}
.info-section{
	width:570px;
	padding-left:10px;
	font-size: 12px;
}
.info-section h1 {text-transform:uppercase; font-size:22px; margin:10px 0 3px 0;}
.info-section h2 {text-transform:uppercase;}
.info-section .date { color:#999; margin-bottom: 10px; font-size: 11px }
.txt-area{padding:0 10px 8px 0;}
.info-section p{margin:0 0 14px;}
.info-section .img-holder{padding:0 0 15px;}
.info-section .img-holder img{display:block;}
.photo-list{
	margin:0 -20px 0 0;
	padding:0 0 3px;
	list-style:none;
	overflow:hidden;
	width:600px;
}
.photo-list li{
	float:left;
	padding:0 10px 10px 0;
}
.photo-list img{display:block;}
.info-list{
	margin:0;
	padding:2px 0 8px 6px;
	color:#c09d99;
	width:285px;
	overflow:hidden;
	border-top:1px solid #e5e5e5;
	font-size:11px;
	line-height:13px;
}
.info-list dt{
	float:left;
	width:80px;
}
* html .info-list dt{margin-right:-3px;}
.info-list dd{
	margin:0;
	display:block;
}
.info-list a{
	color:#c09d99;
	text-decoration:none;
}
.info-list a:hover{text-decoration:underline;}
/* sidebar */
#sidebar{
	width:300px;
	float:right;
}
.info-box{
	background:url(../images/bg-info-box.jpg) no-repeat;
	width:265px;
	padding:13px 18px 0 17px;
	margin:0 0 9px;
	height:187px;
	overflow:hidden;
}
.info-box h2{
	margin:0 0 14px;
	color:#fff;
	text-transform:uppercase;
	font-size:24px;
	line-height:24px;
}
.flash-holder{padding:0 0 11px;}
.flash-holder img{display:block;}
.info-box .ttl{
	display:block;
	text-align:right;
	color:#9bcaff;
	font-size:16px;
	text-transform:uppercase;
	line-height:15px;
	padding:0 0 10px;
}
.info-nav{
	margin:0;
	padding:0 0 0 5px;
	list-style:none;
	font-weight:bold;
	text-transform:uppercase;
}
.info-nav a{
	color:#fff;
	text-decoration:none;
}
.info-nav a:hover{text-decoration:underline;}
#sidebar .image-box{margin:0 0 9px;}
#sidebar .image-box img{display:block;}
.info-area{
	background:url(../images/bg-info-area.gif) no-repeat;
	width:273px;
	padding:9px 10px 0 17px;
	overflow:hidden;
	height:128px;
}
.info-area a{
	color:#9bcaff;
	text-decoration:none;
}
.info-area a:hover{text-decoration:underline;}
.info-area h2{
	margin:0;
	text-transform:uppercase;
	color:#fff;
	font-size:24px;
}
.info-area h2 a{color:#fff;}
.info-area p{
	margin:0;
	color:#9bcaff;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:16px;
}
/* footer */
#footer{padding:15px 0 13px;}
.f-nav{
	margin:0;
	padding:0 0 1px;
	list-style:none;
	overflow:hidden;
	width:100%;
	font-weight:bold;
}
.f-nav li{
	float:left;
	padding:0 7px;
	background:url(../images/sep-f-nav.gif) no-repeat 0 3px;
	margin:0 7px 0 -7px;
}
.f-nav a{
	color:#000;
	text-decoration:none;
}
.f-nav a:hover{text-decoration:underline;}
#footer p{
	margin:0 0 4px;
	font-weight:bold;
	color:#003d65;
	font-size:14px;
}
.brands-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:100%;
}
.brands-list li{
	float:left;
	padding:0 19px 0 0;
}
.brands-list img{display:block;}

.txt-area p { padding-bottom: 8px; }