/* layout styles */

html { padding: 0; margin: 0;}
body { padding: 0; margin: 0; background: #FFFFFF url(../img/bg-body.png) repeat-x 50% 0; }

.sprite { position: absolute; top: 0; right: 0; width: 100%; height: 100%; background: no-repeat 0 0; }

/* Layout */
#mother { width: 980px; margin: 0 auto;  overflow: hidden; position: relative;}
#main { zoom: 1; position: relative; margin: 10px 0; width: 100%;}

.row { clear: both; width: 100%; display: block; position: relative; }
.row:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.col { position: relative; float: left; left: 100%; _display: inline; }

.col-content { margin-left: -980px; width: 735px;  }
.col-side { margin-left: -235px; width: 235px; }

.col-content .spc { padding: 20px; zoom: 1; background: white url(../img/bg-col-content.png) no-repeat 0 0;}
.col-content-left { margin-left: -735px; width: 405px; }
.col-content-right { margin-left: -320px; width: 320px; }

/* Header */
#header { position: relative; padding-top: 1px; height: 161px; }
#header #logo { position: absolute; top: 72px; left: 17px; margin: 0; padding: 0; }
#header .bnr1 { position: absolute; right: 10px; top: 52px; }

#nav-skip { position: absolute; left: -2000px; }
#nav-skip a:focus, #nav-skip a:active { position: absolute; left: 2000px; }

.header-top { height: 41px; border-bottom: 1px solid #bababa; }

#top-menu { position: absolute; top: 18px; left: 0px; font-size: 92.308%; line-height: 1.2; }
#top-menu ul { margin: 0 0 0 0; padding: 0; }
#top-menu ul li { margin: 0; padding: 0; float: left; border-left: 1px dotted #8D8D8D; margin-right: 10px; padding-left: 10px; background: none; }
#top-menu ul li:first-child {border-left: 0;}
#top-menu ul li { _border-left-width: expression(this.parentNode.firstChild == this ? '0' : '1px');}
#top-menu ul li a { display: block; float: left; color: #a30c16; text-decoration: none; }

#top-right-menu { position: absolute; top: 5px; right: 182px; font-size: 92.308%; line-height: 1.2; }

#search-box { position: absolute; top: 10px; right: 10px; }
#search-box input { vertical-align: middle; }
#search-box input#q { width: 227px; padding: 3px 10px 3px 30px; border: 0; background: url(../img/bg-search-input.png) no-repeat 0 50%; color: #a2a2a2; font-size: 12px; font-family: "Trebuchet MS", sans-serif; }


/* Main menu*/
#main-menu { margin: 0; zoom: 1; position: relative; width: 100%; background: url(../img/bg-main-menu.png) no-repeat 0 0; }
#main-menu ul { margin: 0; padding: 0 0 0 20px; }
#main-menu ul:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
#main-menu ul li { display: block; float: left; margin: 0; padding: 0 0 0 2px; background: url(../img/bg-main-menu-sep.png) no-repeat 0 0; zoom: 1; _display: inline; xposition: relative; }
#main-menu ul li a { display: block; float: left; margin: 0; padding: 0 15px; color: #fff; text-decoration: none; text-transform: lowercase; font-family: Arial, Helvetica, sans-serif; font-size: 100%; line-height: 1; font-weight: bold; height: 45px; line-height: 45px; position: relative; }
#main-menu ul li.active a, #main-menu ul li a:hover { background: url(../img/bg-main-menu-active.png) no-repeat 50% 100%; color: #fff; }
#main-menu ul li:first-child { background: none; padding-left: 0; }

/* Main menu*/
#main-menu .submenu { margin: 0; zoom: 1; width: 980px; background: black; top: 45px; left: 0; background: url(../img/bg-submenu.png) repeat-x 0 0;
height: 45px; clear: both; }
#main-menu ul li .submenu { margin: 0; zoom: 1; position: absolute; width: 980px; background: black; top: 45px; left: 0; background: url(../img/bg-submenu.png) no-repeat 0 0; height: 45px; }
#main-menu ul li .submenu ul { float: left; margin: 0 0 0 1px; padding-bottom: 0; width: 100%; background: url(../img/bg-submenu.png) repeat-x 0 0;}
#main-menu ul li .submenu ul li { display: block; float: left; margin: 0; padding: 0 0 0 2px; background: url(../img/bg-submenu-sep.png) no-repeat 0 0; }
#main-menu ul li .submenu ul li a { display: block; float: left; margin: 0; padding: 0 15px; color: #fff; text-decoration: none; text-transform: lowercase; font-family: Arial, Helvetica, sans-serif; font-size: 100%; font-weight: bold; height: 45px; line-height: 45px; position: relative; xxoverflow: hidden; }
#main-menu ul li .submenu ul li:first-child { background: none; padding-left: 0; }

/* Footer */
#footer {  color: #6c6c6c; zoom: 1;}
#footer-in { width: 980px; margin: 0 auto; border-top: 4px solid #dfdfdf; padding: 10px 0; }
#footer p { margin: 0; }
#footer a { text-decoration: none; color: #898989; }
#footer .seplink { border-left: 1px solid #7f7f7f; margin-left: 8px; padding-left: 10px; }

.side-box { margin-bottom: 10px; background: #d9d9d9 url(../img/bg-side-box.png) repeat-x 0 0; border: 1px solid #d9d9d9; }
.side-box h2 { margin: 0; padding: 8px 19px; color: #a30c16; background: #ebebeb url(../img/bg-side-box-h2.png) repeat-x 0 50%; min-height: 27px; _height: 27px; font-size: 26px; }
.side-box h2 small { font-size: 20px; line-height: 22px; display: block; }
.side-box h2 img { display: block; }
.side-box .inner { padding: 19px; }

.side-menu { background: #2b2b2b url(../img/bg-side-menu.png) repeat-x 0 0; line-height: 1.1; zoom: 1;}
.side-menu ul { margin: 0; padding: 5px; zoom: 1; }
.side-menu ul li { margin: 0; padding: 5px 5px 5px 20px; background: url(../img/bullet-side-menu.png) no-repeat 3px 1em; border-top: 1px solid #464646; zoom: 1; }
.side-menu ul li:first-child { border-top: 0; }
.side-menu ul li { border-top-width: expression(this.parentNode.firstChild == this ? '0' : '1px'); }
.side-menu ul li a, .side-menu ul li a:visited { color: #d8d8d8; text-decoration: none; }
.side-menu ul li a:hover { color: white; }

.tv-menu {  line-height: 1.1; zoom: 1; }
.tv-menu ul { margin: 0; padding: 0; }
.tv-menu ul li { margin: 0; padding: 0 0 0 5px; background: #343434 url(../img/bg-tv-menu.png) repeat-x 0 0; border-top: 1px solid #464646; }
.tv-menu ul li:first-child { border-top: 0; }
.tv-menu ul li { border-top-width: expression(this.parentNode.firstChild == this ? '0' : '1px'); }
.tv-menu ul li a, .tv-menu ul li a:visited { color: #d8d8d8; text-decoration: none; background: url(../img/ico-tv.png) no-repeat 0 50%; display: block; padding: 5px 5px 5px 25px; zoom: 1;}
.tv-menu ul li a:hover { color: white; }

.dot-menu {  line-height: 1.1; zoom: 1; }
.dot-menu ul { margin: 0; padding: 0; }
.dot-menu ul li { margin: 0; padding: 0 0 0 5px; background: #343434 url(../img/bg-tv-menu.png) repeat-x 0 0; border-top: 1px solid #464646; }
.dot-menu ul li:first-child { border-top: 0; }
.dot-menu ul li { border-top-width: expression(this.parentNode.firstChild == this ? '0' : '1px'); }
.dot-menu ul li a, .dot-menu ul li a:visited { color: #d8d8d8; text-decoration: none; background: url(../img/bullet-dotlink.png) no-repeat 0 50%; display: block; padding: 5px 5px 5px 17px;  zoom: 1;}
.dot-menu ul li a:hover { color: white; }

.newsletter-box {  }
.newsletter-box p { margin: 0 0 4px 0; }
.newsletter-box #nl-email { width: 131px; padding: 3px 10px 3px 10px; border: 0; background: url(../img/bg-inp-nl-email.png) no-repeat 0 50%; color: #a2a2a2; font-size: 12px; font-family: "Trebuchet MS", sans-serif; }


.gallery-box { border: 1px solid #ababab; background: white; padding: 2px; zoom: 1; width: 172px; }
.gallery-box .inner { background: #000000; padding: 8px; zoom: 1; }
.gallery-box .inner h2 { margin: 0; }
.gallery-box .inner .img-list ul { margin: 0 0 8px -8px; padding: 0; float: left; clear: both; _position: relative; _display: inline; width: 164px; }
.gallery-box .inner .img-list ul li { margin: 0 0 0 8px; padding: 0; background: none; float: left;  _display: inline;}
.gallery-box .inner .img-list ul li img { background: white; padding: 2px; border: 1px solid #c5c5c5; display: block; }
.gallery-box .inner .img-list ul li a:hover img { /* border: 1px solid #C46F09; */ }
.gallery-box .inner p { margin: 0; }
.gallery-box .inner a, .gallery-box .inner a:visited { color: #ff0000; }
.gallery-box .inner a:hover { color: #ffffff; }

.dotlink, .dotlink:visited { background: url(../img/bullet-dotlink.png) no-repeat 0 50%; padding: 0 0 0 15px; color: #b21121; /* text-decoration: none; */ }

p.date { background: url(../img/ico-calendar.png) no-repeat 0 50%; padding-left: 20px; color: #444444; font-size: 92.308%; margin: 0 0 10px; }
.col-content .img-box { margin-bottom: 15px; }

.annot { font-size: 107.692%; line-height: 1.428; }

.grunge-box { background: #8f8f8f url(../img/bg-grunge-box.jpg) no-repeat 100% 100%; zoom: 1; }
.grunge-box h2 { margin: 0 0 5px 0; }

.grunge-box .article-boxes ul { margin: 0 0 10px 0; padding: 0; float:left; width: 100%; }
.grunge-box .article-boxes ul li { margin: 0 0 0 10px; padding: 1px; float: left; background: white; _display: inline; width: 239px; }
.grunge-box .article-boxes ul li a { text-decoration: none; }
.grunge-box .article-boxes ul li a img { display: block; border-bottom: 1px solid white;}
.grunge-box .article-boxes ul li a .h3 { display: block; padding: 6px 10px; margin: 0; background: #B6B6B6 url(../img/bg-grunge-box-h3.png) no-repeat 100% 0; font-family: Georgia, serif; font-size: 16px; color: black;  line-height: 1.1; zoom: 1;  }
.grunge-box .article-boxes ul li a:hover .h3 { text-decoration: underline; }

.stripes-1 { display: block; background: url(../img/bg-stripes-1.png) repeat-y 0 0; padding-left: 18px; }
.stripes-2 { display: block; background: url(../img/bg-stripes-2.png) repeat-y 0 0; padding-left: 18px; }
.stripes-3 { display: block; background: url(../img/bg-stripes-3.png) repeat-y 0 0; padding-left: 18px; }

.grunge-box .feed-boxes ul.box { margin: 0 0 10px 0; padding: 0; float:left; width: 100%; }
.grunge-box .feed-boxes ul.box li.box { margin: 0 0 0 10px; padding: 10px; float: left; background: white; _display: inline; width: 219px; border: 1px solid #6a6a6a; }
.grunge-box .feed-boxes ul.box li.box h3 { margin: 0 0 5px 0; border-bottom: 1px solid #b5b5b5; }
.grunge-box .feed-boxes ul.box li.box a, .grunge-box .feed-boxes ul.box li.box a:visited { color: black; }

.ad-box img { display: block; }

.col-content-left .featured-article {  color: #b7b7b7; margin: 0 0 10px 0; position: relative; zoom: 1;  }
.col-content-left .featured-article img { display: block; margin: 1px; }
.col-content-left .featured-article .text-box { padding: 10px 15px 15px; background: url(../img/bg-featured-article.png) no-repeat 0 100%; position: absolute; left: 0; bottom: 0; width: 330px; }
.col-content-left .featured-article .text-box h2 { color: white; margin: 0 0 2px 0; line-height: 1.3; font-family: Georgia, serif; font-weight: normal; font-size: 138.462%; }
.col-content-left .featured-article .text-box p { margin: 0; line-height: 1.3; }

.col-content-left .ad-box { margin: 0 0 10px 0; }

.col-content-right .news { margin: 0 0 10px; }
.col-content-right .news ul { margin: 0; padding: 0; }
.col-content-right .news ul li { margin: 0; padding: 10px; background: black; border: 1px solid #4b0309; color: #b7b7b7; line-height: 1.3; }
.col-content-right .news ul li .img-box { float: left; }
.col-content-right .news ul li .img-box img { display: block; }
.col-content-right .news ul li .text-box { margin-left: 80px; }
.col-content-right .news ul li .text-box p { margin: 0; }
.col-content-right .news ul li .text-box p.date { background: none; padding: 0; margin: 0; font-size: 76.923%; color: #8d8d8d; }
.col-content-right .news ul li .text-box h3 a { color: white; margin: 0; padding: 0; font-family: Georgia, serif; font-weight: bold; font-size: 100%; }

.col-content-left .partner-news { margin: 0 0 10px; padding: 10px; background: black; border: 1px solid #4b0309; color: #ffffff; line-height: 1.3; }
.col-content-left .partner-news h2 { margin: 0; }
.col-content-left .partner-news ul li { zoom: 1; }

.wanted-box { margin: 0 0 10px 0; }
.wanted-box .inner { border: 1px solid #4b0309; border-top: 0; padding: 5px 10px 10px 10px;height: 244px; text-align: center;}

.featured-article-sub { border: 1px solid #d6d6d6; background: white; padding: 1px; margin: 0 0 30px; }
.featured-article-sub .spc { background: #2a2a2a url(../img/bg-featured-article-sub.png) no-repeat 100% 0; padding: 8px; }
.featured-article-sub .img-box { float: left; margin: 0; }
.featured-article-sub .img-box img { display: block; border: 1px solid white; margin: 0; padding: 0; }
.featured-article-sub .text-box { margin-left: 320px; color: #c5c5c5; }
.featured-article-sub h2 { font-family: Georgia, serif; font-size: 138.462%; font-weight: normal; margin-top: 10px; }
.featured-article-sub h2 a { color: white; }
.featured-article-sub h2 a:hover { color: #ff0000; }
.featured-article-sub p { margin: 0; }

.report-list ul { margin: 0 0 10px 0; padding: 0; float: left; width: 100%; }
.report-list ul li { margin: 0 0 0 20px; padding: 0; float: left; width: 218px; }
.report-list ul li.first { margin-left: 0; }
.report-list ul li .img-box { margin: 0 0 10px 0; }
.report-list ul li .img-box img { display: block; background: white; border: 1px solid #d6d6d6; padding: 1px; width: 214px; }
.report-list ul li .text-box { display: block; line-height: 1.3; }
.report-list ul li h2 { font-family: Georgia, serif; font-size: 100%; margin: 0 0 5px 0; }
.report-list ul li h2 a { color: #b21121; }
.report-list ul li h2 a:hover { color: #ff0000; }

.paging { text-align: center; margin: 20px 0; }
.paging a, .paging strong { margin: 0 5px; }
.paging a { color: #b21121; }
.paging a:hover { color: #ff0000; }

.breadcrumb { font-size: 92.308%; margin: -10px 0 20px; color: #444444; _position: relative; }
.breadcrumb p { margin: 0; }
.breadcrumb p a { color: #b21121; }
.breadcrumb p a:hover { color: #ff0000; }
.breadcrumb strong { font-weight: normal; }

.home-news-box { border: 1px solid #a30c16; background: #f2f2f2; margin-bottom: 10px; zoom: 1; overflow: hidden;}
.top-news-box { background: #a30c16 url(../img/bg-top-news.png) repeat-x 0 0; padding: 19px; }
.top-news-box .inner { border: 3px solid #fff; position: relative; } 
.top-news-box .inner h2.tag { font-size: 15px; color: #a30c16; background: url(../img/bg-top-news-tag.png) no-repeat 0 0; width: 74px; height: 37px; position: absolute; top: 5px; right: 0; z-index: 20; text-align: center; line-height: 26px; margin: 0; }
.top-news-box .inner .frames { position: relative; width: 359px; height: 239px; overflow: hidden; }
.top-news-box .inner .frame { position: relative; width: 359px; height: 239px; }
.top-news-box .inner .frame .text-box { background: url(../img/bg-top-news-desc.png) repeat 0 0; color: #f6cfd2; position: absolute; left: 0; bottom: 0; width: 319px; padding: 15px 20px; line-height: 1.3; }
.top-news-box .inner .frame .text-box a, .top-news-box .inner .frame .text-box a:visited { color: #fff; }
.top-news-box .inner .frame .text-box h3 { margin: 0 0 5px; font-size: 20px; }
.top-news-box .inner .frame .text-box p { margin: 0; }

.home-news-box .news { margin: 0; padding: 20px; zoom: 1; }
.home-news-box .news ul { margin: 0; padding: 0; }
.home-news-box .news ul li { margin: 0; padding: 15px 0; background: none; border-top: 1px solid #d9d9d9; zoom: 1; }
.home-news-box .news ul li:first-child { border-top: 0; padding-top: 0; }
.home-news-box .news ul li:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.home-news-box .news ul li .img-box { float: left; margin: 0; }
.home-news-box .news ul li .img-box img { display: block; border: 3px solid #fff; }
.home-news-box .news ul li .text-box { margin-left: 76px; }
.home-news-box .news ul li .text-box .head { font-size: 11px; margin: 0; }
.home-news-box .news ul li .text-box .date { color: #818181; }
.home-news-box .news ul li .text-box h3 { font-size: 16px; }
.home-news-box .news ul li .text-box p.desc { font-size: 12px; margin: 0; }

.content-box { border: 1px solid #cccccc; background: #f2f2f2; margin-bottom: 10px; }
.content-box h2 { margin: 0; padding: 13px 19px; color: #a30c16; background: #dfdfdf url(../img/bg-content-box-h2.png) repeat-x 0 50%; min-height: 27px; _height: 27px; border: 1px solid #f2f2f2; border-bottom: 0; font-size: 26px; }
.content-box .inner { background: url(../img/bg-content-box-inner.png) repeat-x 0 0; border: 1px solid #f2f2f2; border-top: 0; padding: 19px; } 

.photo-boxes ul { margin: 0 0 10px -10px; padding: 0; }
.photo-boxes ul:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.photo-boxes ul li { margin: 0 0 0 9px; padding: 10px 11px 10px 10px; background: url(../img/bg-photo-box.png) no-repeat 0 0; width: 204px; float: left; height: 143px; _display: inline; }
.photo-boxes ul li h3 { margin: 0 0 10px 0; }
.photo-boxes ul li img { display: block; }

.ico-h2-clock { background: url(../img/ico-h2-clock.png) no-repeat 0 50%; padding-left: 32px; min-height: 26px; display: -moz-inline-stack; display: inline-block; =display: inline; zoom: 1; }
.ico-h2-top { background: url(../img/ico-h2-top.png) no-repeat 0 50%; padding-left: 23px; min-height: 26px; display: -moz-inline-stack; display: inline-block; =display: inline; zoom: 1; }
.ico-h2-magazine { background: url(../img/ico-h2-magazine.png) no-repeat 0 50%; padding-left: 32px; min-height: 26px; display: -moz-inline-stack; display: inline-block; =display: inline; zoom: 1; }
.ico-h2-newsletter { background: url(../img/ico-h2-newsletter.png) no-repeat 0 50%; padding-left: 32px; min-height: 26px; display: -moz-inline-stack; display: inline-block; =display: inline; zoom: 1; }

.content-img { margin: 0 0 10px; }

form { margin: 0; padding: 0; }
input, select { font-family: Arial, sans-serif; font-size: 100%; }
.va-mid { vertical-align: middle; }

/* SWFUpload */

/* Complete */
.blue {
	border: solid 1px #CEE2F2;
	background-color: #F0F5FF;
}

.progressName {
	font-size: 8pt;
	font-weight: 700;
	color: #555;
	width: 323px;
	height: 14px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

.progressBarInProgress,
.progressBarComplete,
.progressBarError {
	font-size: 0;
	width: 0%;
	height: 2px;
	background-color: blue;
	margin-top: 2px;
}

.progressBarComplete {
	width: 100%;
	background-color: green;
	visibility: hidden;
}

.progressBarError {
	width: 100%;
	background-color: red;
	visibility: hidden;
}

.progressBarStatus {
	margin-top: 2px;
	width: 337px;
	font-size: 7pt;
	font-family: Arial;
	text-align: left;
	white-space: nowrap;
}

a.progressCancel {
	font-size: 0;
	display: block;
	height: 14px;
	width: 14px;
	background-image: url(../img/cancelbutton.gif);
	background-repeat: no-repeat;
	background-position: -14px 0px;
	float: right;
}

a.progressCancel:hover {
	background-position: 0px 0px;
}

