@charset "utf-8";
body {
	margin:0;
	padding:0;
	width:100%;
	background-color: #333333;
	background-image: url(../images/tile.jpg);
	background-repeat: repeat;
}
html { padding:0; margin:0;}

/* main */
.main {width:100%; padding:0; margin:0 auto; }

/********** header **********/
.header { }
.block-header {margin:0 auto; width:953px;}
/* logo */
.logo { float:left; padding:0; margin:10px 20px; width:258px;}
/* menu */	
.menu { padding:0; margin:95px 0 0 0; width:450px; float:right; height:41px;}
.breadcrumb{position:relative; height:30px; width:100%;}
.breadcrumb ul{position:relative; margin:0 5px 0 5px; padding:0; height:30px; float: right;}
.breadcrumb ul li{padding:0; margin:0; list-style:none; float:left; height:30px display:inline;}
.breadcrumb ul li a{font:12px Arial, Helvetica, sans-serif; font-weight:bold; color:rgb(255,201,31); text-decoration:none; line-height:30px; display:block; padding:0 17px 0 15px; }
.breadcrumb ul li a:hover {text-decoration:underline; color:#ffffff; background-color:#FFC91F}
.breadcrumb ul li a.active{background:none; color:#c9c9c9;}
.breadcrumb ul li a.active:hover {text-decoration:underline;}
.breadcrumb .left{position:absolute; top:0px; left:0px; width:10px; height:30px; display:block; z-index:1;}
.breadcrumb .right{position:absolute; top:0px; right:0px; width:10px; height:30px; display:block; z-index:1;}
/********** slider **********/
.slider {margin:0 auto; width:953px; padding:0; background: url(../images/simple_bg.gif) top repeat-y; }
.gallery { float:right; width:389px; height:292px; padding:15px 45px 10px 0; }
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; height:292px; list-style:none; }
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:389px; height:292px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:24px; height:54px; position:absolute; left:-517px !important; left:-557px; top:-170px; }
#nextBtn { left:408px !important; left:368px; }
#prevBtn a { display:block; width:24px; height:54px; background:url(../images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:24px; height:54px; background:url(../images/r_arrow.gif) no-repeat 0 0; }
/* header-text */
.header-text {
	margin:0 auto;
	width:953px;
	padding:0;
	background-image: url(../images/simple_img_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.header-text h1 { margin:20px 40px; padding:0;}
.header-text .div {width:953px; margin:0; padding:0;}
.header-text .div .left1 { float:left; width:430px;}
.header-text span { float:right; margin:0; padding:0; width:300px;}
.header-text p { font:normal 11px  Tahoma, Geneva, sans-serif; color:#5e5e5e; padding:0 0 0 40px; margin:0; line-height:1.6em;}
.header-text ul.buttons { float:left; padding:20px 0 10px 25px; margin:0; list-style:none;}
.header-text ul.buttons li { float:left; padding:0 5px; margin:0;}
/*feature-text*/
.feature-text {margin:0 auto; width:953px; padding:5px 0; background: url(images/bg_feature_text.gif) top repeat-y; height:25px;}
.feature-text p { padding:0; margin:0; }
.feature-text a {width:100px; float:right; float:right; font: normal 11px Arial, Helvetica, sans-serif; color:#FFC91F; background:url(../images/tip_a_bg.gif) left no-repeat; padding:5px 20px;}
/********** block index **********/
.body { padding:0; width:953px; margin:0 auto; background: url(../images/simple_bg.gif) top repeat-y;}
.body-bottom { width:953px; margin:0 auto; padding:0;}
.body-bottom img { margin:0; padding:0;}
.body-resize {
	width:933px;
	margin:0 auto;
	padding:0 10px;
	background-image: url(../images/simple_img_top.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.body h1 { font:normal 22px  Tahoma, Geneva, sans-serif; color:#3a3c3c; border-bottom:1px solid #cccccc; padding:10px 5px; margin:0 0 5px 0;}
.body a { font:bold 11px  Tahoma, Geneva, sans-serif; color:#FFC91F; text-decoration:none;}
.body p { font:normal 11px   Tahoma, Geneva, sans-serif; color:#666666; line-height:1.8em; padding:5px; margin:0;}
.body ul { padding:5px 0; margin:0 30px;}
.body ul li { font:normal 11px Tahoma, Geneva, sans-serif; color:#666666; line-height:1.8em; padding:1px 10px; margin:0;}
/*Min-Height Spacer*/
.spacer {
  min-height:200px;
  height:auto !important;
  height:200px;
}
/*Sub*/
.Sub { width:300px; margin:5px 0; padding:5px 10px; float:left;}
.Sub h1 { padding:10px; color: #FFC91F}
.Sub ul { margin:5px 10px; padding:0; list-style:none;}
.Sub li { font: normal 13px Arial, Helvetica, sans-serif; color:#484848; background:url(images/Sub_ul_li.gif) left no-repeat;}
.Sub li a {
	color:#666666;
	font: normal 11px  Arial, Helvetica, sans-serif;
	text-decoration:underline;
}
.Sub li a:hover { text-decoration:none; color: #FFC91F}
.Sub img { margin:5px 10px; padding:0;}

/*Welcome*/
.welcome { width:580px; margin:5px 0; padding:5px 10px; float:left;}
.welcome h1 { }
/*News*/
.news { width:300px; margin:5px 0; padding:5px 10px; float:left;}
.news  h1 { color: #FFC91F;}
.news span { font:bold 14px Tahoma, Geneva, sans-serif; color:#2c2c2c;}
/*HR*/
div.hr {
  height: 15px;
  border-bottom: 1px dotted #FFC91F;
  margin-bottom: 20px;
}
div.hr hr {
  display: none;
}
/********** footer **********/
.footer { width:900px; color:#9c9c9c; font:normal 11px Tahoma, Geneva, sans-serif; text-align:left; margin:0 auto; padding:20px 0; }
.footer p { padding:0; margin:0; float:right; width:50%; text-align:right;}
.footer ul { padding:0; margin:0; float:left; list-style:none; width:50%;}
.footer ul li { padding:0; margin:0 5px; float:left;}
.footer a { color:#9c9c9c; font:normal 11px Tahoma, Geneva, sans-serif; padding:0 1px;}
.footer a:hover {color: #FFC91F;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; border-top:1px solid #eaeaea; padding:0; margin:5px 0; background:none;}