*{
	margin: 0;
	padding: 0;
	border: 0;
	font: 14px Tahoma, Arial, sans-serif;
	color: #31353a;
}

object { display: block; }

body{
	background-color: #e8e8e8;
	font-family: Tahoma, Arial, sans-serif;
	/*
	background-color: #98703f;
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#98703f', endColorstr='#000000');
	background: -webkit-gradient(linear, 0 0, 0 80%, from(#98703f), to(#000000));
	background: -webkit-linear-gradient(#98703f, #000000 80%);
	background: -moz-linear-gradient(#98703f, #000000 80%);
	background: -ms-linear-gradient(#98703f, #000000 80%);
	background: -o-linear-gradient(#98703f, #000000 80%);
	background: linear-gradient(#98703f, #000000 80%);
	-pie-background: linear-gradient(#98703f, #000000 80%);
	behavior: url(/PIE.htc);
	//*/
}

.ns span { display: none; }
.cfx { clear: both; }
a { text-decoration: none; }
table a { font-weight: bold; }

.zoom { float: left; position: relative; }
.zoom img { cursor: pointer; }
#main
{
	width: 1015px;
	margin: 65px auto 0;
	background: #fff;
	height: 100%;
}

#supertop {
	width: 100%;
	height: 65px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.43);
	-moz-box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.43);
	box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.43);
}
#supertop .inner {
	position: relative;
	width: 1015px;
	height: 59px;
	padding-top: 6px;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}
#supertop .inner >a img {
	float: left;
	display: block;

}
#supertop .menu
{
	float: left;
	width: 680px;
	height: 40px;
	margin-top: 20px;
	margin-left: 53px;
}
#supertop .menu a
{
	display: block;
	float: left;
	position: relative;
	height: 31px;
	/*padding: 0 10px 8px 10px;
	margin: 0 3px 0 0;
	*/

	padding: 0 0px 8px;
	margin: 0 20px 0 0;
	
	color: #31353a;
	font-size: 16px;
	transition: all 0.3s ease;
	text-transform: uppercase;
	text-decoration: none;
}
#supertop .menu a::after {
	content: '';
	width: 100%;
	position: absolute;
	height: 5px;
	background: #B5D815;
	bottom: 0;
	left: 0;
	transition: all 0.3s ease;
	transform: translate(0,100%);
}
#supertop .menu a:hover,
#supertop .menu a.selected
{
	color: #f46b26;
}
#supertop .menu a:hover::after,
#supertop .menu a.selected::after {
	transform: translate(0,0);
}
#supertop .shop {
	float: right;
}

