@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
img{
	border:none;
}
.clear{
	clear:both;
}
body{
	background:#999900 url(images/bg_body.gif) left top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#wrapper_border{
	background:url(images/bg_wrapper_border.gif) repeat-y left top;
	width:1005px;
	margin:0 auto;
	text-align:center;
}
/* Wrapper */
#wrapper{
	width:1000px;
	margin:0 auto;
	background-color:#FFFFFF;
	text-align:left;
	position:relative;
}
#web_tv{
	width:66px;
	height:66px;
	position:absolute;
	top:98px;
	left:925px;
	z-index:1;
}
#header{
	width:1000px;
	height:146px;
	background:#852503 url(images/bg_header.jpg) no-repeat 9px 0px;
	position:relative;
}

#main_nav{

	height:30px;
	position:absolute;
	top:111px;
	left:9px;
	float:left;
}
#main_nav ul{
	float:left;
}
#main_nav li{
	float:left;
	position:relative;
}
#main_nav a{
	display:block;
	width:105px;
	background:url(images/bg_nav.gif) no-repeat left top;
	text-decoration:none;
	color:#FFCC00;
	line-height:30px;
	text-align:center;
}
#main_nav a:hover{
	background-position:left center;
	color:#eafe0c;
}
#main_nav a.current_page{
	background-position:left bottom;
	color:#FFFF00;
	cursor:default;
}
/* Sub Menu */
#main_nav li{
	position:relative;
}
#main_nav li ul{
	position:absolute;
	left:3px;
	top:0;
	display:none;
	border:1px solid #FF9900;
}
#main_nav li ul li{
	float:left;
}
#main_nav li ul li a{
	display:block;
	background-image:none;
	background-color:#CC9933;
	color:#990000;
	text-align:left;
	border-bottom:1px solid #FF9900;
	padding:5px;
	width:150px;
	line-height:15px;
	font-size:14px;
}
#main_nav li ul li a:hover{
	color:#FFFFFF;
	background-color:#CC6600;
	text-transform:none;
	font-size:14px
}
#main_nav li ul li a.current_submenu{
	color:#FFFFFF;
	background-color:#CC6600;
	text-transform:none;
	font-size:14px;
	cursor:default;
}

#logo_flash{
	width:81px;
	height:80px;
	position:absolute;
	top:11px;
	left:37px;
}
#home_flash{
	width:1000px;
	height:225px;
	position:absolute;
	top:111px;
	left:0;
	background-color:#FF9900;
}

/* Search Box */
#search_box{
	width:170px;
	height:30px;
	position:absolute;
	left:750px;
	top:112px;
}
#search_box label{
	color:#FFFF00;
	font-size:12px;
}

/* Content */
#content{
	width:1000px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;
	background-color:#FFFFFF;
}
#content_left{
	width:650px;
	float:left;
	margin-left:10px;
	display:inline;
}
	/* Content Left - Welcome Box */
	#welcome_box{
		float:left;
		width:650px;
		background:url(images/bg_welcome_heading.gif) repeat-y left top;
	}
	#welcome_box h2{
		background:url(images/bg_welcome_box_top.gif) no-repeat left top;
		padding-top:10px;
		padding-bottom:5px;
		padding-left:10px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#c0600a;
		text-transform:uppercase;
	}
	#welcome_content_box{
		float:left;
		width:650px;
		background:url(images/bg_welcome_content.gif) repeat-y left top;
	}
	#welcome_content_box_outter{
		float:left;
		background:url(images/bg_welcome_content_bottom.gif) no-repeat left bottom;
		padding-bottom:10px;
		width:650px;
	}
	#welcome_content_box_inner{
		float:left;
		background:url(images/bg_welcome_content_top.gif) no-repeat left top;
		padding-top:10px;
		width:650px;
	}
	#welcome_box .padding{
		padding-left:20px;
		padding-right:20px;
	}
	#welcome_box img.left{
		float:left;
		margin-left:20px;
		margin-right:10px;
	}
	#welcome_box img.right{
		float:right;
		margin-right:20px;
		margin-left:10px;
	}
	#welcome_box p{
		font-size:12px;
		color:#999999;
		line-height:18px;
		text-align:justify;
	}
	
	/* Content Left - Advertisement*/
	#advertisement{
		width:650px;
		float:left;
		background-color:#efd752;
		padding-top:10px;
		padding-bottom:10px;
		margin-top:10px;
		display:inline;
	}
	#advertisement_box{
		width:210px;
		float:left;
		background:#f3e27f url(images/bg_advertise.gif) repeat-y left top;
		border-bottom:1px solid #FFFFFF;
		margin-left:5px;
		display:inline;
		padding-bottom:5px;
	}
	#advertisement_box_heading{
		background:url(images/bg_advertise_top.gif) no-repeat left top;
		padding-top:5px;
	}
	#advertisement .padding{
		padding-left:10px;
		padding-right:10px;
	}
	#advertisement h3{
		border-bottom:1px dotted #990000;
		padding-bottom:5px;
		padding-left:10px;
		color:#CC3300;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		font-size:16px;
		margin-bottom:5px;
	}
	#advertisement p{
		font-size:12px;
		color:#000000;
		text-align:justify;
	}
	#video{
		width:200px;
		padding-left:5px;
	}
	
