/*
	Standard font family for site
*/

body, table, tr, td, a, p, h1, h2, h3, h4, h5
{
	font-family: verdana, arial, helvetica, sans-serif;
}


/*
	Page body style
*/

body
{
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	background-color: #2621bf;
	background-image: url("images/bg.gif");
	background-repeat: repeat-x;
}



/*
	Standard paragraph style
*/

p
{
	font-family: arial, veranda, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}

p.CD-page
{
	font-family: arial, veranda, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	margin-top: 0px;
	margin-left: 15px;
	margin-right: 15px;
	color: #ececec;
	line-height: 1.5em;
	text-align: left;
}


li
{
	font-family: arial, veranda, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.7em;
	margin-top: 0px;
	color: #ffffff;
	line-height: 1.3em;
	text-align: left;
}




/*
	Links
*/


a:link { 
	color: #887cff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a:visited { 
	color: #999999; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

a:active { 
	color: #ffffff;
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a:hover { 
	color: #ffffff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 


/*
	Front Page Table Links
*/


a.menu:link { 
	color: #999999; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

a.menu:visited { 
	color: #999999; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:active { 
	color: #ffffff;
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

a.menu:hover { 
	color: #ffffff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 
	
a.selected-menucell { 
	color: #887cff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;
	}	
 
a.selected-menucell:hover { 
	color: #ffffff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	border-bottom: 0px;
	} 




/*
	Headings
*/

h1
{
	font-weight: bold;
	font-size: 0.8em;
	color: #887cff;
    margin-top: 0px;
}

h1.left-header
{
	font-weight: normal;
	font-size: 0.7em;
	color: #6b42a0;
	margin-left: 15px;
}

h2
{
	font-size: 0.7em;
	color: #ffffff;
	/*padding-top: 9px;*/
}

h1.CD-page
{
	font-weight: normal;
	font-size: 1.2em;
	color: #ffffff;
	margin-left: 15px;
	text-align: left;
}

h2.CD-page
{
	font-size: 0.7em;
	color: #ffffff;
	/*padding-top: 9px;*/
	margin-left: 15px;
	text-align: left;
}
	



/*
	Main Table - just gives the content a background colour
*/

.maintable 
{
	background-color: #222222;
}



/*
	Menu Table and Cell - controls how the menu looks & sits
*/

.menutable 
{
	height: 50px;	
	width: 750px;
	font-size: 1.2em;
	background-color: #000000;
	border-bottom: 1px solid #999999;
}

.menucell
{
  padding-left: 20px;
  border-bottom: 1px solid #999999;
}


.submenu
{
	padding-left: 20px;
	background-color: #000000;
	border-bottom: 1px solid #999999;
	font-size: smaller;
}

.home-top 
{
	height: 160px;
	width: 750px;
	background-image: url("images/top_banner.jpg");
	background-repeat: no-repeat;
	padding-top: 0px;
}

/*
	Left hand column on homepage - the big image
*/

.home-left 
/*{
	width: 276px;
	height: 600px;
	background-image: url("images/flyer3.jpg");
	background-repeat: no-repeat;
	padding-top: 550px;
}*/

.home-left 
{
	width: 276px;
	height: 213px;
	background-image: url("images/flyer3.jpg");
	background-repeat: no-repeat;
	padding-top: 200px;
	padding-right: 20px;
}

p.left-text
{
	font-size: 0.7em;
	margin-left: 15px;
	margin-right: 20px;
	color: #999999;
}

/*
	Right hand column on homepage
*/

.home-right 
{
	padding-top: 25px;
	padding-right: 75px;
}


/*
	Left hand column on sub-page
*/

.page-left 
{
	width: 276px;
	height: 300px;
	background-image: url("images/page_left.jpg");
	background-repeat: no-repeat;
}


/*
	Right hand column on sub-page
*/

.page-right 
{
	padding-right: 75px;
}




/*
	Page footer area
*/


p.footer
{
  text-align: center;
	margin-top: 0px;
	padding-top: 30px;
	color: #c1c1c1;
	font-size: 0.7em;
	margin-bottom: 20px;
}

p.footer a
{
	color: #c1c1c1;
	font-size: 1em;
}




/*
	Standard images
*/

img
{
	border: none;
	position: relative;
}





/*
	Frontpage layout elements - Text
*/

.text
{
	padding-right: 20px;
	text-align: left;
}


/*
  News layout elements - layout 1
*/

.news1-left
{
	width: 375px;
	height: 300px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news1-right 
{
	width: 375px;
	height: 300px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

/*
  News layout elements - layout  2
*/

.news2-left
{
	height: 30px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.news2-right 
{
	padding-right: 30px;
	padding-top: 30px;
	padding-left: 30px;
}

/*  
  Table on CD page
*/
.CD-page-table-left
{
	height: 100px;	
	font-size: 0.7em;
	background-color: #222222;
	border-bottom: 2px solid #999999;
/*	border-top: 2px solid #999999;  */
	padding-left: 25px;     
	padding-top: 25px;
	padding-bottom: 25px;  
}

.CD-page-table-right
{
	height: 100px;	
	width: 700px;
	font-size: 0.7em;
	background-color: #222222;
	border-bottom: 2px solid #999999;
/*	border-top: 2px solid #999999;  */
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}

/* 
Tracklisting page
*/
.tracklist-table
{
	width: 750px;
	font-size: 0.7em;
	background-color: #222222;
	border-color: #ffffff;
}


.TrackNo-cell
{
	height: 20px;
	text-align: center;
	font-family: arial, veranda, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #ececec;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Track-cell
{
	height: 20px;
	text-align: left;
	font-family: arial, veranda, helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.1em;
	color: #ececec;
	padding-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
}



/*
.tracklist:link { 
	color: #ffffff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none;  
	}

.tracklist:visited { 
	color: #999999; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline; 
	} 

.tracklist:active { 
	color: #ffffff;
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: none; 
	} 

.tracklist:hover { 
	color: #ffffff; 
	font-family: arial, veranda, helvetica, sans-serif; 
	font-size: 1em; 
	text-decoration: underline;
	} 
*/