/* default */
body, form, input, h1, h2, h3, h4, p, ul, li, ol, blockquote, img {
	padding: 0;
	margin: 0;
	border: none;
}
input:focus, textarea:focus, a{
	outline:none;
}
body{
	margin: 0px;
	background: #dbcdba;
	font-family: Verdana, Arial, sans-sherif;
	font-size: 12px;
	color: #4f2c1f;
	text-align: center;
}
/**/
h1, h2, h3, h4, h5, h6{
	margin: 0px 0px 10px;
	font-family: Arial, Verdana, sans-sherif;
	font-weight: bold;
}
h2{
	font-weight: normal;
	font-size: 24px;
	color: #DE8300;
}
h2.page_title{
	margin-top: 15px;
	border-bottom: solid 2px #c2ab8e;
}
h2.page_title a{
	color: #DE8300;
	text-decoration: none;
}
h3{
	font-weight: normal;
	font-size: 18px;
	color: #4F2C1F;
}
h4{
	font-size: 16px;
	color: #DE8300;
}
h5{
	font-size: 14px;
	color: #4F2C1F;
}
hr{
	border: none;
	border-bottom: solid 1px #c2ab8e;
	height: 1px;
}
p{
	margin: 0px 0px 14px;
}
ul{
	margin: 0px 10px 10px 0px;
	padding: 0px 5px;
	list-style-type: circle;
}
li{
	margin: 4px 0px 2px 10px;
}
ol {
	margin: 0px 10px 10px 17px;
	padding: 0px 5px;
	list-style-type: decimal;
}
input, select, textarea{
	font-family: Verdana, Arial, sans-sherif;
	font-size: 11px;
	padding: 2px;
	color: #4F2C1F;
}
input.button, input.button_3{
	padding: 0px;
	width: 71px;
	height: 19px;
	background: url(../frame/button_2.gif) no-repeat;
	color: #fff;
	cursor: pointer;
}
input.button_3{
	width: 100px;
	background: url(../frame/button_3.gif) no-repeat;
}
input.button:hover, input.button_3:hover, a.button_3:hover{
	color: #DE8300;
}
a.button_3{
	display:block;
	width: 100px;
	background: url(../frame/button_3.gif) no-repeat;
	padding: 0px;
	height: 19px;
	color: #fff;
	cursor: pointer;
	font-family:Verdana,Arial,sans-sherif;
	font-size:11px;
	text-align:center;
	padding-top:3px;
	text-decoration:none;
	margin-top:10px;
	float:right;
	margin-right:2px;
}
input.checkbox{
	padding: 0px;
	border: none;	
}
label{
	cursor: pointer;	
}
a{
	color: #4f2c1f;
	text-decoration: underline;
}
a:hover{
	color: #DE8300;
}
a.anchor, a.anchor:hover{
	text-decoration: none;
}
a.back{
	font-weight: bold;
	color: #4F2C1F;
	text-decoration: none;
}
a.back:hover{
	text-decoration: underline;
}
.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
}
.search_highlight {
	background-color: #FFFF00;
	font-weight: bold;
}


/**/
#container{
	margin: 0px auto;
	width: 980px;
	background: #f0e2ca;
	text-align: left;
}
#open_content{
	width: 980px;
	background: url(../frame/open_content_bg.gif) repeat-y;
}
#subpage_content{
	width: 980px;
	background: url(../frame/subpage_content_bg.gif) repeat-y;
}
#product_content{
	width: 980px;
	background: url(../frame/product_content_bg.gif) repeat-y;
}
#left{
	float: left;
	padding: 0px 0px 0px 56px;
	width: 346px;
}
#center{
	float: left;
	padding: 0px 0px 18px 18px;
	width: 348px;
}
#right{
	float: right;
	padding: 0px 0px 0px 15px;
	width: 197px;
}
#full_left{
	float: left;
	padding: 0px 18px 0px 56px;
	width: 694px;
}
#product_left{
	float: left;
	padding: 0px 0px 0px 39px;
	width: 182px;
}
#product_center{
	float: left;
	padding: 0px 18px 0px 18px;
	width: 511px;
}
/**/
#footer{
	padding: 10px 0px 15px;
	width: 980px;
	background: url(../frame/footer_bg.gif) no-repeat bottom;
	font-size: 11px;
}
#footer .head{
	font-size: 12px;
}
#footer .first{
	float: left;
	padding: 0px 0px 0px 56px;
	width: 352px;
}
#footer .first img{
	margin-right: 5px;	
}
#footer .second{
	float: left;
	padding: 0px 0px 0px 14px;
	width: 348px;
}
#footer .third{
	float: right;
	padding: 15px 15px 0px 15px;
	width: 162px;
	font-size: 10px;
	text-align: right;
}
#footer b{
	display: block;
	margin-bottom: 5px;
	color: #de8300;
}
#footer span.pipe{
	margin: 0px 6px;	
}
#footer a{
	color: #705244;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}

