@charset "UTF-8";
/* CSS Document */

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

a img {
  border: none;
}

.clear {
  clear: both;
}

body {
  background: #FFFFFF;
  font-family: "Times New Roman", Arial, Helvetica, sans-serif;
}

#container {
  background: #990000;
  width: 800px;
  margin: 0px auto;
  min-height: 400px;
}

#headerCartDiv {
  background: #FFFFFF;
  color: #000000;
  height: 18px;
}

#headerCart {
  height: 10px;
  margin: 0px 14px;
  position: relative;
  font-size: 14px;
  text-decoration: none;
}

.headerTab {
  margin: 1px 0px 0px 15px;
  font-size: 12px;
  font-weight: bold;
  color: #0000FF;
  float: right;
  text-decoration: none;
}

#container2 {
  border-top: inset;
  border-right: outset;
}

#navigation {
  height: 38px;
  padding: 0px 20px;
  text-align: center;
}

#navigation ul li {
  display: inline;
  list-style-type: none;
  padding: 0px 12px;
}

#navigation ul li a {
  line-height: 38px;
  text-decoration: none;
   color: #FFCC00;
   font-weight: bold;
  font-size: 18px;
  font-style: italic;
}

#navigation ul li a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

#content {
  margin: 0px auto;
  width: 750px;
  padding-bottom: 10px;
  color: #FFFFFF;
  min-height: 400px;
}

#content .left {
  float: left;
  width: 150px;
  padding: 15px 0px 10px 10px;
}

#content .right {
  float: right;
  text-align: left;
  padding: 0px 10px 10px 0px;
}

#content .left2 {
  width: 550px;
  float: left;
  padding: 0px 10px 10px 0px;
}

#content .right2 {
  float: right;
  text-align: left;
  padding: 0px 0px 10px 10px;
}

#content h1 {
  font-size: 18px;
  padding: 15px 0px 3px;
  text-transform: uppercase;
  color: #FFFFFF;
  border-bottom: 1px solid #999;
  margin-bottom: 5px;
}

#content h2 {
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px 0px 5px;
  color: #FFCC00;
}

#content h3 {
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 0px 5px;
}

#content p {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0px;
  line-height: 20px;
}

#content ol, #content ul {
  font-size: 14px;
  font-weight: normal;
  padding: 5px 0px 5px 30px;
  line-height: 20px;
}

#content a {
   color: #FFCC00;
   text-decoration: none;
  font-weight: bold;
}

#content a:hover {
   color: #FFFFFF;
   text-decoration: underline;
}

#footer {
  background: #FFFFFF;
  height: 14px;
  margin: 0px 0px;
  padding: 0px 5px;
  font-size: 10px;
}

.footerTab {
  margin: 0px 0px 0px 15px;
  font-size: 10px;
  font-weight: bold;
  color: #0000FF;
  float: right;
  text-decoration: none;
}

#copyDiv {
  color: #000000;
  font-size: 10px;
  text-align: center;
}

#contactForm {
  width: 450px;
  font-size: 14px;
}

#contactForm label {
  width: 75px;
  float: left;
  display: block;
  margin-bottom: 5px;
  text-align: right;
  padding-right: 10px;
}

#contactForm input, textarea, select {
  width: 300px;
  float: left;
  display block;
  margin-bottom: 5px;
}

#contactForm br {
  clear: left;
}

#cartForm {
  width: 100%;
  font-size: 12px;
}

#cartForm .line0 {
  color: #000000;
  background: #BBBBBB;
  min-height: 22px;
  padding: 1px 2px 1px 2px;
}

#cartForm .line1 {
  color: #000000;
  background: #DDDDDD;
  min-height: 22px;
  padding: 1px 2px 1px 2px;
}

#cartForm .line2 {
  color: #000000;
  background: #EEEEEE;
  min-height: 22px;
  padding: 1px 2px 1px 2px;
}

#cartForm .cartCount {
  width: 60px;
  text-align: left;
  float: left;
  margin-right: 15px;
}

