@charset "utf-8";
/* CSS Document */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> START page layout styles <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#content-top .videos {
	background: url(../images/background_gradient.png) repeat-x #dcdcdc;
	text-align:left;
	border:#FFFFFF solid 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#content-top .text {
	position: relative;
	float:left;
	margin-left: 38px;
}
#videoframe {
	background:url(../videos/images/videoframe_bg.png);
	width: 521px;
	height: 442px;
	vertical-align:top;
	float:right;
	padding: 0px;
	margin: 12px 15px 0px 0px;
}
#video {
	margin: 47px 0px 0px 47px;
}

#tv img {
	float:left;
}

