@charset "UTF-8";


/* CSS RESET */
a {
	color: #000;
	text-decoration: none;

}
a:hover{
	color: #333;
}
/*a:visited {
	color: #000;
}*/

.clear{
	clear:both;
	height:1px;
	line-height:1px;
}

#wrapper {
	margin: 0px;
	padding-top: 30px;
	width: 840px;
	margin: 0px auto;
}
h1{
	margin-left: 15px;
	display: inline;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.clear-all {
	clear: both;
	height: 0px;
	line-height: 0px;
}

#wrapper #body{
	height: 468px;
	padding: 0px 30px;
	background: url(../images/landing/black-bg.png) no-repeat;
}
#body #logo{
	position: absolute;
	width: 113px;
	height: 83px;
	top: 5px;
	margin-left: 15px;
}
#body #live-embed{
	float: left;
	height: 40px;
	margin-left: 165px;
}
#body #live-embed img{
	vertical-align: middle;
}
#body #tv-div{
	float: left;
	width: 323px;
	height: 218px;
	background: url(../images/landing/landing_tv_bg.png)  no-repeat;
}
#body #tv-div #tv-box{
	margin-left: 11px;
	margin-top: 12px;
	width: 300px;
	height: 185px;
	border:#CCC solid 1px;
}
#body #hilight-div{
	float: right;
	width: 440px;
	height: 247px;
	border:#CCC solid 1px;
}
#body #hilight-div .hilight{
	width: 150px;
	height:40px;
	margin-left:290px;
	margin-top:-240px;
	position: relative;
	background: url(../images/landing/highlight.png) no-repeat;
}
#body #hilight-div .hilight_play{
	float: left;
	width: 58px;
	height:57px;
	margin-top: 30px;
	margin-left: 195px;
	position: relative;
	cursor: pointer;
	background: url(../images/layout/play.png) no-repeat;
}
#body #hilight-div .description{
	position: relative;
	/*height:45px;*/
	height:37px;
	color: #FFF;
	/*font-size: 16px;*/
	font-size: 15px;
	margin-top: 68px;
	padding: 4px 10px;
	line-height: 20px;
	text-align: left!important;
	background: url(../images/landing/bg_hilight_description.png)  no-repeat;
}
/* Safari */
@media screen and (-webkit-min-device-pixel-ratio:0){
	#body #hilight-div .description {margin-top: 67px; padding: 1px 10px;}
}
/* Firefox */
@-moz-document url-prefix() { #body #hilight-div .description {/*margin-top: 150px;*/ margin-top:61px;} } 

#body #banner-div{
	margin-top: 35px;
	height: 150px;
}

#wrapper #footer{
	height: 76px;
}
#footer #f_left{
	float: left;
	height: 40px;
	width: 185px;
	margin-left: 50px;
	margin-top: 20px;
}
#footer #f_right{
	float: right;
	height: 76px;
	width: 580px;
}
#footer #f_right #f_text{
	margin-top: 5px;
	height: 70px;
	padding-left: 15px;
 	font-size:13px; 
	/*line-height:15px;*/
	border-left: #000 solid 2px;
}
