body {
	font-family : verdana, arial, helvetica, sans-serif;
	font-size:80%;
	background-color: #333333;
	color: #fff;
	}

* {margin:0; padding:0;}	

/*header section - */
#banner {
	min-width: 780px;
	max-width: 1500px;
	height:120px;
	}
	
#banner img.logo {
padding: 20px 0 0 20px;
}

#banner img.words {
	display: inline;
	float: left;
	margin: 50px 0 0 20px;
}

/* - - - */

/* left hand col and menu - */

#leftcol {
	position: absolute; 
	float: left;
	left:20px;
	top:135px;
	width: 180px;
	}
	
#menu {
	width: 168px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
	font-family: verdana, helvetica, arial, sans-serif;
	background-color: #cccccc;
	color: #333;
	}

#menu ul {
	list-style: none;
	border: none;
	}
		
#menu li {
	border-bottom: 1px solid #000000;
	}

#menu li span.marker {
	display: block;
	padding: 2px 5px 3px 0.5em;
	border-left: 5px solid #ff6600;
	border-right: 1px solid #996633;
	text-decoration: none;
	background-color: #FFCC66;
	color: #000000;
}

#menu li a {
	display: block;
	padding: 2px 5px 3px 0.5em;
	border-left: 5px solid #ff6600;
	border-right: 1px solid #996633;
	background-color: #696969;
	color: #fff;
	text-decoration: none;
		}

html>body #menu li a {
	width: auto;
		}

#menu li a:hover {
	border-left: 5px solid #ff6600;
	border-right: 10px solid #ff6600;
	background-color: #FFCC66;
	color: #000000;
		}

/* - - - */

/*main text area*/

#centerwrap {
margin-left:190px;
padding: 16px 0 10px 10px;
	width: 70%;
	border-bottom: 1px solid #ff9933;
	border-left: 10px solid #ff9933;
	min-width: 700px;
	max-width: 1500px;

}	

/* footer section */

#footer {
	background-color:transparent;
	color: #FFFFFF;
	clear: both;
	margin:10px 0 10px 190px;
	padding-bottom: 20px;
	font-size:80%;
}	
		
/* - - - - - - - - -general formating - - - - - - - - -  */

p {
	margin: 10px 0 10px 10px;
	}
	
	
h1 {
	background-color: transparent;
	color: #333333;
	display: none;
	}
	
h2 {
	background-color: #333333;
	color: #f7f7f7;
	margin: 10px 20px 5px 10px;	
	/*padding: 2px 10px;*/
	font-weight: bold;
	font-size:120%;
	}
	

img {
float: left;
padding: 10px;
border: none;
}

img.frontpic {
clear: left;
padding: 0 18px 18px 10px;
}

.spaceclear {
	height: 1px;
	clear: both;
}

div.bgwrap {
background-image: url(../images/phil_zombie_320alt2.jpg);
	background-repeat: no-repeat;
	background-position:right bottom;
	background-color: transparent;
}

div.button {
padding: 5px 10px;
float: left;
display: inline;
}

/*left col ads etc*/	
div.infobox {
background-color: #333;
color: #fff;
margin: 10px 0 0 0;
width: 123px;
padding: 0;
}

div.infobox p {
margin: 0; 
padding: 5px 0 5px 0;
background-color: #333;
color: #fff;
font-weight: bold;
}

/* - - - */

/*main text area with borders*/
	
div.box {
border: 1px solid #ffcc66;
	padding: 3px;
	margin: 0 0 0 10px;
	line-height: 180%;
	}

div.box p {
padding: 0 20px 0 0;
}

div.box p.review {
background-color: transparent;
color: #fff;
clear: left;
border: 2px solid #cccccc;
padding: 10px;
}

div.box span.credit {
	border-top: 1px solid #ffcc66;
	border-left: 1px solid #ffcc66;
	padding: 0 5px;
}

/*used on CD sales pages*/

div.box2 { /*note - only introduced because of an IEbug prob with disappearing borders - needed an extra container*/
border: none;
	padding: 0;
	margin: 0 0 0 10px;
	line-height: 180%;
}

div.leftbox {
float: left;
width: 60%;
border: 1px solid #ffcc66;
}

div.rightbox {
float: right;
width: 35%;
border: 1px solid #ffcc66;
}
/* - - -*/
	
/* link styles */

a:link {
	background-color : transparent;
	color : #fff;
	text-decoration : underline;
}

a:visited {
	background-color : transparent;
	color : #fff;
	text-decoration : underline;
}

a:hover {
	background-color : #FFCC66;
	color : #000000;
	text-decoration : underline;
}

a:active {
	background-color : transparent;
	color : #996633;
	text-decoration : none;
}
