html,
body{
	width:100%;
	height:100%;
	display:table;
}
.yellow {color: #CC9900}
.green {color: #1b803f}
.brown {color: #7b4109}
.red {color: #f31115}

body{
	margin:0;
	background:#000;
	color:#939293;
	font:13px Arial, Verdana, Helvetica, sans-serif;
	display:table-cell;
	vertical-align:middle;
}



hr {
  border: 0;
  width: 98%;
  color: #f00;
  background-color: #787878;
    height: 1px;
}


form,fieldset,img{margin:0;padding:0;border:none;}
#wrapper{
	width:980px;
	overflow:hidden;
	margin:0 auto;
	padding:10px 0;
	position:relative;
}
/*-- sidebar --*/
#sidebar{
	width:217px;
	height:618px;
	position:relative;
	float:left;
	z-index:10;
	border-left:0px solid #0f0f0f;
}
#sidebar h1{
	width:159px;
	height:161px;
	overflow:hidden;
	text-indent:-9999px;
	margin:10px 0 0 9px;
	background: url(../images/logo.gif) no-repeat;
}
#sidebar h1 a{
	display:block;
	height:100%;
}
#navigation{
	margin:0;
	padding:23px 0 43px;
	list-style:none;
	position:relative;
	font: 17px/20px Georgia, "Times New Roman", Times, serif;
	background:url(../images/bg-navigation.gif) no-repeat 10px 100%;
	overflow:hidden;
	width: 235px;
}
#navigation a{
	color:#939293;
	text-decoration:none;
	padding:0 0 2px;
}
#navigation a:hover,
#navigation a.active{
	color:#e40404;
	background:url(../images/separator.gif) no-repeat 0 100%;
}
#navigation a.active{
	padding-left:7px !important;
}
#navigation li{
	padding:0 0 0 5px;
	position:relative;
}
/*-- drop --*/

/*#navigation li:hover ul,
#navigation li.hover ul,*/
#navigation li.active ul{
	display:block;
}
#navigation ul{
	display:none;
	position:absolute;
	top: -13px;
	z-index: 99;
	padding: 5px;
	list-style:none;
	overflow:hidden;
	font: 11px/20px Georgia, "Times New Roman", Times, serif;
	right: 3px;
	background-color: #000;
	margin: 0;
	width: 100px;
}
#sidebar h2,
#menu h2{
	color:#e40404;
	font: 22px/24px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 0 0 10px;
}

#sidebar h3,
#menu h2{
	color: #a1a0a2;
	font: italic 16px/18px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding: 0 0 20px;
}



#sidebar .box-located {
	padding: 30px 0 0 6px;
	overflow:hidden;
	height:185px;
	color:#939293;
	position:absolute;
	left:0;
	bottom:26px;
	visibility:hidden;
	width: 208px;
	line-height: 19px;
}

#sidebar .box-located a{
	color: #e40404;
	text-decoration: none;
	margin: 2px;
}
#sidebar .box-located a:hover{
	color: #e40404;
	text-decoration: underline;
}
#sidebar .box-located p{
	margin:0;
}
#sidebar .scrollbox{
	width:100%;
	height:135px;
	overflow:auto;
}
/*-- holder-pictures --*/
.holder-pictures,
.inner-holder-pictures{
	width:748px;
	height:607px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:11px 0 0 10px;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.inner-holder-pictures{
	width: 450px;
}
.holder-pictures img,
.inner-holder-pictures img{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

/*-- holder-Press --*/
.holder-press, {
	width:748px;
	height:607px;
	overflow:hidden;
	float:left;
	display:inline;
	margin:11px 0 0 10px;
	background:#000;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.box {
	padding: 5px;
	background-color: #1b1b1b;
	width: 130px;
	float: left;
	margin: 10px 3px;
}

.box p{
	margin-top: 10px;
}

.box a{
	margin-top: 10px;
	color: #d10e0c;
}

.box.boxstyle2 {	
	background-color: #e3e1d5;
	border: #eee 1px solid;
}

.box.boxstyle3 {
	background-color: #666;
	color: #fff;
	border: none;
}


/*-- promo --*/
#promo{
	float:right;
	z-index:999;
	position:relative;
	margin-right: 20px;
	background-color: #000;
	width: 350px;
	padding: 20px;
	margin-top: 430px;
	border: 1px solid #3b3b3b;
}
/*-- menu --*/
div.holder {
	position:relative;
	float:right;
	width:758px;
}
#holder-sliding{
	float:right;
	clear:both;
	z-index:999;
	position:relative;
	margin-right:-298px;
}
#menu{
	height:585px;
	float:right;
	position:relative;
	z-index:10;
	padding:43px 0 0 16px;
	background:#000;
	display:inline;
	margin-right:-282px;
	width: 282px;
}
#menu .scrollbox{
	width:282px;
	height:500px;
	overflow:auto;
}
#menu h2{
	padding:0 0 32px 34px;
	background: url(../images/bg-menu-title.gif) no-repeat 20px 5px;
}
#menu .list-menu{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	width:265px;
}
#menu .list-menu li{
	padding: 10px 0 10px 17px;
	overflow:hidden;
	height:1%;
}
#menu .list-menu li.gray{
	background:#1a1919;
}

