@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;			/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #000;
	min-width: 600px;    /* Minimum width of layout - remove line if not required */
	/* The min-width property does not work in old versions of Internet Explorer */
	/* [disabled]font-size:90%; */
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}
/*general styles*/
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
.captionText {
	font-size:12px;	
	text-align:center;
}
hr {
	border:0;
	border-bottom:1px solid #999;
	background:#000;	
}
img {
	margin:10px 0 5px;
}
img.alignleft {
	float:left;
	padding: 4px;
	margin: 0 7px 10px 0;
	display: inline;
}
a {
	text-decoration:none;
}
/* Header styles */
#header {
	clear:both;
	float: none;
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
#header {
	background:#000 url(../img/headerBG.jpg);
	background-repeat:no-repeat;
	height:207px;	
}
.subheader {
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#nav {
	position:relative;
	top:160px;
	left:236px;
	display:inline-block;	
	font-weight:bold;
	font-size:24px;
}
#nav a {
	color:#f4f3f3;
	text-decoration:none;	
	margin-left:45px;
}
#nav a:hover {
	color:#f4f3f3;
	background:none;
	border-bottom:1px solid #f4f3f3;
}
#nav img {
	margin-left:45px;	
}
/* column container */
.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:none;
	width:990px;			/* width of whole page */
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;	/* This chops off any overhanging divs */
}
/* 1 column full page settings */
.fullpage {
	background:#666;
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #333),
	color-stop(1, #999)
	);
	background-image: -o-linear-gradient(bottom, #333 0%, #999 100%);
	background-image: -moz-linear-gradient(bottom, #333 0%, #999 100%);
	background-image: -webkit-linear-gradient(bottom, #333 0%, #999 100%);
	background-image: -ms-linear-gradient(bottom, #333 0%, #999 100%);
	background-image: linear-gradient(to bottom, #333 0%, #999 100%);
}
.fullpage .col1 {
	margin:10px 15px 5px 15px;
}
.columncontainer {
	clear:both;
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
.columncontainer .row {	
	float:left;	
	width:33%;
	hight:100%;
}
.columncontainer .row_sm {	
	float:left;	
	width:17%;
}
.columncontainer .row.centered{
	text-align:center;	
}
.columncontainer .row.text{
	padding:6px 0;	
}
.columncontainer .row.vcentered{
	padding:25px 0;	
}
.columncontainer .row.extrapadding {
	padding:34px 0;
}
.subpagebg {
	clear:both;
	float:left;	
	width:940;
	padding:0 10 10 10;
	margin:10 10 0 10;
	border:3px;
	border-style: solid;
	border-color:#575556;
	background-color:#d0d0d0;
}
.floatdiv {
	float:left;
}
.floatrightdiv {
	float:right;
}
.divspacer {
	padding:80 10 10;	
}
.smallFont{
	font-size:13px;	
}
#listenbuttons {
	position:absolute;
	float:none;
	top:91px;
	left:666px;
}
#listenbuttons li{
	list-style:none;
	margin: 0 0 2px 0;
} 
#listenbuttons li a{
	display:block;
	height:42px;
	width:211px;
}
#listenbuttons ul{
	margin:0;
}
/*buttons*/
#itunesbutton{	
	background-image:url(../img/itunes.png);
}
#itunesbutton a:hover{	
	background-image:url(../img/itunes_over.png);
}
#winmediabutton{	
	background-image:url(../img/winmedia.png);
}
#winmediabutton a:hover{	
	background-image:url(../img/winmedia_over.png);
}
#winampbutton{	
	background-image:url(../img/winamp.png);
}
#winampbutton a:hover{	
	background-image:url(../img/winamp_over.png);
}
#realplayerbutton{	
	background-image:url(../img/realplayer.png);
}
#realplayerbutton a:hover{	
	background-image:url(../img/realplayer_over.png);
}
#lowbandbutton{	
	background-image:url(../img/lowbandwidth.png);
}
#lowbandbutton a:hover{	
	background-image:url(../img/lowbandwidth_over.png);
}

#playbutton {
	position:absolute;
	top:289px;
	left:395px;
	width:193px;
	height:44px;
	background-image:url(../img/playbutton.png);
}
#playbutton a{
	display:block;
	width:193px;
	height:44px;
}
/*
#playbutton a:hover{
	background-image:url(../img/playbutton_over.png);
}
*/
#spindles {
	position:absolute;
	top:121px;
	left:406px;
}
/*font for the casset tape label*/
#cassetlabel {
	position:absolute;
	top: 77px;
	left: 390px;
	width:238px;
}
/*add banner*/
#addbanner {
	clear:both;
	position:absolute;
	bottom:0px;
	left:500px;
}
/* Footer styles */
#footer {
	clear:both;
	width:990px;
	margin-left:auto;
	margin-right:auto;
	background:#000;
}
#footer{
	text-align:center;
	font-size:9px;
	min-height:15px; 
	
}
#footer p {
	color:#fff;
	padding:10px;
	margin:0;
}
#footer.gradientdiv {
	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #999),
	color-stop(1, #000000)
	);
	background-image: -o-linear-gradient(bottom, #999 0%, #000000 100%);
	background-image: -moz-linear-gradient(bottom, #999 0%, #000000 100%);
	background-image: -webkit-linear-gradient(bottom, #999 0%, #000000 100%);
	background-image: -ms-linear-gradient(bottom, #999 0%, #000000 100%);
	background-image: linear-gradient(to bottom, #999 0%, #000000 100%);
}

