/*------------
   Common Tags
   ------------*/
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	color: #333333;
/*	background-image: url(images/background2.jpg);
	background-color: #BCB7A9;
*/	background-color: #FFFFFF;
}

p {
	margin: 1em 0 1em;
	padding: 0;
}


/*--------------------
   Main Page Container
   --------------------*/
#page {
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0;
	text-align: left;
  	width: 752px;
  	border-bottom: 1px solid #000;
/*  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
*/
}


/*-------------
   Title Banner
   -------------*/
#title {
	position: relative;
	top: 0;
	left: 0;
	height: 100px;
	padding: 0;
	margin: 0;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
}

#title span {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 100px;
}


/*---------------
   Navigation Bar
   ---------------*/
#nav {
/*	position: relative;
*/	padding: 0 0 0 0px;
	margin: 0;
/*	height: 73px;
*/	height: 25px;
	background-image: url(images/nugene_menu.jpg);
	background-position: 0px -25px;
  	border-left: 1px solid #000;
  	border-right: 1px solid #000;
	border-bottom: 1px solid #000000;
}

#nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav ul li {
	background-image: url(images/nugene_menu.jpg);
}

#nav li {
	position: relative;
	float: left;
	margin: 0;
	height: 25px;
	margin: 0;
	z-index: 100;
}

#nav_home { width: 93px; background-position: 0 -25px; }
#nav_home:hover, #nav_home.over, #nav_home.nav_active { width: 93px; background-position: 0 0; }
#nav_releases { width: 93px; background-position: -93px -25px; }
#nav_releases:hover, #nav_releases.over, #nav_releases.nav_active { width: 93px; background-position: -93px 0; }
#nav_artists { width: 93px; background-position: -186px -25px; }
#nav_artists:hover, #nav_artists.over, #nav_artists.nav_active { width: 93px; background-position: -186px 0; }
#nav_newsletter { width: 94px; background-position: -279px -25px; }
#nav_newsletter:hover, #nav_newsletter.over, #nav_newsletter.nav_active { width: 94px; background-position: -279px 0; }
#nav_cart { width: 94px; background-position: -373px -25px; }
#nav_cart:hover, #nav_cart.over, #nav_cart.nav_active { width: 94px; background-position: -373px 0; }
#nav_about { width: 94px; background-position: -467px -25px; }
#nav_about:hover, #nav_about.over, #nav_about.nav_active { width: 94px; background-position: -467px 0; }
#nav_contact { width: 94px; background-position: -561px -25px; }
#nav_contact:hover, #nav_contact.over, #nav_contact.nav_active { width: 94px; background-position: -561px 0; }
#nav_map { width: 95px; background-position: -655px -25px; }
#nav_map:hover, #nav_map.over, #nav_map.nav_active { width: 95px; background-position: -655px 0; }

#nav a {
	display: block;
	margin: 0;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	z-index: 100;
}

#nav a:hover {
}

#nav a.active {
}

#nav li li a {
	text-align: left;
	border-left: 8px solid #333333;
	padding: 0 0 0 8px;
	color: #FFFFFF;
}

#nav li li a:hover {
	background-color: #000000;
}

#nav li ul {
	display: none;
	position: absolute;
	background-image: none;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #333333;
	z-index: 100;
}

#nav li>ul {
	background-image: none;
}

#nav li li {
	width: 100%;
	background-color: #666666;
	background-image: none;
	opacity: 0.90;
	filter: alpha(opacity=90);
}

#nav li:hover ul, #nav li.over ul {
	display: block;
}

#nav_releases ul { width: 11em; }
#nav_artists ul { width: 25em; }
#nav_newsletter ul { width: 11.5em; }
#nav_map ul { }

#nav .nav_active {

}


/*------------------
   Main Page Body
   ------------------*/
#body {
	float: left;
	clear: left;
	width: 750px;
	padding: 5px 0 0 0;
	margin: 0;
/*	background: url(images/nugene_bg.gif) repeat;
*/	background-color: #F7F7F7;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}


/*-------------------------------------------------
   Hack to make a div stretch to contain its floats
   -------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/*------------------
   Main Page Content
   ------------------*/
