/*  
*/

#wrapper{
	width:800px;
	padding:16px 20px 0 20px;
	margin:0 auto;
	border:solid 4px #666;
	background:#FFF;
	background:url(../images/bg_content.jpg);
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}
#header{
	width:800px;
	margin:0 auto;
}
.logo{
	float:left;
	width:270;
	height:56px;
}
.contact{
	float:right;
	text-align:right;
	font-size:14px;
	font-weight:bold;
}
.contact h2, p{
	margin:0;
	padding:0;
}
.contact h2{
	margin-bottom:6px;
}
#container{
	width:800px;
	margin:0 auto;
}
.intro{ background:#000; border:solid 1px #333; height:364px; padding-top:50px; color:#FFF; text-align:center;}
.intro h1{
	margin:auto;
	font-size:36px;
}
#button_wrap{
	width:460px;
	margin:20px auto;
	padding:0;
}
#button_wrap .button{
	float:left;
	width:180px;
	#width:174px;
	margin:10px;
	padding:14px;
	text-align:center;
	border:solid 1px #F00;
}
#button_wrap .button h1{
	font-size:24px;
	background:#F00;
	padding:10px 6px 10px 6px;
}
#button_wrap .button:hover{
	border:solid 1px #F6F;
	cursor:pointer;
}
#button_wrap .button:hover h1{
	background:#F6F;
}
.box_video{
	float:left;
	width:530px;
	height:480px;
	background:#000;
	margin-right:2px;
	padding:0 10px 10px 10px;
}
.video_header{
	width:510px;
	height:50px;
	padding:10px;
	background:url(../images/bg_header.jpg) no-repeat right;
}
.video_header_img{
	float:left;
	width:200px;
}
.video_header_img{
	float:left;
	width:190px;
}
.video_header_title{
	float:left;
	width:300px;
	padding-left:20px;
}
.video_header_title h1{
	margin:0;
	padding:0;
	color:#FFF;
	line-height:50px;
}
.video{
	width:530px;
	height:380px;
	margin-top:3px;
	border: solid 1px #333;
}
#video_navigation{
	clear:both;
	width:530px;
	height:24px;
	margin-top:6px;
}
#video_navigation div{
	position:relative;
	float:left;
	width:96px;
	height:22px;
	border:solid 1px #FFF;
	margin-left:10px;
	text-align:center;
	line-height:22px;
	color:#FFF;
	font-size:10px;
}
.submenu{
	visibility:hidden;
	position:absolute;
	bottom:22px;
	left:-1px;
	width:90px;
	border:solid 1px #F00;
	text-align:left;
	color:#fff;
	background:#000;
	font-size:10px;
	text-indent:0;
	padding:3px 0 3px 6px;
	list-style-position:inside;
	overflow:hidden;
}
/*#video_navigation div ul span{
	background:#000;
	position:absolute;
	width:100px;
	height:90px;
	top:0;left:0;
	z-index:2;
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}*/
.submenu li{
	margin:0;
	padding:0;
	line-height:16px;
	z-index:3000;
	font-size:9px;
}
.submenu li:hover{
	color:#F00;
}
#video_navigation div:hover{
	border:solid 1px #F00;
	cursor:pointer;
}
#video_navigation div:hover .submenu{
	visibility:visible;
}

#video_navigation div a:hover .submenu{
	visibility:visible;
}

#video_navigation .right{
	float:right;
	margin-right:10px;
	width:90px;
	padding-left:6px;
	text-transform:none;
}
#video_navigation .active{background:#900; border:solid 1px #F00;}

.box_promo{
	display:inline;
	width:233px;
	height:331px;
	padding:0px;
}
.box_promo img{
	border:solid 0px #000;
	width:233px;
	height:331px;
}
.box_promo:hover{
	cursor:pointer;
}

.box_promo_2{
        display:inline;
        width:190px;
        height:321px;
        padding:0px;
}
.box_promo_2 img{
        border:solid 0px #000;
        width:190px;
        height:321px;
}
.box_promo_2:hover{
        cursor:pointer;
}

.box_promo_3{
        display:inline;
        width:233px;
        height:331px;
        padding:0px;
}
.box_promo_3 img{
        border:solid 0px #000;
        width:233px;
        height:331px;
}
.box_promo_3:hover{
        cursor:pointer;
}


#footer{
	clear:both;
	width:784px;
	margin:0 auto;
	text-align:center;
}
#footer p{
	padding:4px 0 4px 0;
	font-size:10px;
	color:#666;
}


