/* General settings */
* {font-size:100.01%;}
html{
	height:100%;
	font-size:62.5%;
}
body{
	margin:0;
	background:#262626 url(../images/bg-body.gif) repeat-x;
	color:#fff;
	font:1.3em Helvetica, Verdana, Arial, sans-serif;
	height:100%;
}
img{border:0;}
a{
	color:#000;
	text-decoration:underline;
}
a:hover{text-decoration:none;}
form, fieldset{
	margin:0;
	padding:0;
	border:0;
}
input{
	font:100% Helvetica, Verdana, Arial, sans-serif;
	vertical-align:middle;
	outline:none;
}
#wrapper{
	width:990px;
	margin:0 auto;
	min-height:100%;
	background:url(../images/bg-wrapper.png) repeat-y;
}
* html #wrapper{height:100%;}
.wrapper-holder{
	position:relative;
	padding:0 0 311px;
}
* html .wrapper-holder{z-index:10;}
*+html .wrapper-holder{z-index:10;}
/* header */
#header{
	width:790px;
	min-height:104px;
	position:absolute;
	z-index:15;
	top:0;
	left:189px;
}
* html #header{height:104px;}
/* navigation */
#nav{
	margin:67px 0 0 22px;
	padding:0;
	list-style:none;
	font-size:14px;
	font-weight:bold;
	height:37px;
	line-height:37px;
	position:relative;
}
#nav:after{
	content:"";
	clear:both;
	display:block;
}
* html #nav{
	overflow:visible;
	height:1%;
}
#nav li{
	float:left;
	background:url(../images/sep-nav.gif) no-repeat 100% 0;
	padding:0 1px 0 0;
}
#nav a{
	color:#fff;
	text-decoration:none;
	padding:0 19px;
	float:left;
}
#nav li.hover a,
#nav li:hover a,
#nav a:hover{
	color:#faa61a;
	background:url(../images/bg-nav-active.gif) repeat-x;
}
#nav .active{padding:0 2px 0 0;}
#nav .active a{
	color:#000 !important;
	background:url(../images/bg-nav-hover.gif) no-repeat 100% 0 !important;
}
#nav li.hover,
#nav li:hover{position:relative;}
#nav li.hover .drop-box,
#nav li:hover .drop-box{display:block;}
#nav .drop-box{
	display:none;
	width:152px;
	position:absolute;
	top:37px;
	left:0;
}
#nav .drop-box .c{
	background:#ffcc40 url(../images/bg-drop-box-c.gif) repeat-x;
	padding:5px 0 0;
}
#nav .drop-box .b{
	background:url(../images/bg-drop-box-b.png) no-repeat;
	height:8px;
	overflow:hidden;
}
#nav .drop-box ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav .drop-box li{
	float:none;
	vertical-align:top;
	overflow:hidden;
	width:100%;
	padding:0 0 1px;
	line-height:26px;
	background:url(../images/sep-drop-box-list.gif) repeat-x 0 100%;
}
#nav .drop-box a{
	color:#000 !important;
	text-decoration:none;
	padding:0 15px;
	display:block;
	float:none;
	background:none !important;
}
#nav .drop-box a:hover{
	color:#faa61a !important;
	background:#000 !important;
}
/* add-nav */
.add-nav{
	width:780px;
	height:38px;
	left:-22px;
	background:url(../images/bg-drop.gif) no-repeat 100% 0;
	font-size:14px;
}
.add-nav ul{
	margin:0;
	padding:0 0 0 20px;
	list-style:none;
	font-weight:bold;
}
.add-nav ul a:hover{
	font-weight:bold;
	color:#fff;
}
.add-nav ul .active a{
	font-weight:bold;
	background:url(../images/sep-drop.gif) repeat-x 0 -38px !important;
}
.add-nav ul .active a:hover{color:#000;}
.add-nav ul li{
	float:left;
	width:auto;
	padding:0;
	height:38px;
	overflow:hidden;
	line-height:38px;
	background:url(../images/sep-drop.gif) no-repeat;
}
.add-nav a{
	color:#000;
	text-decoration:none;
	padding:0 15px;
	display:block;
	float:none;
	background:none !important;
}
/* main */
#main{
	width:100%;
	position:relative;
	z-index:10;
	background:url(../images/bg-main.jpg) no-repeat 100% 0;
}
#main:after{
	content:"";
	clear:both;
	display:block;
}
/* sidebar */
#sidebar{
	width:170px;
	padding:0 0 0 19px;
	float:left;
	background:url(../images/bg-side-area.gif) no-repeat;
	min-height:430px;
}
* html #sidebar{height:430px;}
.logo{
	display:block;
	width:146px;
	height:218px;
	text-indent:-9999px;
	overflow:hidden;
	margin:20px 0 0 20px;
}
.logo a{
	display:block;
	height:100%;
	cursor:pointer;
	background:url(../images/bg-logo.png) no-repeat;
}
/* content */
#content{
	width:760px;
	padding:122px 21px 0 20px;
	float:right;
	margin:0 0 -215px;
	position:relative;
}
/* info-area */
.info-area{
	width:100%;
	overflow:hidden;
}
.info-area .img-area{
	float:left;
	padding:0 40px 0 7px;
}
* html .info-area .img-area{margin:0 -3px 0 0;}
.txt-area{
	overflow:hidden;
	padding:18px 10px 0 0;
}
* html .txt-area{
	overflow:visible;
	height:1%;
}
.txt-area h1{
	margin:0 0 12px;
	font-size:1.385em;
	color:#faa61a;
	line-height:20px;
}
.txt-area p{
	margin:0 0 19px;
	font-size:1.154em;
	line-height:19px;
}
/* info-holder */
.info-holder{
	width:100%;
	overflow:hidden;
	padding:0 0 25px;
}
.info-box{
	width:500px;
	overflow:hidden;
	background:url(../images/bg-info-box.gif) no-repeat;
	color:#000;
	padding:7px 0 0;
	position:relative;
	float:left;
}
.info-box .holder{
	background:#fff url(../images/bg-info-box.gif) no-repeat -500px 100%;
	overflow:hidden;
	padding:0 0 36px 18px;
}
.img-box{
	float:left;
	padding:0 6px 0 0;
}
* html .img-box{margin:0 -3px 0 0;}
.img-box img{display:block;}
.txt-holder{
	padding:10px 10px 5px 0;
}
.txt-holder p{
	margin:0 0 10px;
	line-height:18px;
}
.txt-holder h2{
	margin:0 0 11px;
	font-size:1.385em;
}
.btn-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size:14px;
	position:absolute;
	bottom:5px;
	right:13px;
}
* html .btn-list{
	overflow:visible;
	height:1%;
}
.btn-list li{
	float:left;
	padding:0 2px;
}
.btn-list a{
	float:left;
	text-decoration:none;
	font-weight:bold;
	cursor:pointer;
}
.btn-list a:hover,
.btn-list a:hover span{text-decoration:underline;}
.btn-rental-page,
.btn-read-more{
	line-height:24px;
	height:27px;
	overflow:hidden;
	padding:0 0 0 20px;
}
.btn-rental-page span,
.btn-read-more span{
	float:left;
	height:27px;
	padding:0 20px 0 0;
}
.btn-read-more{background:url(../images/bg-btn-read-more.gif) no-repeat;}
.btn-read-more span{background:url(../images/bg-btn-read-more.gif) no-repeat 100% -27px;}
.btn-rental-page{background:url(../images/bg-btn-rental-page.gif) no-repeat;}
.btn-rental-page span{background:url(../images/bg-btn-rental-page.gif) no-repeat 100% -27px;}
.info-block{
	width:246px;
	overflow:hidden;
	float:right;
}
.ttl-area{
	padding:14px 10px 2px 15px;
	background:#faa61a url(../images/bg-ttl-area.gif) no-repeat;
	overflow:hidden;
}
* html .ttl-area{
	overflow:visible;
	height:1%;
}
.ttl-area h2{
	margin:0;
	font-size:1.154em;
	color:#000;
	float:left;
}
.ttl-area .arrow-more{
	float:right;
	background:url(../images/bg-arrow-more-orange.gif) no-repeat;
	width:24px;
	height:16px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:2px 0 0;
}
.info-block .holder{
	background:url(../images/bg-info-block.gif) no-repeat;
	padding:15px 0 0;
}
.info-block .frame{
	background:#fff url(../images/bg-info-block.gif) no-repeat 100% 100%;
	overflow:hidden;
	position:relative;
	padding:8px 8px 7px 14px;
}
* html .info-block .frame{
	overflow:visible;
	height:1%;
}
.txt-block{
	color:#000;
	line-height:17px;
	padding:0 5px 30px 0;
	overflow:hidden;
}
.txt-block p{margin:0 0 7px;}
.img-area{
	float:right;
	padding:2px 0 0;
}
.img-area img{display:block;}
.btn-more{
	float:left;
	background:url(../images/bg-btn-more.gif) no-repeat;
	height:29px;
	line-height:26px;
	padding:0 0 0 18px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
	overflow:hidden;
}
.btn-more span{
	float:left;
	height:29px;
	padding:0 18px 0 0;
	background:url(../images/bg-btn-more.gif) no-repeat 100% 100%;
}
.btn-more:hover span,
.btn-more:hover{text-decoration:underline;}
.txt-block .btn-more{
	position:absolute;
	bottom:7px;
	left:8px;
}
/* holder-info */
.holder-info{
	width:774px;
	overflow:hidden;
	margin:0 -24px 0 0;
}
/* box-info */
.box-info{
	background:url(../images/bg-box-info.png) no-repeat;
	width:246px;
	overflow:hidden;
	height:185px;
	float:left;
	margin:0 12px 0 0;
}
.ttl-box{
	height:43px;
	width:100%;
	display:table;
	position:relative;
}
.ttl-box h2{
	margin:0;
	padding:0 0 0 14px;
	display:table-cell;
	vertical-align:middle;
	font-size:1.077em;
}
.ttl-box .arrow-more{
	background:url(../images/bg-arrow-more-grey.gif) no-repeat;
	width:24px;
	height:16px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:16px 11px 0 0;
}
.inform-area{
	overflow:hidden;
	padding:14px 0 0;
	position:relative;
}
* html .inform-area{
	overflow:visible;
	height:1%;
}
.img-block{
	float:right;
	padding:0 9px 0 0;
}
.img-block img{display:block;}
.txt-box{
	color:#000;
	line-height:17px;
	overflow:hidden;
	padding:0 0 0 7px;
}
* html .txt-box{
	overflow:visible;
	height:1%;
}
.txt-box p{margin:0 0 10px;}
.btn-holder{overflow:hidden;}
* html .btn-holder{
	overflow:visible;
	height:1%;
}
.text-holder{padding:0 15px 0 7px;}
.btn-buy-now{
	float:left;
	background:url(../images/bg-btn-buy.gif) no-repeat;
	height:28px;
	line-height:26px;
	padding:0 0 0 22px;
	color:#000;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	cursor:pointer;
}
.btn-buy-now span{
	float:left;
	height:28px;
	padding:0 22px 0 0;
	background:url(../images/bg-btn-buy.gif) no-repeat 100% 100%;
}
.btn-buy-now:hover span,
.btn-buy-now:hover{text-decoration:underline;}
.btn-area{
	overflow:hidden;
	clear:both;
	padding:7px 0 0 7px;
}
* html .btn-area{
	overflow:visible;
	height:1%;
}
.btn-area .btn-buy-now{	margin:1px 0 0 10px;}
/* inform-section */
.inform-section{
	overflow:hidden;
	font-size:1.154em;
	line-height:19px;
	padding:0 0 2px;
}
* html .inform-section{
	overflow:visible;
	height:1%;
}
.inform-section h1{
	margin:0 0 12px;
	font-size:1.2em;
	color:#faa61a;
}
.inform-section p{margin:0 0 19px;}
.image-box{
	float:right;
	padding:0 0 0 20px;
}
.image-box img{display:block;}
.content-holder{
	padding:55px 0 0;
}
.gallery-area{
	margin:0;
	padding:0 0 50px;
	list-style:none;
	width:100%;
}
.gallery-area:after{
	content:"";
	clear:both;
	display:block;
}
* html .gallery-area{
	overflow:visible;
	height:1%;
}
.gallery-area li{
	float:left;
	position:relative;
}
.gallery-area li.hover,
.gallery-area li:hover{position:relative;}
.gallery-area .active .img-hover,
.gallery-area li.hover .img-hover,
.gallery-area li:hover .img-hover{display:block;}
.img-hover{
	display:none;
	position:absolute;
	top:-22px;
	left:0;
}
.content-holder h2{
	margin:0 0 23px;
	font:bold 1.385em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#faa61a;
}
.footnote{
	font-style:italic;
}
.footnote a{
	color:#fff;	
}
/* request-form */
.request-form{
	width:396px;
	padding:0 0 20px;
}
.request-form .row{
	overflow:hidden;
	padding:0 10px 0 0;
}
* html .request-form .row{
	overflow:visible;
	height:1%;
}
.request-form label{
	float:left;
	width:125px;
	text-align:right;
	padding:3px 0 0;
}
.decorated-area{
	float:right;
	overflow:hidden;
	background:url(../images/bg-decorated-area.gif) no-repeat;
	height:20px;
	width:247px;
	padding:4px 4px 0;
	margin:0 0 2px;
}
.request-form input{
	float:left;
	padding:0;
	border:0;
	background:none;
	width:100%;
	font-size:12px;
}
.require{background:url(../images/bg-require.gif) no-repeat 100% 6px;}
.post-row{
	overflow:hidden;
	width:246px;
	padding:0 0 2px;
}
.post-row .decorated-area{
	background:url(../images/bg-decorated-post-area.gif) no-repeat;
	width:105px;
	float:left;
	margin:0;
}
.post-row label{padding:3px 6px 0 0;}
.country-row{
	overflow:hidden;
	width:335px;
}
.country-row .decorated-area{
	background:url(../images/bg-decorated-country-area.gif) no-repeat;
	width:195px;
	float:left;
}
.country-row label{padding:3px 6px 0 0;}
.request-form .btn-request{
	width:auto;
	height:auto;
	padding:0;
	margin:11px 0 0 170px;
}
.two-columns{
	width:100%;
	overflow:hidden;
}
/* info */
.info{
	width:504px;
	float:left;
	padding:56px 0 0 10px;
}
.inner .info{padding:14px 0 0 2px;}
.title-area{
	padding:0 0 0 6px;
	overflow:hidden;
}
* html .title-area{
	overflow:visible;
	height:1%;
}
.image-block{padding:0 0 16px;}
.image-block img{display:block;}
.price-holder{float:right;}
.price-area{
	background:url(../images/bg-price-area.gif) no-repeat;
	float:left;
	height:37px;
	overflow:hidden;
	line-height:37px;
	color:#000;
	font-size:1.23em;
	padding:0 0 0 15px;
	margin:3px 0 0;
}
.price-area strong{
	float:left;
	height:37px;
	background:url(../images/bg-price-area.gif) no-repeat 100% 100%;
	padding:0 15px 0 0;
}
/* information-area */
.information-area{padding:0 0 10px;}
.information-area p{margin:0 0 8px;}
.txt{
	padding:0 0 0 5px;
	line-height:21px;
}
.info-row{
	width:100%;
	overflow:hidden;
	padding:0 0 17px;
}
.info-row .more{
	background:url(../images/bg-arrow-grey.gif) no-repeat 0 3px;
	color:#fff;
	text-decoration:none;
	padding:0 0 0 28px;
}
.info-row h1{
	margin:0 0 3px;
	color:#faa61a;
	font-size:1.462em;
}
/* information-block */
.information-block{
	background:url(../images/bg-information-block.gif) no-repeat;
	padding:19px 0 2px 4px;
}
.information-block-holder{padding:7px 0 0;}
.information-block h2{
	margin:0 0 16px;
	font-weight:normal;
	font-size:1.538em;
	color:#fff;
}
.image-holder{
	padding:0 0 0 11px;
	position:relative;
	z-index:10;
	height:453px;
}
.image-holder img{
	display:block;
	position:absolute;
	top:0;
	left:11px;
	z-index:0;
}
.image-holder img.active {z-index:1;}
/* gallery-block */
.gallery-block{
	width:100%;
	overflow:hidden;
	padding:0 0 13px;
	position:relative;
}
.gallery-move-holder {
	float:left;
	width:372px;
	overflow:hidden;
}
.gallery-move-holder ul {
	width:31999px;
}	
span.load {
	position:absolute;
	top:0px;
	left:0;
	background:#000;
	display:block;
	z-index:100;
}
.gallery-section{
	overflow:hidden;
	padding:0 0 0 38px;
	position:relative;
	z-index:15;
	margin:-7px 0 0;
}
* html .gallery-section{
	overflow:visible;
	height:1%;
}
.gallery-section .prev{
	background:url(../images/bg-arrow-prev.gif) no-repeat;
	float:left;
	width:14px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	margin:61px 14px 0 0;
}
.gallery-section ul{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	float:left;
}
* html .gallery-section ul{
	overflow:visible;
	height:1%;
}
.gallery-section li{
	float:left;
	padding:0 8px 0 0;
}
.gallery-section img{
	display:block;
	margin:0 auto;
}
.gallery-section a{
	display:block;
	width:116px;
	padding:12px 0 0;
	height:110px;
}
.gallery-section .active a,
.gallery-section ul a:hover{background:url(../images/bg-gallery-hover.gif) no-repeat;}
.gallery-section .next{
	background:url(../images/bg-arrow-next.gif) no-repeat;
	float:left;
	width:14px;
	height:10px;
	text-indent:-9999px;
	overflow:hidden;
	margin:61px 0 0 6px;
	display:inline;
}
.equipment-list{
	margin:0;
	padding:8px 0 0 8px;
	list-style:none;
}
.equipment-list li{
	background:url(../images/bullet-equipment-list.gif) no-repeat 0 7px;
	padding:0 0 12px 13px;
	line-height:12px;
}
/* aside */
.aside{
	width:178px;
	float:right;
	padding:56px 10px 0 0;
}
.inner .aside{padding:48px 10px 0 0;}
.aside-box{width:178px;}
.title-block{
	background:#f7860f url(../images/bg-title-block.gif) no-repeat;
	padding:12px 10px 8px 23px;
}
.title-block h2{
	margin:0;
	color:#000;
	font:bold 1.308em Arial, Helvetica, sans-serif;
}
.aside-area{
	background:url(../images/bg-aside-area.gif) no-repeat;
	padding:11px 0 0;
}
.aside-area .holder{
	background:#e6e6e6 url(../images/bg-aside-area.gif) no-repeat 100% 100%;
	padding:0 0 15px;
}
.aside-area ul{
	margin:0;
	padding:0;
	list-style:none;
}
.aside-area ul:after{
	content:"";
	clear:both;
	display:block;
}
.aside-area li{
	background:url(../images/sep-aside-list.gif) no-repeat 0 100%;
	vertical-align:top;
	width:100%;
}
.aside-area li:after{
	content:"";
	clear:both;
	display:block;
}
.aside-area a{
	color:#000;
	text-decoration:none;
	float:left;
	padding:6px 25px 10px 33px;
	margin:0 0 0 -8px;
	position:relative;
}
.aside-area .active a{
	font-weight:bold;
	background:url(../images/bg-aside-list-hover.gif) no-repeat 0 50%;
}
.aside-area a:hover{
	font-weight:bold;
}
/* block-info */
.block-info{
	background:url(../images/bg-block-info.gif) no-repeat;
	width:273px;
	overflow:hidden;
	padding:7px 0 0;
	font-size:1.308em;
	color:#000;
	line-height:20px;
	margin:0 0 29px 84px;
}
.block-info .holder{
	background:url(../images/bg-block-info.gif) no-repeat 100% 100%;
	padding:0 10px 9px 19px;
}
.block-info .holder a{text-decoration:none;}
.block-info .holder a:hover{text-decoration:underline;}
/* inform-box */
.inform-box{
	width:474px;
	overflow:hidden;
	margin:0 0 0 -4px;
}
.inform-box .t{
	background:url(../images/bg-inform-box-t.png) no-repeat;
	height:9px;
	overflow:hidden;
}
.inform-box .c{
	background:url(../images/bg-inform-box-c.png) repeat-y;
	overflow:hidden;
	font-size:0.923em;
	padding:3px 14px 6px;
}
.inform-box p{
	margin:0;
	line-height:19px;
}
* html .inform-box .c{
	overflow:visible;
	height:1%;
}
.inform-box .b{
	background:url(../images/bg-inform-box-b.png) no-repeat;
	height:9px;
	overflow:hidden;
}
.section-box-area{padding:45px 0 0;}
.section-box{
	width:760px;
	overflow:hidden;
	background:#e7e7e7 url(../images/bg-section-box.gif) no-repeat;
	padding:10px 0 0;
}
.section-box .holder{
	background:url(../images/bg-section-box.gif) no-repeat 100% 100%;
	padding:0 100px 10px 24px;
	overflow:hidden;
}
* html .section-box .holder{
	overflow:visible;
	height:1%;
}
.area-img{
	float:left;
	margin:0 28px 0 0;
}
* html .area-img{margin:0 25px 0 0;}
.area-img img{
	display:block;
}
.text-info{
	overflow:hidden;
	color:#000;
	padding:13px 0 0;
}
.text-info h1{
	margin:0 0 20px;
	font-size:1.461em;
}
.text-info p{
	line-height:20px;
	margin:0;
}
/* area-information */
.area-information{padding:0 0 22px;}
.area-information p{
	margin:0 0 25px;
	line-height:21px;
}
.area-information h2{
	margin:0 0 3px;
	color:#faa61a;
	font-size:1.461em;
}
.area-information h2 a{
	color:#faa61a;
	text-decoration:none;
}
.area-information h2 a:hover{text-decoration:underline;}
.decorated-ttl{
	background:url(../images/bg-arrow-grey.gif) no-repeat 5px 5px;
	padding:0 0 6px 33px;
}
/* info-list */
.info-list{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
* html .info-list{
	overflow:visible;
	height:1%;
}
.info-list li{
	overflow:hidden;
	vertical-align:top;
	background:url(../images/bg-information-block.gif) no-repeat;
	padding:6px 0 11px 30px;
}
* html .info-list li{height:1%;}
.box-img{
	float:left;
	padding:4px 22px 0 0;
}
* html .box-img{
	margin:0 -3px 0 0;
}
.box-img img{display:block;}
.info-text{
	overflow:hidden;
	position:relative;
	min-height:68px;
	padding:0 0 20px;
}
.info-text p{
	margin:0 0 8px;
	line-height:17px;
}
* html .info-text{
	overflow:visible;
	height:68px;
}
.info-list .price{
	font-size:18px;
	float:left;
	padding:0 10px 0 0;
}
.help-area{
	width:100%;
	overflow:hidden;
}
.read-more-area{
	position:absolute;
	bottom:0;
	left:0;
}
.read-more{
	float:left;
	background:url(../images/bg-btn-more-read.gif) no-repeat;
	height:25px;
	line-height:23px;
	overflow:hidden;
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 14px;
	cursor:pointer;
	margin:0 6px 0 0;
}
.read-more span{
	float:left;
	background:url(../images/bg-btn-more-read.gif) no-repeat 100% 100%;
	padding:0 14px 0 0;
	height:25px;
}
.help-area .buy-now:hover,
.help-area .buy-now:hover span,
.read-more:hover,
.read-more:hover span{text-decoration:underline;}
.help-area .buy-now{
	float:left;
	background:url(../images/bg-btn-buy-now.gif) no-repeat;
	height:25px;
	line-height:23px;
	overflow:hidden;
	color:#000;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	padding:0 0 0 20px;
	cursor:pointer;
}
.help-area .buy-now span{
	float:left;
	background:url(../images/bg-btn-buy-now.gif) no-repeat 100% 100%;
	padding:0 20px 0 0;
	height:25px;
}
.highlight {
    color:#faa61a;
}
.blend{
    color:#fff;
}
.required{
    color:#ff0000;
    font-weight:bold;
}
/* footer */
#footer{
	position:relative;
	z-index:5;
	width:100%;
	height:311px;
	margin:-311px 0 0;
}
.footer-holder{
	width:760px;
	height:70px;
	padding:241px 21px 0 209px;
	margin:0 auto;
	background:url(../images/bg-footer.jpg) no-repeat 504px 100%;
	font:0.923em/17px Helvetica, Verdana, Arial, sans-serif; 
}
.footer-holder p{
	margin:0 7px 0 0;
	float:left;
	font-weight:bold;
}
* html .footer-holder p{margin:0 4px 0 0;}
.footer-holder a{
	color:#faa61a;
	font-weight:bold;
}
.footer-holder ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-holder li{
	display:inline;
	background:url(../images/sep-f-list.gif) no-repeat 0 8px;
	padding:0 5px 0 12px;
}
.footer-area{
	border-top:1px solid #faa61a;
	padding:11px 0 0 4px;
}
#footer .esentra{
    margin:5px 0 0 0;
    font-weight:normal;
    color:#444;
}
#footer .esentra a{
	color:#444;
	text-decoration:none;
}
#footer .esentra a:hover{
	text-decoration:underline;
}
