@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/16px Tahoma, Verdana, sans-serif;
	background:url(img/bg.gif) repeat-y center;
}
a {
	color: #b8104b;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
.clear{
	clear:both;
}
h1{
	font-size:11px;
	text-transform:uppercase;
	text-align:center;
}
#wrapper {
	width: 100%;
	min-width: 200px;
	background:url(img/1.gif) repeat-x top;
}
/*--- Header--------------------------------------*/
#header {
	height: 45px;
	background:url(img/bgheader.gif) repeat-x;
}
#sub-header{
	width:200px;
	height:45px;
	margin:0 auto;
}

/*--- Content--------------------------------------*/
#sub-cnt{
	width:200px;
	margin:0 auto;
}
#sub-cnt h1{
	margin-top:5px;
}
/*--- Video--------------------------------------*/
#sub-contentvideo{
	width:200px;
	margin:0 auto;
}
.boxvideo{
	width:165px;
	margin:5px auto;
}
.video{
	width:164px;
	height:124px;
	border:1px solid #e8e8e8;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	behavior: url(border-radius.htc);
	-moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.3);
}
.subvideo{
	width:160px;
	height:120px;
	margin:2px;
	border-radius:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	behavior: url(border-radius.htc);
}
.playcenter{
	position:absolute;
	width:45px;
	height:45px;
	margin:35px 60px;
	background:url(img/bigplay.png) no-repeat top;
}
.subvideo img{
	width:160px;
	height:120px;
}
a.play{
	display:block;
	padding:0 0 0 8px;
	margin:5px 0 0 40px;
	background:url(img/play.png) no-repeat left;
	color:#b8104b;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height:40px;
	background:url(img/bg_footer.gif)repeat-x bottom;
	text-align:center;
	font-size:12px;
}
#sub-footer{
	width:200px;
	margin:13px auto 0 auto;
	padding-top:15px;
}
#footer a{
	float:left;
	display:block;
	margin-left:20px;
	color:#fff;
}

