* {
	margin:0;
	padding:0;
}
html {
	background: #d7d7d7 url('../images/html-bg.jpg') repeat-x;
}
body {
	font:12px "Trebuchet MS";
	color:#373737;
}

a {
	text-decoration:none;
}
img {
	border: none;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.clear {
	clear:both;
	font-size:1px;
	line-height:1px;
	height: 1px;
}
#wrapper {
	width:960px;
	margin:0 auto;
	padding:0 5px 20px 5px; 
	background:url('../images/wrapper-bg.jpg') no-repeat;
}
#top {
	height: 37px;
	overflow:hidden;
	padding: 0 10px;
	line-height: 37px;	
}
#top h1 {
	float: right;			
	font-size: 18px;				
}
#top h1 a			{	color: #da1a1a;	}
#top h1 a span		{	color: #373737;	}
#top h1 a:hover			{	color: #373737;	}
#top h1 a:hover span		{	color: #da1a1a;	}

#topmenu{
	margin: 0; 
	padding: 0;
	list-style: none;
}
#topmenu li{
	display: inline;
	padding: 0 30px 0 10px;
}
#topmenu li a{
	color: #373737; 
	font-weight: bold;
}
#topmenu li a:hover,
#topmenu li a.active {
	color: #a91515;
}
#left {
	float:left;
	background:#fff;
	margin:10px 10px 0 0;
	padding:10px;
	width:300px;
}
#left2 {
	float:left;
	margin:10px 10px 0 0;
	width:320px;
}
.subleft {
	padding:10px;
	width:300px;
	background:#fff;
	margin-bottom:10px;
}
#container {
	float:left;
	background:#fff;
	margin:10px 0;
	padding:10px;
	width:280px;
}
#right {
	float:right;
	background:#fff;
	margin:10px 0;
	padding:10px;
	width:300px;
}
#right2 {
	float:right;
	margin:10px 0;
	padding:10px;
	width:610px;
	background:#fff;
}
.player {
	background:url(../images/player.gif) no-repeat;
}
.ad {
	padding:5px;
	position:absolute;
	margin-left:15px;
	margin-top:20px;
	width:570px;
	height:260px;
	z-index:2;
	background-color:#fff;
}
.adright {
	float:right;
}
.adleft {
	float:left;
	width:200px;
	margin-top:100px;
}
.text {
	width:260px;
	padding: 7px;
	border: 1px SOLID #d7d7d7;
	font: 11px "Arial";
	color: #373737;
}
.text2 {
	width:286px;
	padding:7px;
	border:1px solid #d7d7d7;
	font:11px "Arial";
	color:#373737;
}
.grey {
	background:#000;
}
.description {
	width:260px;
	height:100px;
	padding: 7px;
	border: 1px SOLID #d7d7d7;
	font: 11px "Arial";
	color: #373737;
}
#upload_buttons_container {
	margin-top:10px;
	text-align:center;
}
#upload_container {
	display:none;
}
#file_picker_container{
	width:260px;
}
#progress_bar_container {
	width:300px;
	margin:0;
	text-align:center;
	display:none;
	height:22px;
}
#progress_bar_background {
	background-color: #fff;
	height:21px;
	width:300px;
	z-index:5;
	border:1px solid #d7d7d7;
}
#progress_bar {
	background-color: #a91515;
	height:21px;
	width:0px;
	z-index:6;
}
/* UPLOAD STATISTICS */
#upload_stats_container {
	background-color:#F8F8F8;
	width:300px;
	display:none;
	margin-bottom:15px;
}
.upload_stats_label {
	width: 146px;
	height: 20px;
	text-align: left;
	float:left;
	background-color:#F8F8F8;
	border:1px solid #969696;
	padding-top: 3px;
}
.upload_stats_data {
	width: 146px;
	height: 20px;
	text-align: center;
	float:left;
	background-color:#F8F8F8;
	border:1px solid #969696;
	padding-top: 3px;
}
.button, #reset_button, #upload_button {
	padding: 6px 15px;
	border: 1px SOLID #d7d7d7;
	font-weight: bold;
	color: #a91515;
	background: url('../images/button-bg.jpg') repeat-x left bottom;
}
/* Footer */
#footer	{	
	font: 10px Arial;
	border-top: 1px SOLID #b1b1b1;
	background: #FFF;
	padding: 0 10px;
}
#footer p {
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}
#footer	a {	
	color: #a91515;
}
#footer a:hover {
	text-decoration: underline;
}
/* Make rounded */
.rounded	{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}