*{padding:0;margin:0}
body {
  background:#000;
  color:#cccccc;
  font-size: 10pt;
  font-family: arial, helvetica, sans-serif;
  text-align: center;
}

a {
  color:#666666;
  outline:none;
  text-decoration:none;
 
}
a:hover{color:#572d37;}

div.small {
    color: #666666;
    font-size: 10pt;
}

.sold {
    color: 333;
    font-size: 9pt;
}

div.wait {
  position: absolute;
  top: 0px;
  left: 0px;
  overflow: hidden;
  display: none;
  z-index: 50;
  width: 100%;
  background-color: #cccccc;
  opacity: .8;
}

table#nav {
  width: 800px;
  margin-top: 10px;
  margin-bottom: 30px;
  border-bottom: 2px solid #666666;
  border-top: 2px solid #666666;
}

td#nav_logo {
	background-image:		url(../images/nav_logo.png);
	height: 40px;
	width: 218px;
}

td#nav_spacer {
  width: 162px;
}

td#nav {
	height: 40px;
	width: 400px;
	background-repeat: no-repeat;
}

#content{
  width:800px;
  text-align: center;
}

#moo_content {
  width: 800px;
}

div.content_spacer {
  height: 40px;
}

div#content_text, div#bio_text {
  width: 620px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

td#bio_stats {
  vertical-align: top;
  padding-right: 20px
}

td.bio_stats_name {
  text-align: left;
  font-weight: bold;
  vertical-align: top;
}

td.bio_stats_value {
  text-align: left;
  padding-left: 10px;
}

td.bio_title {
  font-size: 12pt;
  font-weight: bold;
  text-decoration: underline;
  padding: 20px 0px 10px 0px;
  text-align: left;
}

td.bio_exhibitions {
  text-align: left;
}
  
div.show_name {
  font-weight: bold;
  color: #6B7B95;
}

div.org_name {
  border-bottom: 1px solid #6B7B95;
  width: 200px;
  margin: 0px 0px 20px 0px;
  padding-bottom: 4px;
}

table#price_sheet {
  text-align: center;
  width: 800px;
  /* border: 1px solid white; */
}

td.price_sheet_col_start {
  padding-right: 20px;
}

td.price_sheet_col_start, td.price_sheet_col_end {
  text-align: left;
}

td.ps_stats {
  padding-left: 30px;
}

.ps_image {
  vertical-align: middle; 
  width: 60px;
  padding-right: 30px;
}

.ps_name, .ps_dim_price {
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
  font-weight: normal;
}

.ps_name {
  font-weight: bold;
}


.ps_desc, .ps_dim_price {
    font-weight: normal;
    color: #999;
}

div#contact {
  text-align: center;
  color: #cccccc
  width: 100%;
}

table#contact {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 600px;
}

td#contact_text {
  color: #cccccc;
  text-align: left;
  width: 300 px;
}

hr#contact {
  border: 1px solid #cccccc;
  width: 200px;
  margin: 10px 0px 10px 0px;
}

img.thumb {
  border: 1px solid #cccccc;
}

div.footer {
  margin-top: 20px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
}

div.footer_text, div.footer_text a {
  color: #999999;
}

/* nav */
ul.cssmenu {
	list-style: none;
	padding: 0px;
	}

.displace {
	position: absolute;
	left: -5000px;
	}

ul.cssmenu li {
	float: left;
	list-style: none;
	}

ul.cssmenu li a {
	display: block;
	width: 100px;
	height: 40px;
	background: url('../images/nav_sprite.png');
	}

/*
*	Normal Links
*/
ul.cssmenu li.gallery a {
	background-position: 0px 0px;
	}

ul.cssmenu li.bio a {
	background-position: -100px 0px;
	}

ul.cssmenu li.price_sheet a {
	background-position: -200px 0px;
	}

ul.cssmenu li.contact a {
	background-position: -300px 0px;
	}
	
/*
*	Hover Links
*/
ul.cssmenu li.gallery a:hover {
	background-position: 0px -40px;
	}

ul.cssmenu li.bio a:hover {
	background-position: -100px -40px;
	}

ul.cssmenu li.price_sheet a:hover {
	background-position: -200px -40px;
	}

ul.cssmenu li.contact a:hover {
	background-position: -300px -40px;
	}

/*
*	Selected/Active Links
*/
ul.cssmenu li.gallery a.selected {
	background-position: 0 -80px;
	}

ul.cssmenu li.bio a.selected {
	background-position: -100px -80px;
	}

ul.cssmenu li.price_sheet a.selected {
	background-position: -200px -80px;
	}

ul.cssmenu li.contact a.selected {
	background-position: -300px -80px;
	}

