html, body{ 
 color:#fff;
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family: Arial, Helvetica, Verdana, sans-serif; 
 font-size: 12pt;
 line-height: 110%;
}
a, a:link, a:visited, a:focus, a:hover, a:active {
	color:#fff;
}
a:hover, a:active {
	text-decoration:none;
}
body {
	background:#000 url(../images/header_branch_alt.jpg) no-repeat top center;
}

#pagewidth{ 
 width:650px; 
 text-align:left;  
 margin:0 auto; 
} 
 
#header{
 position:relative; 
 /*height:210px;*/ 
 width:100%;
} 

#logo a {
	display:block;
	width:160px;
	padding:110px 0 120px 0;
}


div.feature {
	margin:0.25em;
}
div.feature img {
	display:block;
	margin:0 auto;
	padding:3px;
	border:1px solid #bbb;
}
div.righted, img.righted {
	float:right; 
 }
div.lefted, img.lefted {
	float:left; 
 }
img.lefted, img.righted, img.middled {
	display:block;
	margin:0.1em 0.75em 0.1em 0.75em;
	padding:3px;
	border:1px solid #bbb;
}
img.middled {
	clear:both;
	margin-top:0.75em;
}
img.flush {
	margin-right:0.1em;
}
#maincol br.c {
	clear:both;
	width:100%;
}
/* body text */
div#maincol p {
	text-align:justify;
}
div#maincol p, #products ul, ul.features {
	font-size:0.85em;
}
#header {overflow:hidden;}
#header #logo, #header #navmenu {
	float:left;
	}
#header ul {
	margin-top:160px;
	margin-left:10px;
	margin-right:0;
	padding:0;
	list-style:none;
}
#header ul li {
	display:inline;margin-left:0;	
}
#header ul li a {
	float:left;
	padding:5px;
/*	background-color:purple;
*/	
}
#header ul li a.active , #header ul li a:hover {

}

div#maincol {
	clear:both;
	border-bottom:1px solid #bbb;
	float:none;
	padding-top:10px;
	
}

#previous {
	float:left;
}
#next {
	float:right;
	
}
div#footcol {
	width:100%;
	padding:20px 0;
	margin-top:10px;
	margin-bottom:20px;
	clear:both;
}
/* some list formatting! */
#footer ul,  #products ul, ul.reviews {
	display:block;
	margin:0.5em 0 0 0;
	width:100%;
	list-style:none;
}

#footer ul {
	text-align:center;
	
}
#footer ul li {

	display:inline;
	margin:0;
	padding:0 0.25em;
	border-right:1px solid #bbb;
}
#footer ul li.last {
	border:none;
}
/* text styles */
h1, h2 {
	padding:0.1em;
	margin:0.25em;
	margin-left:0;
	padding-left:0;
	
}
h3,h4 {
	padding:0.1em;
	margin:0.1em;
	margin-left:0;
	padding-left:0;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
	
}
h3 {
	font-size: 1.2em;
	
}
h4 {

	font-size: 1.1em;

}
p {
	
}
#footer {
	font-size: 0.9em;
	
}
/* contact page form */
div.error_box_small {
	border:1px solid red;
	padding:0.5em;
}
td {
	padding:0.2em;
}

/* index.php overrides */

/*#homepage div#maincol{
	border:none;
}*/
body#homepage  {
	background:none;
	background-color:#000;
}
#homepage #artists {
	margin:0 auto;
	width:50%;
}
#homepage #artists img {
	margin:10px;
}

#label-artists #maincol h2 {
	border-bottom:1px solid #bbb;
	padding:0.25em 0;
	margin:0.4em 0 0.75em 0;
	
}
#flashcontent {
	margin:auto;
	display:block;
	width:500px;
}
#outside {
	text-align:center;
	margin-top:1em;
	margin-bottom:4em;
}
#outside #credits {
	margin:0 auto;
	font-size:0.7em;
}
#credits a, #credits a:link, #credits a:visited, #credits a:focus, #credits a:hover, #credits a:active  {
	text-decoration:none;
	border:none;
}

/* shop page */
div#viewcart {
	margin:0 5px 10px 550px;
}
div#products {
	border:1px solid #bbb;
	padding:0.25em 0.25em;
	clear:both;
	margin-top:1.5em
}
#products h3 {
	margin-left:0.5em;
	padding-left:0;
}
/* list with all products in */
#products ul {
	padding:0;
	margin:0 0.75em;
}
#products ul li {
	padding:0;
	margin:0.5em 0 2em 0;
	overflow:hidden;
}

#products .tracks {
	border:none;
}
.tracks i {
	font-size:0.8em;
}
span.product, span.ppbutton {
	float:left;
}
span.product {
	line-height:21px;
	width:82%;
	border-bottom:1px dotted #ccc;
}
span.ppbutton {
	width:17%;
	margin-left:1%;
}

.quotes {
	display:none;
	float:right;
	width:460px;
	font-size:11px;
	padding-left:12px;
	background: transparent url(/images/quoteL3.gif) no-repeat 0 3px;
	line-height:12px;
}
.quotes img {
	padding:0;display:inline;
}
.quotes em {
	white-space:nowrap;
	font-size:10px;
	line-height:12px;
	
}

ul.reviews {
	font-size:11pt;
width:90%;
}
ul.reviews strong{font-style:italic;}
h3.ruled {
	border-bottom:1px solid #eee;
	margin:10px 0;
}
:active, :focus { outline: none; -moz-outline-style: none; }