/* default */
body, form, input, h1, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: 0;
}

body{
	text-align: left;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background: #f7eed9 url("../frame/body_bg.gif") repeat-x;
}
h2{
	font-size: 24px;
	color: #7c5f3e;
	font-weight: normal; 
	margin: 0 0 14px 0;
}
h3{
	font-size: 16px;
}
h4{
	font-size: 14px;
	color: #7c5f3e;
}
h5, h6{
	font-size: 14px;
}

a{
	color: #A1855A;
	text-decoration: none;
}
a:hover{
	color: #000;
}
p{
	margin: 10px 0;
}
ul{
    margin: 10px 0 10px 30px;
}
ul li{
    margin: 8px 0;
}
input, textarea{
	background: #EBDEC4;
	border: 1px solid #A1855A;
	font-size: 11px;
	padding: 1px; 
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
select{
	background: #EBDEC4;
	border: 1px solid #A1855A;
	font-size: 11px;
	font-family: Trebuchet MS, Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
.button{
	width: 120px !important;
    height: 20px;
    padding: 0;
	background: #A1855A;
	border: 1px solid #A1855A;
	text-align: center; 
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.button:hover{
	background: #D3BE98;
	border: 1px solid #D3BE98;
	color: #5F4A29;
}

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
div{
	padding: 0;
	margin: 0;
}
#other {
	color:black;
}
#other a{
	color:black;
}
#other a:hover{
	color:white;
}
/* frame */
#container {
	margin: 0 auto;
	width: 950px;
	text-align: left;
}

/* header */
#header{
	width: 950px;
	height: 348px;
	position: relative;
}
#header h1{
	position: absolute;
	top: 17px;
	left: 10px;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 30px;
}
#header h1 a{
	color: #000;
}
#header h1 a:hover{
	color: #7c5f3e;
}
#header ul#main_menu{
	position: absolute;
	top: 64px;
	left: 0;
	margin: 0;
	padding: 0 0 0 1px;
	width: 949px;
	height: 42px;
	list-style-type: none;
	background: url("../frame/main_menu_bg.gif") left bottom no-repeat;
}
#header ul#main_menu li{
	float: left;
	margin: 0;
	padding: 0;
	width: 237px;
	height: 42px;
}
#header ul#main_menu li.active{
	margin: 0 0 0 -1px;
	width: 239px;
}
#header ul#main_menu li a{
	display: block;
	text-align: center;
	height: 26px;
	padding: 8px 0 0;
	margin: 8px 0 0;
	font-size: 14px;
	color: #000;
	font-weight: normal;
}
#header ul#main_menu li.active a{
	height: 30px;
	padding: 12px 0 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	background: #000 url("../frame/main_menu_active_bg.gif") left top no-repeat;
}
#header ul#main_menu li a:hover{
	color: #fff;
}
#header .video_content{
    position: relative;
    margin-top: -236px;
    height: 236px;
    width: 315px;
}
#header .video_content a.play_again, #header .video_content a.show_more{
    position: absolute;
    padding-left: 12px;
    left: 37px;
    color: #000000;
    font-weight: bold;
    background: url("../frame/play.gif") left 3px no-repeat;
}
#header .video_content a.play_again:hover, #header .video_content a.show_more:hover{
    color: #fff;
    background: url("../frame/play.gif") left -17px no-repeat;
}
#header .video_content a.play_again{
    top: 90px
}
#header .video_content a.show_more{
    top: 120px
}


/* menu */
#header ul#menu{
	position: absolute;
	top: 107px;
	left: 0;
	margin: 0;
	padding: 0;
	width: 948px;
	height: 191px;
	list-style-type: none;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
#header ul#menu li.li_1, #header ul#menu li.li_2, #header ul#menu li.li_3{
	float: left;
	width: 315px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000; 
	height: 50px;      
	margin: 0;
	padding: 0;
}
#header ul#menu .li_1{
	background: #ffb400;
}
#header ul#menu .li_2{
	background: #ff7e00;
}
#header ul#menu .li_3{
	background: #f03712;
	border-right: 0 none !important;
	width: 316px !important;
}

