@charset "UTF-8";
/* CSS Document */

body {
	font-family: 'Tinos', serif;
	background-image:url(../images/bg-pattern.jpg);
	background-repeat:repeat;
	color:#2e2a1c;
	font-size:14px;
	-webkit-text-size-adjust: 100%;
	margin:30px 0px 0px 0px;
}

h1 {
	font-size:27px;
	line-height:23px;
	color:#594919;
	margin:0px 0px 0px 0px;
}

h2 {
	font-size:20px;
	line-height:22px;
	color:#594919;
	margin:0px 0px 0px 0px;
}

h3 {
	font-size:14px;
	line-height:18px;
	color:#2e2a1c;
	font-style:italic;
	font-weight:400;
	margin:3px 0px 0px 0px;
}

h4 {
	font-size:23px;
	color:#2e2a1c;
	text-transform:uppercase;
	font-weight:600;
	margin:15px 0px 0px 0px;
}

img {
	border-style:none;
}

p {
	margin-top:15px;
	margin-bottom:0px;
}

.nomargin {
	margin:0px;
}

.spacer {
	clear:both;
}

.footer_main {
	width:860px;
	margin:auto;
	position:relative;
}

.footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:0px;
	color:#000000;
	text-align:center;
	margin:8px 0px 10px 0px;
}

.facebook_center {
	width:146px;
	margin:auto;
}

.facebook_main {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	margin-top:-20px;
}

.facebook {
	width:145px;
	margin-top:10px;
}

/* HEADER */

.logo_naxos {
	width:75px;
	position:absolute;
	top:0px;
	left:30px;
	z-index:1;
}

.menu_main {
	width:850px;
	height:40px;
	font-size:13px;
	color:#2e2a1c;
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
	position:relative;
	z-index:0;
}

.menu {
	width:675px;
	margin:12px 0px 0px 140px;
}

.menu_indiv {
	padding:0px 10px;
	margin:0px 60px;
}

.menu_indiv:hover{
	color:#FFF;
	cursor:pointer;
}

/* HEADER end */


/* MAIN */

.ecard_main {
	width:850px;
	margin:auto;
}

.ecard {
	width:850px;
	height:550px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-color:#fcf9f4;
	border:1px solid #9e8042;
	position:relative;
}

.title {
	width:675px;
	font-size:30px;
	line-height:25px;
	color:#594919;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	margin:0px 0px 0px 135px;
}

.content_center {
	width:790px;
	margin:auto;
}

.shadow {
	width:850px;
	height:33px;
	background-image:url(../images/shadow.png);
	background-repeat:no-repeat;
}

/* MAIN end */


/* HOME */

#home {
	width:850px;
	position:absolute;
	top:50px;
	left:0px;
	display:block;
}

.content_home {
	margin-top:20px;
}

.cover_main {
	width:300px;
	float:left;
}

.details {
	width:465px;
	margin-left:25px;
	float:left;
}

.cat_no {
	font-size:13px;
	text-align:center;
	font-weight:600;
}

.info {
	font-size:14px;
	text-align:justify;
	margin-top:10px;
}

.btn_watch {
	width:200px;
	height:18px;
	background-image:url(../images/btn_bg.jpg);
	background-repeat:repeat;
	text-transform:uppercase;
	font-weight:700;
	padding:7px 10px;
	font-size:14px;
	text-align:center;
	margin-top:15px;
}

a:link{
	color:#2e2a1c;
	text-decoration:none;
}

a:visited{
	color:#2e2a1c;
	text-decoration:none;
}

a:hover{
	color:#633;
	text-decoration:none;
}

.buy_main {
	margin-top:7px;
}

.buy {
	margin:0px 8px;
}

/* HOME end */

/* ARTISTS */

#artists {
	width:850px;
	position:absolute;
	top:50px;
	left:0px;
	display:none;
}

.content_about {
	margin-top:10px;
}

.pic_artist {
	margin:0px 20px 10px 0px;
	float:left;
}

.artist_name {
	font-size:16px;
	color:#2d3b17;
	text-transform:uppercase;
	font-weight:bold;
}

.artist_name a:link {
	text-decoration:underline;
	color:#2d3b17;	
}

.artist_name a:visited {
	text-decoration:underline;
	color:#2d3b17;	
}

.artist_name a:hover {
	text-decoration:underline;
	color:#e6d3ab;	
}

.section_main {
	font-size:13px;
	line-height:17px;
	margin-top:35px;
}

/* ARTISTS end */




/* ALSO AVAILABLE */

#available {
	width:850px;
	position:absolute;
	top:50px;
	left:0px;
	display:none;
}

.content_available {
	margin:20px 0px 0px 0px;
}

.cover_559246 {
	width:280px;
	float:left;
}

.details_559246 {
	width:490px;
	margin-left:20px;
	float:left;
}

.logo {
	width:78px;
	margin:20px auto;
}

.quote {
	font-size:14px;
	line-height:18px;
	margin-top:15px;
}

/* ALSO AVAILABLE end */



