html { 
  height: 99%; 
	background: url("../images/diamondplate.jpg") fixed;
}
body { 
  /*height: 100%;*/
}
table tr td { border: 0; }
#ribbon {
  position: fixed;
  _position: absolute;
  top: 0;
  right: 0;
  z-index: 25;
  width: 150px;
  height: 150px;
}  
#topblack {
  background: black;
  width: 100%;
  height: 60px;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  z-index: 24;
}
#bottomblack {
  background: black;
  width: 100%;
  height: 60px;
  position: fixed;
  _position: absolute;
  bottom: 0;
  left: 0;
  z-index: 24;
}
#topred {
  width: 100%;
  height: 25px;
  position: fixed;
  _position: absolute;
  top: 60px;
  left: 0;
  background: darkred;
  z-index: 24;
  border: 1px solid black;
}
#bottomred {
  width: 100%;
  height: 25px;
  position: fixed;
  _position: absolute;
  bottom: 60px;
  left: 0;
  background: darkred;
  border: 1px solid black;
  z-index: 24;
}
#body {
  min-height: 70%;
  margin: 0 auto;
  padding: 80px 20px 140px 20px;
  width: 860px;
  background: white fixed;
  border: 1px solid black;
}
#header {
  width: 900px;
  margin: 0 auto;
  color: white;
}
#header a {
  text-decoration: none;
  color: #ffffff;
}
#header h1 {
  font-size: 40px;
  padding: 0 0 0 .5em;
  margin: 0;
  float: left;
}
#header h2 {
  float: right;
  font-size: 25px;
  font-style: italic;
  padding: 0 1em 0 0 ;
  margin: .5em 0;
}
#footer {
  color: white;
  width: 860px;
  padding: 10px;
  font-style: italic;
  text-align: center;
  margin: auto;
}
#footer a { color: #fff; }
#menu {
  margin: 0 auto;
  padding: 0 20px;
  width: 860px;
  height: 35px;
}
#menu a {
  color: white;
  font-weight: bold;
  margin-right: 1em;
  text-decoration: none;
}
#sidebar {
float: right;
width: 200px;
margin: 1em;
height: 100%;
}
#sidebar div {
background: darkred;
color: white;
text-align: center;
/*margin: 1em 0;*/
}
#sidebar div p {
padding: 0 1em 1em 1em;
}
#slideshow {
  width: 400px;
  height: 250px;
  float: right;
  margin: 0 0 2em 2em;
  text-align: center;
  background: url("../images/samplework.png") no-repeat;
}
#slideshow img {
  width: 300px;
  margin: 45px 45px;
}
#slideshow .slide img {
  margin: auto;
  border: 0;
}
#threecol {
  width: 860px;
  clear: both;
}
#threecol div.col {
  width: 33%;
  background: white;
  float: left
}
#threecol div.col h4 {
  line-height: 1.6em;
  text-decoration: underline;
}
#threecol div.col div.red {
  background: darkred;
  color: white;
  margin: 1em .5em;
}
#threecol div.col div.red div.content {
  padding: .25em;
  text-align: center;
}
p { line-height: 1.4em; }

