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

::selection {
	background: #ff0016; /* Safari */
	}
::-moz-selection {
	background: #ff0016; /* Firefox */
}

p{
	line-height:18px;
	
}

body{
	background-color:#242021;
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	letter-spacing: 0px;
	color:#FFF;
}

@font-face {
      font-family: "Helvetica Neue Bold";
      src: url("../fonts/HelveticaNeue_1.ttf");
	  
	  font-family: "Helvetica Neue Condensed Bold";
	  src: url("../fonts/HelveticaNeue_9.ttf");
}

#page{
	margin-left:auto;
	margin-right:auto;
	width:1024px;
}

#page_main{
	
	width:1024px;
	height:768px;
	background:url(../images/bkg.jpg) no-repeat;
	padding-top:110px;
}

#flash{
	text-align:center;	
}

#navigation{
	height:145px;	
}

#navigation li{
	margin-bottom:13px;	
}

#nav_left{
	height:115px;
	float:left;
	width: 205px;
}

#nav_left a{
	color: #242021;
	text-decoration:none;
	padding:3px 35px ;
}
#nav_left a:hover{
	border-bottom: #242021 solid 1px;
	color:#000;
}

#nav_left a.current{
	background-color:#242021;
	color:#FFF;
}


#nav_right{
	float:left;
	border-left: #242021 1px solid; 
	height:100px;
}

#nav_right a{
	color: #242021;
	text-decoration:none;
	padding:3px 35px ;
}

#nav_right a:hover{
	border-bottom: 1px solid #242021;
	color:#000;
}

#nav_right a.current{
	background-color:#242021;
	color:#FFF;
	
}

#nav ul{
	float:left;	
}

#sub_navigation{
	background-color:#997e61;
	height:50px;
	position:relative;
	border-bottom: #b6a87c 1px solid;
	font-size:12px;
}

#sub_navigation ul{
	display: inline;
	list-style-type:none;	
}

#sub_navigation ul li{
	display: inline;
	list-style-type:none;
	margin-top:19px;
	float: left;
}

#sub_navigation ul li a {
	padding:18px 20px;
	border-left:#7a654e 1px solid;
	border-right:#b2926f 1px solid;
	color:#FFF;
	font-weight:bold;
	width:100%;
	text-decoration:none;
	height:100%;
}

#sub_navigation ul li a:hover {
	background-color: #242021;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
}

#sub_navigation ul li a.current{
		background-color: #FFF;
	color:#000;
	font-weight:bold;
	text-decoration:none;

}

#sub_navigation h2{
	font-family: "Helvetica Neue Bold", Helvetica, Arial;
	font-size: 24px;
	letter-spacing:-1px;
	color: #5c4c3a;	
	padding-top:15px;
	text-shadow: #b6a87c 0px 0px 4px;
	padding-right:33px;
	float:right;
}

#middle{
	background-image:url(../images/transparent.png);
	height:292px;
	border-top:#000 1px solid;
	border-bottom:#000 solid 1px;
	font-family:  Helvetica, Arial;
	font-size: 12px;
	clear:both;

}

#middle a{
	color: #F90;
	
}

#middle a:hover{
	color: #FC0;
	
}

#middle h3{
		font-family: "Helvetica Neue Condensed Bold", Helvetica, Arial;

	font-size: 24px;
	padding:25px 0px;
}

#middle h3 span{
	
}

#middle h4{

	font-size:15px;
	color: #666;
		
}
#banner_left{
		width:470px;
		padding-left:35px;
		float:left;
}

#usby{
	float: left;
	padding-top:10px;
	padding-right:20px;
}

#banner_left p{
	padding-right:15px;	
}

#banner_right{
	float:right;	
}

#gallery{
	margin-top:25px;
	float:left;	
}

.next{
	margin-top:130px;
	padding-left:20px;
	float: left;
	margin-right:30px;
	cursor:pointer;
}

.back{
	float: left;
		margin-top:130px;
		padding-right:20px;
		cursor:pointer;

}
