/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END RESET*/

body {
	background-color:#911204;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#fff;
}

h1 {
	font-size:40px;
}

p {
	margin-bottom:10px;
}

div#content {
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

div#logo {
	float:left;
	margin-top:.4em;
	margin-right:4em;
}

div#slogan h1 {
	font-size:30px;
	padding:.5em;
	margin-bottom:20px;
}

div#banner {
	float:left;
	clear:both;
	margin-bottom:15px;
	width:960px;
}

div.catBox {
	float:left;
	margin:0;
	padding:0;
	width:303px;
	margin-bottom:12px;
	/*margin-right:130px;*/
}

p.vidDescript {
	font-size: 10px;
	margin-top:15px;
	font-weight:bold;
	line-height:1.5em;
}

div#right {
	margin-right:0;
}

div.catBox h1 {
	margin-bottom:40px;
}

div#window {
	border-top: 1px #ffffff solid;
	width:250px;
	margin-top:-10px;
	padding-top:10px;
}

div#music h5.choose {
	border:#ffffff solid;
	border-width:1px 1px 0px 1px;
	display:inline;
	position:relative;
	top:-11px;
	margin-right:5px;
	padding:2px 5px 0px 5px;
	font-size:14px;
}

div#music h5.choose:hover {cursor:pointer}

ul.hidden {
	display:none;
}


ul.tracks li {
	border:solid 1px #fff;
	background-color:#901204;
	display:block;
	margin:5px 0px;
	padding:5px;
	width:200px;
}

h2.songName{
	font-size:12px;
}

div.player {
	
}

ul#services li{
	font-weight:bolder;
	padding:5px;
	margin:10px 0px;
}

ul#services li span:hover {
	cursor:pointer;
}

ul#services li ul li{
	border-left:1px #ffffff dashed;
	padding-left:10px;
	list-style-position:inside;
	line-height:1.25em;
	font-size:12px;
	font-weight:normal;
	margin-top:5px;
	margin-left:10px;
	width:250px;
	display:none;
}
ul#services li a {text-decoration:none;}
ul#services li a:hover {color:#ffffff}


a:link {color:#fff;text-decoration:underline;}
a:visited {color:#fff;text-decoration:underline;}
a:hover {color:#999;text-decoration:underline;}

