@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Tinos', serif;
	margin:20px 0px 0px 0px;
	background-image:url(../images/bg_main.jpg);
	background-repeat:no-repeat;
	background-color:#000000;
	color:#EEEEEE;
}

p {
	margin:0px 0px 15px 0px;
}

#main_center {
	width:850px;
	margin:auto;
}

#main {
	width:850px;
	height:550px;
	border:1px solid #820808;
	position:relative;
}

#content_center {
	width:790px;
	margin:auto;
}

#footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	margin:8px 0px 10px 20px;
}

.facebook_center {
	width:144px;
	margin:auto;
}

.facebook_main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:15px;
	margin-top:15px;
}

.facebook_text {
	width:83px;
	margin-top:5px;
	float:left;
}

.facebook {
	width:61px;
	height:18px;
	background-image:url(../images/logo_facebook.jpg);
	background-repeat:no-repeat;
	float:left;
}

.facebook:hover {
	background-image:url(../images/logo_facebook_over.jpg);
	cursor:pointer;
}

.spacer {
	clear:both;
}



/* HEADER */

.logo_naxos {
	width:80px;
	height:80px;
	background-image:url(../images/logo_naxos.jpg);
	background-repeat:no-repeat;
	background-color:#0f5c98;
	position:absolute;
	top:0px;
	left:30px;
	z-index:3;
}

/* HEADER END */

/* MENU */

#menu_main {
	width:850px;
	height:38px;
	background-image:url(../images/bg_menu.jpg);
	background-repeat:no-repeat;
	background-color:#d13333;
	border-bottom:1px solid #ff5c5c;
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
}

#menu {
	width:540px;
	margin:0px 0px 0px 205px;
}

.menu_indiv {
	padding:4px 50px 0px 50px;
	margin:9px 0px 0px 0px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#ffffff;
	background-image:url(../images/menu_division.jpg);
	background-position:right center;
	background-repeat:no-repeat;
	float:left;
}

.menu_indiv:hover {
	color:#ffbe00;
	cursor:pointer;
}

/* MENU END */

/* HOME */

#home {
	width:850px;
	height:550px;
	background-image:url(../images/bg_home.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:block;
}

.title_main {
	width:680px;
	margin:65px 0px 0px 110px;
	font-size:27px;
	color:#ff2e2e;
	font-weight:700;
	text-align:center;
}

.album_main {
	width:790px;
	margin-top:25px;
}

.cover_main {
	width:370px;
	float:left;
}

.cover {
	width:370px;
	height:377px;
	background-image:url(../images/cover.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	margin-top:3px;
}

/*.cover:hover {
	background-image:url(../images/cover_over.jpg);
	cursor:pointer;
}
*/
.cat_no {
	font-size:14px;
	color:#ff2e2e;
	text-align:center;
	font-weight:700;
	letter-spacing:1px;
	margin-top:5px;
}

.album_details_main {
	width:390px;
	margin-left:30px;
	float:left;
}

.album_details01 {
	font-size:27px;
	font-weight:700;
	line-height:27px;
	letter-spacing:1px;
}

.album_details02 {
	font-size:17px;
	line-height:20px;
	margin-top:8px;
}

.album_details03 {
	font-size:15px;
	line-height:20px;
	margin-top:8px;
}

.album_details04 {
	font-size:14px;
	line-height:15px;
	margin-top:7px;
}

.quote_main {
	margin-top:25px;
}

.quote {
	width:260px;
	font-size:13px;
	line-height:16px;
	letter-spacing:1px;
	font-style:italic;
	text-align:justify;
	margin-left:20px;
	float:left;
}

.quote .highlight {
	font-weight:700;
	color:#ff2e2e;
}

.photo_duke {
	width:100px;
	height:100px;
	background-image:url(../images/photo_duke.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	border:1PX solid #000000;
	margin-top:5px;
}

.photo_main {
	width:100px;
	float:left;
}

.name {
	font-size:13px;
	color:#EEEEEE;
	text-align:center;
	letter-spacing:1px;
	margin-top:5px;
}

.audio_text {
	font-size:14px;
	line-height:15px;
	margin-top:20px;
}

.audio {
	width:230px;
	margin-top:8px;
}

.buy_text {
	font-size:25px;
	line-height:28px;
	color:#ff2e2e;
	margin-top:15px;
}

.btns_main {
	margin-top:5px;
}

.btn_amazon {
	width:96px;
	height:20px;
	background-image:url(../images/btn_amazon.png);
	background-repeat:no-repeat;
	margin:7px 10px 0px 0px;
	float:left;
}

.btn_amazon:hover {
	background-image:url(../images/btn_amazon_over.png);
	cursor:pointer;
}

.btn_col {
	width:134px;
	height:20px;
	background-image:url(../images/btn_col.png);
	background-repeat:no-repeat;
	margin:4px 10px 0px 10px;
	float:left;
}

.btn_col:hover {
	background-image:url(../images/btn_col_over.png);
	cursor:pointer;
}

.btn_itunes {
	width:72px;
	height:21px;
	background-image:url(../images/btn_itunes.png);
	background-repeat:no-repeat;
	margin:0px 10px 0px 10px;
	float:left;
}

.btn_itunes:hover {
	background-image:url(../images/btn_itunes_over.png);
	cursor:pointer;
}

/* HOME END */


/* RECORDING */

#recording {
	width:850px;
	height:550px;
	background-image:url(../images/bg_recording.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:none;
}

.page_title {
	width:790px;
	font-size:30px;
	line-height:30px;
	color:#ff2e2e;
	font-weight:700;
	text-align:right;
	margin-top:60px;
}

.recording_content {
	width:790px;
	margin-top:25px;
	font-size:15px;
	line-height:18px;
	text-align:justify;
}

.recording_content a:link {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.recording_content a:visited {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.recording_content a:hover {
	font-weight:700;
	color:#ff5f5d;
	text-decoration:none;
}

#btn_back {
	width:120px;
	height:23px;
	background-color:#ff0d0d;
	margin:20px 0px 0px 0px;
	padding:9px 0px 0px 0px;
	border:1px solid #ff5c5c;
}

#btn_back_center {
	width:120px;
	margin:auto;
}

#btn_back:hover {
	background-color:#ed3c3c;
	cursor:pointer;
}

.photo_recording_main {
	width:300px;
	padding:0px 20px 5px 0px;
	float:left;
}

.photo_recording {
	width:300px;
	height:225px;
	background-image:url(../images/photo_recording.jpg);
	background-repeat:no-repeat;
}

.photo_caption {
	font-size:13px;
	line-height:15px;
	color:#ff2e2e;
	text-align:center;
	margin-top:3px;
}

/* RECORDING END */

/* ARTISTS */

#artists {
	width:850px;
	height:550px;
	background-image:url(../images/bg_recording.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:none;
}

#photo_main {
	float:left;
}

