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

h1 {
  font-size: 26px;
  color: #888;
}

h2 {
  font-size: 16px;
  color: #bbb;
}

p {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.centered {
  text-align: center;
}

body {
	margin: 0px;
  text-align: center;	
  background: #000;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
  width: 965px; 
  margin: 0 auto;
  margin-top: 15px;
  text-align: left; 
}

#logo {
  position: absolute;
  top: 10px;
}

div.menu_icon {
  position: absolute;
  background: url('images/volvo.png') no-repeat; 
  width: 270px; 
  height: 265px;
  top: 10px;
}

div.menu_wrapper {
  float: right;
  margin-top: 93px;
  height: 100px;
  padding-left: 400px;
  padding-right: 60px;
  background: url('images/redstrip.png') repeat-x;
}

div.menu_wrapper ul {
  list-style-type:none;
  width:auto;
  float:left;
}

div.menu_wrapper ul li {
  display:block;
  float:left;
  margin:0 1px;
}

div.menu_wrapper ul li a {
  display:block;
  float:left;
  font-size: 13px;
  color:#fff;
  text-decoration:none;
  padding:0 0 0 8px;
  height:24px;
  line-height:180%;
  background:#333738 url(images/greyleft.png) no-repeat top left;
}

div.menu_wrapper ul li a span {
  padding:0 12px 0 4px;
  display:block;
  width:auto;
  background:#333738 url(images/greyright.png) no-repeat top right;
}

div.menu_wrapper ul li a:hover, div.menu_wrapper ul li a.current {
  color:#fff;
  background:#DA0018 url(images/redleft.png) no-repeat top left;
}

div.menu_wrapper ul li a:hover span, div.menu_wrapper ul li a.current span {
  display:block;
  width:auto;
  background:#DA0018 url(images/redright.png) no-repeat top right;
}
div.main-wrapper {
  clear: both;
  padding-top: 5px;
  padding-left: 25px;
}

div.footer {
  clear: both;
  background: url(images/greenstrip.png) repeat-x;
  margin-left: 25px;
  width: 90%;
  height: 103px;
}

div.footerbottle {
  float: right;
  background: url(images/bottle.png) no-repeat top left;
  width: 157px;
  height: 198px;
  margin-top: -163px;
}

#admintools {
  margin-left: 830px;
  position: absolute;
}

#admintools a {
  font-size: 13px;
  color:#fff;
  text-decoration:none;
}

#gallerybox {
  width: 700px;
  background: #000;
  margin-left: 5%;
  margin-right: 5%;
}

div.imagebox {
  width: 180px;
  height: 180px;
  margin: 10px;
  float: left;
}

div.largeimagebox {
  width: 240px;
  height: 240px;
  margin: 10px;
  float: left;
}

div.albumbox {
  background: url('images/folder.png') no-repeat;
  width: 180px;
  height: 180px;
  margin: 10px;
  text-align: center;
  float: left;
}

div.albumbox p {
  margin-top: 60px;
  margin-left: 10px;
  margin-right: 15px;
  font-family: Arial, Garuda, Helvitica, sans-serif;
  font-size: 18px;
  color: #710D0D;
}

img.icon {
  margin: 60px;
  padding: 2px;
  border: 1px solid #000;
}

img.photo {
  padding: 2px;
  border: 1px solid #000;
  background-color: #DFDFDF;
}

a.bread {
  color: #CB1212;
}

a.editlink {
  position: absolute;
  margin-left: -58px;
  margin-top: 25px; 
  font-family: Arial, Garuda, Helvitica, sans-serif;
  font-size: 12px;
  color: #710D0D;
}

a.imagelink {
  position: absolute; 
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 3px;
  font-family: Arial, Garuda, Helvitica, sans-serif;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  font-size: 12px;
  color: #000;
  background-color: #fff;
}

a.normal {
  font-family: Arial, Garuda, Helvitica, sans-serif;
  font-size: 12px;
  color: #CB1212;
}

/* tipbox White Space Reset */
div.tipbox *, div.infobox * {
	margin: 0;
	padding: 0;
}

