/* CSS Document */

body {
	background-color: #000;
	color:#FFF;
	
	
}

#wrapper {
	width:960px;
	margin: 0 auto;

}


#nav{
	background:url(../_img/nav-bg.gif) no-repeat;
	width: 964px;
	height: 42px;
	color:#FFF;
	
}
	
#nav ul {	
	width: 964px;
	height: 42px;
	padding-top: 11px;
		
}

#nav ul li {
	display: inline;
	padding-left: 20px;
	border-right: #000 1px solid;
	padding-right: 15px;
	
}
	
#nav ul li a{
	color:#b5a1f4;
	font-size: 16px;
	
}

#header {
	height: 86px;
	display: block;
	margin-bottom: 5px;	
	}

#content {
	margin-top: 15px;	
	}


#box-top {
	background:url(../_img/box-top.gif) no-repeat;
	width: 959px;
	height: 9px;
	
}

#box-mid {
	background-color: #101319;
		}

#box-bot {
	background:url(../_img/box-bottom.gif) no-repeat;
	width: 959px;
	height: 9px;
	
	}



#col {
	width: 30%;
	float: left;
	padding: 0 15px;
	
	}
	
#col a{	
	color: #8366e2;
	
}
	
	
	
h1 {
	color: #8366e2;
	padding-bottom: 15px;
	font-size: 20px;
	border-bottom: #1e2229 1px solid;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 9px;
		
}

p{
	font-size: 12px;
	padding: 9px 0px;
	line-height: 15px;

}


/* Leader Board*/

#leaderboard{
	/*Main Banner image*/
	background:url(../_img/leader-board.jpg) no-repeat;
	/*Main Banner image*/
	
	postion: relative;	
	width:940px;
	height:380px; 
	margin: 0 auto;	
	
	
}

#leaderboard p.leaderText{	
	background-image:url(../_img/b-trans.png);
	width: 440px;	
	position: relative;
	top: 285px;
	left: 35px;
	padding: 15px;	
	font-size: 16px;	
}

#leaderboard img.seemore{
	position:relative;	
	width: 171px;
	height: 48px;
	left: 700px;
	top: 230px;	
}


/* FOOTER */

#footer {
	width: 940px;
	margin: 0px auto;
}
#footer ul {
	width: 300px;
	margin: 0 auto;
	text-align:center;
	float: right;
	margin-top: 7px;
}
#footer ul li {
	display:inline;
	border-right: #333 solid 1px;
	padding: 0px 5px;
}

#footer p{
	color: #888888;
	font-size: 10px;	
	margin: 0 auto;
	text-align:left;
	margin-top: 0px;
	float: left;	
}

#footer a{
	color: #888888;
	text-decoration: none;
	font-size: 9px;	
}

#footer a:hover {
	text-decoration: underline;
	
}

/* //FOOTER */

/**/

a{
	text-decoration: none;		
}

a:hover {
	text-decoration: underline;
}


/* Bottles Page*/

#bottle { 
	width: 30%;
	float: left;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
}

#bottle img{
	float: right;
	padding: 5px 0px;
}
.tab { margin-left: 20px; }


