@charset "utf-8";

body  {
	
	/*background: url(images/episode_backdrop.gif) repeat-x 0 100% #010101;*/
	background-color:black;
	margin: 0; 
	padding: 0;
	text-align: center; 
	font: 70%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #ffffff;
}


#container { 
	width: 900px;  
	margin: 0 auto; 
	text-align: left; 
	border-left: solid thick #666666;
	border-right: solid thick #666666;
	position:relative;
	
	} 
	
#container_email { 
	width: 650px;  
	margin: 0 auto; 
	text-align: left; 
	border-left: solid thick #666666;
	border-right: solid thick #666666;
	position:relative;
	
	} 
	
#preheader {
padding: 20px 15px 0px 15px;
}	
#header {
padding: 0px 5px 5px 15px;

}

#nav {
	margin: 0;
	padding: 0;	
}
#logo {
float: left;}

#nav ul {

	text-align: center;
	list-style: none;
	/* margin: 0 0 0 5px; padding: 0;	
	*/display: inline;
width: 90%;
}

#nav ul li {
text-align: center;
	display: inline;
	margin: 0; padding: 0 10px 0 10px;
	background-image: url(images/nav_divider.gif);
	background-repeat: no-repeat;

}

#nav ul li a {


	margin: 0;	padding: 0 6px;
	font: bold 15px/50px 'Trebuchet MS', Helvetica, Arial, Geneva, sans-serif;
	text-decoration: none;	
	color: #ffffff;	
	text-transform: uppercase;
}

#nav ul li a:hover {
	color: #ed1c24;	
}

#body-container {
clear: both;}

#homepage_head_image {
border-top: solid #666666 1px;
border-bottom: solid #666666 1px;
/*background-image: url(images/photos/addict_870.jpg);
*/height: 280px;
}

#hidden_info_products {
	position: absolute;
	left:374px;
	top:195px;
	width:195px;
	height:217px;
	padding: 5px 10px 5px 5px;
	margin-right: 15px;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	background-color: #ffffff;
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
	z-index: 5;
	visibility: hidden;
}

#hidden_info_about {
	position: absolute;
	left:260px;
	top:195px;
	width:220px;
	height:250px;
	padding: 5px 10px 5px 5px;
	margin-right: 15px;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	background-color: #ffffff;
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
	z-index: 4;
	visibility: hidden;
}

.code {
display: none;}

#hidden_info_competitions {
	position: absolute;
	left:467px;
	top:195px;
	width:220px;
	height:222px;
	padding: 5px 10px 5px 5px;
	margin-right: 15px;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	background-color: #ffffff;
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
	z-index: 6;
	visibility: hidden;
}

#hidden_info_events {
	position: absolute;
	left:156px;
	top:195px;
	width:220px;
	height:250px;
	padding: 5px 10px 5px 5px;
	margin-right: 15px;
	filter: alpha(opacity=88);
	-moz-opacity: .88;
	background-color: #ffffff;
	border-right: solid #666666 1px;
	border-left: solid #666666 1px;
	z-index: 3;
	visibility: hidden;
}

#strap {
	position: absolute;
	left:101px;
	top:32px;
	width:400px;
	height:65px;
	padding: 2px;
	z-index: 3;
	
}

img {
 	border: 0;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
	padding: 5px;
	border: 0;
}
img.float-left {
	float: left; 
	background: #fafafa;
	border: 1px solid #E3E7E8;
  	margin: 5px 10px 2px 0px;
}


#left_content {
	width: 600px;
	margin-top: 10px;
	margin-right: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
}

#right_content {
float: right;
width: 250px;

margin-top: 10px;
margin-right: 10px;
padding: 2px;
}

#footer {
clear: both;
padding: 5px;
text-align: center;
border-bottom: solid thick #666666;}