#footer_bottom{
	padding: 10px;
	width: 960px;
	background: #DBCDBA;
	text-align: center;
}
#footer_bottom p{
	margin: 0px 0px 5px;	
}
#footer_bottom span.high{
	font-weight: bold;
	color: #de8300;	
}
#footer_bottom span.pipe{
	margin: 0px 10px;	
}
#footer_bottom a{
	color: #4f2c1f;
	text-decoration: none;
}
#footer_bottom a:hover{
	text-decoration: underline;
}
/**/
#top_header{
	position: relative;
	width: 970px;
	padding: 12px 0px 12px 10px;
	background: #dbcdba;
	font-size:11px;
}
#top_header span.pipe{
	margin: 0px 10px;	
}
#langs{
	float:left;
	margin-left:30px;
	margin-right:53px;
}
#langs a{
	text-decoration:none;
	font-weight:bold;
}
#langs a:hover{
	text-decoration:underline;
}
#langs #active{
	color:#DE8300;
}
#top_search{
	position: absolute;
	top: 10px; right: 10px;
	width: 310px;
	height: 22px;
}
#top_search input.sbutton{
	position: absolute;
	top: 0px; right: 0px;
	padding: 0px;
	width: 71px;
	height: 19px;
	background: url(../frame/button_2.gif) no-repeat;
	color: #fff;
	cursor: pointer;
}
#top_search input.sbutton:hover{
	color: #DE8300;
}
#top_search .stext{
	position: absolute;
	top: 0px; left: 30px;
	width: 198px;
	height: 19px;
	background: url(../frame/input_bg2.gif) no-repeat;
}
#top_search .stext input{
	padding: 2px;
	width: 192px;
	background: transparent;
}
/**/
#header{
	position: relative;
	width: 980px;
	height: 190px;
	background: url(../frame/header_bg.gif) repeat-y;
}
#header .htop{
	width: 980px;
	height: 10px;
	background: url(../frame/header_top_bg.gif) no-repeat;
}
#header .betatherm{
	display: block;
	margin: 10px 0px 0px 40px;
	width: 180px;
	height: 170px;
	background: url(../frame/betatherm_logo.gif) no-repeat;	
}
#header .betatherm span{
	display: none;	
}
#header .header_pic{
	position: absolute;
	top: 0px; right: 0px;
	width: 396px;
	height: 190px;	
}
/**/
#header ul.menu_one, #header ul.menu_two{
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	top: 15px; left: 220px;
	width: 180px;
	height: 160px;
	border-left: solid 1px #dbcdba;
	font-family: Arial, Verdana, sans-sherif;
	font-size: 13px;
	font-weight: bold;
}
#header ul.menu_two{
	left: 400px;
}
#header ul li{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header ul li a{
	display: block;
	padding: 2px 10px 2px 15px;
	width: 155px;
	color: #fff;
	text-decoration: none;	
}
#header ul li a.active, #header ul li a:hover{
	background: url(../frame/menu_arrow.gif) no-repeat 5px 5px;
	color: #de8300;	
}

