/* (c) css */
/* Min-Width */
#HTMLBlock { min-width:1003px; }
/* for IE6 */
* html #HTMLBlock { padding-left:1003px; }
* html #HTMLBlockMinWidth { height:0; } 
* html #HTMLBlockContent {margin-left:-1003px;position:relative; height:0; }
/* basic elements */
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #326ea0 url(/img/body_bg.jpg) top center no-repeat;
	color: #fff;
}
img {
	border: 0;
}
.hide {
	display: none;
}
form {
	margin: 0;
}
a {
	font-size: 12px;
	text-decoration: underline;
	color: #fff;
}
a:hover, 
a:active { 
	text-decoration: none;
}
p {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
}
h2,
h1,
h3 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
h2 {
	font-size: 19px;
}
h3 {
	padding: 6px 0 0 0;
	width: 183px;
	height: 34px;
	background: url(/img/h2.gif) top left no-repeat;
	text-align: center;
}
/* end basic elements */
/* specific divs id start */
#HTMLBlockContent {
	background: url(/img/footer_bg.jpg) bottom center no-repeat;
}
#contentHtml {
	margin: 0 auto;
	width: 1003px;
	min-height: 1000px;
	text-align: left;
}
#header {
	width: 1003;
	height: 154px;
}
#body_bg {
	
}
#header img {
	float: left;
}
#content {
	clear: both;
}
#left {
	width: 180px;
	padding: 50px 0 0 25px;
}
#center {
	padding: 50px 25px 0 35px;
	position: relative;
}
#right {
	padding: 50px 0 0 0;
	width: 200px;
}
#right ul {
	padding: 10px 0 10px 35px;
}
#right h1 {
	margin-top: 0;
}
#footer {
	clear: both;
	margin-top: 10px;
	height: 120px;
}
.img_h2 {
	margin-right: 5px;
	float: left;
}
/* specific divs id end */
/* $logo start */
#logo {
	width: 281px;
	height: 236px;
	position: absolute;
}
#logo img {
	margin: 12px 0 0 -20px;
}
/* $logo end */
/* $text start */
.text  {
	margin: 30px 0 0 310px;
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	text-shadow: 0.1em 0 #686868;
}
.text span {
	color: #eaff00;
}
/* $text end */
/* $phone start */
#phone img {
	margin: 0 0 0 230px;
}
/* $phone end */
/* $banner start */
#banner {
	height: 190px;
	background: url(/img/banner_bg.jpg) top left repeat-x;
}
/* $banner end */
/* $content_index start */
.content_index {
	padding: 15px;
	margin: 375px 0 0 -120px;
	width: 800px;
	position: absolute;
	background: #fff;
	border: 1px solid #9f6c30;
}
/* $content_index end */
/* $table start */
#table table {
	padding-left: 10px;
}
#table td.th2 {
	background: #538dbe;
}
#table td {
	height: 20px;
	background: url(/img/li.gif) bottom left repeat-x;
}
#table td a {
	text-decoration: none;
}
#table td.arrow-up b {
	color: #fffc00;
}
/* $table end */
/* $poll start */
#poll {
	padding-top: 12px;
	clear: both;
}
#poll table td {
	padding: 0 0 5px 0;
	font-size: 13px;
	text-align: left;
}
/* $poll end */
/* $match start */
.match {
	margin: 0 0 15px 0;
	width: 507px;
	height: 84px;
	background: url(/img/match_bg.gif) top left no-repeat;
}
.match img {
	margin: 0 45px 0 25px;
	float: left;
}
.match .caption {
	font-size: 14px;
	color: #d5fc00;
	text-decoration: underline;
}
.match a {
	font-size: 14px;
	color: #d5fc00;
}
.match .tm {
	padding-top: 15px;
	float: left;
}
/* $match end */
/* $menu start */
#menu {
	margin: 9px 0 0 215px;
	height: 36px;
}
#menu .mleft {
	width: 13px;
	height: 36px;
	background: url(/img/mleft.gif) top left repeat-x;
	float: left;
}
#menu .mright {
	width: 13px;
	height: 36px;
	background: url(/img/mright.gif) top left repeat-x;
	float: left;
}
#menu ul {
	padding: 0;
	margin: 0;
	width: 750px;
	height: 36px;
	background: url(/img/menu_bg.gif) top left repeat-x;
	float: left;
}
#menu li {
	padding: 7px 17px 0 17px;
	list-style: none;
	text-align: center;
	height: 28px;
	float: left;
	position: relative;
}
#menu li a {
	margin-top: 5px;
	font-size: 16.5px;
	text-decoration: none;
	color: #fff;
}
#menu li a:hover {
	text-decoration: underline;
}