#cartForm .cartDesc {
  width: 200px;
  text-align: left;
  float: left;
  margin-top: 4px;
  margin-right: 15px;
}

#cartForm .cartPrice {
  width: 50px;
  text-align: right;
  float: left;
  margin-top: 4px;
  margin-right: 15px;
}

#cartForm .cartSubT {
  width: 50px;
  text-align: right;
  float: left;
  margin-top: 4px;
  margin-right: 15px;
}

#cartForm .cartSpan {
  width: 115px;
  text-align: left;
  float: left;
  margin-top: 4px;
  margin-right: 15px;
}

#cartForm .cartStatus {
  width: 325px;
  text-align: left;
  float: left;
  margin-top: 4px;
}

#cartForm br {
  clear: left;
}

#storeForm {
  width: 100%;
  font-size: 12px;
}

#storeForm .line0 {
  color: #000000;
  background: #BBBBBB;
  min-height: 22px;
  padding: 5px 10px 10px 10px;
}

#storeForm .line1 {
  color: #000000;
  background: #DDDDDD;
  min-height: 22px;
  padding: 5px 10px 10px 10px;
}

#storeForm .line2 {
  color: #000000;
  background: #EEEEEE;
  min-height: 22px;
  padding: 5px 10px 10px 10px;
}

#storeForm h1 {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 0px 3px;
  border-bottom: none;
  margin-bottom: 5px;
  text-align: center;
}

#storeForm h2 {
  font-size: 14px;
  font-weight: bold;
  color: #CC0000;
  text-transform: uppercase;
}

#storeForm label {
  font-size: 14px;
  font-weight: bold;
  color: #CC0000;
  float: right;
}

#storeForm input {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  float: right;
}

#storeForm br {
  clear: both;
}

#blogSpotlight {
  width: 100%;
}

#blogSpotlight a {
  color: #0000FF;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#blogSpotlight a:hover {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}

#blogForm {
  width: 100%;
  font-size: 10px;
}

#blogForm h1 {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  text-transform: none;
  padding: 15px 0px 3px;
  border-bottom: none;
  margin-bottom: 5px;
  text-align: left;
}

#blogForm label {
  width: 50px;
  font-size: 10px;
  font-weight: bold;
  color: #CC0000;
  float: left;
  margin-bottom: 10px;
}

#blogForm input {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  float: left;
}

#blogForm textarea {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  float: left;
}

#blogForm br {
  clear: both;
}

#accountForm {
  background: #FFFFFF;
  color: #000000;
  padding: 15px;
  border: 1px solid #000000;
  width: 718px;
}

#accountForm h1 {
  font-size: 18px;
  padding: 5px 0px 5px 0px;
  text-transform: uppercase;
  color: #990000;
  border-bottom: 2px solid #990000;
  margin-bottom: 10px;
}

#accountText {
  color: #990000;
  font-size: 14px;
  font-weights: bold;
  margin: 20px 0px 0px 0px;
}

#standardForm {
  width: 340px;
  padding: 5px;
  border: 1px solid #990000;
  font-size: 12px;
  color: #000000;
  background: #D0D0D0;
}

#standardForm h1 {
  font-size: 20px;
  font-weight: bold;
  color: #000000;
  text-transform: none;
  padding: 0px 0px 3px;
  border-bottom: 2px dashed #000000;
  margin-bottom: 5px;
  text-align: left;
}

#standardForm h2 {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  text-transform: none;
  padding: 0px 0px 3px;
  border-bottom: none;
  margin-bottom: 5px;
  text-align: left;
}

#standardForm label {
  width: 80px;
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  float: left;
  margin-bottom: 3px;
}

#standardForm #shortLabel {
  width: 60px;
}

#standardForm input {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
  float: left;
  margin-bottom: 3px;
}

#standardForm .submitBtn {
  float: right;
  margin-right: 3px;
}

#standardForm br {
  clear: both;
}