#content {
	padding: 0;
	margin: 0;
}

#content p {
}

#content h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 32px;
	line-height: 1em;
}

#content h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 20px;
	line-height: 1em;
}

#content h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	padding-bottom: 0;
}

#content h5 {
	font-size: 100%;
	font-weight: bold;
}

#content ul {
	padding-left: 15px;
	margin: 5px 0 5px 0;
}

#content li {
	padding-left: 0;
	margin-left: 0;
	left: 0;
}



.news_date {
	display: block;
	left: 0;
	top: 0;
	padding: 0;
	margin: 0;
	background-color: transparent;
	border: none;
	font-style: italic;
	font-size: 70%;
}




/*-------
   Footer
   -------*/
#footer {
	width: 750px;
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-size: 75%;
	border-top: 1px solid #000000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	color: #666666;
	background-color: #000000;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
}

#footer p {
	margin: 2px 4px;
}

#footer a {
	color: #777777;
	text-decoration: none;
}

#footer a:hover {
	color: #AAAAAA;
	text-decoration: underline;
}

#footer img {
	float: left;
	display: block;
	margin: 0;
	padding: 3px 0 0 3px;
}

#copyright {
	float: left;
	display: block;
	width: 420px;
	text-align: left;
	padding-top: 48px;
}

#credit {
	float: right;
	display: block;
	width: 230px;
	text-align: right;
	padding-top: 48px;
}


/*-----------
   Newsletter
   -----------*/
#newsletter {
/*	padding: 0;
	margin: 6px 0 0 0;
	border: none;
	background-color: transparent;
	background: url(images/shadow.png) repeat right bottom;
*/
}

#newsletter div {
/*	display: block;
	position: relative;
	left: -6px;
	top: -6px;
	margin: 0;
	padding: 5px;
	border: 1px solid #999966;
	color: #000000;
	background-color: #BBBB88;
*/
}

#newsletter>div {
/*	border: 1px dotted #777744;
*/
}

#newsletter div div {
/*	left: 0;
	top: 0;
	margin: 0;
	padding: 0;
	border: none;
*/
}

/*-----
   Cart
   -----*/
#cart {
	margin: 0;
	padding: 0;
	width: 100%;
	border-left: 2px solid #BBC3D3;
}

#cart td {
	margin: 0;
	padding: 2px 4px;
}

#cart thead td {
	background-color: #F8F8F9;
	border-bottom: 1px solid #999999;
	border-top: 2px solid #BBC3D3;
	font-weight: bold;
}

#cart tfoot td {
	text-align: right;
	background-color: #F8F8F9;
	font-weight: bold;
}

#cart tfoot .remove_cell { font-weight: normal; }

#cart tbody td { background-color: #FFFFFF; }

#subtotal_row td { border-top: 1px solid #999999; }

#total_row td { border-bottom: 2px solid #BBC3D3; }

#cart .name_cell img { vertical-align: middle; margin-right: 5px; }

#cart .name_cell { width: 60%; text-align: left; }
#cart .quantity_cell { width: 10%;  text-align: center; }
#cart .price_cell { width: 10%;  text-align: right; }
#cart .item_total_cell {
	width: 10%;
	text-align: right;
	border-right: 2px solid #BBC3D3;
}
#cart .remove_cell { 
	width: 10%;
	text-align: left;
	font-size: 80%;
	border: none;
	background-color: transparent;
}

#cart .remove_cell a { text-decoration: none; }

#cart .name_cell imCurrent Releasesg {
	vertical-align: middle;
	margin: 0 5px 0 0;
	padding: 0;
}

#cart_recalculate, #checkout_link {
	text-align: right;
	width: 610px;
	margin: 0;
}

#cart_recalculate input, #checkout_link input {
	width: 8em;
	margin: 0 0 0 5px;
}

.tax_info { font-style: italic; }






/*----------
   Catalogue
   ----------*/
#releases {
	margin: 0;
	padding: 0;
	border: none;
}

#releases .release {
	height: 167px;
	margin: 5px;
	padding: 0;
}

#releases .release p { height: 167px; }

#releases .text p {
	margin: 0;
	padding: 10px 0 0 0;
	line-height: 1.7em;
	clear: left;
}