#menu li ul li a {
	font-size: 13px;
}
#menu li ul li {
	background: none;
}
#menu li a:hover {
	text-decoration: underline;
}

#menu li ul {
	margin: 8px 0 0 -15px;
	width: 210px;
	height: auto;
  	display: none;
  	position: absolute;
  	z-index:1080;
	background: #051929;
	opacity: 0.85; 
	filter: alpha(opacity=85);
    -moz-opacity: 0.85;
}
#menu li ul li {
	padding-left: 10px;
	text-align: left;
	height: 22px;
	z-index:1080;
	clear: both;
}
#menu li:hover ul,
#menu li.jshover ul {
  display: block;
}

#menu li:hover li ul,
#menu li.jshover li ul {
  display: none;
  top: -1px;
  left: 180px;
  lef\t: 180px;
}
#menu li:hover li:hover ul,
#menu li.jshover li.jshover ul {
  display: block;
}

/* $menu end */
/* $news_left start */
#news_left {
	clear: both;
}
#news_left ul.latestnews {
	padding-left: 15px;
}
#news_left .date {
	padding: 0 0 3px 0;
	font-weight: bold;
}
#news_left p {
	padding: 5px 0 10px 0;
}
#news_left a {
	font-size: 13px;
}
#news_left p {
	font-size: 12px;
}
#news_left ul {
	padding: 0;
	margin: 0;
}
#news_left li {
	list-style: none;
}
/* $menu_left end */
/* $contact_left start */
.img_h2 {
	clear: both;
}
#contact_left {

}
/* $contact_left end */
/* $footer start */
#footer {
	font-size: 15px;
	color: #fff;
}
#footer span {
	color: #fcff00;
}
#footer a {
	font-size: 13px;
	color: #fff;
}
#footer .footer_menu {
	padding: 75px 0 0 120px;
	float: left;
}
#footer .footer_menu li {
	list-style: none;
}
#footer .footer_menu li a {
	font-size: 12px;
}
#footer .copy {
	padding: 75px 0 0 30px;
	font-size: 12px;
	float: left;
}
#footer .count {
	padding: 70px 30px 0 0;
	float: right;
}
/* $footer end */
/* $login start */
#login {
	padding: 5px;
	margin: 0 0 0 35px;
	background: #ccc;
}
#login ul li {
	margin: 5px 10px 0 0;
	list-style: none;
	float: left;
}
/* $login end */
/* $login start */
#menu_user {
	width: 180px;
	padding: 10px;
	background: #e4e4e4;
	border: 1px solid #ccc;
}
#menu_user ul li {
	margin: 0 0 3px 0;
	list-style: none;
}
#menu_user h3 {
	margin: 0 0 5px 0;
}
/* $login end */
.componentheading {
	padding: 0 0 10px 0;
	font-weight: bold;
	font-size: 14px;
}
tr.sectiontableentry2 td {
	width: 180px;
	height: 120px;
}
td.td1 {
	background: #fff;
}
tr.sectiontableentry2 td.sectiontableentry2 {
	padding-left: 10px;
	background: #000;
}
tr.sectiontableentry2 td.sectiontableentry2 a {
	font-size: 18px;
}
#center .article-content table {
	width: 100%;
	background: #ccc;
	border: none;
}
#center .article-content table td,
#center .article-content table th {
	padding: 7px;
	background: #3880bb;
	border: none;
}
#center .article-content table th {
	background: #164b76;
}
#parsed_news img {
	width: 500px;
}
ul.pagination li {
	padding: 10px 0;
	list-style: none;
	float: left;
}
#parsed_result h3 {
	background: none;
	text-align: left;
	font-size: 18px;
}
#tour-3 {
	height: 300px;
}
#tour-37,
#tour-38 {
	height: 400px !important;
}
#center table.content-play {
	width: 250px;
}
#center table.content-play td.th1 {
	background: #164b76;
}
#center table.content-play td {
	border-bottom: 0px solid #ccc;
}
#center table.content-play tr.gray td {
	background: #176db5;
}
.preview_picture,
.news-detail .detail_picture {
	margin-right: 7px;
	float: left;
}