/* Content Right */
#content_right{
	width:320px;
	float:right;
	margin-right:10px;
	display:inline;
}
	/* Content Right - Today Programmes */
	#today_pro{
		width:320px;
		float:left;
	}
	/* Content Right - Today Programmes - Head */
	#today_pro_head{
		width:320px;
		float:left;
		height:26px;
		background:url(images/bg_today_pro_left.gif) repeat-x left top;
	}
	#today_pro_head_left{
		width:150px;
		float:left;
		background:url(images/bg_today_pro_slice.gif) no-repeat right bottom;
		height:26px;
	}
	#today_pro_head_left p{
		color:#FFFFFF;
		line-height:26px;
		font-size:16px;
		font-weight:bold;
		padding-left:10px;
	}
	#today_pro_head_right{
		width:170px;
		float:right;
		background:url(images/bg_today_pro_right.gif) repeat-x left top;
		height:26px;
	}
	#today_pro_head_right p{
		color:#990000;
		line-height:26px;
		font-size:15px;
		font-weight:bold;
		padding-left:10px;
		text-transform:uppercase;
		text-align:right;
		letter-spacing:2px;
	}
	/* Content Right - Today Programmes - Content */
	#today_pro_content{
		width:320px;
		float:left;
	}
	#today_pro_content_border{
		border:1px solid #852503;
	}
	
	#today_pro_box{
		width:300px;
		float:left;
		margin-top:5px;
	}
	#today_pro_box_left{
		float:left;
		width:60px;
	}
	#today_pro_box_right{
		float:right;
		width:230px;
		height:25px;
		margin-top:7px;
	}
	#today_pro_box_right_time{
		float:left;
		width:80px;
		height:25px;
		background:#e6a311 url(images/bg_today_pro_right_time_slice.gif) no-repeat right top;
		line-height:25px;
		color:#FFFFFF;
	}
	#today_pro_box_right_time p{
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
		padding-left:5px;
	}
	#today_pro_box_right_proname{
		float:right;
		width:150px;
		height:25px;
		background:#FFCC00 url(images/bg_today_pro_right_proname.gif) repeat-x left top;
		line-height:25px;
	}
	#today_pro_box_right_proname p{
		padding-left:5px;
		color:#990000;
		font-size:12px;
	}
	#today_pro_content table{
		border:1px solid #666666;
		width:300px;
		border-bottom:none;
	}
	#today_pro_content td{
		padding:5px;
	}
	td.orange{
		background-color:#FFCC00;
	}
	td.orange p{
		color:#990000;
		font-size:12px;
	}
	td.orange_{
		background-color:#FF9900;
	}
	td.orange_ p{
		color:#FFFFFF;
		font-size:12px;
		font-weight:bold;
	}
	#today_pro_content td{
		border-bottom:1px solid #666666;
	}
	#today_pro_content td.border{
		border-right:1px solid #990000;
	}
	