#header ul#menu li.li_1 a, #header ul#menu li.li_2 a, #header ul#menu li.li_3 a{
	display: block;
	height: 33px;   
	padding-top: 17px;
	text-align: center;
	color: #000;
}
#header ul#menu li.li_1 a:hover, #header ul#menu li.li_2 a:hover, #header ul#menu li.li_3 a:hover{
	color: #fff;
}

#header ul#menu.active{
	height: 240px;
}
#header ul#menu.active li.active{
	border-bottom : 0 none;
}
#header ul#menu.active li.active a{
	font-weight: bold;
	font-size: 15px;
	color: #fff;
}


#header ul#menu.active ul{
	position: absolute;
	top: 209px;
	left: 8px;
	margin: 0;
	padding: 0;
	width: 932px;
	list-style-type: none;
}
#header ul#menu.active ul li{
	float: left;
	margin: 0;
	padding: 0 24px;
	border-left: 1px solid #000;
	height: 18px;
}
#header ul#menu.active ul li a{
	float: left;
	margin: 0;
	padding: 0;
	height: 18px;
	font-weight: normal !important;
	font-size: 14px !important;
	color: #000 !important;
}
#header ul#menu.active ul li a:hover{
	color: #fff !important;
}
#header ul#menu.active ul li a.active{
	color: #fff !important;
}


#header ul#menu.orange{
	background: #FF7E00;
}
#header ul#menu.yellow{
	background: #FFB400;
}
#header ul#menu.red{
	background: #F03712;
}


/* lang */
#header ul#lang{
	position: absolute;
	top: 0;
	right: 0;
	width: 118px;
	height: 19px;
	margin: 0;
	padding: 0;
	list-style-type: none;      
	background: #000 url("../frame/lang_menu_bg.gif") left top no-repeat;

}
#header ul#lang li{
	float: left;
	width: 59px;
	height: 19px;
	margin: 0;
	padding: 0;
}
#header ul#lang li a{
	display: block;
	width: 59px;
	height: 19px;
	padding-top: 0px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
}
#header ul#lang li a:hover{
	color: #D3BE98;
}
#header ul#lang li a.active{
	background:  url("../frame/lang_menu_active.gif") 1px 0 no-repeat;
	color: #000;
}
#header ul#lang li a.active:hover{
	color: #5F4629;
}

#header #head_contact{
	position: absolute;
	top: 34px;
	right: 0;
	font-size: 13px;
	margin: 0;
}

/* headerpic */
#header #headerpic{
	position: absolute;
	top: 166px;
	left: 9px;
	border: 1px solid #000;
	width: 930px;
	height: 131px;
	background: #000 url("../frame/_pic.jpg") left top no-repeat;
}
#header #headeropen{
	position: absolute;
	top: 157px;
	left: 0px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
    width: 950px;
	height: 236px;
	background: #000 url("../frame/_pic.jpg") left top no-repeat;
}
#header #headeropen .video {
    background: red;
    width: 315px;
    height: 236px;
    float: left; 
    border-left: 1px solid #000;       
}

#header #headeropen_down{
	width: 948px;
	height: 34px;
	position: absolute;
	top: 395px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	left: 0px;	
}


#header #headeropen_down .yellow, #header #headeropen_down .orange, #header #headeropen_down .red{
    height: 34px;
    width: 393px;
    float: left;
    border-right: 1px solid #000;
}
#header #headeropen_down .yellow{
    background: #FFB400 url(../frame/down_arrow_yellow.gif) center 14px no-repeat;
    width: 159px;
}
#header #headeropen_down .orange{
    background: #FF7E00 url(../frame/down_arrow_orange.gif) center 14px no-repeat;
}
#header #headeropen_down .red{
    background: #F03712 url(../frame/down_arrow_red.gif) center 14px no-repeat;
    border-right: 0 none;
}




