body, td {
	color: white;
	background: white;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
a {
	color: #E0DEC7;
	cursor: pointer;
}
a:hover {
	color: white;
}
table#page {
	width: 890px;
}
td#header {
	/*background-image: url(images/header.jpg);*/
	width: 850px;
	height: 420px;
}
table#newsletter_table, table#chopshop_table {
	padding: 0px 20px;
}
table#newsletter_table td, table#chopshop_table td {
	margin: 15px;
	height: 25px;
	vertical-align: bottom;
}
td table {
	width: 100%;
}
td table table input {
	width: 100%;
}
td#left, td#middle, td#right {
	vertical-align: top;
}

td#left td, td#middle td, td#right td {
	padding: 0px;
}

td#left, td#middle, td#right {
	background: url(images/footer.jpg) top left repeat-y;
}

td#left td {
	background: #C9C6A9;
	background-image: url(images/gradient_left.png);
	background-repeat: repeat-y;
}

td#middle td {
	background: #B3B095;
	background-image: url(images/gradient_middle.png);
	background-repeat: repeat-y;
}

td#right td {
	background: #D7D3A9;
	background-image: url(images/gradient_right.png);
	background-repeat: repeat-y;
}

td#left td.spacer, td#middle td.spacer, td#right td.spacer {
	background: white;
	height: 20px;
}

td.photo {
	/*width: 230px;*/
	height: 203px;
	vertical-align: top;
}

td.item {
	/*width: 230px;*/
	/*height: 429px;*/
	overflow: hidden;
	vertical-align: top;
}
td.photo, td.item {
	margin: 0px;
	padding: 0px;
}	

div.item {
	margin: 0px;
	padding: 20px;
	padding-top: 10px;
}

p.padding {
	padding: 0px 20px;
	height: 40px;
}

p.listitem, div.listitem {
	display: none;
}
div.listitem {
	padding: 20px;
	width: 100px;
	overflow: hidden;
}

div.list {
	width: 100px;
}

div.more {
	height: 25px;
	width: 100px;
	cursor: pointer;
	float: right;
}
div.less {
	height: 25px;
	width: 100px;
	cursor: pointer;
	float: left;
}
div.moremoremore {
	cursor: pointer;
}
div.lesslessless, div.sendsendsend {
	height: 25px;
	cursor: pointer;
}
div.news_header, div.contact_header, div.biography_header, div.agenda_header, div.media_header, div.discography_header,div.my_chop_header, div.chopshop_header {
	height: 40px;
}
span.hidden_span{
	visibility: hidden;
}

/* Navigation */
.nav, .nav ul { 
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav {
	z-index: 100;
	position: relative;
	margin-left: 30px;
}
.nav li {
	margin: 0;
	padding: 0;
	position: relative;
	width: 200px;
}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
	background: white; /*#B3B095;*/
	color: #B3B095;
	display: block;
	padding: 0px;
	padding-left: 10px;
}
.nav li a:hover {
	background: white;
	color: #B3B095;
}
#nav-one li:hover a, #nav-one li.sfHover a {
	background: white;
	color: #B3B095;
}
#nav-one li:hover ul a, #nav-one li.sfHover ul a {
	background: white;
	color: #B3B095;	
}
#nav-one li:hover ul a:hover, #nav-one li.sfHover ul a:hover {
	background: #B3B095;
	color: white;
	font-weight: bold;	
}
.nav ul {
	background: white;
	list-style: none;
	color: #B3B095;
	margin: 0;
	width: 200px;
	position: absolute;
	top: -999em;
	border-top: 1px solid #B3B095;	
}
.nav li:hover ul,.nav li.sfHover ul {
	top: 17px;
}
.nav ul li {
	border: 0;
}
.nav ul a {
	width: 190px;
	padding-left: 10px;
}
.nav ul a:hover {
	background: #ccc;
	color: #000;
}
p {margin: 0; padding: 0}
