@charset "utf-8";
/* CSS Document */

html, body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.25px;
}
body{ background: url(images/html.jpg) no-repeat #271b0f center -515px;  }
body#splash{ background: url(images/html2.jpg) no-repeat #271b0f center -515px;  }

.clear{ clear: both; }
p{ font-size: 11px; line-height: 20px; }
a img{ border: none; }

.button{
	background-color: #ededed;
    background: -moz-linear-gradient(center top , #EDEDED 5%, #DFDFDF 100%) repeat scroll 0 0 #EDEDED;
	.background: #ededed;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    box-shadow: 0px 2px #fff inset;
    color: #777;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #FFFFFF;
}

#wrapper{
	width: 980px;
	margin: 15px auto 0;
}

#nav{
	width: 227px;
	min-height: 555px; 
	float: left;
	position: relative;
}

#nav ul{
	margin: 0;
	padding: 10px 0 0 20px;
	list-style: none;
	border-top-left-radius: 2px;
	margin-bottom: 150px;
}
#nav ul li{ margin: 8px 0; .margin: 5px 0; _margin: 4px 0; }
#nav ul li,#nav ul li a{
	font-size: 34px;
	line-height: 30px;
	text-decoration: none;
	color: #c6c3bf;
	font-weight: bold;
	font-family: maryam;
	padding-left: 10px;
	display: block;
}

#nav a:hover{ color: #815e39; }

.subNav{
	width: 180px;
	margin-bottom: 15px!important;
	padding: 5px 0 8px 40px!important;
	filter: alpha(opacity=70);
	-moz-opacity:0.50;
	opacity: 0.50;
	background: rgba(186,182,178,0.05);
	.background: #32261b;
	border-top: 1px dashed #5a5046;
	border-bottom: 1px dashed #5a5046;
	border-radius: 10px;
	display: none;
}
.subNav.active{ display: block; }
.subNav li{ 
	line-height: 15px!important;
	.margin: 5px 0;  
}
.subNav li, .subNav li a{ 
	font-size: 13px!important; 
	font-family: Tahoma, Geneva, sans-serif!important;
	line-height: 15px!important;  
	padding: 0!important;
}

#logo{ position: absolute; bottom: 0; left: 55px; }

#head{
	width: 715px;
	height: 53px;
	float: right;
}
#head img{ float: right; }

#body{
	float: right;
	height: 507px!important;
	width: 715px;
	position: relative;
}

#contact #body{ background: url(images/contact.jpg); }

#body #content{ 
	width: 430px; height: 150px;
	padding: 15px;
	position: absolute;
	bottom: 45px;
	left: 40px; 
}

#content h1{ margin: 0; font-size: 13px; text-transform: uppercase; margin-bottom: 15px; color: #222; }
#content p{ font-size: 12px; margin: 4px 0; color: #333; }
#content a{ color: #815e39; }
#content a:hover{ color: #271b0f; }

#social{ float: right; }
.fb-like{ width: 42px!important; }

#footer{
	width: 710px;
	float: right;
	font-weight: bold;
	text-align: right;
	.margin: 10px 0;
}
#footer p{ line-height: 10px; font-size: 11px; .margin: 10px 0; color: #6a5c4e; }
#footer a{ color: #5d4730; }
#footer a:hover{ color: #815e39; }


#logos{ float: left; }

#current a{ color: #fff!important; cursor: default; }
/*
.button{ font-family: Georgia, "Times New Roman", Times, serif; background: #cecac4; border: 1px solid #aaa39a; box-shadow: 0px 0px 3px rgba(0,0,0,0.8); border-radius: 15px; padding: 15px 40px; }
.button:hover{ background: #aaa39a; border-color: #cecac4; }
*/
video{ background: none; }

/* SLIDER */

.advanced-slider{
	position:relative;
	overflow:visible;
}
.advanced-slider *{
	margin:0px;
	padding:0px;
}

.slider-item{
	position:absolute;
	left:-9999px;	
}

.advanced-slider .slide-wrapper{
	position:absolute;
	overflow:visible;
	z-index:2;
}

.advanced-slider .slide{
	position:absolute;
	width: 100%;
	height: 100%;
	z-index:10;
}

.advanced-slider .slice{
	display:block;
	position:absolute;
}

.advanced-slider .preloader{
	position:absolute;
	z-index:15;
}

.advanced-slider .timer-animation{
	position:absolute;
	z-index:60;
	left: 10px; top: 10px;
}

.advanced-slider .caption{
	overflow:hidden;
	position:absolute;
	z-index:20;
}

.advanced-slider .caption .wrapper{
	position:absolute;
}

.advanced-slider .caption .background{
	position:absolute;
	z-index:10;
	width:100%;
	height:100%;
}

.advanced-slider .caption .content{	
	position:absolute;
	z-index:20;
	color: #fff;
	font-size: 12px;
	padding: 10px;
}

