/*-----------------------------------------
style resets
-----------------------------------------*/
BODY, UL, LI, H1, H2, H3, H4, H5, H6, P, FORM, INPUT, FIELDSET {
  font-size: 100%;
  font-weight: normal;
  padding: 0;
  margin: 0;
}
UL, LI {
  list-style-type: none;
}
IMG, FIELDSET {
  border: 0;
}
A {
  outline: 0;
}
/*-----------------------------------------
body, container and default text/link styles
-----------------------------------------*/
BODY {
  color: #fff;
  background: #000;
  font-family: arial, verdana, sans-serif;
  font-size: 100%; /* 16px */
  line-height: 1.125em; /* 16px x 1.125 = 18px */
}
#container {
  font-size: 0.75em; /* 16px x 0.75 = 12px */
  min-width: 800px;
  max-width: 800px;
  margin: 0 auto;
}
A:link, A:visited {
  color: #fff;
  text-decoration: none;
}
A:hover, A:active, A:focus {
   color: #666;
}
P {
	margin-bottom: 1em;
}
INPUT {
	font-family: arial, verdana, sans-serif;
}
TEXTAREA {
	font-family: arial, verdana, sans-serif;
	font-size: 100%;
}
/*-----------------------------------------
header (inc. logo)
-----------------------------------------*/
#header {
	text-align: center;
	margin-bottom: 8px;
}
#nav-curve {
	margin-top: -3px;
}
#logo {
	margin-top: 54px;
}
#logo-home {
	margin-top: 20px;
}
/*-----------------------------------------
navtop
-----------------------------------------*/
#navtop {
	text-align: center;
}
#navtop UL {
	overflow: auto; /* clear floated list items */
	margin-left: 173px;
}
#navtop LI {
  font-weight: normal;
  text-align: center;
  font-size: 120%;
  float: left;
}
#navtop #nav-Home {
	background: transparent url(../images/nav/home.jpg) no-repeat scroll 0 0;
	width: 53px;
	height: 43px;
}
#navtop #nav-Home:hover {
	background-position: 0 -86px;
}
#navtop #nav-Home-open {
	background: transparent url(../images/nav/home.jpg) no-repeat scroll 0 -43px;
	width: 53px;
	height: 43px;
}
#navtop #nav-Gallery {
	background: transparent url(../images/nav/gallery.jpg) no-repeat scroll 0 0;
	width: 73px;
	height: 43px;
}
#navtop #nav-Gallery:hover {
	background-position: 0 -86px;
}
#navtop #nav-Gallery-open {
	background: transparent url(../images/nav/gallery.jpg) no-repeat scroll 0 -43px;
	width: 73px;
	height: 43px;
}
#navtop #nav-Contact {
	background: transparent url(../images/nav/contact.jpg) no-repeat scroll 0 0;
	width: 74px;
	height: 43px;
}
#navtop #nav-Contact-open {
	background: transparent url(../images/nav/contact.jpg) no-repeat scroll 0 -43px;
	width: 74px;
	height: 43px;
}
#navtop #nav-Contact:hover {
	background-position: 0 -86px;
}
#navtop #nav-Discography {
	background: transparent url(../images/nav/discography.jpg) no-repeat scroll 0 0;
	width: 107px;
	height: 43px;
}
#navtop #nav-Discography:hover {
	background-position: 0 -86px;
}
#navtop #nav-Discography-open {
	background: transparent url(../images/nav/discography.jpg) no-repeat scroll 0 -43px;
	width: 107px;
	height: 43px;
}
#navtop #nav-News {
	background: transparent url(../images/nav/news.jpg) no-repeat scroll 0 0;
	width: 55px;
	height: 43px;
}
#navtop #nav-News:hover {
	background-position: 0 -86px;
}
#navtop #nav-News-open {
	background: transparent url(../images/nav/News.jpg) no-repeat scroll 0 -43px;
	width: 55px;
	height: 43px;
}
#navtop #nav-Show-Reel {
	background: transparent url(../images/nav/show-reel.jpg) no-repeat scroll 0 0;
	width: 89px;
	height: 43px;
}
#navtop #nav-Show-Reel:hover {
	background-position: 0 -86px;
}
#navtop #nav-Show-Reel-open {
	background: transparent url(../images/nav/show-reel.jpg) no-repeat scroll 0 -43px;
	width: 89px;
	height: 43px;
}


