html {
	background: #11100F;
}

body {
    background-color: #0F0E0D;
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	width: 100%;
	display: table;
    color: #dbcdc5;
}

a{ color: #ff7f01; text-decoration:none; }

a:hover{ color: #ff7f01; text-decoration:underline; }

ul li {
    list-style: none;
}
ul.bull li:before {
    content: "•";
    font-size: 240%;
    height: 10px;
    left: -5px;
    padding-right: 0;
    position: absolute;
    width: 10px;
}
ul.bull li{
    margin-top: 10px;
}

.container {

	width: 900px;
	margin: auto;

}

#top_bg {

	width: 100%;
	background: #000;
	border-bottom: #34302e solid 1px;
    height: 360px;
    overflow: hidden;
	
}

#header {

	width: 900px ;
	height: 360px ;
	background: url(images/header.jpg) no-repeat;
	
}

/* Menu */
#menu {
    float: left;
    height: 33px;
    margin: 20px 0 0;
    padding: 0;
    position: relative;
    top: -105px;
    width: 660px;
}

#menu ul {
    list-style: none outside none;
    width: 400px;
    display: inline;
}
#menu ul li.no a{
    border-left: 0px;
}
#menu ul.first  li a {
    border-bottom: 0px;
}
#menu li {
	float: left;
    width: 100px;
}
#menu li a {
    background-color: #2a2d2c;
    border: 1px solid #555b59;
    color: #d6d6d6;
    cursor: pointer;
    display: block;
    font-family: Tahoma;
    font-size: 10px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
}
#menu li a strong {
    display: block;
}
#menu li.current a, #menu li a:hover{
	color: #FF9900;

}
#menu li.current a strong, #menu li a:hover strong{

}

.preview{
    height: 150px;
    float: none !important;
}
.fancybox.left{
    float: left;
    height: 170px;
    text-align: center;
}
.fancybox > img{
    display: block;
}

/*End OF menu*/


#mid_1 {
    background: url("images/mid_1_bg.jpg") repeat-x scroll 0 0 #f5c109;
    border-bottom: 3px solid rgb(85, 91, 89);
    height: 260px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

* html #mid_1 {
	margin-top: -19px;
	border-top: #34302e 1px solid;
}

#mid_2 {
    background: none repeat scroll 0 0 #3a403e;
    border-bottom: 1px solid #555b59;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

.news {
	margin: 0;
	padding: 20px 0;
    position: relative;
}

.fade {
	margin: 0;
	padding: 0;
}
.news .hand{
    bottom: -45px;
    position: absolute;
    right: -20px;
    z-index: 1;
}
.news h1 {
    background-color: #fff;
    border: 1px solid #000;
    color: #d12920;
    font-family: Tahoma;
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 10px;
    text-shadow: 1px 1px 0 #898989;
    text-transform: uppercase;
}

.news p{
    color: #000;
    font-family: Tahoma;
    font-size: 14px;
    margin: 0 0 10px;
    padding: 0;
}

#content {
	
	margin: 0;
	/*padding: 20px;*/
    padding: 20px 40px;
	
}

#content_left {

	float:left;
	width: 435px;
	margin: 0;
	padding: 0;

}

.section_1 {
	
	margin: 0;
	padding: 0;
	
}

.section_1 h1{

	font-family: Tahoma;
	font-size: 18px;
	color: #d3c3ba;
	margin: 0 0 10px 0;
	padding: 0;

}

.section_1 h2{

	font-family: Tahoma;
	font-size: 12px;
	color: #a8958a;
	background: url(images/bullet.png) left no-repeat;
	margin: 0 0 8px 0;
	padding: 0 0 2px 10px;

}

.section_1 p{

	font-family: Tahoma;
	font-size: 13px;
	color: #dbcdc5;
	text-align: justify;
	margin: 0 0 10px 0;
	padding: 0;

}

.section_1 p strong{
	color: #db8e61;
	font-weight: bold;
}

.section_1 img{

	float: left;
	margin: 0 10px 10px 0;
	padding: 0;
	border: 1px solid #ffffff;
    border-radius: 5px;
}

.section_1 .line, #mid_2 .line{

	clear: both;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
	padding: 0;
	
}

#content_right {

	float: right;
	width: 385px;
	margin: 0;
	padding: 0;

}

.section_2 {

	width: 385px;
	margin:0;
	padding:0;

}

.section_2_top {

	width: 385px;
	height: 11px;
	margin: 0;
	padding: 0;

}

.section_2_bottom {

	width: 385px;
	height: 14px;
	margin: 0;
	padding: 0;

}

.section_2_mid {

	/*width: 335px;*/
	margin: 0;
	/*padding: 0 25px;*/

}
.section_2_mid ul{
    color: #fff;
    margin: 10px 0;
    padding: 0 0 0 13px;
    position: relative;
}

* html .section_2_mid {

	margin-top: -4px;

}
.section_2_mid h1{

	font-family: Tahoma;
	font-size: 18px;
	color: #d3c3ba;
	margin: 0;
	padding: 0;

}

.section_2_mid p{

	font-family: Tahoma;
	font-size: 13px;
	color: #aca099;
	text-align: justify;
	margin: 0;
	padding: 0 0 5px 0;

}

* html .section_2_mid p{
	padding: 0;	
}

.section_2_mid p strong{
	color: #d96800;
	font-weight: bold;
	margin: 0;
	padding: 0;
}


.section_2_mid > img{

	float: left;
	margin: 0 10px 3px 0;
	padding: 0;
	
}

* html .section_2_mid img{
	margin-bottom: -15px;
}

.section_2_sub {
	
	width: 332px;
	margin: 10px 0 0 0;
	padding: 0;
}

.section_2_sub_top {
	
	width: 332px;
	height: 11px;
	background: url(images/section_2_sub_top.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

.section_2_sub_mid {
	
	width: 302px;
	background: #4a362a;
	margin: 0;
	padding: 0 15px;
}

* html .section_2_sub_mid {

	margin-top: -4px;

}

.section_2_sub_bottom {
	
	width: 332px;
	height: 7px;
	background: url(images/section_2_sub_bottom.jpg) no-repeat;
	margin: 0;
	padding: 0;
}

.cleaner_with_height {
	
	clear: both;
	height: 1px;
	
}

#footer {
    background: none repeat scroll 0 0 #232625;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    text-align: center;
}

#footer a{
	
	color: #fff;
	text-decoration: none;
	
}

#footer a:hover{
	
	color: #fff;
	text-decoration: underline;	
	
}

.cleaner {
	clear:both;	
	height: 0px;
}