body
{
  background-color: #222222;
  font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 10px;
  color: #EEEEEE;
  text-align: center;
}

html, body
{
  height: 100%;
  margin: 0px;
  padding: 0px;
}

a
{
  color: #FF4122;
  font-weight: bold;
}

a:hover
{
  color: #DDDDDD;
  text-decoration: none;
}

table, td
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 10px;
  color: #EEEEEE;
}

hr
{
  border: 0px;
  background-color: #555555;
  color: #555555;
  height: 1px;
}

h1
{
  font-size: 13pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 12px;
  margin: 0px;
  color: #EEEEEE;
}

h1 a
{
  color: #EEEEEE;
  font-weight: normal;
}

h1 a:hover
{
  color: #AAAAAA;
}

h2
{
  font-size: 17pt;
  font-weight: normal;
  padding-top: 10px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 12px;
  margin: 0px;
  background: url('../images/h2-background.gif') repeat-x;
  width: 530px;
}

h3
{
  font-size: 10pt;
  font-weight: normal;
  padding-top: 0px;
  padding-bottom: 12px;
  margin: 0px;
  color: #EEEEEE;
}

ol, ul
{
  padding: 0px;
  padding-left: 25px;
  margin-left: 0px;
}

label
{
  width: 80px;
  float: left;
  margin-right: 4px;
  margin-top: 5px;
  display: block;
}

input, textarea, select, button
{
  font-family: "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Helvetica;
	font-size: 10px;
  color: #EEEEEE;
  border: 1px solid #AAAAAA;
  background-color: #343434;
  margin: 3px;
  width: 160px;
  vertical-align: middle;
}
textarea, button
{
  width: auto;
}

form
{
  padding: 0px;
  margin: 0px;
}



#container
{
  position: relative;
  _height: 100%;      /* underscore-hack for IE */
  min-height: 100%;
  width: 810px;
  background-color: #000000;
  margin: auto;
  padding-bottom: 200px;
  border-left: 1px solid gray;
  border-right: 1px solid gray;
}

#header
{
  background: url('../images/header.jpg') no-repeat top center;
  height: 210px;
  width: 810px;
  text-align: left;
}

#menu
{
  position: absolute;
  top: 142px;
  width: 810px;
  height: 28px;
  text-align: center;
}

#content
{
  margin-top: 0px;
  margin-left: 10px;
  line-height: 140%;
  text-align: justify;
}

#footer
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 180px;
  width: 810px;
  background: url('../images/footer.jpg') no-repeat bottom center;
}

#boardform button
{
  float: right;
  margin-top: 10px;
  margin-right: 108px;
}




.side
{
  background-color: #151515;
  width: 100%;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #555555;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #555555;
}

.more
{
  font-size: 10px;
  padding-left: 0px;
  padding-right: 10px;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #555555;
  width: 530px;
}