#top
{	
	
	width: 100%;
	height: 196px;
	background: transparent;
	position: relative;
	z-index: 1;
	background: #fff;
	overflow: hidden;
}
#top .logo
{
	width: 319px;
	height: 236px;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 6px;
}
#top .libet {
	display: block;
    float: right;
    margin-top: 61px;
}
#top .libet img {
	width: 730px;
}
#top .menu
{
	width: 700px;
	height: 40px;
	position: absolute;
	z-index: 3;
	left: 300px;
	top: 98px;
}
#top .menu a
{
	display: block;
	float: left;

	/*padding: 0 10px 8px 10px;
	margin: 0 3px 0 0;
	*/

	padding: 0 21px 8px;
	margin: 0 9px 0 0;

	border-bottom: 2px #634b2f solid;
	color: #9a7448;
	font-size: 13px;
	
	text-transform: uppercase;
	text-decoration: none;
}
#top .menu a:hover,
#top .menu a.selected
{
	color: #f46b26;
	border-bottom: 2px #f46b26 solid;
	background: url('../img/top-menu-a-bg.png') no-repeat center 21px;
}
#top .shop {
	position: absolute;
	right: 31px;
	bottom: 5px;
	display: block;
}
#vignette
{
	width: 100%;
	height: 479px;
	background: transparent;
	position: relative;
	z-index: 30;
	
}
#vignette.map { height: 452px; }
#vignette .top
{
	width: 100%;
	height: 14px;
	background: transparent;
	float: left;
}
#vignette .bottom
{
	width: 100%;
	height: 402px;
	background: #31353a;

	float: left;
}
#vignette .frame
{
	width: 982px;
	height: 434px;
	position: absolute;
	left: 17px;
	top: 0;
	z-index: 31;
	/* background: url('../img/vignette-frame-bg.png') no-repeat; */
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31353a+0,31353a+54,e8e8e8+54,31353a+96 */
background: #31353a; /* Old browsers */
background: -moz-linear-gradient(45deg, #31353a 0%, #31353a 54%, #e8e8e8 54%, #31353a 96%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #31353a 0%,#31353a 54%,#e8e8e8 54%,#31353a 96%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #31353a 0%,#31353a 54%,#e8e8e8 54%,#31353a 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31353a', endColorstr='#31353a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#vignette .frame .inner
{
	width: 926px;
	height: 403px;
	overflow: hidden;
	position: relative;
	margin: 14px 0 0 28px;
	background: #fff;
}
#vignette .frame .inner .elem
{
	width: 926px;
	height: 403px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	
}
#vignette .frame .inner .elem:first-child{
	display: block;
}
#vignette .frame .inner .elem .box
{
	width: 492px;
	height: 170px;
	position: absolute;
	right: 0;
	bottom: 20px;
}
#vignette .frame .inner .elem .box .bg
{
	width: 100%;
	height: 100%;
	background: #31353a;
	opacity:0.8;
	filter:alpha(opacity=80);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 30;
}

#vignette .frame .inner .elem .box .h
{
	font-size: 30px;
	line-height: 34px;
	color: #fff;
	width: 83%;
	margin: 26px auto 0 ;
	position: relative;
	z-index: 31;
	overflow: hidden;
}
#vignette .frame .inner .elem .box .txt
{
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	width: 83%;
	margin: 15px auto 0;
	position: relative;
	z-index: 31;
	overflow: hidden;
}



#content
{
	width: 953px;
	float: left;
	margin: 0 0 0 31px;
	position: relative;
	z-index: 30;
	background: #fff;
}
#content .empty
{
	width: 100%;
	text-align: center;
	margin: 30px 0;
	float: left;
	font-size: 15px;
}
#path
{
	height: 34px;
	width: 100%;
	background: #0f5126;
	color: #fff;
	font-size: 16px;
	margin: 0 0 8px;
	
	float: left;
	display: block;
}
#path ul
{
	width: 922px;
	background: #0C4420;
	list-style: none !important;
	padding: 8px 0 0 31px !important;
	margin: 0 0 0 31px !important;
	float: left;
	height: 26px;
}
#path ul li
{
	float: left;
	background: transparent !important;
	height: 22px;
	padding: 0 !important;
	margin: 0 6px 0 0 !important;
	color: #fff;
	font-size: 12px;
}

#path ul li.selected { color: #B5D815; }

#path ul li a { text-decoration: none; color: #fff; font-size: 12px; }
#path ul li a:hover { text-decoration: underline; }

#content .promobox
{
	width: 611px;
	height: 342px;
	background: #31353a;
	float: left;
	overflow: hidden;
}
#content .promobox .holder
{
	width: 2000em;
	height: 301px;
	position: relative;
}
#content .promobox .holder .head
{
	width:  500px;
	height: 42px;
	font-size: 16px;
	color: #B5D815;
	text-transform: uppercase;
	margin: 22px 0 0 31px;
	float: left;
}
#content .promobox .holder .items
{
	position:absolute;
	width:20000em;
}
#content .promobox .holder .item
{
	width: 611px;
	height: 218px;
	float: left;
	position: relative;
}

#content .promobox .holder .item img
{
	width: 319px;
	height: 210px;
	border: 2px #B5D815 solid;
	display: block;
	float: left;
	margin: 0 20px 0 31px;
}
#content .promobox .holder .item .name
{
	width: 194px;
	height: 29px;
	float: left;
	color: #B5D815;
	font-weight: bold;
}
#content .promobox .holder .item .txt
{
	width: 194px;
	height: 166px;
	float: left;
	overflow: hidden;
	text-align: left;
	color: #fff;
}
#content .promobox .holder .item .txt p {
	color: #fff;
	font-size: 12px;
}
#content .promobox .holder .item .txt p strong {
	font-weight: normal;
	font-size: 12px;
}
#content .more
{
	width: 100px;
	height: 30px;
	display: block;
	background: url('../img/btn-more-lime.png') no-repeat;
}
#content .more span { display: none; }
#content .promobox .holder .item .more { float: right; margin-right: 38px; }