/*-----------------------------------------
breadcrumb 
-----------------------------------------*/
#breadcrumb {
  float: left;
  margin-left: 229px;
  margin-top: 2px;
  font-size: 90%;
}
#breadcrumb A {
	text-decoration: none;
	padding: 2px;
}
#breadcrumb A:hover {
	text-decoration: none;
	color: #FF9C34;
}

/*-----------------------------------------
main (inc. banner)
-----------------------------------------*/
#main {
  padding: 12px 43px 0 43px;
}
/*-----------------------------------------
content
-----------------------------------------*/
#content {
	width: 714px;
	overflow: auto;
}
#content H1 {
	font-size: 100%;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	padding-bottom: 23px;
}
#content H2 {
	font-size: 100%;
	color: #333333;
	font-weight: bold;
}
#content A {
	text-decoration: underline;
}
#content A:hover {
	text-decoration: underline;
	color: #666;
}
#artbg {
	background: url(../images/art-bg.gif) no-repeat;
	padding: 15px 28px 0 28px;
	overflow: hidden;
}
#artbody {
	padding: 15px 14px 47px 14px;
	background-color: #fff;
	color: #333333;
}
#artgalltitle {
	background: url(../images/gallery-det-header.jpg) no-repeat;
	width: 650px;
	height: 49px;
	padding: 4px 4px 0 4px;
	background-color: #fff;
}
#artgalltitle H1 {
	font-size: 130%;
	text-align: left;
	padding: 13px 0 0 15px;	
}
#artgallbg {
	background: url(../images/art-bg.gif) no-repeat;
	padding: 15px 28px 0 28px;
	overflow: hidden;
	height: 720px;
}
#artgallpic {
	z-index: 3;
	background-color: #fff;
	padding: 0 0 4px 4px;
	position: relative;
}
#artgallpicprotect {
	z-index: 4;
	background: url(../images/s.gif) no-repeat;
	width: 650px;
	height: 650px;
	position: relative;
	top: -650px;
	left: 0px;
}
#gallery-det-header {
	width: 130px;
	height: 49px;
}
#gallbut {
	float: right;
}
#artpic {
	float: left;
	margin: 0 30px 25px 0;
}
#arttxt {
	padding-top: 14px;
}
#newsitem {
	overflow: auto;
	padding-bottom: 25px;
}
#contentinner {
  width: 79%;
  float: left;
  overflow: auto;
}
#content A H2 {
	font-size: 100%;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
#content A:hover H2 {
	color: #666;
}
#content A {
	color: #333333;
	text-decoration: underline;
}
#content A:hover {
	color: #666;
	text-decoration: underline;
}

TH {
	font-weight: bold;
	text-align: left;
}
#content OL li {
	list-style-type: decimal;	
}
#content UL,  #searchcontent UL{
	margin-bottom: 10px;	
}
#content UL li, #searchcontent UL li {
	list-style-type: disc;
	margin-left: 20px;	
}
#content table  {
	background: #2D2A2A;
	text-align:left;
	padding: 0px;
	border: 0px;
}
#content table caption {
	border: 0px;
	text-align: left;
	padding: 3px;
	color: #fff;
	font-size: 110%;
	font-weight: bold;
}
#content table td {
	margin: 0px;
	background-color: #fff;
}
#content td, th {
	border: 0px;
}
#content table th {
	margin:0px;
	padding:3px;
	color: #fff;
}
img.right  {
	padding: 0 0 5px 5px;
}
#playlistleft {
	float: left;
	display:block;
	width: 200px;
}
#playlistright {
	float: left;
	display:block;
	width: 200px;
	margin-left: 200px; 
}
/*-----------------------------------------
lefthandnav
-----------------------------------------*/
#lefthandnav {
  width: 25%;
  float: left;
  padding: 15px 34px 20px 4px;
}
#lefthandnav UL {
  margin-bottom: 5px;
  margin-left: 10px;  
}
#lefthandnav LI {
  padding-bottom: 5px;
  font-size: 90%;
}
#lefthandnav LI A {
  font-weight: normal;
  margin-bottom: 2px;
  text-decoration: none;
}
#lefthandnav LI A.on {
   color: #009DAC;
   text-decoration: none;
}
#lefthandnav LI A:hover, A.on:hover {
    text-decoration: none;
	color: #FF9C34;
}

