body, h1, h2, h3, p, form, ul, li, ol {
	margin:0px;
	padding:0px;
}
a {
	text-decoration:none;
	-webkit-transition: 0.5s color ease-in-out;
	color:#9bd300;
}
a:hover{
	color:#000;
}
p{
	margin:0px;
	padding:0px;
	margin-bottom:24px;
}
body{
	font-size:16px;
	font-family:"STSong", Helvetica, sans-serif;
	color:#000000;
	line-height:24px;
}
#topbar{
	background:#000 url(images/topbar.jpg) top center repeat-x;
	width:100%;
	height:33px;
	padding-top:27px;
}
#content{
	width:700px;
	margin:auto;
	padding-bottom:50px;
}
#navigation{
	margin:0px;
	padding:0px;
	list-style:none;
	width:700px;
	margin:auto;
	overflow:hidden;
}
#navigation li{
	float:left;
	padding-right:37px;
}
#navigation li a{
	color:#FFF;
	font-size:20px;
}
#navigation li a:hover{
	color:#9bd300;
}
#content{
	margin-top:75px;
	position:relative;
}
#logo{
	text-indent:-5000em;
	display:block;
	background:url(images/logo.jpg) top left no-repeat;
	width:236px;
	height:397px;
}
#logo_4ad{
	text-indent:-5000em;
	display:block;
	background:url(images/logo_4ad.jpg) top left no-repeat;
	width:236px;
	height:397px;
}
#logo_xl{
	text-indent:-5000em;
	display:block;
	background:url(images/logo_xl.jpg) top left no-repeat;
	width:236px;
	height:397px;
}
#logo_rt{
	text-indent:-5000em;
	display:block;
	background:url(images/logo_rt.jpg) top left no-repeat;
	width:236px;
	height:397px;
}
#logo_matador{
	text-indent:-5000em;
	display:block;
	background:url(images/logo_matador.jpg) top left no-repeat;
	width:236px;
	height:397px;
}
#artistblock{
	width:365px;
	text-align:justify;
	position:absolute;
	top:132px;
	right:0px;
}
#artistblock a{
	color:#000000;
	-webkit-transition: 0.5s color ease-in-out;
	background:white;
}
#artistblock a:hover{
	color:#9bd300;
}
.divider{
	border-top:black 2px solid;
}
#sectiontitle{
	font-size:36px;
	font-weight:normal;
	margin-top:70px;
}
h4{
	margin:0px;
	padding:0px;
}
.labelartistlink_xl{
	background:url(images/titleicon_xl.gif) 50% left no-repeat;
	padding-left:25px;
	font-weight:normal;
	font-size:14px;
}
.labelartistlink_4ad{
	background:url(images/titleicon_4ad.gif) 50% left no-repeat;
	padding-left:32px;
	font-weight:normal;
	font-size:14px;
}
.labelartistlink_roughtrade{
	background:url(images/titleicon_rt.gif) 50% left no-repeat;
	padding-left:25px;
	font-weight:normal;
	font-size:14px;
}
.labelartistlink_matador{
	background:url(images/titleicon_matador.gif) 50% left no-repeat;
	padding-left:25px;
	font-weight:normal;
	font-size:14px;
}
.item{
	border-bottom:black 2px solid;	
	padding-bottom:30px;
	margin-bottom:50px;
	padding-top:30px;
}
.itemtitle a{
	font-size:30px;
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:5px;
	color:#000;
}
.maintitle a{
	font-size:30px;
	font-weight:normal;
	margin-top:0px;
	margin-bottom:5px;
	color:#000;
}


/**** navigation shizzle ***/

#menucontainer{
	position: absolute;
	z-index: 100;
	top: 40px;
	left: 0px;
	width:100%;
}
#menupositioner{
	width:700px;
	margin:auto;
	position:relative;
}
#labelmenu {
	position:absolute;
	top:-600px;
	left:-22px;
	width: 350px;
	padding: 20px;
	background: #000;
	
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	color:#FFF;
}
#labelmenu p{
	margin-bottom:0px;	
}
#labelmenu.active {
	opacity: 1;
	top: 20px;
}

#labelmenu a {
	padding: 0px 2px;
}

#labelmenu a:hover{
	border: none;
	background: white;
}
#artistmenu {
	position:absolute;
	top:-600px;
	left:0px;
	width: 450px;
	padding: 20px;
	background: #000;
	
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	
	xopacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	color:#FFF;
	margin-left:58px;
	margin-top:15px;
}
#artistmenu p{
	margin-bottom:0px;	
}
#artistmenu.active {
	opacity: 1;
	top: 0px;
}

#artistmenu a {
	padding: 0px 2px;
	background:black;
}

#artistmenu a:hover{
	border: none;
	background: white;
}

#partnersmenu {
	position:absolute;
	top:-600px;
	right:0px;
	width: 350px;
	padding: 20px;
	background: #000;
	
	-webkit-box-shadow: 0px 3px 0px rgba(0,0,0,0.2);
	
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	color:#FFF;
	xmargin-left:58px;
	margin-top:15px;
}
#partnersmenu p{
	margin-bottom:0px;	
}
#partnersmenu.active {
	opacity: 1;
	top: 0px;
}

#partnersmenu a {
	padding: 0px 2px;
}

#partnersmenu a:hover{
	border: none;
	background: white;
}
#footer {
	
	width:100%;
	height:30px;
	background:black;
	color:white;
}
#footer p{
	margin:0px;
	padding:0px;
}
#footer form {
	margin:0px;
	padding:0px;
	padding-top:2px;
	width:700px;
	margin:auto;
}
#emailaddress{
	background:transparent;
	border:none;
	border-bottom:black 1px solid;
	color:black;
	padding-bottom:3px;
}
#gobutton {
    border: none;
    background: black;
    color: white;
    cursor: pointer;
}#gobutton:hover {
    background: white;
	color:black;
}
#list{
	text-align:center;	
	margin-top:17px;
}
#list form{
	margin:0xp;
	padding:0px;
}
#artistlinks{
	margin-top:20px;
	text-align:center;
}