#content .promobox .navi,
#content .paging
{
	height: 42px;
	width: 100%;
	background: #202326;
	text-align: center;
	padding: 0;
	float: left
}
#content .promobox .navi div,
#content .promobox .navi a,
#content .paging a,
#content .paging span,
#content .paging div
{
	display: inline-block;
	overflow: hidden;
	margin: 10px 0 0 0;
	width: 13px;
	height: 19px;
	text-decoration: none;
	color: #fff;
	font-size: 17px;
}
#content .paging span a { margin: 0 !important; }

#content .promobox .navi a.active,
#content .paging .current
{
	color: #B5D815;
}
#content .promobox .navi .prev,
#content .promobox .navi .next,
#content .paging .prev a,
#content .paging .next a
{
	cursor: pointer;
	width: 13px;
	height: 20px;
	background: url('../img/promobox-navi-pn.png') no-repeat 0 0px;
	margin: 0 15px 0 0;
}
#content .paging div a{
	margin: 0 !important;
}
#content .paging div a span {
	display: none;
}
#content .promobox .navi .next,
#content .paging .next a { background-position: -13px 0px; margin: 0 0 0 10px; }

#content .col1plain
{
	width: 953px;
	background: #fff;
	float: left;
	overflow: hidden;
	margin: 0 0 10px;
	position: relative;
}

#content .col1plain.tc {
	width: 700px;
	float: right;
}

#content .col1plain.single .txt img {
	float: left;
	margin: 0 15px 6px 0px;
	border: 4px #2c2c2c solid;
}

#content .col1plain.single .txt p
{
	margin: 0 0 10px 0;
}
#content .col1plain.single .txt p:first-child
{
	margin: 5px 0 10px 0;
}

#content .col1plain.single .txt.desc{
	width: 430px;
	min-height: 120px;
	background: #392F21;
}

#content .col1plain.single .txt.desc .head,
#content .col1plain.single .pname{
	background: #2f271b;
	height: 20px;
	padding: 4px 0 0 5px;
	font-weight: bold;
	margin: 0 !important;
}
#content .col1plain.single .txt .inner {
	padding: 3px 5px;
	background: #392F21;
	min-height: 188px;
}

#content .col1plain .counter
{
	color: #0C4420;
	right: 30px;
	top: 25px;
	position: absolute;
}
#content .col1plain:last-child { margin: 0 0 20px 0; }
#content .col1plain h1,
#content .col1plain h2,
#menu-left .head,
#content .actions
{
	height: 42px;
	width: 922px;
	background: #d2d2d2;
	color: #31353a;
	font-size: 20px;
	padding: 22px 0 0 31px;
	float: left;
	display: block;
	text-transform: uppercase;
}

#content .col1plain h1 {
	position: relative;
	
}
#content .col1plain h1 a {
	position: absolute;
	right: 30px;
	top: 15px;
}
#menu-left .head { width: 214px; }
#content .col1plain h2.low{
	height: 30px;
	padding: 12px 0 0 31px;
	font-size: 13px;
}

#content .col1plain .cbgsep { 
	height: 10px; width: 100%;
	background: #B5D815;
	float: left;
	margin: 10px 0 2px;
}
#content .col1plain .txt
{
	width: 890px;
	float: left;
	margin: 20px 0 20px 31px;
	text-align: justify;
	position: relative;
	overflow: hidden;
	display: block;
}
#content .col1plain .txt.phase{
	margin: 0px 0 10px 31px;
}
#content .col1plain.form { height: 330px;}
#content .col1plain.form .cover {
	width: 400px;
	height: 230px;
	background: #2D251C;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	padding: 100px 50px 0;
	text-align: center;
	cursor: pointer;
	display: none;
}
#content .col1plain.form .cover.err { color: #FF0000; }
#content .col1plain.form form { float: left; }