#footer{
    display: block;
    height: 48px;
    border-top: 1px solid #000;    
    background: #a1855a;
}
#footer .center{
    position: relative;
    display: block;
    margin: 0 auto;
    height: 48px;
    width: 950px;
}
#footer a#logo{
    position: absolute;
    top: 8px;
    left: 0;
    padding: 2px 0 2px 37px;
    color: #000;
    font-size: 23px;                  
    background: url("../frame/logo_bg.gif") no-repeat left center;
}
#footer a#logo:hover{
    color: #fff;
}
#footer p{
    position: absolute;
    top: 16px;
    left: 277px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #fff;
}
#footer #fps{
    position: absolute;
    top: 16px;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #d0c2ad;
}
#footer #fps a{
    color: #d0c2ad;
}
#footer #fps a:hover{
    color: #fff;
}





.content .text_div{
	width:405px;
	float:left;
	padding-right: 20px;
}
.content .pic img{
	margin-left:5px;
}

.content .back, .content .next{
    float: left;
    margin: 10px 0; 
    color: #A1855A;   
    font-weight: bold;
}
.content .back:hover, .content .next:hover{
    color: #000;   
}
/* pager */
.fps_nav {
	position: relative;
	width: 886px;
	margin: 10px 0px;
	padding: 5px 0;
	height: 23px;
	font-size: 11px;
	font-weight: normal;
}
.fps_nav .nav_row{
	position: relative;
	padding: 4px 0px;
	width: 100%;
}
.fps_nav .pager_left{
	padding: 4px 0;
	float: left;
	width: 100px;
}
.fps_nav .pager_right{
	text-align: right;
	padding: 4px 0;
	float: right;
	width: 136px;
}
.fps_nav .pager_center{
	position: absolute;
	top: 4px;
	left: 100px;
	padding: 4px 0;
	width: 648px;
	text-align: center;
}
.fps_nav a{
	margin: 1px;
	padding: 2px 4px;
	border: solid 1px #A1855A;
	background: #A1855A;
	color: #fff !important;
	text-decoration: none !important;
}
.fps_nav a:hover{
	background: #D3BE98;
	border: solid 1px #D3BE98;
	color: #000 !important;
}

.fps_nav a.firstpage, .fps_nav a.lastpage, .fps_nav a.stepleft, .fps_nav a.stepright{
	background: #A1855A;
	color: #fff;
}
.fps_nav a.firstpage:hover, .fps_nav a.lastpage:hover, .fps_nav a.stepleft:hover, .fps_nav a.stepright:hover{
	background: #D3BE98;
	color: #000;
	border: solid 1px #D3BE98;
}

.fps_nav b{
	margin: 1px;
	padding: 2px 4px;
	border:1px solid #A1855A;
	color: #A1855A;
}
.fps_nav b.lotof{
	margin: 1px;
	padding: 2px 5px;
	border: none;
	color: #00411A;
}
/* window */
.error, .success, .notice{
	margin-bottom: 16px;
	padding: 10px;
    border: 2px solid #A1855A;
	font-weight: bold;
    color: #A1855A;
}
.error{
	border: 2px solid #F03712;
	color: #F03712;
}
.fps_window .button_on_center {
	text-align:center;
}
.fps_window{
	position: absolute;
	width: 500px;
	background: #f7eed9;
	border: 1px solid rgb(0, 0, 0);
	text-align: left;
}
.fps_window .fps_windrag{
	border-bottom: 1px solid rgb(0, 0, 0);
	padding: 5px 45px 5px 5px;
	width: 450px;
	background: #A1855A;
	font-weight: bold;
	font-size: 13px;
	color: white;
	cursor: move;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url(../admin/image/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../admin/image/loader2.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}

/* videos on main page */
a.player { 
    display: block; 
    width: 315px; 
    height: 236px;  
    text-align: center; 
}

a.player img { 
    border: 0px; 
} 
 
a.player:hover {
  
}
