/*
Wicked
#000000 - black
#652A15 - red
#82837C - gray
#232E27 - dark gray
#CBDCC7 - pale green
#827E12 - green
*/


html 
{
margin: 0;
padding: 0;
background-color: #000000;
}

body 
{
margin: 0;
font-family: skia, sans-serif;
}

#emergencybanner {
font-size: 1.4em; 
color: red; 
text-align: center;
display: none;
}

#site
{
margin: 0 25px;
background-color: #CBDCC7;
}

#site a
{
color: #827E12;
text-decoration: none;
}

#site a:hover
{
color: #652A15;
text-decoration: underline;
}

#header
{
color: #232E27;
}

img#logo
{
padding-left: 3px;
padding-top: 3px;
float: left;
}

img#name
{
padding-left: 3px;
padding-top: 20px;
float: left;
}

#navcontainer
{
text-align: right;
z-index: 1;
}

#navcontainer ul
{
list-style-type: none;
padding: 0;
margin: 0;
position: relative;
z-index: 2;
}

#navcontainer li
{
display: inline;
text-align: center;
margin: 0 0 0 2px;
}

#navcontainer li a
{
padding: 1px 7px;
color: #232E27;
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
text-decoration: none;
}

#navcontainer li a:hover
{
color: #FFFFFF;
background-color: #827E12;
border: 1px solid #652A15;
border-top: 1px solid #652A15;
border-bottom: 1px solid #652A15;
text-decoration: none;
}

#content
{
margin: 0 10px;
color: #232E27;
}

#footer
{
margin: 20px 10px 0 10px;
padding: 5px 0;
border-top: 1px solid #652A15;
text-align: center;
color: #232E27;
}

#listenTable tr td
{
vertical-align: top;
}

div.galleryTable
{
text-align: center;
}

div.galleryTable img
{
margin: 5px;
}

table.pricingTable
{
border-spacing: 0;
border-collapse: collapse;
}

table.pricingTable th
{
color: #652A15;
border-bottom: 1px solid #652A15;
padding: 0 10px;
text-align: left;
}

table.pricingTable td
{
border-bottom: 1px solid #232E27;
padding: 0 10px;
text-align: left;
}

h1 
{
text-align: right;
padding-top: 1px;
border-bottom: 1px solid #232E27;
background-repeat: no-repeat;
background-position: right;
height: 45px;
}

h1 span
{
display: none;
}

h1#welcome 
{
background-image: url("/images/welcome.png");
}

h1#purchase
{
background-image: url("/images/purchase.png");
}

h1#gallery
{
background-image: url("/images/gallery.png");
}

h1#listen
{
background-image: url("/images/listen.png");
}

h1#build
{
background-image: url("/images/build.png");
}

h1#calculate
{
background-image: url("/images/calculate.png");
}

h1#contact
{
background-image: url("/images/contact.png");
}

h2
{
color: #652A15;
margin-bottom: 5px;
padding-bottom: 0;
border-bottom: 1px solid #652A15;
clear: both;
}

h3
{
color: #652A15;
margin: 15px 0;
padding-bottom: 0;
font-size: 20px;
}

p
{
margin-top: 0;
padding-top: 0;
}

img.floatLeft { 
float: left; 
margin-right: 4px;
padding: 1px;
border: 1px solid #82837C;
vertical-align: top;
}

img.floatRight { 
float: right; 
margin-right: 4px;
padding: 1px;
border: 1px solid #82837C;
vertical-align: top;
}

img.noborder {
border: none;
}

br.clearboth {
clear: both;
}

div.center {
text-align: center;
}

div#contactinfo {
padding: 20px 0;
text-align: center;
}

div#contactinfo a {
font-size: 150%;
}

/* Calculate */

div.calculator {
}

div.forminput {
width: 50%;
float: left;
}

fieldset {
  margin-bottom: 5px;
  padding: 0px 5px 5px 5px;
  border: 0;
  border-top: 1px solid #AAAAAA;
  border-left: 1px solid #AAAAAA;
}

legend {
  margin-bottom: 5px;
  padding: 0px 10px;
  font-weight: bold;
  background-color: #AAAAAA;
  color: #000000;
}

legend.red {
  border: 1px solid #AAAAAA;
  background-color: #EEEEEE;
  color: #800000;
}

legend.sub {
  border: 1px solid #AAAAAA;
  background-color: #EEEEEE;
  color: #000080;
}

form {
  display: inline;
}

label {
  float: left; 
  width: 150px;
}

div.pair {
  clear: both;
}

div.label {
  display: inline;
}

div.labeled {
  margin-left: 150px;
}

a.help {
  font-size: 100%;
  /*vertical-align: super;*/
  cursor: pointer;
}

span.note{
font-size: .8em;
}