#content .col1plain.form .input{
	width: 400px;
	height: 20px;
	clear: both;
	float: left;
	margin: 0 0 5px 0;
	 position: relative;
}
#content .col1plain.form .input.textarea { height: 80px }
#content .col1plain.form .input label {
	display: block;
	float: left;
	width: 120px;
}

#content .col1plain.form .input label.error {
	width: 160px;
	padding: 2px 0 2px 5px;
	color: #fff;
	background: #7F0000;
	position: absolute;
	left: 370px;
	top: 0;
}

#content .col1plain.form .input input,
#content .col1plain.form .input textarea {
	border: 0;
	width: 246px;
	float: left;
	height: 20px;
	padding: 0px 3px 0;
	background: #31353a;
	font-size: 10px;
	color: #fff;
}
#content .col1plain.form .input textarea { height: 80px; resize: none; }

#content .col1plain.form .submit {
	background: url('../img/bigfoot-btn-send.png') no-repeat;
	clear: both;
	float: left;
	width: 74px;
	height: 24px;
	overflow: hidden;
	margin: 5px 0 0 299px;
}
#content .col1plain.form .submit input
{
	width: 74px;
	height: 24px;
	padding: 0 0 0 300px;
	background: transparent;
	border: 0;
	cursor: pointer;
}

#content .gallery{
	width: 953px;
	background: #2d251c;
	float: left;
	overflow: hidden;
	margin: 0 0 10px;
	position: relative;
	padding: 0 0 35px 0;
}
#content .gallery h2,
#content .actions{
	height: 32px;
	font-size: 14px;
	padding: 12px 0 0 31px;
	margin: 0 0 0 0;
}
#content .actions {
	margin: 0 0 10px 0;
}
#content .gallery a {
	width: 140px;
	height: 90px;
	border: 4px #2c2c2c solid;
	display: block;
	float: left;
	margin: 30px 5px 0 31px;
}
#content .gallery a:hover
{
	border: 4px #966F3E solid;
}
#content .gallery a img{
	width: 140px;
	height: 90px;
}

#content .news
{
	width: 611px;
	background: #2d251c;
	float: left;
	overflow: hidden;
	margin: 20px 0;
}
#content .news .head

{
	height: 42px;
	width: 580px;
	background: #241e15;
	color: #f46722;
	font-size: 16px;
	padding: 22px 0 0 31px;
	float: left;
}


#prodsearch-holder {
	width: 922px;
	height: 26px;
	margin: 0 0 8px 0;
	padding: 8px 0 0 31px;
	float: left;
	background: #31353a;
}
#ProductSearchForm {
	float: right;
	width: 700px
}
#prodsearch-holder label {
	width: 90px;
	text-align: right;
	display: block;
	float: left;
	margin: 0 10px 0 0;
	color: #B5D815;
}
#prodsearch-holder select {
	width: 180px;
	display: block;
	float: left;
	background: #e8e8e8;
}
#ProductSearchFormShow
{
	background: url("../img/btn-show.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 18px;
    width: 74px;
	float: right;
	margin: 0 37px 0 0;
}
#ProductSearchFormShow span { display: none; }
#menu-left
{
	width: 245px;
	background: #31353a;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 42px;
}
#menu-left ul
{
	list-style: none !important;
	margin: 0 !important;
	padding: 0;
}
#menu-left li a
{
	text-decoration: none;
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Arial, sans-serif;
	overflow:hidden;

}

#menu-left li
{
	min-height: 30px;
	margin: 0;
	padding: 0 !important;
	overflow:hidden;
	background: transparent !important;
}

#menu-left  li a{
	padding: 8px 0 3px 21px;
	display: block;
	margin-bottom: 3px;
	font-weight: 100;
	color: #B5D815;
}

#menu-left  > ul  > li.selected  > a{
	font-weight: bold
}

#menu-left  ul  li.selected  ul  li.selected >a{
	font-weight: bold
}

#menu-left li a:hover{
	color: #d7d601
}
#menu-left li li a:hover{
	color: #0C4420
}