/* Bottom Nav */
#bottom_nav{
	width:1000px;
	height:17px;
	float:left;
	background-color:#852503;
	color:#f9ce06;
	font-size:10px;
}
#bottom_nav a{
	color:#f9ce06;
	text-transform:uppercase;
	text-decoration:none;
	line-height:17px;
}
#bottom_nav a:hover{
	color:#CCCCCC;
}

/* Footer */
#footer{
	float:left;
	width:1000px;
	height:17px;
	background-color:#f8a022;
	color:#852503;
	line-height:17px;
	font-size:10px;
}
#footer_left{
	float:left;
	margin-left:10px;
	display:inline;
}
#footer_right{
	float:right;
	margin-right:10px;
	display:inline;
}


/* Introduction - Page */
#branding{
	width:1000px;
	height:131px;
	float:left;
}

#content_bg{
		width:650px;
		float:left;
		background-color:#efd752;
		padding-top:10px;
		padding-bottom:10px;
		display:inline;
	}
#general_box{
	float:left;
	width:630px;
	background-color:#FFFFFF;
	margin-left:10px;
	display:inline;
	margin-bottom:10px;
}
#general_box_heading{
	float:left;
	width:630px;
	background:#ebd99a url(images/bg_general_box_heading.gif) repeat-x left top;
}
#general_box_heading_outter{
	float:left;
	width:630px;
	background:url(images/bg_general_box_heading_right.gif) no-repeat right top;
}
#general_box_heading_inner{
	float:left;
	background:url(images/bg_general_box_heading_left.gif) no-repeat left top;
}
#general_box h3{
	font-size:14px;
	color:#CC3300;
	padding-left:40px;
	line-height:30px;
	background:url(images/bullat.gif) no-repeat 10px; center;
}

#general_box_content{
	width:630px;
	float:left;
	background:#FFFFFF url(images/bg_general_box_content_right.gif) no-repeat right bottom;
	padding-top:5px;
	position:relative;
}
#general_box_content img.for_guest{
	position:absolute;
	left:20px;
	top:50px;
}
#general_box_content_inner{
	float:left;
	background:url(images/bg_general_box_content_left.gif) no-repeat left bottom;
	padding-bottom:5px;
}
#general_box_content a{
	color:#0066CC;
	
}
#general_box_content a:hover{
	color:#999999;
}
#general_box .padding{
	padding-left:10px;
	padding-right:10px;
}
#general_box p{
	font-size:12px;
	text-align:justify;
	line-height:16px;
}

/* Highlights */
#highlights{
	width:320px;
	float:left;
	padding-top:10px;
	padding-bottom:10px;

}
#highlights .padding{
	padding-left:10px;
	padding-right:10px;
}
#highlights h4{
	font-size:16px;
	padding-bottom:3px;
	color:#FF9900;
}
#highlights ul{
	margin-left:30px;
	list-style:url(images/bullat.gif);
	font-size:12px;
}
#highlights li {
	margin-top:11px;
	padding-left:10px;
}

/* FAQ */
#general_box table{
	width:940px;
	border-collapse:collapse;
	border:1px solid #999999;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#general_box td{
	padding:10px;
}
#general_box td{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #cccccc;
}
#general_box p.heading{
	color:#CC3300; font-weight:bold; text-transform:uppercase; text-decoration:underline;
}
#general_box p{
	color:#666666;
}

/* Registration Table */
#general_box table.registration{
	width:346px;
	border-collapse:collapse;
	border:1px solid #999999;
	margin-left:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#general_box  table.registration td{
	padding:2px;
}
#general_box td{
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #cccccc;
}

/* Technical Parameter */
table.technical_parameter{
	width:450px;
	margin-left:300px;
	border:1px solid #999999;
}
table.technical_parameter td{
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #cccccc;
	padding:5px;
}

/* Guest Book */
#general_box table.guest_book{
	width:400px;
	margin-left:300px;
	border:none;
}
#general_box table.guest_book td{
	padding:3px;
	border:none;
}
#general_box table.guest_book input{
	width:200px;
}
#general_box table.guest_book textarea{
	width:200px;
	height:100px;
}
#general_box table.guest_book input.button{
	width:auto;
}
#general_box table.guest_book label{
	font-size:12px;
}