#releases .text {
	clear: left;
}

#releases .options {
	height: auto;
	float: left;
	margin: 0;
	padding: 0;
}

#releases div img.cover {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#releases img.cover {
	float: left;
	margin-right: 10px;
}

#releases .artist {
	font-weight: bold;
}

#releases .title {
	font-weight: bold;
}

img.cover { border: 1px solid #000000; }

img.photo {
	border: 1px solid #000000;
	float: right;
	margin: 15px;
	padding: 0;
}

#releases dl {
	margin: 5px 0 5px 0;
	list-style: none;
	border-left: 4px solid #BBC3D3;
	padding-left: 5px;
}

#releases dt {
	font-weight: bold;
}

#releases .credit_title {
	font-style: italic;
}








.boxleft, .boxright, .box {
	margin: 0;
	padding: 0;
}

.boxleft dt, .boxright dt, .box dt {
	padding: 0;
	margin: 0;
	min-height: 1.5em;
	border: none;
/*	background-color: transparent;
	background: url(images/shadow.png) no-repeat right top;
*/
}

.boxleft dt div, .boxright dt div, .box dt div {
	display: block;
	position: relative;
	height: 100%;
	margin: 0;
	padding: 2px 4px 2px 10px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BBC3D3;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}
.boxleft dt>div, .boxright dt>div, .box dt>div { height: auto; }

.boxleft .first_box div img {
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	left: -11px;
	top: -3px;
}
#column_middle .box dt div img.corner, .boxright dt div img.corner, .boxleft dt div img.corner { display: none; }
/* Hides from IE-mac \*/
.boxleft .first_box div img { display: inline; }
.boxright .first_box div img.corner,
#column_middle.wide .box dt div img.corner {
	display: inline;
	position: relative;
	float: right;
	padding: 0;
	margin: 0;
	left: 5px;
	top: -3px;
}
/* End hide from IE-mac */

.boxleft dd, .boxright dd, .box dd {
	padding: 0;
	margin: 0 0 5px 0;
	min-height: 2em;
	border: none;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: transparent;
}

.boxleft dd div, .boxright dd div, .box dd div {
	display: block;
	position: relative;
	height: 100%;
	padding: 5px 5px 5px 5px;
	margin: 0 0 0 0;
/*	background-color: #F8F8F9;
*/	background-color: #EBEBED;
	border-top: none;
	border-top: 1px solid #FFFFFF;
/*	border: 2px solid #BBC3D3;
*/
}
.boxleft dd>div, .boxright dd>div, .box dd>div { height: auto; }
.box dd div { padding: 5px 10px; }


.boxleft div div,
.boxleft div dd,
.boxright div div,
.boxright div dd,
.box div div,
.box div dd {
	border: none;
	background: none;
	position: relative;
	height: auto;
	left: 0;
	top: 0;
}

.boxleft p, .boxright p { margin-top: 0; }


.link_list {
	list-style: none;
	margin: 0;
	padding: 0;
}





#column_middle {
	float: left;
/*	position: absolute;
*/	padding: 0 5px 10px 5px;
	margin: 0;
	position: relative;
	clear: none;
}

/* bizarrely IE can't take both wide and narrow in the form #column_middle.wide/narrow;
  instead it reads the first and ignores the second! So I've just used div here. */
div.wide { width: 535px; /* left: 210px;  */ }
div.narrow { width: 370px; /* left: 210px; */}
div.full { width: 740px; /* left: 20px; */}

#column_left {
	float: left;
/*	position: absolute;
	left: 5px;
*/	padding: 0 0 10px 5px;
	margin: 0;
	width: 200px;
	clear: none;
}

#column_left h2 {
	padding: 10px;
	margin: 0;
}

#column_right {
	float: left;
/*	position: absolute;
	left: 585px;
*/	padding: 0 5px 10px 0;
	margin: 0;
	width: 160px;
	clear: none;
}

#column_middle #column_right {
	left: 19px;
	top: -20px;
}

#column_left .columnlink {
	display: block;
	width: 200px;
	text-align: center;
}




