/*
body {
	background-color: #000000;
	margin-top: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px; 
	margin-right: 0px;
}

#siteContainer {
	background-color:#FFF;
}

#homeFeatured {
	margin-top: 5px;	
	background:url('../images/topofthecharts.png');	
	width:620px;
	min-height:250px;	
	background-repeat: no-repeat;
}
*/

body {
	background-color: #000000;
}


#homeFeatured {
	margin-top: 5px;	
	width:620px;
	min-height:250px;	
	background-repeat: no-repeat;
}

a:link {
	text-decoration: none;
	color: #cc0000;
}
a:visited {
	text-decoration: none;
	color: #cc0000;	
}
a:active {
	text-decoration: none;
	color: #cc0000;	
}
a:hover {
	text-decoration: none;
	color: #cc0000;	
}

#header {
	background:url('../images/header_bg.png');	
	width:940px;
	min-height:154px;
	background-repeat:no-repeat;
}
#headerLeftContainer {
	width: 485px;
	height:auto;
	float: left;
}
#headerRightContainer {
	width: 455px;
	height:auto;
	float: left;
}
#headerSearchForm {
	margin-top:30px;
	margin-left:3px;
	background-color:#ffcc33;
	width: 430px;
}

/* Home Page */


#homeBigBox {
	padding-top: 5px; 
}

#homeContainer {
	width: 620px;
	height:auto;
}

#homeLeftContainer {
	width: 130px;
	height:auto;
	float: left;
}

#homeGenres {
	margin-top: -15px;
	background:url('../images/genres_bg.png');	
	min-height:349px;	
	background-repeat: no-repeat;
}

#homeFeaturedStations {
	margin-top: 5px;
	margin-left: 5px;
}

#homeSayWhat {
	margin-top: 5px;
	margin-left: 5px;
	background:url('../images/say_what.png');
	min-height: 535px;
	background-repeat:no-repeat;
}

#homeRightContainer {
	width: 490px;
	height:auto;
	float: left;
}


/* -- NAVIGATION MENU -- */ 
#nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

#nav-menu li
{
float: left;
margin: 0 0.15em;
}

#nav-menu li a
{
background: url('../images/nav_button.png');
height: 42px;
width: 83px;
display: block;
text-decoration: none;
text-align: center;
}
#navItem {
	padding-top: 10px;
	font-weight: bold;
	font-family: Eurostile;	
	font-size: 15px;
}
/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
width:30em
}


#footer {
	background:url('../images/footer.jpg');	
	width:940px;
	min-height:154px;
}





div.pagination {
	padding: 3px;
	margin: 3px;
}

div.pagination a {
	padding: 2px 5px 2px 5px;
	margin: 2px;
	border: 1px solid #162f57;
	
	text-decoration: none; /* no underline */
	color: #162f57;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #162f57;

	color: #162f57;
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin: 2px;
		border: 1px solid #162f57;
		
		font-weight: bold;
		background-color: #162f57;
		color: #FFF;
}
div.pagination span.disabled {
		padding: 2px 5px 2px 5px;
		margin: 2px;
		border: 1px solid #EEE;
	
		color: #162f57;
}