/* Contact us - General */
#general_box table.general_contact{
	border:none;
	color:#FFCC00;
	border-bottom:1px solid #CCCCCC;
}
#general_box table.general_contact td{
	border:none;
}
#general_box table.general_contact h2{
	font-size:30px;
	font-weight:bold;
}
h2{
	color:#FF9900;
}
#general_box table.general_contact p{
	font-size:14px;
	line-height:20px;
}
#general_box table.general_contact b{
	text-transform:uppercase;
}

/* Contact us - Registration Form */
#general_box table.register{
	border:none;
}
#general_box table.register td{
	border:none;
	padding:3px;
}
#general_box table.register td.first{
	width:80px;
}
#general_box table.register td.second,{
	width:350px;
}
#general_box table.register td.second input{
	width:350px;
}
#general_box table.register td.third{
	width:70px;
}
#general_box table.register td.fourth{
	width:350px;
}
#general_box table.register td.fourth input{
	width:350px;
}
#general_box table.photo{
	width:100px;
	height:120px;
}

#general_box table.register input.button{
	width:auto;
}
#general_box table.allpro{
	width:610px;
}
#general_box table.allpro td{
	padding:10px;
	border:1px solid #999900;
}
#general_box table.allpro td.first{
	color:#990000;
	width:155px;
}
#general_box table.allpro td.second{
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	background-color:#FFCC99;
}
#general_box table.allpro td.third{
	font-weight:bold;
	color:#FFFFFF;
	font-size:16px;
	background-color:#FFCC66;
}
#general_box table.allpro td p{
	font-weight:bold;
	color:#FF6600;
	font-size:16px;
}
#general_box table.allpro td.second p{
	color:#CC3300;
}


/* Gallery */
#content_bg a{
	margin-left:8px;
}

#gallery_btns{
	float:left;
	width:650px;
	margin-top:;
}
#previous_btn{
	float:left;
}
#next_btn{
	float:right;
}
#gallery_btns a{
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	color:#000066;
	font-weight:bold;
}
#gallery_btns a:hover{
	color:#CCCCCC;
}

/* All Programmes Inner NAV */

#all_pro_nav{
	float:left;
	display:block;
	width:610px;
	background:#FFFFFF;
	color:#990000;
	text-align:center;
}
#all_pro_nav a{
	text-decoration:none;
	color:#990000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:bold;
}
#all_pro_nav a:hover{
	color:#999999;
}
#all_pro_nav a.current{
	color:#999999;
	cursor:default;
	
}

/*  Right Content Video */
#video_right{
	width:320px;
	background-color:#efd753;
	padding-top:10px;
	padding-bottom:10px;
	float:left;

}
	#video_box_right{
		width:300px;
		float:left;
		background:#f3e27f url(images/bg_advertise_video.gif) repeat-y left top;
		border-bottom:1px solid #FFFFFF;
		margin-left:10px;
		display:inline;
		padding-bottom:5px;
	}
	#video_box_heading{
		width:300px;
		background:url(images/bg_advertise_top_video.gif) no-repeat left top;
		padding-top:5px;
	}
	#video_box_right h3{
		border-bottom:1px dotted #990000;
		padding-bottom:5px;
		padding-left:10px;
		color:#CC3300;
		text-align:center;
		font-weight:bold;
		text-transform:uppercase;
		font-size:16px;
		margin-bottom:5px;
	}

.guest_book_text_head {
	color:#FFFFFF;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px bold;
	}
	
.emove_border{
	border:none;
}

#general_box table.remove_border td{
	border:none;
	padding:5px;
}

.clear{
	clear:both;
}

textarea{
	width:150px;
	height:50px;
}

#news_announcement_home{
	float:left;
	width:423px;
	height:196px;
	background-color:#f6eaa3;
	border:1px solid #FFFFFF;
	display:inline;
	margin-left:5px;
}

#news_announcement_home h4{
	font-size:16px;
	padding-bottom:3px;
	color:#FF9900;
}
#news_announcement_home ul{
	margin-left:10px;
	list-style:url(images/bullat.gif);
	font-size:12px;
	line-height:25px;
}
#news_announcement_home li {
	margin-top:11px;
	padding-left:10px;
}