/* pager */
.fps_nav {
	position: relative;
	margin: 15px 0px;
	width: 694px;
	font-size: 13px;
	font-weight: normal;
}
.fps_nav span{
	display: block;
	padding: 5px 0px;
	width: 694px;
	font-weight: bold;
	color: #de8300;
}
.fps_nav .nav_row{
	position: relative;
	padding: 5px 0px;
	width: 694px;
	height: 20px;
	border: solid 2px #C2AB8E;
	border-left: none;
	border-right: none;
}
.fps_nav .pager_left{
	position: absolute;
	top: 7px; left: 0px;
	width: 175px;
}
.fps_nav .pager_right{
	position: absolute;
	top: 7px; right: 0px;
	width: 176px;
	text-align: right;
}
.fps_nav .pager_center{
	position: absolute;
	top: 7px; left: 175px;
	padding: 0px;
	width: 344px;
	text-align: center;
}
.fps_nav a{
	padding: 0px 2px;
	font-weight: bold;
	color: #DE8300;
	text-decoration: none;
}
.fps_nav a:hover{
	color: #4f2c1f;
}
.fps_nav b{
	padding: 0px 2px;
	color: #4f2c1f;
}
.fps_nav b.lotof{
	padding: 0px 2px;
	color: #4f2c1f;
}

/* messages */
.error, .success, .notice{
	margin-bottom: 15px;
	padding: 15px;
	background: #fff;
	border: solid 2px #ba0102;
	font-weight: bold;
	color: #ba0102;
}
.success{
	border: solid 2px #DE8300;
	color: #DE8300;
}
.notice{
	border: solid 2px #4F2C1F;
	color: #4F2C1F;
}


/* window */
.fps_window{
	position: absolute;
	width: 500px;
	background: #fff;
	border: solid 5px #DE8300;
	text-align: left;
	overflow: hidden;
}
.fps_window .fps_windrag{
	padding: 0 45px 5px 5px;
	width: 455px;
	background: #DE8300;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	cursor: move;
}
.fps_windrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_window .fps_winclose{
	position: absolute;
	top: 0; right: 0;
	width: 16px;
	height: 16px;
	background: url(../frame/close.gif) no-repeat;
	cursor: pointer;
}
.fps_window .fps_winloading{
	display: none;
	position: absolute;
	top: 0px; right: 25px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_window .fps_wincontent{
	padding: 5px;
	width: 490px;
}

/* new picgallery */
.fps_gallery_window{
	position: absolute;
	width: 520px;
	text-align: left;
	overflow: hidden;
}
.fps_gallery_window .fps_galdrag{
	width: 520px;
	height: 30px;
	background: url(../frame/gallery_top.gif) no-repeat;
	cursor: move;
}
.fps_gallery_window .fps_galdrag img {
	margin-right: 5px;
	vertical-align: middle;
}
.fps_gallery_window .fps_galclose{
	position: absolute;
	top: 5px; right: 0px;
	padding-right: 40px;
	width: 60px;
	height: 16px;
	background: url(../frame/gallery_close.gif) no-repeat 70px 3px;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
	cursor: pointer;
	text-align: right;
	color: #4f2c1f;
}
.fps_gallery_window .fps_galclose:hover{
	color: #F0E2CA;	
}
.fps_gallery_window .fps_galloading{
	display: none;
	position: absolute;
	top: 3px;
	right: 25px;
	width: 20px;
	height: 20px;
	background: url(../frame/loader.gif) no-repeat;
}
.fps_gallery_window .fps_galcontent{
	padding: 0px 10px 10px;
	width: 500px;
	background: #DE8300;
}
/**/
.fps_gallery_window .fps_galcontent .pic{
	width: 500px;
	height: 420px;
	text-align: center;
	overflow: hidden;
}
.fps_gallery_window .fps_galcontent .pic img{
	cursor: pointer;
	height: 420px;
}

/**/
.fps_gallery_window .process{
	position: relative;
	width: 500px;
	font-weight: bold;
	color: #fff;
}
.fps_gallery_window .process .gallery_name{
	padding: 10px 0px;
	width: 400px;
}
.fps_gallery_window .process .navigator{
	position: absolute;
	top: 5px; right: 0px;
	padding: 5px;
	width: 90px;
	text-align: center;
	color: #fff;
}
.fps_gallery_window .process .navigator a.ln{
	display: block;
	position: absolute;
	top: 7px; left: 0px;
	width: 21px;
	height: 15px;
	background: url(../frame/gallery_nav_left.gif) no-repeat;
	text-decoration: none;
}
.fps_gallery_window .process .navigator a.rn{
	display: block;
	position: absolute;
	top: 7px; right: 0px;
	width: 21px;
	height: 15px;
	background: url(../frame/gallery_nav_right.gif) no-repeat;
	text-decoration: none;
}
