@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
	font: 11px Tahoma, Geneva, sans-serif;
	color:#d4d2c1;
	background: #000;
}
img {
	border:none;
}
ul {
	list-style:none;
}
a {
	color:#cfc993;
	outline: none;
}
a:hover {
	text-decoration:none;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	float:left;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}
#scrollingBox {
	position:relative;
	float: left;
	width:100%;
	height:100%;
}
#main {
	position: relative;
	top: 0;
	left: 0;
	float:left;
	width: 100%;
	height: 100%;
	min-width: 1000px;
}
#scrollingCont {
	position:relative;
	top:0;
	float: left;
	width:100%;
}
.topBlock {
	float:left;
	width: 100%;
}
.topBlock .contBox {
	width:650px;
	margin:0 auto;
	padding-top:30px;
	height:42px;
}
#illustrationBox {
	position:relative;
	float: left;
	width: 100%;
	height:210px;
	background:url(../images/ill1.jpg) no-repeat center 0;
}
#ill {
	position:relative;
	z-index:1;
	float: left;
	width: 100%;
	height:210px;
}
#illustrationBox .borderTop {
	position:absolute;
	z-index:3;
	left:0;
	top:0;
	width:100%;
	height:1px;
	background: url(../images/dotted2.gif) repeat-x 0 0;
}
#illustrationBox .borderBot {
	position:absolute;
	z-index:3;
	left:0;
	bottom:0;
	width:100%;
	height:1px;
	background: url(../images/dotted2.gif) repeat-x 0 0;
}
#illustrationBox .slide {
	position:relative;
	top: 127px;
	left:50%;
	margin-left: 252px;
}
#illustrationBox .slide.active {
	margin-left: 255px;
}
#illustrationBox .slide img {
	width:40px;
	height:13px;
	background: url(../images/gif.gif) 0 -27px;
}
#illustrationBox .slide:hover img {
	height:12px;
}
#illustrationBox .slide.active img {
	width:33px;
	height:13px;
	background: url(../images/gif.gif) -40px -27px;
}
#illustrationBox .slide.active:hover img {
	height:12px;
}
.contentBlock {
	width:930px;
	margin:0 auto;
	padding:0;
}
#mixtapeList {
	position:relative;
	float:left;
	width:100%;
	margin-top: 10px;
}
#mixtapeList li {
	display: inline;
	padding-right: 5px;
}
.border {
	position: relative;
	z-index:10;
	height:2px;
	padding: 0;
	background: url(../images/dotted.gif) repeat-x left top;
	margin-top: 10px;
	margin-bottom: 10px;
}

.titleArtist {
	font-size:24px;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 2px;
	width: 350px;
}

.infoM {
	font-size:12px;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-bottom: 10px;
	width: 350px;
}
/*footer*/


#divFooter {
	height: 300px;
	margin-top: 40px;
	background-color: #000;
	clear: both;
}
.footer {
	color: #FFF;
	font-size: 1.1em;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 24px 0;
	width: 976px;
}
.footer .left {
	float: left
}
.footer .right {
	float: right
}
* html .footer .right {
	margin-left: 95px
}
.footer span {
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.7em;
	text-transform: uppercase;
}
.footer a {
	color: #FFF;
	padding: 0 1px;
	text-decoration:none;
}
.footer a:hover {
	color:#fff;
	background-color: #999
}
.footer .right ul {
	list-style: none;
	height: 165px;
	margin: 0;
	padding: 0;
}
.footer .right ul li {
	border-right: #e2e2e2 1px solid;
	float: left;
	padding: 2px 20px 4px 10px;
	width: 110px;
}
.footer .right ul li.first {
	border-left:#e2e2e2 1px solid
}
.footer .right ul li ul li {
	line-height: 5px;
	list-style: none;
	display: inline;
	border-right: none;
	padding: 2px 0px 2px 0px;
}
.footer .right ul li ul li a {
	line-height:1.1em
}
