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

* {
	margin:0;
	padding:0;
}

body {
	background:#8a8a8a;
	font:15px "Gill Sans MT","sans-serif";
	color:#000;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.clear {
    clear:both;
    height:1px;
    overflow:hidden;
}

.clear_right {
    clear:right;
    height:1px;
    overflow:hidden;
}

#whole_main {
	margin:auto;
	width:986px;
}

/*--Header--*/

#header {
	width:986px;
	height:282px;
	overflow:hidden;
	background:url(images/bg_header.jpg) repeat-x;
}

#logo {
	float:left;
	padding:34px 0 0 91px;
}

/*--Whole Body--*/

#whole_body {
	width:986px;
}

/*--Navigation Horizontal--*/

#navigation_hori {
	height:44px;
	overflow:hidden;
	background:url(images/navi_hori_bg.jpg) repeat-x;
}

#navigation_hori_ct {
	float:left;
	width:939px;
}

#navigation_hori_ct_left {
	float:left;
}

#navigation_hori_ct_left a {
	float:left;
}

#navi_hori_line {
	float:left;
}

#navigation_hori_ct_right {
	float:right;
	background:url(images/subscribe_bg.jpg) no-repeat right;
	height:44px;
	overflow:hidden;
}

#navigation_hori_ct_right #row {
	padding:11px 15px 0 0;
}

#navigation_hori_ct_right label {
	font-family:"Gill Sans MT","sans-serif";
	font-size: 12pt;
	float:left;
	color:#FFFFFF;
	padding:0 10px 0 0;
}

#navigation_hori_ct_right #input {
	float:left;
	background:url(images/input_bg.jpg) no-repeat;
	height:18px;
	width:146px;
	overflow:hidden;
	padding:1px;
	margin-right:5px;
}

#navigation_hori_ct_right #input input {
	background:none;
	border:0px;
}

#navigation_hori_ct_right a {
	float:left;
}

/*--Body--*/

#body_layer01 {
	margin:auto;
	width:986px;
	background:url(images/body_bg_layer01.jpg) repeat-y;
}

#body_layer02 {
	margin:auto;
	width:986px;
	background:url(images/body_bg_layer02.jpg) no-repeat top;
}

#body {
	padding:35px 50px 30px 35px;
	overflow:hidden;
}

/*--Body Left--*/

#body_left {
	float:left;
	width:237px;
}

#navigation_verti {
}

#navi_verti_line {
	padding:15px 0;
}

#lastest_new {
	background:#f1f1f1;
	width:237px;
}

#lastest_new_hd {
	background:url(images/lastest_new_box_hd.jpg) no-repeat;
	width:237px;
	height:53px;
	overflow:hidden;
}

#lastest_new_ct {
	font-family:"Gill Sans MT","sans-serif";
	font-size:12pt;
}

#lastest_new_ct p {
	padding:10px;
}

#lastest_new_ct b {
	font-size:13.5pt;
	color:maroon;
}

/*--Body Right--*/

#body_right {
	float:right;
	width:631px;
}

#wlc_text_box {
	font:15px "Gill Sans MT","sans-serif";
	overflow:hidden;
}

#wlc_text_box h4 {
	color:#660000;
	font-family:"Gill Sans MT","sans-serif";
	font-size:14pt;
	font-variant:small-caps;
	letter-spacing:3.75pt;
}

#wlc_text_box b {
	color:#660000;
	font-family:"Gill Sans MT","sans-serif";
	font-size:14pt;
	font-variant:small-caps;
	font-weight:normal;
}

#wlc_text_box a {
	color:#000;
	text-decoration:underline;
	padding:0 5px;
}

#wlc_text_box a:hover {
	color:#720000;
}

#wlc_text_box ol,#wlc_text_box ul {
	margin:20px 30px;
}

#wlc_text_box ol li, #wlc_text_box ul li {
	margin:10px;
}

#wlc_text_box p {
	margin:10px 0;
}

#wlc_text_box table td {
	padding:5px;
}

#wlc_text_box table.border {
	border-collapse:collapse;
}
	
#wlc_text_box table.border td {
	border:solid 1px #cccccc;
	text-align:left;	
}

#image01 {
	text-align:center;
	padding:25px 0;
}

#image01 img {
	border:9px solid #e6e6e6;
}

#partner_box {
	margin:20px 0 0 0;
	background:url(images/partner_bg_hd.jpg) no-repeat top;
	width:631px;
	padding:75px 0 0 0;
	text-align:center;
	overflow:hidden;
}

#partner_box a img {
	padding:0 25px;
}

/*--Photo Gallery--*/
#gallery { margin:20px 0 0 0; font: 12px Arial, Verdana, Helvetica; }

#gallery .thumb {
	float:left;
	width:160px;	
	
}

#gallery .thumb .img_thumb {
	border:solid 3px transparent;
	float:left;		
	margin:0;
}

#gallery .thumb .img_thumb .inline
{
	border:solid 2px #5c676d;
	overflow:hidden;
	height:50px;
}

#gallery .thumb img {
	width:70px;	
	cursor:pointer;	
}

#gallery .main{
	position:relative;
	overflow:hidden;	
}

#gallery .main .image {
	text-align:center;
	padding:0 0 10px 0;
}

#gallery .main .description {
	text-align:center;
	padding:0 0 10px 0;
	font-size:12px;
}

#gallery .main img {
	border:solid 10px #9da9b0;
	max-width:400px;
	width: expression(this.width > 400 ? 400: true);	
}

/*--Footer--*/

#footer {
	margin:20px 0 0 0;
	border-top:3px solid #4e4e4e;
	padding:15px 0 10px 0;
	text-align:center;
	overflow:hidden;
}

#footer a {
	color:#000;
	text-decoration:none;
	padding:0 5px;
}

#footer a:hover {
	color:#720000;
}
