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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, code, em, font, 
img, strong, var, u, i, ol, ul, li, fieldset, 
form, label, table, 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;
}

a {
text-decoration:underline;
color: #890000;
}

a:hover {
text-decoration:underline;
color: #ed1c24;
}


/*MAIN STYLES*/

body {
background-color: #000000;
font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
line-height:18px;
color:#FFFFFF;
text-align:justify;
}

h1 {
font-size:25px;
}

h2 {
font-size:12px;
font-weight:bold;
}

#underline {
background:url(../images/bg_underline.png) repeat-x;
height:3px;
margin-bottom:8px;
}

h6 {
font-size:15px;
margin-bottom:5px;
}

#container {
position: relative;
background-image: url(../images/bg_container.jpg);
background-repeat: no-repeat;
background-position:top center;
margin: auto;
}

#header {
width:965px;
height:135px;
margin-left:auto;
margin-right:auto;
}
#main-container {
margin-top:-50px;
width:980px;
height:850px;
background:url(../images/bg_main-side.png) repeat-y;
margin: auto;
}

#main {
position:relative;
width: 670px;
height: 734px;
position:relative;
float:left;
}

#mainOne {
width:670px;
height:297px;
position:relative;
padding-left:9px;
}

#mainTwo {
width:670px;
height:437px;
position:relative;
}

#main2one {
width:621px;
margin-left:31px;
}

#main2one p{
margin-bottom:18px;
}

#roster_list li{
position:relative;
margin:0 11px 20px 0;
display:inline;
}

#gallery {
width:620px;
}

#gallery img{
padding:2px;
background-color:#333333;
margin-right:8px;
margin-bottom:10px;
}

#sidePanel{
position:relative;
float:left;
width:300px;
}

#sideOne, #sideTwo, #sideThree {
width:270px;
margin:8px 10px 25px 18px;
}

#sideThree img{
margin: 20px 6px 0px 0px;
}

.storeItem {
margin-bottom:5px;
height:100px;
}

.storeItem img{
width: 85px;
height: 85px;
overflow:hidden;
position:relative;
float:left;
}

.itemTexts{
text-align:left;
margin-left:15px;
width:170px;
position:relative;
float:left;
}

#bubbles-btm{
z-index:100;
	position:relative;
	background:url(../images/bg_circles_btm.png) no-repeat;
	width:1121px;
	height:110px;
	margin-top:-100px;
	margin-left:auto;
	margin-right:auto;
}

#footer {
height:70px;
position:relative;
background:url(../images/bg_header-repeat.jpg) repeat-x;text-align:center;
}

#footer-txt {
color:#333;
padding:15px 0 0 0px;
width:900px;
margin-left:auto;
margin-right:auto;
}
#footer-txt p{
color:#CCCCCC;
font-size:10px;
margin-top:2px;
}

/*Artists page*/
#artist-gallery img{margin:0 11px 10px 0;}
#artist-gallery li{display:inline;}


