/* Copyright (C) 2005-2009 Brothers Media */

/* GENERAL */
html, body {
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 150%;
	color: #fff;
	}
	
html { background: #000000 url('../images/html-bg-small.gif') no-repeat center top; }
body { background-color: transparent; }

h1, h2, h3, h4, h5 {
	color: #fff;
	}

a:link, a:visited, a:hover, a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	}
/* GENERAL END */


/* WRAPPER */
div#wrapper	{
	width: 975px;
	margin: 0 auto;
	}
/* WRAPPER END */
	
	
/* HEADER */	
div#header {
	height: 80px;
	line-height: 80px;
	}
div.header-small {
	height: 10px !important;
	line-height: 10px !important;
	}
/* HEADER END */		


/* CONTENT */		
div#content {
	width: 959px;
	min-width: 959px;
	position: relative;
	left: 0;
	top: 0;
	z-index: 10;		
	background: transparent url('../images/pixel-dark.png') repeat left top;
	margin: 0 auto;	
	padding: 0;
	padding-top: 5px;
	border: 2px solid #d7d7d7;
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px; 
	}	


div.buttonscontainer { /* buttons container */	
	margin: 0 0 0 5px;
	}
div.buttonssplitter {
	width: 318px;
	float: left;
	margin: 0;
	}	
	
div#box	{ /* central player */
	width: 312px;
	height: 210px;
	overflow: hidden;
	background: #fff;
  color: #000;
 	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;  
	}
div#box-content	{ 
	height: 100%;overflow: hidden;
 	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;  
	}
	
div.button, div.ads { /* buttons container elements */
	float: left;
	padding: 0;	
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px; 	
 	z-index: 20;	 	
	}
	
div.button {
	margin: 0 6px 6px 0;	
	width: 96px;
	height: 62px;	
	background: #fff;	
	border: 2px solid #d7d7d7;
	}	
div.invisible {
	background: transparent;	
	border: 0;
	width: 100px;
	height: 66px;		
	}	
a.button-link {
	width: 100%;
	height: 100%;	
	display: block;
	}		
	
div.ads {
	margin: 0 5px 6px 0;	
	width: 468px;
	height: 60px;	
	border: 2px solid #d7d7d7;	
	background: #000 url('../images/button-bg.png') repeat left top;		
	}	
div.ads01 { background: #000 url('../ads/tellafriend-2009.png') repeat left top }		
div.ads02 { background: #000 url('../ads/tellafriend-2009.png') repeat left top }			
	
/* CONTENT END */			


/* FOOTER */			
div#footer {
	line-height: 150%;
	padding: 10px 0 5px 0;
	text-align: center;
	color: #fff;
	text-transform: lowercase;
	}	
div#footer-content {
	display: block;
	width: 500px;
	background: transparent url('../images/pixel-dark.png');
	border: 2px solid #fff;	
	margin: 0 auto; 
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;
	}		
div#footer a:link, div#footer a:visited, div#footer a:hover, div#footer a:active {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	margin-right: 7px;
	padding: 5px;
	}	
div#footer a:hover {
	background: #333;
	color: #fff;
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;
	}
/* FOOTER END */	


/* DEBUG */			
div#debug {
	margin: 25px 0 25px 0;
	margin: 0 auto;
	padding: 0 5px 0 5px;
	display: block;
	width: 490px;
	background: #333;
	height: 30px;
	line-height: 30px;
	-moz-border-radius: 3px;  
  -webkit-border-radius: 3px;  
  border-radius: 3px;
	}		
/* DEBUG END */	