.more table td
{
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

.small, .small table td
{
  font-size: 10px;
  color: #999999;
  line-height: 140%;
  text-align: justify;
}

.table
{
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #151515;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #555555;
  width: 530px;
}

.images
{
  border: 1px solid #555555;
}

.flyer
{
  float: right;
  width: 300px;
  margin-top: 10px;
  margin-bottom: 8px;
}

.spacing
{
  padding-top: 13px;
  padding-bottom: 13px;
}

.pointer
{
  cursor: pointer;
}

.error
{
  color: #FF4122;
  font-weight: bold;
}

.erroritalic
{
  color: #EE3333;
  font-size: 10px;
  font-style: italic;
}

.subheader
{
  font-weight: bold;
  color: #EEEEEE;
  padding-top: 7px;
}

.breadcrumbs
{
  color: #AAAAAA;
  text-align: right;
  padding-bottom: 11px;
}

.breadcrumbs .active
{
  font-weight: bold;
}

.breadcrumbs a
{
  text-decoration: none;
  color: #AAAAAA;
  font-weight: normal;
}



/* tool tip div */
.tooltip_container
{
  position: relative;
  display: inline;
  height: 1px;
  width: 1px;
}

.tooltip
{
  visibility: hidden;
  position: absolute;
  background-color: #555555;
  border: 1px solid gray;
  text-align: left;
  width: 250px;
  height: 100px;
  color: #999999;
}
.tleft
{
  top: -12px;
  left: -278px;
}
.tright
{
  top: -12px;
  left: 7px;
}

.tipcontent
{
  padding:4px;
}

.arrow
{
  position: absolute;
  height: 7px;
  width: 7px;
}
.aright
{
  background: url('/images/cart_tiparrow_right.gif') no-repeat left top;
  top: 4px;
  right: -7px;
}
.aleft
{
  background: url('/images/cart_tiparrow_left.gif') no-repeat left top;
  top: 4px;
  left: -5px;
}




/* menu buttons */
a.button            { position:relative; cursor:pointer; margin-left:3px; margin-right:3px; }
a div.content       { display:inline; height:26px; padding-bottom:12px; }
a div.home          { padding-left:48px; background:URL('../images/menu/mi-home.gif') repeat-x left top; }
a:hover div.home    { padding-left:48px; background:URL('../images/menu/mi-home.gif') repeat-x left -26px; }
a div.news          { padding-left:46px; background:URL('../images/menu/mi-news.gif') repeat-x left top; }
a:hover div.news    { padding-left:46px; background:URL('../images/menu/mi-news.gif') repeat-x left -26px; }
a div.band          { padding-left:49px; background:URL('../images/menu/mi-band.gif') repeat-x left top; }
a:hover div.band    { padding-left:49px; background:URL('../images/menu/mi-band.gif') repeat-x left -26px; }
a div.merch         { padding-left:104px; background:URL('../images/menu/mi-merch.gif') repeat-x left top; }
a:hover div.merch   { padding-left:104px; background:URL('../images/menu/mi-merch.gif') repeat-x left -26px; }
a div.disco         { padding-left:107px; background:URL('../images/menu/mi-disco.gif') repeat-x left top; }
a:hover div.disco   { padding-left:107px; background:URL('../images/menu/mi-disco.gif') repeat-x left -26px; }
a div.reviews       { padding-left:65px; background:URL('../images/menu/mi-reviews.gif') repeat-x left top; }
a:hover div.reviews { padding-left:65px; background:URL('../images/menu/mi-reviews.gif') repeat-x left -26px; }
a div.gigs          { padding-left:56px; background:URL('../images/menu/mi-gigs.gif') repeat-x left top; }
a:hover div.gigs    { padding-left:56px; background:URL('../images/menu/mi-gigs.gif') repeat-x left -26px; }
a div.pics          { padding-left:67px; background:URL('../images/menu/mi-pics.gif') repeat-x left top; }
a:hover div.pics    { padding-left:67px; background:URL('../images/menu/mi-pics.gif') repeat-x left -26px; }
a div.board         { padding-left:92px; background:URL('../images/menu/mi-board.gif') repeat-x left top; }
a:hover div.board   { padding-left:92px; background:URL('../images/menu/mi-board.gif') repeat-x left -26px; }
a div.contact       { padding-left:77px; background:URL('../images/menu/mi-contact.gif') repeat-x left top; }
a:hover div.contact { padding-left:77px; background:URL('../images/menu/mi-contact.gif') repeat-x left -26px; }

table.cart
{
  width: 500px;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
}

table.cart tr.top td
{
  border-bottom: 1px solid #555555;
}

table.cart tr.bottom td
{
  border-top: 1px solid #555555;
  padding-top: 8px;
  text-align: right;
  vertical-align: middle;
}

table.cart td
{
  margin: 0px;
  padding: 5px;
}

table.cart label
{
  width: 80px;
  float: left;
  margin-right: 4px;
  margin-top: 5px;
  display: block;
}

table.cart input, table.cart select
{
  margin: 3px;
  width: 160px;
  vertical-align: middle;
}

img.tip
{
  border: 0px;
  vertical-align: middle;
  cursor: pointer;
}