#menu-left li  ul{
	padding: 8px 11px 3px 21px;
	background: #e8e8e8;
	display: none;
	margin: 0 !important;
	color: #31353a;
}
#menu-left li ul a
{
	color: #31353a;
}
#menu-left li.selected > ul{
	display: block !important;
}


#menu-left li ul li{
	border-bottom: 1px solid #241E15;
}

#menu-left  > ul > li{
	border-bottom: 1px solid #241E15
}


#content .news .elem,
#content .list .elem
{
	width: 542px;
	float: left;
	margin: 20px 0 14px 31px;
	display: block;
}
#content .list .elem { width: 882px; }
#content .list.tc .elem { width: 632px; }
#content .list .elem.featured { width: 890px;
	background: #31353a; margin: 14px 0 14px 31px; }
#content .news .elem img,
#content .list .elem img
{
	width: 140px;
	height: 90px;
	border: 2px #2c2c2c solid;
	display: block;
	float: left;
	margin: 0 20px 0 0;
}
#content .list .elem.featured img {
	width: 260px;
	height: 166px;
	border: 0;
}
#content .list .elem.featured .phase {
	width: 260px;
	cursor: pointer;
	float: left;
	margin: 0 0 0 5px;
	position: relative;
}

#content .list .elem.featured .phase.p2 {
	margin: 0 50px;
}

#content .list .elem.featured .phase.p3 {
	margin: 0;
}
#content .news .elem .name,
#content .list .elem .name
{
	width: 374px;
	height: auto;
	float: left;
	margin: 0 0 8px 0px;
	color: #31353a;
	
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}


#content .list .elem .name { width: 710px; }
#content .list .elem.featured .name {
	margin: 0 0 5px 0;
	width: 885px;
	height: 22px;
	padding: 8px 0 0 5px;
	background: #fff;

}

#content .list .elem.featured .phase .pname{
	position: absolute;
	width: 260px;
	height: 25px;
	font-size: 13px;
	text-transform: uppercase;
	
	left: 0;
	top: 141px;
}
#content .list .elem.featured .phase .pname span{
	width: 255px;
	display: block;
	padding: 5px 0 0 5px;
	text-transform: uppercase;
	color: #B5D815;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
}
#content .list .elem.featured .phase .pname .bg{
	width: 100%;
	height: 100%;
	background: #31353a;
	position: absolute;
	left: 0;
	top: 0;
	opacity:0.9;
	filter:alpha(opacity=90);
}

#content .news .elem .date,
#content .list .elem .price
{
	width: 374px;
	height: auto;
	float: left;
	margin: 0 0 8px 0;
	color: #644b2d;
}

#content .news .elem .txt,
#content .list .elem .txt
{
	width: 374px;
	height: auto;
	float: left;
	margin: 0;
	display: block;
}
#content .list .elem.featured .txt
{
	width: 260px;
	height: 141px;
	display: none;
	background: transparent;
	position: absolute;
	left: 0; bottom: 25px; z-index: 10;
	overflow: hidden;
}
#content .list .elem.featured .txt .inner{
	width: 250px;
	height: 131px;
	background: transparent;
	padding: 5px;
	position: absolute;
	left: 0; top: 0; z-index: 10;
	overflow: hidden;
	color: #B5D815;

}
#content .list .elem.featured .txt .bg
{
	background: #31353a;
	opacity:0.9;
	filter:alpha(opacity=90);
	width: 100%;
	height: 100%;
}
#content .list .elem.featured .more-wrap{
	width: 890px;
	height: 30px;
	float: left;
	background: #fff;
	margin: 5px 0 0 0;

}

#content .list .elem.featured .more-wrap .more
{
	margin: 3px 3px 0 0 !important;
}

#content .list .elem .name,
#content .list .elem .price,
#content .list .elem .txt { width: 710px; }

#content .list.tc .elem .name,
#content .list.tc .elem .price,
#content .list.tc .elem .txt { width: 460px; }

#content .news .elem .more  { clear: both; float: right; margin: 18px 0 0 0; }
#content .list .elem .more  { clear: both; float: right; margin: 18px 0 0 0; }