.photo_duke02 {
	width:180px;
	height:230px;
	background-image:url(../images/photo_duke02.jpg);
	background-repeat:no-repeat;
}

.photo_joann {
	width:157px;
	height:229px;
	background-image:url(../images/photo_joann.jpg);
	background-repeat:no-repeat;
}

.photo_bpo {
	width:280px;
	height:184px;
	background-image:url(../images/photo_bpo.jpg);
	background-repeat:no-repeat;
}

.artist_name {
	font-size:17px;
	line-height:20px;
	color:#ff2e2e;
	text-align:center;
	margin-top:10px;
}

.artistinfo_main {
	margin-top:20px;
}

.artistinfo_main .duke_info {
	width:590px;
	margin:0px 0px 0px 20px;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	float:left;
}

.duke_info a:link {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.duke_info a:visited {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.duke_info a:hover {
	font-weight:700;
	color:#ff5f5d;
	text-decoration:none;
}

.other_artists {
	font-size:15px;
	line-height:20px;
	color:#ffbe00;
	margin-top:40px;
}

.submenu_main {
	color:#ff2e2e;
	font-size:18px;
	font-weight:700;
	margin:5px 0px 0px 0px;
}

.submenu_center {
	width:330px;
	margin:auto;
}

.submenu_indiv {
	padding:0px 15px 0px 15px;
	float:left;
}

.submenu_indiv:hover {
	color:#ff5f5d;
	cursor:pointer;
}

/* ARTISTS */



/* JOANN */

#joann {
	width:850px;
	height:550px;
	background-image:url(../images/bg_recording.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:none;
}

.artistinfo_main .joann_info {
	width:613px;
	margin:0px 0px 0px 20px;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	float:left;
}

.joann_info a:link {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.joann_info a:visited {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.joann_info a:hover {
	font-weight:700;
	color:#ff5f5d;
	text-decoration:none;
}

/* JOANN END */



/* BPO */

#bpo {
	width:850px;
	height:550px;
	background-image:url(../images/bg_recording.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-color:#000000;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1;
	display:none;
}


.artistinfo_main .bpo_info {
	width:490px;
	margin:0px 0px 0px 20px;
	font-size:15px;
	line-height:20px;
	text-align:justify;
	float:left;
}

.bpo_info a:link {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.bpo_info a:visited {
	font-weight:700;
	color:#ff2e2e;
	text-decoration:none;
}

.bpo_info a:hover {
	font-weight:700;
	color:#ff5f5d;
	text-decoration:none;
}

/* BPO END */