@charset "utf-8";
/* CSS Document */
body{
padding:0px;
margin:0px;
font-family:"Trebuchet MS";
text-align:center;
background-color:#0C0C0C;
}
/* Banner Section Start Here */
#banner{
background-color:#0F0F0F;
text-align:left;
height:140px;
background:url(../images/banner.jpg) no-repeat center 36px #0F0F0F;
}
/* Body Section Start Here */
#body{
background-color:#292A2B;
text-align:left;
height:535px;
}
#logo{
background: url(../images/logo.jpg) center 10px no-repeat #292A2B;
text-align:left;
height:400px;
}
#logo h1{
font-family:"Calibri (Body)", "Trebuchet MS";
font-size:12px;
text-transform:uppercase;
font-weight:bold;
text-align:center;
color:#B6B5B5;
padding-top:360px;
}
#logo h1 a{
color:#FFFF00;
text-decoration:none;
}
#logo h1 a:hover{
color:#00F6FF;
}
#body .warper{
width:900px;
margin:0 auto;
}
#body .warper ul{
width:900px;
margin:0 auto;
clear:both;
padding:0px;
background:url(../images/top_nav_bg.jpg) no-repeat;
height:33px;
font-size:11px;
}
#body .warper li{
display:block;
list-style:none;
text-align:center;
float:left;
padding:9px 8px 0px 8px;
color:#B6B5B5;
letter-spacing:1px;
background:url(../images/seprator.jpg) no-repeat right 10px;
text-transform:capitalize;
}
#body .warper li.last{
background:none;
}
#body .warper li a{
color:#B6B5B5;
text-decoration:none;
}
#body .warper li a:hover{
color:#BED263;
}
.home{
color:#BED263;
}
#body .warper li a.active{
color:#BED263;
}
.gallery{
width:833px;
height:540px;
margin:20px auto 20px auto;
overflow:hidden;
}
#s1{
width:727px;
margin:0 auto;
*/margin-left:63px;*/
}
#s1 img{
width:728px;
height:550px;
display:block;
float:left;
}

#prev1{
padding: 0px;
border: 0px;
float:left;
cursor: pointer;	
display: block;
width:60px;
height:550px;
background: url("../images/navPrevUp.jpg");
}

#prev1:hover{
background: url("../images/navPrevOver.jpg");
}

#next1{
padding: 0px;
border: 0px;
cursor: pointer;
float:right;
display: block;
width:60px;
height:550px;
background: url("../images/navNextUp.jpg");

}

#next1:hover{
background: url("../images/navNextOver.jpg");
}

/* Footer Section Start Here */
#footer{
background-color:#0C0C0C;
text-align:left;
height:70px;
}
#footer .copyright{
width:860px;
margin:0 auto;
text-align:center;
padding:20px 0px 0px 0px;
color:#9D9D9D;
font-size:12px;
letter-spacing:1px;
font-family:"Trebuchet MS";
text-transform:capitalize;
font-weight:normal;
}
#footer .slogan{
width:860px;
margin:0 auto;
text-align:center;
padding:0px 0px 0px 0px;
color:#FFFF01;
font-size:18px;
letter-spacing:1px;
font-family:"Trebuchet MS";
text-transform:capitalize;
font-weight:normal;
line-height:10px;
}
#slider {
	border:5px solid #fff;
	margin:0px 0 0 0px;
}	

#slider img {border:0;}

#slider ul, #slider li {
		margin:0;
		padding:0;
		list-style:none;
}

#slider li { 
		width:823px;
		height:450px;
		overflow:hidden;
		
}
.menu_holder {
	position: absolute;
	top: 0;
	left: 510px;

}

.menu_holder ul {

}

.menu_holder ul li {
	float: left;
	margin-right: 3px;
	background: url('../images/menu_separator.jpg') no-repeat right center;
}

.menu_holder ul li a,
.menu_holder ul li a:link,
.menu_holder ul li a:visited {
	display: block;
	width: 87px;
	line-height: 39px;
	height: 39px;
	text-align: center;
	float: left;
	background: url('../images/main_menu_bg.png') no-repeat -89px bottom;
	color: #b5976f;
}

.menu_holder ul li a:hover {
	background-position: 0 bottom;
	color: #3d1805;
}