#menu h3{
	color:#939293;
	margin: 10px 0 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font: 24px/25px Georgia, "Times New Roman", Times, serif;
}
#menu h4{
	margin:0;
	padding: 0 0 1px;
	color: #eaeaea;
	font: 17px/22px Georgia, "Times New Roman", Times, serif;
}
#menu h5{
	margin:0;
	padding: 0 0 1px;
	color: #eaeaea;
	font: italic 12px/15px Georgia, "Times New Roman", Times, serif;
}


#menu h4 a{
	color:#fff;
	text-decoration:none;
}
#menu h4 a:hover{
	text-decoration:underline;
}
#menu .menu-area{
	width:100%;
	overflow:hidden;
}
#menu .menu-area .info{
	float:left;
	width:200px;
	line-height:12px;
}
#menu .menu-area .price{
	color:#fff;
	float:left;
	padding: 0 0 0 18px;
}
#menu .menu-area p{
	margin:0;
	line-height: 18px;
}
#menu .item{
	width:240px;
	overflow:hidden;
	padding:0 0 0 17px;
}
#menu .item .personal{
	width:100%;
	overflow:hidden;
	line-height:14px;
}
#menu .item .personal .holder-image{
	float:right;
	margin:4px 0 0 15px;
}
.holder-image img{
	display:block;
}
#menu .item .personal p{
	padding:0 0 27px;
	margin:0;
}
#menu a{
	color:#e40404;
}

#menu p{
	font-size: 12px;
	letter-spacing: 0.5px;
}
#menu a:hover{
	text-decoration:none;
}
#menu .item blockquote{
	margin:0;
	padding:0;
	border-left:1px solid #c70403;
	color:#666;
	margin:0 0 31px;
	padding:0 0 0 5px;
	font:14px/16px Georgia, Times, "Times New Roman", serif;
}
#menu .item blockquote q{
	quotes: none;
	display:block;
}

#menu .form{
	width:100%;
	overflow:hidden;
	padding:0 0 16px;
	background: url(../images/bg-form.gif) no-repeat 0 100%;
}
#menu form div{
	width:100%;
	padding:15px 0 7px;
	overflow:hidden;
}
#menu form input{
	float:left;
	margin:0;
	padding:2px 5px;
	border:1px solid #333;
	background:#666;
	color:#fff;
	font:italic 14px/18px Palatino "Times New Roman", Times, serif;
}
#menu form .text{
	width:209px;
}
#menu form .password{
	width:129px;
}
#menu form .btn{
	width:70px;
	background:transparent;
	cursor:pointer;
	border:none;
	height:23px;
	overflow:hidden;
	font-style:normal;
	padding:0 0 2px;
	text-align:center;
}
#menu ul{
	margin:25px 0 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
#menu ul li{
	padding:0 0 12px;
}
/*-- footer --*/
#footer{
	width:100%;
	overflow:hidden;
	clear:both;
	padding:7px 0 0;
	font-size: 11px;
	color: #7f8080;
	line-height:14px;
}

#footer  a{
	color: #e6e6e6;
	text-decoration:none;
}
#footer  a:hover{
	text-decoration:underline;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
#footer ul li{
	display:inline;
	padding:0 6px 0 7px;
	background: url(../images/separator-footer.gif) no-repeat 0 50%;
}
#footer ul a{
	color:#e40404;
	text-decoration:none;
}
#footer ul a:hover{
	text-decoration:underline;
}
#footer p{
	margin:0;
}