/* reset styles */

@charset "UTF-8";
body, div, ul, li, p, h1, h2, h3, h4, form, fieldset, img {border:none; margin:0px; padding:0px;}
textarea, input { font-family:Arial, Verdana, Geneva, sans-serif; font-size:11px; }
body {
	font-family:Arial, Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#000000;
	padding:0px;
	margin:0px;
	background-color:#efefef;
	background-image:url(../images/bg-tile.gif);
	background-repeat:repeat;
	text-align:left;
}
a:link {color:#ffffff; text-decoration:none}
a:visited {color:#ffffff; text-decoration:none}
a:hover {color:#ffffff; text-decoration:none}

ul.noDots {
	list-style:none;
}
div.listItem {
	text-indent: 10px;
	background-image:url(../images/list-item-dot.gif);
	background-position:2px 7px;
	background-repeat: no-repeat;
}	

/* main structure */

#headerBar {
	position:absolute;
	width:100%;
	height:224px;
	background-image:url(../images/bg-header.gif);
	background-repeat:repeat-x;
	z-index:1;
}

#textureSplatter {
	position:absolute;
	left:-270px;
	width:1537px;
	height:4566px;
	background-image:url(../images/texture-splatter.gif);
	background-repeat:no-repeat;
	background-position:top center;
	z-index:2;
}

#clothesShoes {
	position:absolute;
	left:-50px;
	width:1100px;
	height:474px;
	background-image:url(../images/clothes-shoes.png);
	background-repeat:no-repeat;
	z-index:3;
}

#clothesShirt {
	position:absolute;
	left:184px;
	top:615px;
	width:1233px;
	height:1323px;
	background-image:url(../images/clothes-shirt.png);
	background-repeat:no-repeat;
	z-index:5;
}

#clothesJeans {
	position:absolute;
	left:-265px;
	top:1693px;
	width:1032px;
	height:1149px;
	background-image:url(../images/clothes-jeans.png);
	background-repeat:no-repeat;
	z-index:6;
}

#clothesDress {
	position:absolute;
	left:373px;
	top:2822px;
	width:1331px;
	height:1368px;
	background-image:url(../images/clothes-dress.png);
	background-repeat:no-repeat;
	z-index:7;
}

#clothesBra {
	position:absolute;
	left:-15px;
	top:3841px;
	width:955px;
	height:742px;
	background-image:url(../images/clothes-bra.png);
	background-repeat:no-repeat;
	z-index:7;
}

#siteUnder {
	position:absolute;
	width:100%;
	height:4466px;
	z-index:1;
	overflow:hidden;
}

#contentUnder {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
	position:relative;
}

#site {
	position:absolute;
	width:100%;
	z-index:20;
}

#content {
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

#headerBlock {
	width:1000px;
}

#headerBlockLeft {
	width:432px;
	float:left;
	display:block;
}

#headerTitle {
	margin-top:32px;
	background-image:url(../images/title.png);
	background-repeat:no-repeat;
	width:424px;
	height:389px;
}

#headerInfoBox {
	margin-top:12px;
	background-color:#53c700;
	width:418px;
	height:123px;
	position:relative;
}

#headerInfoBoxText {
	position:absolute;
	left:16px;
	top:12px;
	color:#ffffff;
	font-size:17px;
}

#headerInfoBoxDivider {
	position:absolute;
	left:335px;
	top:67px;
	width:1px;
	height:40px;
	display:block;
	background-color:#ffffff;
}

#headerInfoDownloadLink {
	position:absolute;
	left:16px;
	top:67px;
	width:302px;
	height:40px;
	text-indent:-999px;
	background-image:url(../images/button-download.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#headerInfoPodcastLink {
	position:absolute;
	left:354px;
	top:67px;
	width:34px;
	height:40px;
	text-indent:-999px;
	background-image:url(../images/button-podcast.png);
	background-repeat:no-repeat;
	overflow:hidden;
}

#headerBlockRight {
	width:568px;
	float:right;
	display:block;
	position:relative;
}

#headerPSSLogoLink {
	position:absolute;
	left:460px;
	top:35px;
	width:106px;
	height:63px;
	text-indent:-999px;
	background-image:url(../images/pss-logo.png);
	background-repeat:no-repeat;
	overflow:hidden;
}


#headerTracklist {
	position:absolute;
	width:100%;
	left:0px;
	top:303px;
	display:block;
}

#tracklistMain {
	width:100%;
}

#siteFooter {
	margin-top:175px;
	width:100%;
	display:block;
	background-color:#53c700;
	color:#ffffff;
	font-size:18px;
	text-indent:18px;
	height:50px;
	line-height:50px;
}

#footerTextLeft {
	display:block;
	float:left;
}

#footerTextRight {
	display:block;
	float:right;
	margin-right:18px;
	font-size:14px;
}

/* repeating elements */

.tracklistRow {
	display:block;
	width:100%;
	height:43px;
	line-height:43px;
	background-image:url(../images/bg-tracklist.gif);
	margin-bottom:27px;
}

.lastRow {
	margin-bottom:0px;
}

.tracklistText {
	display:block;
	width:560px;
	height:43px;
	line-height:43px;
	float:right;
	color:#000000;
	font-size:27px;
	letter-spacing:-2px;
}

.tracklistSpacer {
	display:block;
	width:100%;
	height:27px;
}

.tracklistSpacerPink {
	display:block;
	width:100%;
	height:27px;
	background-image:url(../images/bg-pink-spacer.gif);
	background-repeat:repeat-x;
}