/*-----------------------------------------
sidebar (inc. search and links)
-----------------------------------------*/
#sidebar {
  width: 230px;
  float: right;
  padding-bottom: 20px;
}
#sidebarinner {
  width: 158px;
  float: right;
  padding-bottom: 20px;
}
#search, P.linkbox {
  color: #fff;
  background: #008A97;
  width: 210px;
  padding: 10px;
  margin-bottom: 4px;
  float: right;
}
#searchinner, P.linkboxinner {
  color: #fff;
  background: #008A97;
  width: 138px;
  padding: 10px;
  float: right;
}
#searchmain {
  color: #fff;
  background: #008A97;
  width: 170px;
  padding: 10px;
  margin-bottom: 4px;
}
#search LABEL {
  font-weight: normal;
  margin-right: 5px;
}
#searchinner LABEL, #searchmain LABEL {
	display: none;
}
.searchterminner {
	width: 100px;
	height: 13px;
	font-size: 90%;
}
.searchbuttoninner {
	padding-top: 2px;
}
#searchbutton {
	margin: 0 0 0 5px;
}
.searchterm {
	width: 108px;
	padding: 2px 2px 2px 2px;
	border: 0px;
	color: #666;
}
P.linkbox, P.linkboxinner {
	background: #FF9C34;
	font-weight: normal;
	margin: 4px 0 0 0;
}
P.linkbox A:link, P.linkbox A:visited, P.linkboxinner A:link, P.linkboxinner A:visited {
	color: #fff;
	text-decoration: none;
}
P.linkbox A:hover, P.linkbox A:active, P.linkbox A:focus, P.linkboxinner A:hover, P.linkboxinner A:active, P.linkboxinner A:focus {
	color: #fff;
	text-decoration: underline;
}
#homesideimg {
	float: right;
	margin-bottom: 0px;
}
/*-----------------------------------------
footer
-----------------------------------------*/
#footer {
	font-size: 90%;
	width: 100%;
	padding: 8px 0 8px 0;
	text-align: center;
}
#footer IMG {
	margin-top: 20px;
}
#footer P {
	margin-bottom: 2px;
}
/*-----------------------------------------
form
-----------------------------------------*/
.x-form {
	border-top: solid 1px #BFBFBF;
	padding-bottom: 10px;
}
.x-form-item {
	border-bottom: solid 1px #BFBFBF;
}
.x-form-element {
	padding-left: 105px;
	position: relative;
	padding: 7px 0 7px 0;
}
.x-form-item label {
	display:block;
	float:left;
	width: 100px;
	padding: 5px 0 8px 0;
	padding-left:0;
	clear:left;
	z-index:2;
	position:relative;
}
.x-panel-body-noheader {
	display: none;
}
.x-panel-header {
	display: none;
}
.x-form-field {
	margin:0;
	font:normal 12px tahoma,arial,helvetica,sans-serif;
}
.x-form-text, textarea.x-form-field {
	background: #FFFFFF url(../images/text-bg.gif) repeat-x scroll 0 0;
	border:1px solid #B5B8C8;
	padding:1px 3px;
}
textarea.x-form-field {
	padding:2px 3px;
}
.x-btn-center {
	background:transparent url(../images/btn-sprite.gif) repeat-x scroll 0 -42px;
	cursor:pointer;
	padding:0 5px;
	text-align:center;
	vertical-align:middle;
	white-space:nowrap;
}
.x-btn {
	cursor:pointer;
	font-family:tahoma,verdana,helvetica;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	white-space:nowrap;
}
.x-panel-btns-ct {
	padding:5px;
}
.x-btn-left {
	background:transparent url(../images/btn-sprite.gif) no-repeat scroll 0 0;
	height:21px;
	width:3px;
}
.x-btn-right {
	background:transparent url(../images/btn-sprite.gif) no-repeat scroll 0 -21px;
	height:21px;
	width:3px;
}
.x-btn-left, .x-btn-right {
	font-size:1px;
	line-height:1px;
}
.x-btn-over .x-btn-left {
	background-position:0 -63px;
}
.x-btn-over .x-btn-right{
	background-position:0 -84px;
}
.x-btn-over .x-btn-center{
	background-position:0 -105px;
}
.ext-gecko .x-btn button {
	padding-left:0;
	padding-right:0;
}
.x-btn button {
	background:transparent none repeat scroll 0 0;
	border:0 none;
	cursor:pointer;
	font-family:tahoma,verdana,helvetica;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	overflow:visible;
	padding-left:3px;
	padding-right:3px;
	width:auto;
}
.x-panel-btns-ct .x-btn-over .x-btn-center {
	background-position: 0 -105px;
}
.x-panel-btns-ct .x-btn-click .x-btn-center {
	background-position: 0 -126px;
}
.x-panel-btns-ct .x-panel-btns-center {
	text-align:center;
}
.x-panel-btns-ct .x-panel-btns-center table {
	margin:0 auto;
}
.ext-strict .x-form-text {
	height:18px;
}
.x-form-invalid, textarea.x-form-invalid {
	background:#FFFFFF url(../images/invalid_line.gif) repeat-x scroll center bottom;
	border:1px solid #DD7870;
}
element.style {
	left:299px;
	top:0;
	visibility:visible;
}
.x-form-invalid-icon {
	background:transparent url(../images/exclamation.gif) no-repeat scroll 0 2px;
	display:block;
	height:18px;
	left:0;
	position:absolute;
	top:0;
	visibility:hidden;
	width:16px;
}
.x-tip{position:absolute;top:0;left:0;visibility:hidden;z-index:20000;border:0 none;}
.x-tip .x-tip-close{background-image:url(../images/close.gif);height:15px;float:right;width:15px;margin:0 0 2px 2px;cursor:pointer;display:none;}
.x-tip .x-tip-tc{background:transparent url(../images/tip-sprite.gif) no-repeat 0 -62px;padding-top:3px;overflow:hidden;zoom:1;}
.x-tip .x-tip-tl{background:transparent url(../images/tip-sprite.gif) no-repeat 0 0;padding-left:6px;overflow:hidden;zoom:1;}
.x-tip .x-tip-tr{background:transparent url(../images/tip-sprite.gif) no-repeat right 0;padding-right:6px;overflow:hidden;zoom:1;}
.x-tip .x-tip-bc{background:transparent url(../images/tip-sprite.gif) no-repeat 0 -121px;height:3px;overflow:hidden;}
.x-tip .x-tip-bl{background:transparent url(../images/tip-sprite.gif) no-repeat 0 -59px;padding-left:6px;zoom:1;}
.x-tip .x-tip-br{background:transparent url(../images/tip-sprite.gif) no-repeat right -59px;padding-right:6px;zoom:1;}
.x-tip .x-tip-mc{border:0 none;font:normal 11px tahoma,arial,helvetica,sans-serif;}
.x-tip .x-tip-ml{background:#fff url(../images/tip-sprite.gif) no-repeat 0 -124px;padding-left:6px;zoom:1;}
.x-tip .x-tip-mr{background:transparent url(../images/tip-sprite.gif) no-repeat right -124px;padding-right:6px;zoom:1;}
.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc{font-size:0;line-height:0;}
.x-tip .x-tip-header-text{font:bold 11px tahoma,arial,helvetica,sans-serif;padding:0;margin:0 0 2px 0;color:#444;}
.x-tip .x-tip-body{font:normal 11px tahoma,arial,helvetica,sans-serif;margin:0!important;line-height:14px;color:#444;padding:0;}
.x-tip .x-tip-body .loading-indicator{margin:0;}
.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text{cursor:move;}
.x-form-invalid-tip .x-tip-tc {
	background:url(../images/error-tip-corners.gif) repeat-x 0 -12px;
	padding-top:6px;
}
.x-form-invalid-tip .x-tip-tl {
	background-image:url(../images/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-tr {
	background-image:url(../images/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bc {
	background:url(../images/error-tip-corners.gif) repeat-x 0 -18px;height:6px;
}
.x-form-invalid-tip .x-tip-bl {
	background:url(../images/error-tip-corners.gif) no-repeat 0 -6px;
}
.x-form-invalid-tip .x-tip-br {
	background:url(../images/error-tip-corners.gif) no-repeat right -6px;
}
.x-form-invalid-tip .x-tip-ml {
	background-image:url(../images/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-mr {
	background-image:url(../images/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
	padding:2px;
}
.x-form-invalid-tip .x-tip-body {
	padding-left: 24px;
	background: transparent url(../images/exclamation.gif) no-repeat 2px 2px;
}
.x-form-clear-left{clear:left;height:0;overflow:hidden;line-height:0;font-size:0;}
