/************* CSS RESET ***************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/************* STYLES ***************/

.rfloat {
	float:right !important;
}

.lfloat {
	float:left;
}

.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
	margin:0 !important;
}

body {
	background:#252525 url(../images/bg.gif) repeat-x;
	font-family:Arial, Verdana, Tahoma;
	color:#000000;
	font-size:14px;
	padding:0 0 27px;
}

.wrapper {
	width:894px;
	margin:0 auto;
	background:#1f1f1f;
	padding:0 8px 3px;
}

.header {
	background:transparent url(../images/bg_header.jpg) no-repeat;
	height:226px;
	display:block;
}

.content {
	
}

.container {
	background:#ffffff url(../images/corners_container_n.gif) no-repeat;
	margin:5px 0 0;
	width:894px;
	position:relative;
	float:left;
}

.container * {
	position:relative;
	z-index:2;
}

.container .corners_s {
	background:#ffffff url(../images/corners_container_s.gif) no-repeat;
	height:20px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:894px;
	z-index:1;
}

.baseline {
	display:block;
	text-align:center;
	color:#c400af;
	font-size:20px;
	font-weight:bold;
	text-decoration:none;
	margin:14px 0 8px;
}

.player {
	width:477px;
	height:332px;
	background:transparent url(../images/bg_player.gif) no-repeat scroll bottom left;
	padding:0 0 25px;
	display:block;
	position:relative;
	margin:0 6px 6px;
	float:left;
}

.player .btn_play {
	width:78px;
	height:78px;
	display:block;
	background:transparent url(../images/btn_play.png) no-repeat;
	position:absolute;
	top:135px;
	left:198px;
	z-index:3;
}

.player:hover .btn_play {
	width:78px;
	height:78px;
	display:block;
	background:transparent url(../images/btn_play_hover.png) no-repeat;
	position:absolute;
	top:135px;
	left:198px;
	z-index:3;
}

.thumbs {
	width:404px;
	float:left;
	margin:0 0 0 1px;
}

.thumbs a {
	float:left;
	margin:0 0 5px 5px;
	font-size:0;
}

.right {
	float:left;
}

.right .player {
	margin:0 0 0 6px;
}

.right .thumbs a {
	margin:0 5px 4px 0;
}

.right .thumbs {
	margin:0;
}

.buttonz {
	text-align:center;
	margin:14px 0 8px;
	display:block;
	font-size:0;
}

.mc {
	display:block;
	background:transparent url(../images/bg_mc.gif) no-repeat scroll center 63px;
	height:160px;
	margin:0 0 7px;
}

.mc .field {
	display:block;
	width:252px;
	height:34px;
	margin:15px auto 8px;
	text-align:center;
	background:#fff;
	border:1px solid #cfcfcf;
	font-size:20px;
	color:#000000;
	padding:0;
	text-decoration:blink;
}

.mc .submit {
	display:block;
	width:254px;
	height:39px;
	margin:0px auto 8px;
	text-align:center;
	background:#fec929 url(../images/btn_mc.gif) no-repeat;
	border:none;
	padding:0;
	cursor:pointer;
}

.mc {
	border-top:1px solid #1f1f1f;
}

.btn_header {
	margin:180px 0 0;
	display:block;
	float:left;
}

.infolegales {
	text-align:center;
	margin:10px 0 0;
	display:block;
}

.infolegales a {
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
}