div.tipbox {
   font-family: verdana;
   border: 2px solid #ffcc00;
   background: #ffff99;
   font-size: 12px;
   text-align: left;
   margin: 3px;
   padding: 2px;
   color: #444;
   width: 420px;
 }
 
 div.caution {
   background: #ffff99 url(images/caution.png) no-repeat;
   height: 60px;
   width: 70px;
   margin: 5px;
   position: absolute;
 }
 
 div.tipbox div.message {
   padding-top: 8px;
   padding-bottom: 12px; 
   padding-left: 75px;
 }
 
ul.errorlist {
  margin-top: 10px;
  font-weight: bold;
  color: red;
  padding: 2px;
  padding-left: 20px;
}

ul.errorlist li { line-height: 16px; }

div.infobox {
   font-family: verdana;
   border: 2px solid #99cccc;
   background: #ddffff;
   font-size: 12px;
   text-align: left;
   margin: 3px;
   color: #444;
   padding: 2px;
   width: 420px; 
 }
 
 div.infonote {
   background: #ffffcc url(images/info.png) no-repeat;
   height: 32px;
   width: 32px;
   margin: 2px;
   margin-left: 20px;
   position: absolute; 
 }
 
 div.infobox div.message {
   padding-top: 8px;
   padding-bottom: 12px; 
   padding-left: 65px;
 }
 
ul.infolist {
  font-weight: bold;
  color: #000099;
  padding-left: 20px;
}

ul.infolist li { line-height: 16px; }

div.sideimages {
  float: left;
  width: 180px;
  margin-left: 20px;
  margin-top: 63px;
}

div.sideimages img {
  border: 0px;
}

div.main-content {
  margin-left: 245px;
}

table.newstable {
  font-size: 13px;
  width: 445px;
}

table.newstable td {
  vertical-align: top;
}

div.maillistform fieldset {
  width: 420px;
  margin-left: 5px;
}

div.maillistform input.text {
  width: 130px;
}

span.reddy {
  color: #710D0D;
}

div.maillistform fieldset {
  width: 420px;
  margin-left: 5px;
}

div.maillistform input.text {
  width: 130px;
}

/* INPUT FORM STYLES */
form.trade {
  margin-left: 0px;
}

form.inputform label {
  font-family: Arial, Garuda, Helvitica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	width: 120px;
	float: left;
	margin: 2px;
	text-align: left;
}

form.inputform br {
	clear: left;
}

form.inputform textarea {
	margin: 2px;
}

form.inputform input {
	margin: 2px;
	text-align: left;
}

form.inputform select {
  margin: 2px;
}

form.inputform div {
  margin: 4px;
  padding: 2px;
}

form.inputform legend {
  font-family: Arial, Garuda, Helvitica, sans-serif;
  font-size: 12px;
  color: #CB1212;
  border: 1px dashed #CAC4B9;
  font-weight: bold;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #000;
}

form.inputform p {
  margin: 0px;
}

form.inputform fieldset {
  color: #aaa;
  border: 0px;
  border: 1px dashed #CAC4B9;
  margin-right:20px;
  margin-bottom: 15px;
  padding: 7px;
}

form.smallform legend {
  font-family: Arial, Garuda, Helvitica, sans-serif;
  font-size: 12px;
  border: 1px dashed #CAC4B9;
  color: #CB1212;
  font-weight: bold;
  padding: 2px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #000;
}

form.smallform fieldset {
  color: #aaa;
  border: 0px;
  border: 1px dashed #CAC4B9;
  margin-right:20px;
  margin-bottom: 15px;
  padding: 7px;
}

table.giglist {
  font-family: Arial, Garuda, Helvitica, sans-serif;
  font-size: 14px;
}

table.giglist th {
  padding-top: 20px;
}

table.giglist td {
  padding: 2px;
}

a.gigmore {
    font-family: Arial, Garuda, Helvitica, sans-serif;
    font-size: 12px;
    color: #710D0D;
    background-color: #FBCF70;
    padding: 2px;
    border: 1px solid #000;
}

div.gigdata {
    display: none;
    position: absolute;
    margin: 0px;
    width: 220px;
    margin-top: -20px;
    margin-left: -170px;
    font-family: Arial, Garuda, Helvitica, sans-serif;
    font-size: 12px;
    color: #710D0D;
    padding: 2px;
    border: 1px solid #000;
    background: #FFC645 url("../images/fadebg.png");
}

div.gigdata p {
  margin: 2px;
}
