body {
  color: #fffff0;
  background: #000002 url('/images/gorestore-background.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 14px;
}

h1, h2 {
  font-size: 16px;
  margin: 10px;
}

div#header {
  text-align: right;
  height: 190px;
}

div#container {
  overflow: auto;
}

div#main {
  /*background-color: #000002;*/
  color: #fffff0;
  min-height: 400px;
}

div#main div#content {
  min-height: 300px;
  background-color: #000002;
}

div#footer {
  margin-top: 0;
  text-align: center;
  background: url('/images/footer.png');
  background-repeat: no-repeat;
}

div#footer span {
  display: block;
  background-color: #000001;
  margin: 170px 10px 10px 10px;
}

/* splash page */

div#splash {
  width: 960px;
  height: 550px;
  background: url('/images/splash.png');
}

#splash a i { visibility: hidden; }

#splash a {
  position: absolute;
  height: 38px;
  width: 88px;
  top: 31px; 
  text-decoration: none;
}

a#crew { 
  left: 575px;
  top: 275px;
}

a#events {
  top: 362px;
  left: 412px;
}

a#links {
  left: 517px;
  top: 339px
}

a#contact {
  border: 1px solid black;
  left: 519px;
  top: 382px;
}

table#cart {
  width: 650px;
  margin: 20px;
}

form#enquiry {
  margin: 10px;
}

object {
  margin: 10px;
}

p {
  margin: 10px;
}

label span {
  display: block;
}

span.submit {
  display: block;
  margin: 10px;
  padding: 5px;
  text-align: right;
}

/* Crew List */

div#messages {
  text-align: center;
  margin: 10px 3px 10px 30px;
  border: 1px solid #333;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background-color: #111;
  padding: 2px;
}

div#messages p.notice {
  border: 1px solid #004400;
  padding: 2px;
}

div#next {
  background-color: #000;
  color: #fffff0;
}
div#next span {
  display: block;
  margin: 10px;
}

div#next a, div#next a:hover, div#next a:visited, div#next a:active {
  color: #fffff0;
  text-decoration: none;
}

div#next a:hover {
  color: #eee;
  text-decoration: underline;
}

table {
  font-size: 12px;
}

table th {
  font-weight: bold;
  text-align: left;
  background-color: #111;
  border-bottom: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5px;
}

table td {
  padding: 5px;
}

div#splash ul#navigation a {
  position: absolute;
  height: 38px;
  width: 88px;
  top: 31px; 
  text-decoration: none;
}

div.product-quickadd {
  margin: 10px;
  width: 200px;
  background-color: #ffffc0;
}

abbr.dtstart {
  font-weight: bold;
  margin: 10px;
}

div.vcard {
  display: block;
  text-align: center;
  width: 700px;
}

div.vcard > div.org, div.vcard > div.adr > div {
  display: block;
  float: left;
}

div.vcard > div.org:after, div.vcard > div.adr > div:after {
 content: ",";
 margin-right: 2px;
}

div.vcard div.adr > div.country-name:after {
  content: none;
  
}

div#footer p {
  clear: both;
}

dl#product-information {
  clear: both;
  display: block;
  margin: 20px auto;
  overflow: auto;
}

dl#product-information {
  width: 350px;
  padding: 0;
  margin: 0;
}

dl#product-information dt {
  display: block;
  float: left;
  width: 150px;
  font-weight: bold;
}

dl#product-information dd.description {
  clear: both;
  width: 300px
}

dl#product-information dd {
  display: block;
  float: left;
  width: 150px;
}

form input, form textarea {
  background-color: #111;
  border: 1px solid #aaa;
  color: #fffff0;
  /*padding: 3px;*/
}

dl.product {
  float: left;
  width: 200px;
  float: left;
  border: 1px solid #fff;
  text-align: center;
  font-size: 12px;
  margin: 10px;
}

dd.price {
  font-weight: bold;
}

div.stocks {
  margin-top: 20px;
  text-align: right;
}

div#navigation ul {
  list-style: none;
}

div#navigation ul li {
  text-align: right;
  font-size: 16px;
}

div#navigation a {
  color: #fff;
  text-decoration: none;
}

div.fieldWithErrors input {
  border: 1px solid #ff0000;
}

img#product_image {
  margin: 10px;
}

div#thumbnails {
  margin: 0px 10px 10px 10px;
}

dl.product dt {
  background-color: #fff;
}

dl.product dt a {
  color: #111;
  text-decoration: none;
}

div#content {
  -moz-border-radius: 5px;
}

div#description {
  margin: 0 10px;
}

div#stocks {
  margin: 10px;
}

div#stocks table {
  text-align: right;
  width: 320px;
  border: 1px solid #111;
  background-color: #222211;
}
