@charset "utf-8";

*{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background-color:#FFF;
	/*background-image: url(themes/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;*/
	margin: 0;
	padding:0;
}

ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	/*padding-right: 15px;
	padding-left: 15px;*/
	text-decoration: none;
}

p {
	margin:0 0 15px 0;
	line-height:18px;
	clear:both;
	text-align:justify;
}

a img { 
	border: none;
}

header, section, footer, nav, article, figure {
	display: block;
}

.floatright {
	float:right;
	padding:0 0 5px 20px;
}

.floatleft {
	float:left;
	padding:0 20px 5px 0;
}

/* ----------------- hyperlink -------------------- */
a:link {
	color:#00F;
	text-decoration: underline;
}
a:visited {
	color:#00F;
	text-decoration: underline;
}
a:hover, a:active, a:focus { 
	color:#F00;
	text-decoration: underline;
}


/* ----------------- general text -------------------- */
h3 { font-size:24px; color:#a90064; line-height:30px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
h4 { font-size:20px; color:#000; line-height:25px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
s2 { font-size:12px; color:#000; line-height:10px; font-family:Arial, Helvetica, sans-serif; font-weight:normal;}

.title { font-size:14px; color:#4c7c98; line-height:18px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }

/*.font-12b { font-size:12px; color:#01579a; font-weight:bold; }
.font-12b a { color:#01579a; text-decoration:none; }
.font-12b a:hover { text-decoration:underline; }

.font-14b { font-size:14px; color:#01579a; font-weight:bold; }
.font-12b-w { font-size:12px; color:#FFF; font-weight:bold; }
.font-12b-b { font-size:14px; color:#000; font-weight:bold; text-align:center; }
.font-12b-bl { font-size:14px; color:#000; font-weight:bold; text-align:left; }
.font-12b-r { font-size:12px; color:#903; font-weight:bold; text-align:left; }
.font-12 { font-size:12px; text-align:center; }*/

.font-14w { font-size:14px; color:#FFF; font-family:Arial, Helvetica, sans-serif; }

.font-12b-center { font-size:12px; color:#000; font-family:Arial, Helvetica, sans-serif; text-align:center; }

.font-14b { font-size:14px; color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.font-16b { font-size:16px; color:#000; font-family:Arial, Helvetica, sans-serif; font-weight:bold; }
.font-20b { font-size:20px; color:#000; font-family:Arial, Helvetica, sans-serif; padding:8px 0 0 10px; }
.font-24b { font-size:24px; color:#000; font-family:Arial, Helvetica, sans-serif; padding:5px 0 0 10px; }

.line { border-bottom:1px solid #DDD; width:680px; }
.line2 { border-bottom:20px solid #749eb6; width:960px; margin:0 auto; }

/* ----------------- ol -------------------- */
ol { padding: 0 0 15px 20px; }
ol li {  }

.ol-list { padding:0 0 15px 40px; }
.ol-list li { }


/* ---------------- ul -------------- */
ul { }
ul li { }



/* ---------------- container -------------- */
.container {
	width: 100%;
	background: #FFFFFF;
	margin: 0 auto;
}

.contant-zone{
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	/*border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #076bcc;
	border-left-color: #076bcc;*/
	overflow: hidden;
}
	
/* ------------------ header ------------------*/
header {
	/*background-image: url(themes/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;*/
	padding: 0px;
	height: 90px;
	width: 960px;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

header .left{
	float: left;
	height: 80px;
	width: 220px;
	margin: 5px 0 0 0;
}

header .right{
	float: right;
	height: 80px;
	width: 740px;
	margin: 0;
}

/*.r-middle{
	line-height: 66px;
	height: 66px;
	width: 620px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	color: #FFF;
	text-align: right;
}*/
	
/*.r-bottom{
	line-height: 33px;
	height: 33px;
	width: 600px;
	margin-right: 20px;
	}*/
	
.shadown-01{
	background-image: url(themes/shadown-01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	height: 9px;
	width: 960px;
	}
	

.search-zone {
	float:right;
	padding:20px 0 0 0;
	height:30px;
}
	
	
/* ------------------ main hightlight --------- */
.highlight-line {
	width:960px;
	height:20px;
	background:url(themes/highlight-line.jpg);
	background-repeat:no-repeat;
	margin:10px auto 0 auto;
}

.highlight-zone {
	height: 260px;
	/*height: 320px;*/
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
}

.highlight-zone2 {
	float:left;
	width: 310px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
}

.h1-zone {
	float: left;
	width: 310px;
	/*height: 310px;*/
	height: 250px;
	padding:0;
}
	
.h2-zone {
	float: left;
	width:310px;
	height: 250px;
	padding:0 15px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;*/
}
	
.h3-zone {
	float: left;
	width: 310px;
	height: 250px;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;*/
}

.highlight-title {
	background:url(themes/bg-col-01.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:37px;
}

.highlight-title2 {
	background:url(themes/bg-col-01b.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:16px;
}

.highlight-content {
	background:url(themes/bg-col-02.jpg);
	background-repeat:repeat-y;
	padding:10px;
	/*height:220px;*/
	height: 160px;
}

.highlight-content2 {
	background:url(themes/bg-col-02.jpg);
	background-repeat:repeat-y;
	padding:10px;
}

.highlight-more {
	background:url(themes/bg-col-02.jpg);
	background-repeat:repeat-y;
	padding:0 10px 5px 0;
	height:26px;
}

.highlight-end {
	background:url(themes/bg-col-03.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:6px;
}

.highlight-end2 {
	background:url(themes/bg-col-03.jpg);
	background-repeat:no-repeat;
	width:310px;
	height:6px;
}

.highlight-desc {
	float:left;
	width:630px;
	padding:0 0 0 20px;
}

.highlight-desc1 {
	text-align:center;
	font-weight: bold;
}





.con-01-left{
	float: left;
	height: 110px;
	width: 80px;
	padding:15px 0 0 0;
	text-align: center;
	}
	
.con-02-right{
	float: left;
	height: 97px;
	width: 239px;
	margin-right: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	}
	
.con-03-right{
	float: left;
	height: 97px;
	width: 219px;
	margin-right: auto;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	}

/*.con-02-right a{
	font-family: Arial, Helvetica, sans-serif;
	color: #00aeef;
	text-decoration: none;
	}
	
.con-02-right a:hover{
	color: #00aeef;
	text-decoration: underline;
	}*/
	

/* ------------------- search ---------------- */
.searchinput{
	border-right-width: 0px;
	padding-left: 3px;
	width: 190px;
	font-family: arial;
	float: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #636365;
	margin-left: 3px;
	font-size: 8pt;
	vertical-align: middle;
	border-left-width: 0px;
	margin-right: 10px;
}
.tab_search{
	height: 21px;
	background-image: url(themes/search-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchaction{
	width: 70px;
	float: left;
	height: 21px;
}

.searchinput2{
	border-right-width: 0px;
	padding-left: 3px;
	width: 250px;
	font-family: arial;
	float: left;
	border-top-width: 0px;
	border-bottom-width: 0px;
	color: #636365;
	margin-left: 3px;
	font-size: 8pt;
	vertical-align: middle;
	border-left-width: 0px;
	margin-right: 10px;
}
.tab_search2{
	height: 26px;
	background-image: url(themes/newsletter-search-bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.searchaction2{
	width: 66px;
	float: left;
	height: 26px;
}

/* ---------------- content ---------------- */
.content {
	width: 960px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 15px;*/
}

.content-sub {
	width: 758px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	/*padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 15px;*/
}

/* ---------------- advertisement zone -------------- */
.adv-zone{
	float:left;
	width: 212px;
	margin-top: 10px;
	margin-bottom:10px;
}
	
.adv-image{
	margin-bottom:10px;
}

/*.adv-image a{ 
	padding:0 0 10px 0;
}*/


/* ----------------- main zone ----------------- */
.main-zone {
	padding: 0px;
	width: 680px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0 0 0 20px;
}

.main-zone2 {
	padding: 0px;
	width: 960px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0;
}

.main-title{
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #01579a;
	line-height: 32px;
	float: left;
	width: 518px;
}

.main-title2{
	height:25px;
	line-height: 25px;
	float: left;
	width: 690px;
	background-color:#749eb6;
	margin:0 0 5px 0;
}

.main-title2 h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:25px;
	font-weight:bold;
	color: #FFF;
	padding:0 0 0 10px;
}

.main-content {
	padding:0 0 0 10px;
}
	
.main-line{
	width:518px;
	height:1px;
	border-bottom:1px solid #01579a;
	padding:0;
	margin:0;
}

.main-col {
	float:left;
	width:200px;
	padding:0 30px 0 0;
}

.main-col2 {
	float:left;
	width:400px;
	padding:0 0 0 50px;
}
	
.main-more{
	float: left;
	width: 518px;
	/*margin-right: 20px;*/
	margin-left:0px;
	margin-top: 10px;
	text-align:justify;
}

.borderBottom { border-bottom:1px dotted #CCC; }

.read-more{
	float:right;
	text-align:right;
	padding:0;
}

.read-more a{
	color:#F00;
	font-size:12px;
	text-decoration:underline;
}

.read-more a:hover{
	color:#00F;
	text-decoration:underline;
}

.listing { 
	float:left;
	width: 265px;
	padding: 0 0 25px 15px;
}

.listing li{
	float:left;
	width: 265px;
	padding:5px 0 0 0px;
	list-style:url(themes/arrow2.png);
}

.listing li a{
	margin:0;
	text-align:justify;
	color:#000;
	text-decoration:none;
}

.listing li a:hover{
	color:#000;
	text-decoration:underline;
}

/*.listing2 { 
	float:left;
	width: 650px;
	padding:0 0 20px 25px;
	display:block;
}

.listing2 li{
	padding:0 0 5px 0;
	list-style:url(themes/arrow.png);
}

.listing2 li a{
	margin:0;
	text-align:justify;
	color:#000;
	font-size:12px;
	text-decoration:none;
}

.listing2 li a:hover{
	color:#000;
	text-decoration:underline;
}*/

.listing3 { 
	float:left;
	width: 719px;
	padding: 0 0 0 25px;
	/*clear:both;*/
}

.listing3 li{
	padding:0 0 10px 0;
	list-style:circle;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

.listing4 { 
	float:left;
	width: 345px;
	padding: 0 0 15px 25px;
	/*clear:both;*/
}

.listing4 li{
	padding:0 0 10px 0;
	list-style:circle;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:12px;
}

.grey {
	color:#666;
}
	
/*.main-news-img{
	width:245px; 
	float:left; 
	margin:11px 10px 0px 21px !important; 
	height:145px;
	}

.main-news-link{
	width:224px; 
	float:right; 
	margin:21px 30px 0 10px;
	}*/


/* ----------------- info zone ----------------- */
.info-zone{
	padding: 0px;
	width: 744px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding:0 0 0 15px;
}

.info-title{
	height:32px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #01579a;
	line-height: 32px;
	float: left;
	width: 744px;
}
	
.info-line{
	width:744px;
	height:1px;
	border-bottom:1px solid #01579a;
	padding:0;
	margin:0;
}

.info-line2{
	width:744px;
	height:1px;
	border-bottom:1px dotted #666;
	padding:0;
	margin:0 0 15px 0;
}

.info-more{
	float: left;
	width: 744px;
	/*margin-right: 20px;*/
	margin-left:0px;
	margin-top: 10px;
	text-align:justify;
}


/* ---------------- right sidebar ---------------- */
.right-sidebar{
	float:right;
	width:250px;
	padding:0 0 0 0;
}

.right-title-zone{
	float:left;
	background:url(themes/bg-sidebar-01.png);
	background-repeat:no-repeat;
	width:250px;
	height:46px;
}

.right-title{	
	font-size:24px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	padding: 10px 0 0 15px;
}

.right-desc-zone{
	float:left;
	background:url(themes/bg-sidebar-02.png);
	background-repeat:repeat-y;
	width:250px;
}

.right-desc {
	width:230px;
	padding:10px 10px 0 10px;
}

.right-desc ul {
	width:210px;
	padding:0 0 0 20px;
}

.right-desc ul li {
	list-style:url(themes/arrow.png);
	padding:5px 0 0 0;
}

.right-desc ul li a {
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	padding:0;
	text-decoration:none;
}

.right-desc ul li a:hover {
	text-decoration:underline;
}

.right-desc-zone-end{
	float:left;
	background:url(themes/bg-sidebar-03.png);
	background-repeat:no-repeat;
	width:250px;
	height:12px;
}


/* ---------------- sidebar left ---------------- */
.sidebar-left{
	float:left;
	width:250px;
	padding:0 0 20px 0;
}

.left-title-zone{
	float:left;
	background:url(themes/bg-sidebar-01.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:37px;
}

.left-title{	
	font-size:20px;
	font-weight:normal;
	color:#000;
	padding: 8px 0 0 8px;
}

.left-desc-zone {
	float:left;
	background:url(themes/bg-sidebar-02.jpg);
	background-repeat:repeat-y;
	width:250px;
}

.left-desc {
	width:230px;
	padding:10px 10px 0 10px;
}

.left-desc-ul { 
	float:left;
	padding:0 0 20px 25px;
}

.left-desc-ul li {
	float:left;
	list-style:url(themes/arrow2.png);	
	width:205px;
	padding:5px 0 0 0;
}

.left-desc-ul li a {
	color:#000;
	text-decoration:none;
}

.left-desc-ul li a:hover {
	text-decoration:underline;
}

.left-desc-ul li ul {
	float:left;
	padding:0 0 10px 20px;
}

.left-desc-ul li ul li {
	float:left;
	list-style:url(themes/arrow2.png);
	width:185px;
	padding:5px 0 0 0;
}



.left-desc-zone-end{
	float:left;
	background:url(themes/bg-sidebar-03.jpg);
	background-repeat:no-repeat;
	width:250px;
	height:5px;
}

.sidebar-list {
	float:left;
	width: 155px;
	margin:0;
	padding:5px 0 20px 25px;
}

.sidebar-list li{
	list-style:url(themes/bullet2.jpg);
	padding:0 0 5px 0;
}

.sidebar-list li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	text-decoration:none;
}

.sidebar-list li a:hover{
	text-decoration:underline;
}

/* ---------------- Quick Zone --------------------*/
#quick-zone {
	float: right;
	width: 199px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #cccccc;
	padding-bottom: 20px;
	display: block;
}

.side-btn{
	background-image: url(themes/btn-01-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 74px;
	width: 199px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	}
	
.side-btn-name{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #002f7c;
	height: 20px;
	width: 190px;
	margin-left: 9px;
	}
	
.side-btn-l{
	float: left;
	height: 54px;
	width: 70px;
	}
	
.side-btn-r{
	float: right;
	height: 44px;
	width: 120px;
	padding-right: 9px;
	padding-top: 10px;
	}
	
/* ------------------ news zone ------------ */
/*.news-desc {
	display: block;
	background:url(themes/bg-news-02.jpg);
	background-repeat:repeat-x;
	width:200px;
	height:259px;
}*/

ul.news-nav {
	list-style: none;
	display: block;
}

ul.news-nav li {
	width: 165px;
	text-decoration: none;
	padding-left: 15px;
	padding-top: 15px;	
	padding-bottom: 5px;
}

ul.news-nav li span{
	color: #b60013;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	padding: 0px;
}

ul.news-nav li a{
	display: block;
	text-decoration: none;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
}
ul.news-nav li a:hover {
	color: #F0F;
	text-decoration: underline;
}


ul.news-nav2 {
	list-style: none;
	display: block;
	margin: 0px;
}
ul.news-nav2 li {
	text-decoration: none;
	padding-left: 0px;
	width: 220px;
	padding-bottom: 5px;
}

ul.news-nav2 li span{
	color: #00aeef;
	display: block;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}

ul.news-nav2 li a{
	display: block;
	text-decoration: none;
	color: #000 !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
}
ul.news-nav2 li a:hover {
	color: #F0F;
	text-decoration: underline;
}


ul.news-nav3 {
	list-style: none;
	display: block;
	margin: 0px;
}
ul.news-nav3 li {
	text-decoration: none;
	padding-left: 0px;
	width: 220px;
	padding-bottom: 10px;
	display: block;
}

/* ------------------ newsletter ------------------- */
#newsletter-zone{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 42px;
	color: #FFF;
	text-decoration: none;
	background-image: url(themes/news-zone.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 42px;
	width: 960px;
	}

.newsletter-left{
	float: left;
	height: 42px;
	width: 585px;
	margin-left: 20px;
	}

.newsletter-right{
	float: right;
	height: 42px;
	width: 355px;
	}

/* ------------------ footer ------------------- */
footer {
	width:100%;
	height:30px;
	margin:5px auto 0 auto;
	background-color:#385871;
	color: #FFF;
	font-size:11px;
	position: relative;
	/*border-top: 1px solid #e6e8ea;*/
	clear: both; 
}

.footer-zone {
	width:960px;
	margin:0 auto;
}

.footer-text{
	float:left;
	width:400px;
	text-align:left;
	padding:8px 0 0 0;
	margin:0;
}

.footer-nav{
	float:right;
	width:560px;
	text-align:right;
	padding:8px 0 0 0;
	margin:0;
}

.footer-nav a{
	color:#FFF;
	text-decoration:none;
}

.footer-nav a:hover{
	text-decoration:underline;
}


.col-1 {
	width:185px;
	margin-right:10px;
	margin-left: 40px;
}
.col-2 {
	width:185px;
	margin-right:10px;
	margin-left: 40px;
}
.col-3 {
	width:185px;
	margin-right:10px;
	margin-left: 40px;
}
.col-4 {
	width:185px;
	margin-right:0px;
	margin-left: 40px;
}

.list li {
	width:185px;
	line-height:1.667em;
	list-style-image: none;
	list-style-type: none;
	color: #FFF;
	display: block;
	padding-bottom: 20px;
}
.list li.non {
	padding: 0px !important;
	font-size: 15px !important;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.list li,
.list li a {
	color:#FFFFFF;
}
.list li a {text-decoration:none;}
.list li a:hover {
	color:#FFFFFF;
	text-decoration: underline;
}
.list1 {padding-bottom:11px;} 
.list1 li {padding:0 0 15px 10px;height:1%;background:url(themes/marker.gif) no-repeat left 4px;}

.col-1, .col-2, .col-3, .col-4 {float:left;}


/* --------------- banner ----------- */
.banner-zone {
	width: 100%;
	height: 350px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	/*background-color:#a70063;*/
}

.banner { 
	width:960px;
	height:350px;
	margin:0 auto;
	padding:10px 0;
}

.banner-zone-sub {
	width: 960px;
	height: 300px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}


/* --------------- latest ----------- */
.latest-zone { 
	width:100%;
	margin:0;
}

.latest-news {
	width:960px;
	height:35px;
	background:url(themes/bg-latest-news.jpg);
	background-repeat:repeat-x;
	margin:0 auto 10px auto;
}

	
/* ------------------- news --------------- */
#news-zone {
	float: left;
	width: 200px;
	height:300px;
	/*padding-bottom: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;*/
}
	
/* ----------------- font style ------------------ */
.font-b18b{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #01579a;
	}
	
	
/* --------------- title style ---------------- */
.title-side-zone-o{
	height: 41px;
	width: 200px;
	background-image:url(themes/bg-news-01.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
.title-side-zone{
	height: 32px;
	width: 199px;
	background-image: url(themes/side-header-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	}
	
.title-side{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;	
	color: #c3e9fd;
	text-decoration: none;
	margin: 0px;
	width: 136px;
	height: 41px;
	line-height: 41px;
	padding-left: 15px;
	}
	
.btn-more{
	float: right;
	width: 80px;
	margin-right: 5px;
	margin-left: 0px;
	vertical-align: middle;
	height: 14px;
	margin-top: 15px;
	}
	
.btn-more a{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#b60013;
	text-decoration:underline;
}

.btn-more a:hover{
	color:#00F;
	text-decoration:underline;
}
	

/* ----- Miscellaneous float/clear classes ----- */

.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.textbox {
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom:1px solid #000;
}


/* ----------------- products zone ----------------- */
.products-zone {
	padding: 0px;
	width: 680px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.prod-line {
	float:left;
	width:680px;
	border-top:1px dotted #CCC;
	margin:0 0 10px 0;
}

.prod-img {
	float:left;
	width:230px;
}

.prod-desc {
	float:left;
	width:260px;
	padding:0 20px 0 0;
}

.prod-desc-1 {
	float:left;
	width:500px;
	padding:0 20px 0 0;
}

.prod-desc-1-ul { 
	float:left;
	padding:0 0 20px 25px;
}

.prod-desc-1-ul li {
	float:left;
	list-style:url(themes/arrow2.png);	
	width:500px;
	padding:5px 0 0 0;
}

.prod-desc-1-ul li a {
	color:#000;
	text-decoration:none;
}

.prod-desc-1-ul a:hover {
	text-decoration:underline;
}

.prod-view {
	float:left;
	width:150px;
}

/* ----------------- Sitemap zone ----------------- */
.sitemap-zone {
	height: auto;
	/*height: 320px;*/
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
}

.sitemap-h1-zone {
	float: left;
	width: 250px;
	/*height: 310px;*/
	height: auto;
	padding:0;
}
	
.sitemap-h2-zone {
	float: left;
	width:360px;
	padding:0 15px;}
	
.sitemap-h3-zone {
	float: left;
	width: 310px;
}

.sitemap-empty{
	height:35px;
}
.sitemap-ul{
	float:left;
	font-size:20px; 
	font-weight:bold;
	color:#4c7c98; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:8px 0 0 10px;
}
.sitemap-ul li {
	float:left;
	list-style:none;	
	width:300px;
	padding:5px 0 0 0;
	text-decoration:none;
}
.sitemap-ul li a { 
	color:#4c7c98; 
	text-decoration:none;
}
.sitemap-ul a:hover {
	text-decoration:underline;
}

.sitemap-prod-ul{
	float:left;
	font-size:15px; 
	color:#4c7c98; 
	font-family:Arial, Helvetica, sans-serif; 
	text-decoration:none;
	padding:8px 0 0 10px;
}
.sitemap-prod-ul li {
	float:left;
	list-style:none;	
	width:300px;
	padding:5px 0 0 0;
	text-decoration:none;
}
.sitemap-prod-ul li a { 
	color:#4c7c98; 
	text-decoration:none;
}
.sitemap-prod-ul a:hover {
	text-decoration:underline;
}

.sitemap-1-ul { 
	float:left;
	padding:0 0 20px 25px;
}
.sitemap-1-ul li {
	float:left;
	/*list-style:url(themes/arrow2.png);	*/
	width:250px;
	padding:5px 0 0 0;
}
.sitemap-1-ul li a {
	color:#000;
	text-decoration:none;
}
.sitemap-1-ul a:hover {
	text-decoration:underline;
}
/* ----------------- news zone ----------------- */
.news-zone {
	padding: 0px;
	width: 680px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.news-title {
	float:left;
	width:120px;	
}

.news-desc {
	float:left;
	width:500px;
}

.news-line {
	float:left;
	width:680px;
	border-top:1px dotted #CCC;
	margin:5px 0;
}


/* ----------------- news zone ----------------- */
.events-zone {
	padding: 0px;
	width: 680px;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}

.events-img {
	float:left;
	width:220px;	
}

.events-img2 {
	float:left;
	width:220px;
	padding:35px 0 0 0;
}

.events-desc {
	float:left;
	width:440px;
}

.events-line {
	float:left;
	width:680px;
	border-top:1px dotted #CCC;
	margin:10px 0;
}
/* ----------------- Distributor ----------------- */
.region-zone { 
	height: 20px;
	/*height: 320px;*/
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-decoration: none;
}
.region-zone1 { 
	height: 20px;
	/*height: 320px;*/
	width: 660px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-decoration: none;
}

.r1-zone{
	float: left;
	width: 160px;
	height: 20px;
	padding:0;
	text-align:center;
	text-decoration:none;
}
.r2-zone {
	float: left;
	width:160px;
	height: 20px;
	padding:0;	
	text-align:center;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;*/
}
.r3-zone {
	float: left;
	width: 160px;
	height: 20px;
	text-align:center;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;*/
}
.r4-zone {
	float: left;
	width: 160px;
	height: 20px;
	text-align:center;
	/*border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DDD;*/
}
.region{ 
	font-size:14px; 
	/*color:#000; */
	color:#4c7c98;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:normal; 
	
}
.region:hover{ 
	font-size:14px; 
	/*color:#000; */
	color:#4c7c98; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	text-decoration:underline;
}
