﻿
html, body  {
  height: 100%;
}

body  {
  background-image: url('/public/images/background.gif');
  background-repeat: repeat-x;
  
  margin: 0px;
  padding: 0px;
}

body, td, p {
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  line-height: 11pt;
}

input, select, textarea 
{
  font-family: Verdana, Arial, Helvetica, Sans-Serif;
  font-size: 8pt;
  line-height: 11pt;
}

#body {
  width: 811px;
  background-image: url('/public/images/body-bg.gif');
  background-repeat: repeat-y;
  text-align: left;
}

#header {
  background-image: url('/public/images/header-bg.gif');
  background-repeat: no-repeat;
  width: 811px;
  height: 110px;
}
#header a {
  color: #ffff99;
  font-weight: bold;
}

#header .menu1 {
  float: right;
  text-align: right;
  padding: 3px 20px 0px 0px;
}
  #header .menu1 a {
    font-size: 7pt;
  }
  
#header .menu2 {
  height: 40px;
  text-align: right;
  padding: 6px 20px 0px 0px;
}


ul#nav {
  margin-top: 0px;
  margin-bottom: 3px;
  padding: 0px;
  list-style: none;
  text-align: right;
  height: 34px;
}
#nav li {
  height: 36px;
  float: right;
  display: block;
  padding: 5px 10px 0px 10px;
}
#nav li a {
  height: 36px;
  display: block;
  font-size: 8pt;
}


#nav .active {
  background: url('/public/images/menu-bg.gif') 0px 0px repeat-x;
}


#content  {
  margin-left: 240px;
  padding-right: 20px;
}

#sidebar  {
  position: relative;
  margin-left: 10px;
  float: left;
  width: 200px;
}

#sidebar form {margin: 0px; padding: 0px;}
#sidebar .txt {width: 190px; border: solid 1px #808080; margin: 1px; padding: 2px; text-align: center;}
#sidebar .btn {width: 196px; border: solid 1px #808080;}


#content H1, H2 {
  font-weight: bold;
}
#content H1 {font-size: 12pt; margin: 18px 0px 0px 0px;}
#content H2 {font-size: 10pt; margin: 16px 0px 0px 0px;}
#content H1 + H2  {margin-top: 10px;}
#content H1 + P  {margin-top: 10px;}
#content H2 + P  {margin-top: 10px;}

#content P {margin: 10px 0px 0px 0px;}
#content P + P {margin-top: 0px;text-indent: 15px;}


.subscribe-form {}
.subscribe-form .text  {border: solid 1px black; width: 80%; padding: 1px 1px 1px 1px;height: 14px;}


.article  {font-size: 10pt;}
.subarticle {text-indent: 12px; font-size: 8pt;}

.shoppingCartLink 
{
    width: 750px;
    padding: 15px;
    text-align: right;
}

.shoppingCart 
{
    width: 750px;
    padding: 15px;
    background-color:#ffffcc;
    border: dashed 1px #666633;
    text-align: center;
}

.ModalPopUpBackground
{
  background-color: Gray;
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.buyPanel 
{
  text-align:left;
  padding: 15px;
  margin:0px;
}

.Label 
{ 
  width: 100px; 
  float: left; 
  display: block; 
  text-align: right;
  margin-right: 10px;
} 
 
.TextBox 
{ 
  width: 300px; 
} 
 
.DropDown 
{ 
  width: 305px; 
} 