#content .news .separator,
#content .list .separator
{
	width: 100%;
	height: 2px;
	background: #241e15;
	float: left;
}
#content .plain
{
	width: 580px;
	background: transparent;
	float: left;
	overflow: hidden;
	margin: 20px 0;
}

#content .plain .head
{
	height: 26px;
	width: 542px;
	color: #B5D815;
	font-size: 16px;
	padding: 8px 0 0 31px;
	float: left;
	border-bottom: 1px #4a3823 solid;
	display: block;
	width: 100%;
	background: #31353a;
}
#content #oh .head {
	cursor: pointer;
	height: 26px;
}

#content .plain.home .elem {
	width: 573px;
	height: auto;
	border-bottom: 1px #4a3823 solid;
	float: left;

}

#content .plain .subhead
{
	width: 542px;
	height: auto;
	float: left;
	margin: 16px 0 8px 31px;
	color: #31353a;
	font-weight: bold;
}
#content .plain.home .subhead {
	margin: 21px 0 8px 10px;
	width: 432px;
}


#content .plain .txt
{
	width: 542px;
	height: auto;
	padding: 0 0 15px 31px;
	border-bottom: 1px #4a3823 solid;
	text-align: justify;
	float: left;
}
#content .plain.home .txt {
	margin: 0 0 15px 10px;
	padding: 0;
	width: 432px;
	border: 0;
}

#content .plain.home .thumb {
	display: block;
	float: left;
	width: 100px;
	margin: 16px 0 8px 31px;
	position: relative;
}
#content .plain.home .thumb img {
	display: block;
	float: left;
	width: 100%;
}
#content #oh .txt {
	margin: 15px 0 0 0;
	border: 0;
	display: none;
}
#content .plain .more { clear: both; float: right; margin: 8px 5px 0 0; }

#content .right{
	float: right;
	width: 284px;
}

#content .rc{
	float: right;
	width: 284px;
	border-bottom: 1px #4a3823 solid;
}

#content .rc .head
{
	width: 100%;
	height: 15px;
	background: #31353a;
	overflow: hidden;
	padding: 3px 0 3px 0;
}

#content .rc .head span
{
	color: #B5D815;
	width: auto;
	float: left;
	display: block;
	margin: -1px 0 0 0;
	height: 17px;
	padding: 0px 7px;
}

#content .rc.offer img
{
	width: 276px;
	height: 154px;
	border: 4px #2c2c2c solid;
	display: block;
	float: left;
	margin: 25px 0;
	
	
}
#content .rc .name {
	color: #31353a;
	font-weight: bold;
	margin: 0 0 8px 0;
	width: 100%;
}
#content .rc .txt {
	margin: 0 0 8px 0;
	width: 100%;
}

#content .rc.offer .more { clear: both; float: right; margin: 0 0 10px 0; }

#content .rc.krd
{
	margin: 15px 0 0 0;
	padding: 0 0 15px 0;
	text-align: center;	
	
}



#content .rc.gm
{
	border: 0;
	margin: 15px 0;
}

