@charset "utf-8";
/* CSS Document */
/*------------------------------------------ begin the main style*/
html, body {
	background:#000000 url(../images/header.jpg) top center no-repeat;
	font-family:Helvetica Neue, Helvetica, Arial, Tahoma;
	font-size:small;
	margin:0;
	color:#e56060;
	}
*{
	margin:0;
	padding:0;
}
a{
	color:#e56060;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
p{
}
h1{
	font-size:22px;
	padding:20px 0 10px 0;
}
h2, h2 a{
	color:#ff65fa;
	font-size:22px;
	padding:0 0 38px 0;
}
h3, h3 a{
	color:#9efcff;
	padding:0 0 10px 0;
}
h4{
	color:#80caff;
	padding:0 0 10px 0;
}
.clear{
	clear:both;
	font-size:0px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:100%;
	position:relative;
}
/*------------------------------------------ header style*/
#header{
	width:auto;
	height:475px;
	position:relative;
	margin:0 auto;
	color:#FFFFFF;
}
/*------------------------------------------ the main Content of site*/
#content{
	margin:0 auto
}
.splash #content{
	width:542px;
	padding:0 0 0 402px;
}
.store #content{
	width:860px;
	padding:0;
	padding-right:160px;
}
p.network a{
	margin:0 7px 0 0;
}
.album{
	padding-bottom:80px;
}
.album p{
	padding:0 0 10px 0;
}
.left-column{
	width:395px;
	float:left;
	padding:0 0 0 147px;
}
.thshirt .left-column{
	width:542px;
	padding:0;
}
.right-column{
	width:316px;
	float:left;
	padding:55px 0 0 0;
}
.thshirt .right-column{
	padding:30px 0 0 0;
}
ul{
	padding:0 0 0 16px;
	color:#FFFFFF;
}
.order{
	padding:14px 0 0 0;
	position:relative;
}
a.buy{
	width:91px;
	height:30px;
	display:block;
	background:url(../images/buy-now.jpg) top left;
}
a:hover.buy{
	background-position:0 -30px;
}
a.convert{
	color:#9efcff;
	position:absolute;
	top:20px;
	left:112px;
}
.confirm{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	padding:0 0 40px 120px;
}
.confirm a{
	color:#9efcff;
}
/*------------------------------------------ footer style*/
#footer{
	width:904px;
	margin:0 auto;
	color:#ababab;
	text-align:right;
	font-size:11px;
	padding:20px 40px 100px 0;
}
.store #footer{
	padding:116px 0 100px 0;
	text-align:center;
}
#footer a{
	color:#9efcff;
	margin:0 15px 0 0;
}

