/* Begin generic styles for font controls and basic HTML elements */

body {
  margin: 0;
  padding: 0;
  background-color: #E0E6EF;
  font-family: Arial, Helvetica, Verdana, Sans-Serif;
  font-size: 76%;
  color: #666;
  }

a {
  text-decoration: none;
  color: #065B97;
  }

a:link {
  color: #065B97;
  }

a:visited {
  color: #065B97;
  }

a:active {
  color: #065B97;
  }
  
a:hover {
  color: #065B97;
  text-decoration: underline;
  }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  }

p {
  margin: 1em 0;
  line-height: 1.3em;
  }

strong, b {
  font-weight: bold;
  }

form { 
  margin: 0;
  padding: 0;
  }

img {
  border: 0;
  }
  
/* End generic styles for font controls and basic HTML elements */
  

/* Begin styles for layout */

.clear {
  clear: both;
  }

#PageBodyContainer {
  width: 820px;
  background-color: white;
  margin: 0 auto;
  }

#HeaderContainer {
  background: white url(/resources/images/bg_top_border.gif) repeat-x top left;
  border-bottom: 1px solid #E0E6EF;
  padding-bottom: 17px;
  }

#HeaderLogo {
  float: right;
  padding: 43px 30px 0 0;
  }

#HeaderTitle {
  float: left;
  padding: 55px 0 26px 30px;
  }

#HeaderIntro {
  float: left;
  width: 460px;
  }

#SearchArea {
  float: right;
  /*padding: 64px 25px 0 0;*/
  margin: 4px 30px 0 0;
  background-color: #E0E6EF;
  }

#SearchTop {
  background: #E0E6EF url(/resources/images/search_box_tr.gif) no-repeat top right;
  padding-bottom: 4px;
  }

#SearchInput {
  float: left;
  padding-left: 7px;
  }

#SearchInput input {
  font-size: 0.9em;
  color: #666;
  }

#SearchSubmit {
  float: left;
  padding: 0 7px 0 7px;
  /*padding: 6px 0 0 10px;*/
  }

#SearchBtm {
  background: #E0E6EF url(/resources/images/search_box_br.gif) no-repeat bottom right;
  padding-top: 4px;
  }

#HeaderIntro {
  color: #666;
  margin-left: 30px;
  }

#HeaderIntro p {
  margin: 0;
  }

#ContinueButton {
  margin-top: 15px;
  }

#BodyContentOuterContainer {
  border-right: 273px solid white;
  }

#BodyContentInnerContainer {
  margin: 0;
  width: 100%;
  }

#MainContentContainer {
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  }

#MainContent {
  padding: 0 0 30px 30px;
  }

#MainContentSubContainer {
  border-right: 1px solid #EBEEF4;
  padding-right: 15px;
  }

#MainContentLogo {
  float: right;
  margin: 14px 25px 0 0;
  }

#MainContentTitle {
  margin: 20px 0 10px 0;
  }

#MainPromoContainer {
  width: 500px;
  height: 240px;
  background: #FFF url(/resources/images/promo_main_img.jpg) no-repeat top left;
  margin-bottom: 15px;
  }

#MainPromoHeading {
  padding: 68px 0 2px 15px;
  }

#MainPromoText {
  width: 200px;
  margin: 0;
  color: #555;
  padding: 25px 0 15px 15px;
  }

.MainPromoLink {
  font-weight: bold;
  margin: 0 0 0.6em 0;
  font-size: 1em;
  }

.MainPromoLink a {
  background: url(/resources/images/main_promo_arrow.gif) no-repeat left center;
  padding: 4px 0 4px 17px;
  }

#MainPromoButton {
  padding-left: 15px;
  }

.OfferContainer {
  border-top: 1px solid #EBEEF4;
  padding: 12px 19px 11px 15px;
  }

.OfferPrice {
  float: right;
  }

.OfferTitleHighlight {
  font-size: 1.4em;
  font-weight: bold;
  color: #728BBA;
  }

.OfferTitle {
  font-size: 1.4em;
  font-weight: bold;
  color: #46688B;
  }

.OfferTitleBody {
  font-size: 1.2em;
  font-weight: bold;
  }

.OfferText p {
  margin: 5px 80px 0 0;
  }

.OfferButton {
  text-align: right;
  }

.OfferDivider {
  height: 1px;
  background-color: #EBEEF4;
  }

#RightContainer {
  width: 273px;
  margin-right: -273px;
  float: left;
  position: relative;
  }

#RightSubContainer {
  padding: 40px 30px 0 15px;
  }

.ProductContainer {
  border-bottom: 1px solid #EBEEF4;
  }

.ProductImage {
  padding-top: 15px;
  }

.ProductText {
  padding: 8px 0 4px 0;
  }

.ProductLink {
  padding: 0 0 10px 0;
  }

#FooterContainer {
  padding: 0 30px 30px 30px;
  width: 100%;
  position: relative;
  font-size: 0.9em;
  color: #888;
  }

/* End styles for layout */