#content .rc.gm .map
{
	width: 284px;
	height: 284px;
	margin: 15px 0 5px 0;
}
#content .rc.gm .name { text-transform: uppercase; margin: 12px 0; cursor: pointer; }
#content .rc.gm a { text-decoration: none; color: #B5D815 }
#content ul
{
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
#content ul li
{
	background: url('../img/content-ul-li.png') no-repeat 0 6px;
	padding: 0 0 0 10px;
}

#bigfoot {
	width: 100%;
	height: 344px;
	background-color: #191919;
	background: -webkit-gradient(linear, 0 0, 0 20%, from(#0f0f0f), to(#191919));
	background: -webkit-linear-gradient(#0f0f0f, #191919 20%);
	background: -moz-linear-gradient(#0f0f0f, #191919 20%);
	background: -ms-linear-gradient(top #0f0f0f 0%, #191919 20%);
	background: -o-linear-gradient(#0f0f0f, #191919 20%);
	background: linear-gradient(#0f0f0f, #191919 20%);
	-pie-background: linear-gradient(#0f0f0f, #191919 20%);

	position: realtive;
	clear: both;
}

#bigfoot .col
{
	float: left;
	margin-top: 35px; 
	color: #5d5d5d;
}
#bigfoot .col .head
{
	height: 26px;
	width: 100%;
	border-bottom: 1px #272626 solid;
	color: inherit;
	font-size: 14px;
	margin: 0 0 18px 0;
}
#bigfoot .col .head.nl
{
	margin: 25px 0 0 0;
	border: 0;
}
.txt
{
	color: inherit;
}

.txt strong { color: inherit; font-weight: bold; }

#bigfoot .c1
{
	width: 152px;
	margin-left: 52px;
}
#bigfoot .c2
{
	width: 330px;
	margin-left: 80px;
	position: relative;
	z-index: 20;
}
#bigfoot .c3
{
	width: 278px;
	margin-left: 77px;
}

#bigfoot .c3 .newsletter
{
	width: 100%;
	height: 80px;
	float: left;
	position: relative;
}


#bigfoot .col .cover {
	width: 240px;
	height: 170px;
	background: #191919;
	color: #5D5D5D;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 20;
	padding: 100px 50px 0;
	text-align: center;
	cursor: pointer;
	display: none;
}
#bigfoot .c3 .newsletter .cover{
	width: 280px;
	height: 100px;
	padding: 10px 10px;
	top: 0;
}
#bigfoot .col .cover.err { color: #FF0000; }

#bigfoot .col .input
{
	width: 100%;
	height: 18px;
	margin: 0 0 10px;
	float: left;
	position: relative;
}
#bigfoot .col.c3 .input
{
	height: auto;
}
#bigfoot .col .input.textarea
{
	height: 96px;
}
#bigfoot .col .input label
{
	display:block;
	float: left;
	height: 15px;
	margin: 0;
	width: 95px;
	color: #5d5d5d;
	
}
#bigfoot .col .input label.error {
	width: 160px;
	height: 16px !important;
	overflow: hidden;
	font-size: 11px;
	padding: 2px 0 2px 5px;
	color: #fff;
	background: #7F0000;
	position: absolute;
	left: 320px;
	top: 0;
}
#bigfoot .col .input.textarea label.error { top: 25px; }
#bigfoot .col.c3 .input label
{
	width: 100%;
	height: 46px;
}

#bigfoot .col .input.textarea label
{
	height: 25px;
}
#bigfoot .col .input input
{
	display:block;
	float: left;
	height: 18px;
	width: 233px;
	color: #fff;
	background: #1f1f1f;
	border: 0;
	font-size: 11px;
}
#bigfoot .col.c3 .input input
{
	width: 100%;
}
#bigfoot .col .input textarea
{
	width: 100%;
	height: 69px;
	background: #1f1f1f;
	border: 0;
	resize: none;
	color: #5d5d5d;
}

#bigfoot .col .submit
{
	width: 74px;
	height: 24px;
	background: url('../img/bigfoot-btn-send.png') no-repeat;
	overflow: hidden;
	float: right;
	cursor: pointer;
	margin: 10px 0 0;
}
#bigfoot .col.c3 .submit {
	background: url('../img/bigfoot-btn-save.png') no-repeat;
}
#bigfoot .col .submit input
{
	width: 74px;
	height: 24px;
	padding: 0 0 0 300px;
	background: transparent;
	border: 0;
	cursor: pointer;
}
#bigfoot .col .partners
{
	position: relative;
	overflow: hidden;
	width: 136px;
	height: 69px;
	
}
#bigfoot .col .sep{
	height: 1px;
	background: #272626;
	width: 100%;
	margin: 20px 0 0 0;
}

#bigfoot .col .partners .items
{
	height: 2000em;
	width: 136px;
	position: absolute;
}
#bigfoot .col .partners .items .item
{
	width: 136px;
	height: 69px;
	display: block;
}
#bigfoot .col .partners .items .item img
{
	vertical-align: middle;
}


#foot{
	background: #0c0c0c;
	height: 64px;
	width: 100%;
}

#foot .l
{
	margin: 23px 0 0 52px;
	color: #3d3d3d;
	float: left;
}
