/************* 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;
}

.lfloat {
	float:left;
}

.clear {
	font-size:0;
	line-height:0;
	height:0;
	clear:both;
	display:block;
	margin:0 !important;
}

body {
	background:#5c007a url(../images/bg.gif) repeat-x;
	font-family:Arial, Verdana, Tahoma;
	color:#000;
	font-size:14px;
}

.wrapper {
	width:970px;
	margin:0 auto;
}

.header {
	height:182px;
	background:url(../images/header_pic.jpg) no-repeat;
	position:relative;
	display:block;
}

.content {
	
}

.container {
	width:950px;
	background:url(../images/bg_container.gif) repeat-y;
	margin:0 auto 10px;
}

.container_n {
	background:url(../images/corners_container_n.gif) no-repeat;
	height:8px;
	margin:0 0 10px;
}

.container_s {
	background:url(../images/corners_container_s.gif) no-repeat;
	height:8px;
	margin:10px 0 0;
}

.baseline {
	text-align:center;
	display:block;
	margin:7px 0;
}

.left {
	margin:0 0 0 19px;
	float:left;
}

.left .thumbs a {
	margin:0 2px 2px 0;
}

.right {
	margin:0 18px 0 4px;
	float:left;
}

.player {
	background:url(../images/bg_player.gif) no-repeat scroll bottom left;
	width:376px;
	height:285px;
	padding:0 0 45px;
	display:block;
	position:relative;
}

.thumbs {
	width:531px;
}

.thumbs a {
	display:block;
	float:left;
	margin:0 0 2px 2px;
}

.thumbs a img {
	display:block;
}

.thumbs .btn {
	margin-top:3px !important;
}

.player .btn_play {
	background:url(../images/btn_play.png) no-repeat;
	width:70px;
	height:70px;
	position:absolute;
	top:112px;
	left:158px;
}

.player:hover .btn_play {
	background:url(../images/btn_play_hover.png) no-repeat;
	width:70px;
	height:70px;
	position:absolute;
	top:112px;
	left:158px;
}

.mc {
	background:transparent url(../images/bg_mc.gif) no-repeat;
	width:950px;
	height:95px;
	margin:10px auto;
}

.mc label {
	font-size:26px;
	color:#ffffff;
	margin:34px 7px 0 30px;
	float:left;
}

.mc .field {
	background:#e6e6e6;
	border:1px solid #4a0063;
	width:330px;
	height:27px;
	margin:32px 7px 0 0;
	float:left;
	font-size:22px;
	color:#4a0063;
	text-align:center;
	padding:0 0 5px;
	text-decoration:blink;
}

.mc .btn_mc {
	background:transparent url(../images/btn_mc.gif) no-repeat;
	border:none;
	width:173px;
	height:31px;
	float:left;
	margin:33px 7px 0 0;
	cursor:pointer;
}

.badge {
	position:absolute;
	top:2px;
	right:13px;
}