* {
  margin: 0;
  padding: 0;
}
html { overflow-y: scroll; }
body {
  background: #FFF url(../images/gradient.jpg) repeat-x top left;
  color: #000; /* font color:black */
  font: 100%/1.125em Times New Roman, Georgia, serif; /* base:16px, line height:16x1.125=18px */
  text-align: center;
}
img, fieldset { border: 0; text-align: center; }
a {
  font-weight: 200;
  font-size: 0.8125em;
  text-decoration: none;
  text-align: center;
}
a:link, a:visited { color: #000; }
a:hover, a:active { color: #C80035; }
p {
  font-size: 1.1875em; /* 18px */
  line-height: 1.25em;
  margin: 0 30px 10px 50px; /* top/bottom:10px, right/left:25px */
}
.lsidebar p {
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
  margin: 2px auto;
}
.lsidebar img  { margin: 30px 90px 0 90px; }
title  { text-align: center; margin: 5px auto; }
h1, h2, h3, h4, h5, a { font-family: Arial, Verdana, sans-serif; }
h1,h4, h5 { text-transform: uppercase; }
h1 { 
  margin: 5px auto;
  font-size: 1.5em;
}
h1.sidebar { 
  text-transform: capitalize;
  line-height: 1.3em;
  margin: 30px 50px 0 50px;
}
h1 span { text-transform: none; }
h2 {
  margin: 5px auto;
  font-size: 1em;
}
h2 {
  margin: 5px auto; 
  font-size: 1em;
}
h2 span { color: #C80035; }
.lcontent h2 { margin-top: 30px; }
h3  {
  font-size: 1em;
  font-family: Arial Narrow, Verdana, sans-serfi;
  font-weight: bold;
  margin: 5px auto;
}
h4 { 
  font-size: 1.625em; /* 20em */
  color: #C80035;
  font-family: Arial Narrow, Verdana, sans-serif;
  font-weight: bold;
  margin: 20px auto 5px auto;
}
h5 { 
  margin: 5px auto 5px auto;
  color: #C80035;
  font-size: 1.25em;
}
p.h7  {
  margin: 5px auto 20px auto;
  color: #C80035;
  text-transform: uppercase;
  font-family: Arial, Verdana, sans-serif;
  font-weight: bold;
  font-size: 0.8125em;
}

ul {
  font-size: 1.0625em; /* 16px */
  margin: 10px auto;
  list-style-position: outside;
  list-style-type: none;
}
ul li { margin: 5px auto; }
ul li span { font-weight: bold; }

#container {
  width:1024px;
  margin: 0 auto 0 0;
}
#header {
  height: 160px;
  background: transparent url(../images/logo.png) no-repeat 100px 20px;
}
#header .logo h1  { margin: 110px 95px 5px 0; }
#header .logo ul  { 
  font-size: 0.8125em; 
  font-weight: bold;
  margin-top: 5px;
  margin-right: 90px;
  font-family: Arial Narrow, Verdana, sans-serif;
}
#header .logo ul li  { display: inline; }
#header .logo li:before { content: url(../images/bullet.gif)" ";  }
#header .logo li:first-child:before { content: ""; }

#wrapper { float: left; width: 100%; }
.logo, .lcontent { float: left; width: 62%; }
.lcontent { padding-top: 30px; }
.rcontent  { float: right; width: 70%; }
.allcontent { float: right; width: 100%; margin: 30px 0 20px 0; }
.lpiccontent { float: left; width: 50%; }
.rstorecontent { float: right; width: 50%; margin: 30px auto; text-align: center; }
#wrapper .rsidebar  { 
  background: url(../images/vertical-bar.gif) no-repeat left top;
  padding-left: 6px;
}
.mailing-list, .rsidebar { float: right; width: 37%; text-align: center; }
.lsidebar  { float: left; width: 30%; }
.rsidebar  { margin-top: 30px; }
form  { text-align: left; }
label  { 
  font-family: Arial Narrow, Verdana, sans-serif;
  font-size: 1em;
  font-weight: 800;
  vertical-align: middle;
}
.submit-button, .btn  {
  width: 110px;
  height: 25px;
  color: #000;
  vertical-align: middle;
  background: #CCC;
  text-transform: uppercase;
  border-right: 2px solid #EEE;
  border-top: 2px solid #EEE;
  border-left: 2px solid #AAA;
  border-bottom: 2px solid #AAA;
}
.rstorecontent label { margin-left: 160px; }
.rstorecontent .submit-button { margin-right: 160px; }

p.privacy  {
  font-size: 0.625em;
  margin: 5px auto;
}
p.order {
  width: 300px;
  height: 23px;
  margin: 20px auto;
  padding: 10px auto;
  color: #FFF;
  background: #C80035;
  text-transform: uppercase;
  border-right: 2px solid #FB0043;
  border-top: 2px solid #FB0043;
  border-left: 2px solid #940027;
  border-bottom: 2px solid #940027;
}
p.order a { 
  text-decoration: none;
  margin: 0 auto;
  padding: 0; 
}
p.order a:link, p.order a:visited, p.order a:hover, p.order a:visited  { 
  color: #FFF;
  font-weight: bold;
}
p.note {
  font-size: 0.8125em;
  font-style: italic;
  margin: 10px auto 0 auto;
}
p.ss {
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  margin: 10px auto 5px auto;
}
p.cnote {
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.75em;
  margin: 5px auto 20px auto;
}
.photo  {
  float: left;
  width: 300px;
  margin: 10px 10px 10px 20px;
  padding: 5px;
  font-weight: bold;
}
.clearboth { clear: both; }

.lcontent > :last-child { margin-bottom: 20px; }
.rsidebar > :last-child { margin-bottom: 20px; }
.rcontent > :last-child { margin-bottom: 20px; }
.lsidebar > :last-child { margin-bottom: 20px; }
p.first { margin-top: 20px; }
#footer {
  clear: both;
  width: 100%;
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.75em; /* 12em */
  padding-top: 5px;
}
#footer p { 
  margin: 0;
  font-size: 0.75em;
}
.ph1, .ph2, .ph3, .ph4, .ph5, .ph6 { 
  font-family: Arial, Verdana, sans-serif; 
  font-weight: bold;
  margin: 1px auto; 
 }
.ph1, .ph5, .ph6 { text-transform: uppercase; }
.ph4, .ph5, .ph6 { color: #C80035; }
.rstorecontent p.ph1 { font-size: 2em; }
.rstorecontent p.ph2 { font-size: 1.5em; }
.rstorecontent p.ph3 {
  margin-top: 20px; 
  font-size: 1.125em; 
  font-weight: normal;
}
.rstorecontent p.ph4 { font-size: 1.5em; }
.rstorecontent p.ph5 { font-size: 1.75em; }
.rstorecontent p.ph6  {
  margin: 5px auto 20px auto;
  font-size: 1.125em;
}
.rstorecontent p.ss { margin-top: 40px; }
.rstorecontent p.cnote { font-size: 1em; }
.lpiccontent { margin: 30px auto; }
.allcontent p { margin: 5px auto 10px auto; }
.allcontent p span {
  color: #C80035;
  font: 120%/1.125em Arial Narrow, Verdana, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.allcontent a { font: 100%/1.125em Times New Roman, Georgia, serif; text-decoration: underline; }
.input-box, .email, select { height: 23px; vertical-align: middle; font-size: 1em; }
p.thankyou { font-size: 1.375em; font-weight: bold; }
