@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	background:url(images/bg-footer.png);
}
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}
h1{
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding:0;
}
h2, h3, h4, h5, h6{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
}
form{
	margin:0;
	padding:0;
}
/*boxes*/
.wrapper{
	width:880px;
}
#upper{
	background:url(images/bg.png) #000000 top repeat-x;
}
#lower{
	background:url(images/bg-footer.png);
}
#header{
	height:114px;
	padding-left:143px;
}
#body{
	min-height:490px;
}
.bodyleft{
	width:138px;
	float:left;
	padding-top:10px;
	padding-right:5px;
}
.bodyright{
	float:left;
	margin-bottom:2px;
}
#footer{
	background:url(images/bg-footer-glossy.png) no-repeat center top;
	width:666px;
	height:105px;
}
#footerright{
	text-align:right;
	color:#FFFFFF;
	padding:5px 10px 0 0;
	font-size:11px;
}
#footerright a{
	color:#FFFFFF;
	text-decoration:none;
	font-size:11px;
}
#footerright a:hover{
	text-decoration:underline;
}
.content_left{
	width:340px;
	float:left;
	padding:10px;
}
.content_right{
	width:280px;
	float:right;
	background:url(images/peel-bg.gif) top repeat-y;
}
.content_full{
	width:98%;
	padding:10px;
}
.content_peel_top{
	background:url(images/peel-top.gif) top no-repeat;
}
.content_peel{
	background:url(images/peel-bottom.gif) bottom no-repeat;
	padding:80px 30px 55px 30px;
}

/*link*/
ul.navleft{
	position:fixed;
	width:138px;
}
ul.navleft, ul.navleft li{
	list-style:none;
	padding:0;
	margin:0;
}

ul.navleft li a{
	color:#FFFFFF;
	font-family:Tahoma, Arial, Verdana;
	display:block;
	text-decoration:none;
	text-align:right;
	padding:2px 5px 2px 5px;
	margin-top:1px;
}
ul.navleft li a.navleftbreak{
	margin-top:15px;
}

ul.navleft li a:hover, ul.navleft li a.curr{
	background-color:#e4c700;
	color:#262100;
}


/*content*/
.content{
	min-height:480px;
}



.mascott{
	position:absolute;
	margin-left:735px;
	margin-top:20px;
	z-index:0;
}
.logo{
	padding-top:30px;
}


.bgwhite{
	background-color:#FFFFFF;
}
.clear{
	clear:both;
}

.select_status{
	width:50px;
	border:1px solid #949494;
	padding:2px;
}
.textbox_name{
	width:152px;
	border:1px solid #949494;
	padding:2px;
	}
	
.textbox{
	width:207px;
	border:1px solid #949494;
	padding:2px;
	}	
	
.carousel{
	width:649px;
	height:126px;
	background:url(images/logo-box.gif) center no-repeat;
	
}
.button{
	background-color:#e4c700;
	padding:2px 5px 3px 5px;
	margin:0;
	color:#FFFFFF;
	border: none;
	font-weight:bold;
}

.reg_textarea{
	width:95%;
	height:50px;
	border:1px solid #666666;
	padding:2px;
}
.reg_textbox{
	width:95%;
	border:1px solid #949494;
	padding:2px;
	}	
.reg_textboxname{
	width:70%;
	border:1px solid #949494;
	padding:2px;
	}	
.reg_checkbox{
	border:1px solid #949494;
}

.err{
	color:#FF0000;
}


.home_read_more_1i98646_hide{
	display:none;
}
.home_read_more_1i98646_show{
	display:nonex;
}