@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Roboto', sans-serif;
	background-image:url(../images/bg2.jpg);
	background-color:#fff;
	-webkit-text-size-adjust:100%;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	color:#741852;
	margin:25px 0px 0px 0px;
	font-size:14px;
	line-height:16px;
	overflow-y: scroll;
	overflow-x: hidden;
}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}

img {
	border-style:none;
}

.clearfix {
	clear:both;
}

#ecard {
	width:859px;
	height:559px;
	margin:auto;
	background-image:url(../images/ecardcontainer.png);
	background-repeat:no-repeat;
	padding-top:9px;
	padding-left:9px;
}

#main {
	width:850px;
	height:550px;
	background-color:#fff;
	position:relative;
}

#albumcover {
	width:286px;
	height:284px;
	margin-top:20px;
	margin-left:20px;
	position:absolute;
	color:#727272;
	font-size:12px;
	font-weight:700;
}

#navigation {
	width:292px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:700px;
	color:#ff5d8b;
	position:absolute;
	right:20px;
	top:20px;
	z-index:5;
}

#homebtn {
	width:72px;
	height:20px;
	background-color:#741852;
	text-align:center;
	padding-top:4px;
	float:left;
}

#homebtn:hover {
	color:#fff;
	cursor:pointer;
	background-color:#a82678;
}

#musicbtn {
	width:105px;
	height:20px;
	background-color:#741852;
	text-align:center;
	padding-top:4px;
	float:left;
	margin-left:5px;
}

#musicbtn:hover {
	color:#fff;
	cursor:pointer;
	background-color:#a82678;
}

#albumbtn {
	width:105px;
	height:20px;
	background-color:#741852;
	text-align:center;
	padding-top:4px;
	float:left;
	margin-left:5px;
}

#albumbtn:hover {
	color:#fff;
	cursor:pointer;
	background-color:#a82678;
}

#amfar {
	width:228px;
	height:29px;
	font-size:11px;
	color:#00729a;
	position:absolute;
	right:20px;
	top:50px;
	z-index:1;
}

/****************** HOME ******************/

#home {
	width:850px;
	height:550px;
	display:block;
	position:absolute;
	margin:0 auto;
}


#homecontent {
	width:505px;
	margin-left:323px;
	margin-top:90px;
	text-align:justify;
	line-height:20px;
}

.buynow {
	width:430px;
	height:45px;
	bottom:0px;
	margin-top:-10px;
}

.storelogos {
	width:480px;
	margin:auto;
}

.storelogo {
	margin:0;
	float:left;
}

.buynowdiv {
	width:90px;
	font-weight:600;
	font-size:16px;
	margin-top:4px;
	float:left;
}

#artistcontainer1 {
	width:772px;
	float:left;
	margin-left:20px;
}

#artistcontainer1 div {
	float:left;
	margin-right:10px;
}

.logos {
	width:50px;
	float:right;
	margin-right:8px;
	margin-top:110px;
}

/****************** MUSIC ******************/

#music {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}


#musiccontent {
	width:505px;
	margin-left:323px;
	margin-top:90px;
	text-align:justify;
	line-height:20px;
}

.audio {
	width:260px;
	margin:5px 0px;
}

#artistcontainer2 {
	width:774px;
	float:left;
	margin-left:20px;
	margin-top:45px;
}

#artistcontainer2 div {
	float:left;
	margin-right:10px;
}

/****************** MUSIC ******************/

#album {
	width:850px;
	height:550px;
	display:none;
	position:absolute;
	margin:0 auto;
}


#albumcontent {
	width:505px;
	margin-left:323px;
	margin-top:65px;
	text-align:justify;
	line-height:20px;
}

.prodlogo1 {
	width:48px;
	margin-right:5px;
	float:left;
}

.names1 {
	width:98px;
	margin-right:15px;
	float:left;
}

.prodlogo2 {
	width:79px;
	margin-right:10px;
	float:left;
}

.names2 {
	width:95px;
	margin-right:5px;
	float:left;
}

#artistcontainer3 {
	width:820px;
	float:left;
	margin-left:20px;
	margin-top:8px;
}

#artistcontainer3 div {
	float:left;
	margin-right:20px;
}