/* Old styles */
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*height: 2em;
  background: #aaa;*/
}
#menu ul li {
  list-style: none;
  display: inline;
  position: relative;
  float: left;
} 
#menu ul li a.menu_item {
  display: block;
  width: auto;
  /*background: #aaa;*/
  float: left;
  padding: .25em .5em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 12pt;
}
#menu ul ul {
  position: absolute;
  z-index: 2;
  display: none;
  top: 100%;
  left: 0;
  width: 100%;
}
#menu ul ul li {
  width: 100%;
}
#menu ul ul li a.menu_item {
  /*background: #a55;*/
  color: #000;
  width: 100%;
}
#menu ul ul li a.menu_item:hover,
#menu ul li a.menu_item:hover {
  /*background: #a55;
  color: #fff;*/
}
#menu ul li:hover ul {
  display: block;
}
.unpublished, 
.unpublished a.menu_item,
.unpublished a.menu_item:hover {
  background: #900 !important;
  color: #ccc !important;
}
#breadcrumbs {
  font-size: 12pt;
  font-weight: bold;
}
.clear { clear: both; }
#admin {
  position: fixed;
  _position: absolute; /* IE */
  width: 10em;
  top: 60px;
  right: 0;
  float: right;
  z-index: 25;
  border: 2px solid black;
  background: #aaa;
  padding: 0 .5em .5em .5em;
}
#admin h4 {
  line-height: 1em;
  margin-bottom: 0;
  margin-top: 1em;
}
#page_metadata {
  position: absolute;
  width: 18em;
  top: 0;
  right: 0;
  border: 1px solid black;
  background: white;
}
#page_metadata h3 {
  line-height: 1em;
  margin: 0;
  text-align: center;
}
#logged_in_as {
  float: left; 
  position: fixed; 
  _position: absolute; /* IE */
  top: 0; 
  right: 0; 
  background: red; 
  color: white; 
  padding: .5em; 
  font-size: 125%;
}
label { 
  font-weight: bold;
  padding: .25em;
}
.photo {
  text-align: center;
  padding: auto;
	width: 25%;
	float: left;
}
.photo img {
  margin: 1em;
}
#photo_description {
  width: 500px;
  height: 150px;
}
.thumbnail {
  text-align: center;
  font-style: italic;
}
.photo {
  width: 25%;
  float: left;
  height: 135px;
}
#photos {
  text-align: center;
  margin: 0 auto;
  padding: 0 8em;
}
#photos td {
  vertical-align: top;
  width: 100px;
}
.edit_image {
  float: left; 
  position: absolute; 
  top: -8px; 
  left: -8px; 
  z-index: 4;
  border: 0;
}
textarea {
  width: 100%;
  height: 90%;
  min-height: 400px;
}
.rest_in_place,
.rest_in_place_input:hover,
.rest_in_place_textarea:hover {
  background: #ffffa3;
}
#states {
  text-align: center;
}
.state {
  margin: 0 .5em;
}
#plates {
  text-align: center;
}
#plates table {
  margin: auto;
  width: 100%;
}
#plates table tbody {
  border: 1px solid #333;
}
#plates table tbody tr {
  border-top: 1px solid #333;
  border-bottom: 1px solid #aaa;
}
.plate {
  text-align: center;
  margin: auto;
}
img {
  border: 0;
}
#samples, #testimonies {
  text-align: center;
  margin: auto;
}
.samples, .samples p, .testimonies, .testimonies p {
  text-align: center;
}
#samples tr td {
  width: 50%;
  border: 1px solid #aaa;
  text-align: center;
}
#testimonies tr td {
  border: none;
  text-align: center;
}
.sample, .testimony {
  display: table;
  margin: auto;
  text-align: center;
}
#samples .sample, #testimonies .testimony {
  text-align: center;
  margin: auto;
  width: 400px;
  float: left;
}
#testimonies .testimony {
  height: 250px;
}
#samples .sample {
  height: 350px;
}
dd {  margin-bottom: .75em; }
#sample_text, #testimony_text {
  margin-top: 2em;
}
#welcome {
  width: 100%;
  height: 100%;
  position: absolute;
  float: left;
  top: 0;
  left: 0;
  background: #3e4a64;
  text-align: center;
  z-index: 1001;
  color: #acacac;
}
#welcome h1 {
  font-size: 40px;
  display: none;
}
#welcome h2 {
  font-size: 30px;
  display: none;
}
#welcome img {
  border: 0;
  margin-top: 3em;
  display: none;
}
#welcome a {
  color: #acacac;
  font-size: 25px;
  display: none;
}
.ui-sortable div:hover {
	outline: 1px dotted #333;
	padding: 0;
	margin: 0;
}
.links div {
	width: 49%;
	float: left;
}
.links, .clear {
	clear: both;
}
.link_category {
  clear: left;
}
.continue {
  display: inline-block;
  background-color: #DC6464;
  color: white;
  padding: .1em;
  border: 1px solid black;
  text-decoration: none;
  font-weight: bold;
  cursor: hand;
}
.purchase {
  display: inline-block;
  background-color: #DC6464;
  color: white;
  padding: .1em;
  border: 1px solid black;
  text-decoration: none;
  font-weight: bold;
  cursor: hand;
}
#cart {
  margin: 0 auto;
}
#contact-form-message {
  min-height: 120px !important;
  height: 120px !important;
}
#contact-form label {
  display: inline-block;
  width: 6em;
}
.flash {
  color: green;
  padding: 1.5em;
  border: 1px solid green;
  margin: 1em;
}