/*
	green: #776f41
	orange: #e6962f
	yellow: #ffcb56

*/

* {
	margin: 0;
	padding: 0;
}

html {
	background: url("../images/background.jpg") top center no-repeat;
}

body {
	width: 940px;
	height: 768px;
	margin: 0 auto;
	font: "Times New Roman" ;
}

h1 {
	background: url("../images/logo.jpg") top left no-repeat;
	margin: 0 10px 0 0;
	text-indent: -9999px;
}

h1 a {
	display: block;
	height: 127px;
}

.header {
	width: 940px;
	height: 127px;
}

.content {
	width: 940px;
	height: 600px;
}

.slides {
	width: 600px;
	float: left;
	margin-left: 95px;
}

.slides img {
	width: 600px;
}

.thumbs {
	width: 150px;
	float: left;
}

.instruct {
	font-size: 75%;
	color: #776f41;
	margin: -20px 0 0 150px;
}

.thumbs img {
	width: 150px;
}

.contact {
	text-align: center;
	height: 136px;
	padding-top: 14px;
}

.contact p {
	font-size: 20px;
	color: #776f41;
	margin-top: 4px;
}

.contact a {
	color: #e6962f;
	text-decoration: underline;
	font-size: 25px;
	margin-top: 4px;
}

.contact a:hover {
	text-decoration: none;
	color: #ffcb56;
}

.footer {
	width: 940px;
	height: 41px;
	font-size: 75%;
	text-align: center;
 	color: #776f41;
}

.clear {
	clear: both;
}

noscript {
	color: #776f41;
	font-weight: bold;
	text-align: center;
}

noscript p {
	margin: 20px 0;
}

.big_wrapper {
	width: 700px;
	border:#776f41 solid 2px;
	padding: 4px 5px;
	margin: 20px auto;
	background: #fff;
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	width:700px;
	height:400px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	background:#FFF;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	color:#FFF;
	text-align:center
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:700px;
	z-index:3px;
	overflow:hidden;
}
.lof-main-item-desc{
	z-index:100px;
	position:absolute;
	top:285px;
	left:30px;
	width:525px;
	background:url(../images/transparent_bg.png);
	/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
	color:#FFF;
	margin:0 8px;
	padding:8px 0;
	font-family:"Tahoma", Geneva, sans-serif;
}
.lof-main-item-desc h3 a{
	color:#ffcb56;	
	margin:0;
	font-size:155%;
	padding:20px 8px 2px;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
}
.lof-main-item-desc h3 a:hover{
	color:#e6962f;
	text-decoration:none;
}


/* main flash */
ul.lof-main-wapper{
	/* margin-right:auto; */
	overflow:hidden;
	background:transparent url(../images/load-indicator.gif) no-repeat scroll 50% 50%;
	padding:0px;
	margin:0;
	height:400px;
	width:700px;
	position:absolute;
	overflow:hidden;
}
ul.lof-main-wapper li{
	overflow:hidden;
	padding:0px;
	margin:0px;
	height:100%;
	width:700x;
	float:left;
	position:relative;	
}

ul.lof-navigator{
	top:0;
	padding:0;
	margin:0;
	position:absolute;
	width:100%;
}
ul.lof-navigator li{
	cursor:hand; 
	cursor:pointer;
	list-style:none;
	width:100%;
	padding:0;
	margin:0;
	overflow:hidden;
}
.lof-navigator-outer{
	position:absolute;
	right:0;
	top:0px;
	z-index:100;
	height:400px;
	width:116px;
	overflow:hidden;
	color:#FFF
}
.lof-navigator li.active{
	background:url(../images/arrow-bg.png) no-repeat scroll left center; 
}
.lof-navigator li h3{
	font-size:100%;
	padding:5px 0 0 !important;
	margin:0;
	text-align: center;
}
.lof-navigator li div{
	background:url(../images/transparent_bg.png);
	height:100%;
	position:relative;
	margin-left:15px;
	border-top:1px solid #E1E1E1;
}
.lof-navigator li.active div{
	background:url(../images/grad-bg.gif);
}
.lof-navigator li img{
	height:60px;
	width:60px;
	margin:16px;
	float:left;
	padding:2px;
	border:#C5C5C5 solid 1px;
	background: #888;
}
.lof-navigator li.active img{
	border:##6C8E5C solid 1px;
}