.quotes {
/*	float: right;
	clear: right;
	width: 160px;
*/	position: relative;
	background-image: url('images/quotes1.gif');
	background-repeat: no-repeat;
	background-position: 5px 5px;
}

.quotes dl {
	list-style: none;
	background-image: url('images/quotes2.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.quotes dt {
	display: block;
	margin-top: 5px;
	padding: 0;
	font-style: italic;
}

.quotes dd {
	display: block;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: bold;
}



.booking {
	margin-left: 15px;
}

.booking dl {
	margin-top: 0;
	padding-top: 0;
	list-style: none;
}

.booking dl dt {
	margin-top: 10px;
	font-style: italic;
}

.booking dl dd {
	margin-left: 0;
}




.boxleft #subscribe_mini {
	padding: 0;
	margin: 0;
	text-align: center;
}

.boxleft #subscribe_mini .email {
	width: 170px;
	margin: 0 0 3px 0;
	vertical-align: middle;
}

.boxleft #subscribe_mini .submit {
	width: 65px;
	margin: 0;
	font-size: 90%;
	vertical-align: middle;
}

.boxleft #subscribe_mini div {
	float: right;
	width: 105px;
	margin: 0;
	padding: 0 3px 0 0;
	border: 0;
	background: none;
	font-size: 90%;
	text-align: right;
}




#content form table.normalform {
	padding-top: 10px;
}

#content form table.normalform .left {
	width: 8em;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
}

#content .form textarea {
	width: 16em;
	height: 15em;
}

#content .form .text { width: 12em; }
#content .form select { width: 12em; }

#content .required {
	color: #FF0000;
	margin-right: 3px;
}

#content .form .legend { font-style: italic; }

#content .form table.normalform .error_text {
	display: block;
	font-size: 80%;
}





#artist_image {
	float: right;
	border: 1px solid #000000;
	margin: 0 0 10px 10px;
}

.quotes_inline .quote { font-style: italic; }
.quotes_inline .name { margin-left: 5px; display: block; font-weight: bold; }


#cart_box .total { font-weight: bold; }
#cart_box .num_items { font-style: italic; }

.payment_options { text-align: center; }


.home { text-align: center; }

.home .container { padding: 0; margin: 0; border: 0; width: 100%; clear: left; }
.home .a, .home .b { width: 45%; margin: 0; padding: 0; }
.home .a { float: left; clear: left; }
.home .b { float: right;  }
.home .artist, .home .title { font-weight: bold; }

.previous { text-align: right; }


#map, #map ul {
	padding-top: 5px;
	list-style: circle;
}

#map { left: 1em; }
#map ul { left: 2.5em; }
#map ul ul { left: 3em; }
#map li { padding-bottom: 10px; }
#map li li { padding-bottom: 2px; }

#tracklist {
	clear: left;
	list-style: none;
	text-align: left;
	margin-top: 15px;
	margin-left: 0;
	padding-left: 0;
}

#tracklist li
{ margin-bottom: 8px;
}

#tracklist .track_link {
	font-size: 80%;
}

#tracklist .track_composer {
  display: block;
  font-style: italic;
  padding-left: 1.5em;
}

img.icon {
	position: relative;
	display: inline;
	padding-right: 4px;
	top: 1px;
}

#downloads {
	margin: 0;
	padding: 0;
}

#downloads div {
	margin: 7px 0 7px 0;
}

#downloads p {
	padding: 0;
	margin: 0;
}

#downloads .artist {
	font-size: 14px;
	font-weight: bold;
}

#downloads .title {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
}

#downloads .credit {
	font-size: 12px;
	font-style: italic;
	margin-left: 5px;
}

#downloads .duration {
	font-size: 12px;
	font-style: italic;
}

#downloads .notes, #downloads .track_link {
	border-left: 4px solid #BBC3D3;
	padding-left: 5px;
	font-size: 10px;
}

#downloads .track_link a {
	margin-left: 10px;
}



/*--------------
   General Stuff
   --------------*/

.error_text { color: #FF0000; }
.error_field { background-color: #FFCCCC; }

.top a {
	color: #000000;
	font-size: 85%;
}

.artwork .artist { font-weight: bold; }

