html {
  font: 1em/1.5em Arial, sans-serif;
}

#container {
  margin: 0 auto;
  width: 960px;
  border-top: 6px solid #8ac73e;
  border-left: 2px solid #000;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  margin-bottom: 20px;
  clear: both;
  overflow: hidden;
}

#header {
  clear: both;
  overflow: hidden;
  margin-top: 6px;
  background-color: #8ac73e;
}

#header h1 {
  float: left;
}

#header h1 a{
  display: block;
  background: url("/hippo-assets/logo.png") no-repeat scroll;
  height: 50px;
  width: 286px;
  text-indent: -9999px;
  font-size: 0.01em;
}

#header h2 {
  position:absolute;
  margin-left: -9999em;
}

#header #navigation {
    background: url("/hippo-assets/nav.png") no-repeat scroll;
    float: right;
    width: 674px;
    height: 50px;
}

#header #navigation ul {
    list-style: none;
}

#header #navigation ul li {
  float: left;
  width: 110px;
  text-align: center;
  padding: 5px 10px;
}

#header #navigation ul li a {
  position: relative;
  top: -3px;
  text-indent: -9999px;
  display: block;
  height: 48px;
  width: 130px;
}

#header #navigation ul li a:link, #header #navigation ul li a:hover, #header #navigation ul li a:visited, #header #navigation ul li a:active {
    color: #000;
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
}

#header #navigation ul li ul {
    display: none;
}

#header #navigation ul li ul li {
    background: none;
}

#header_home{
  position: relative;
  background-image: url('/hippo-assets/header.png');
  width: 960px;
  height: 376px;
}

#header_home h3{
  position:absolute;
  left: -9999em;
}

#header_home a{
  position:absolute;
  display:block;
  width: 307px;
  height: 156px;
  left: 635px;
  top: 175px;
  text-indent: -9999em;
}

#header_sub{
  background-image: url('/hippo-assets/header_sub.png');
  width: 960px;
  height: 229px;
  position: relative;
}

#header_sub .heading_and_nav{
  position: absolute;
  left: 670px;
  top: 80px;
}

.heading_and_nav h3{
  color: #8dc73f;
  font-size: x-large;
}

/* --- content --- */

#content.home {
  background-image: url('/hippo-assets/home_content_bg.png');
  background-repeat: repeat-y;
}

#left_sidebar {
  float: left;
  border-right: 2px solid #000;
  width: 489px;
}

#left_sidebar .slideshow {
  background: #231f20;
  height: 210px;
  border-bottom: 2px solid #000;
}

#left_sidebar .slideshow .hippo {
  background: url("/hippo-assets/hippo.png") no-repeat scroll;
  height: 183px;
  width: 210px;
  float: left;
  text-indent: -9999px;
  font-size: 0.01em;
}

#left_sidebar .slideshow .process-slideshow {
  height: 164px;
  width: 247px;
  float: right;
  border: 1px solid #fff;
  margin-right: 20px;
}

#left_sidebar .hippo-wear {
  background: #bcbdc1 url('/hippo-assets/hippo_promo.png') no-repeat 0px 20px;
  padding: 20px 0;
  width:489px;
  height:171px;
}

#left_sidebar .hippo-wear * {
  text-indent: -9999px;
  font-size: 0.01em;
}

#left_sidebar .hippo-extra {
  border-top: 2px solid #000;
  padding: 10px;
}

#left_sidebar .hippo-extra p {
  margin-bottom: 1.5em;
  font-size: 12px;
}

#left_sidebar .hippo-extra img {
  vertical-align: middle;
}

#right_sidebar{
  float:right;
  width: 429px;
}

h3.title{
  background: #fff url('/hippo-assets/heading_bg.png') no-repeat scroll right;
  height: 25px;
  padding: 13px 20px 8px 10px;
  vertical-align: middle;
  float: left;
}

#main .order_now {
  display: block;
  background-image: url('/hippo-assets/order-now.png');
  width: 290px;
  height: 80px;
  text-indent: -999em;
  text-align: center;
  margin: 0 auto;
}

#main{
  padding: 10px 0 10px 10px;
  overflow: hidden;
}

#main h3, #main h4{
  clear: both;
}

#main h4{
  margin-top: 30px;
  font-style: italic;
  clear: both;
}

#main p{
  margin: 15px 0;
  line-height: 1.2em;
}

#main .indent{
  margin-left: 50px;
}

#main ul{
  margin: 10px 0 0 30px;
}

#main ul li{
  margin: 5px 0;
  list-style-type: disc;
  font-size: small;
}

#main.sub {
  background: #fff url('/hippo-assets/content_bg.png') no-repeat right top;
  clear:both;
  padding-right: 400px;
}

#main.has_right_sidebar{
  float:left;
  width: 510px;
  margin-right:10px;
}

#main .credit-cards {
  background: #fff url("/hippo-assets/credit_cards.png") no-repeat scroll;
  float: right;
  position: absolute;
  top: 350px;
  right: 0;
  height: 38px;
  width: 183px;
}

#main .credit-cards p {
padding-top: 12px;
margin-left: -85px;
}

#main .credit-cards p .cards {
display: block;
text-indent: -9999px;
font-size: 0.01em;
}

#climate_control_help {
  display: none;
}

#climate_control_help h2 {
  margin-bottom: 15px;
}

#help_link {
  padding-right: 20px;
  background-image: url('/hippo-assets/icon_info.gif');
  background-position: right;
  background-repeat: no-repeat;
}

#content a {
  color: #001d57;
}

#content a:hover {
  color: #0049de;
}

/* --- footer --- */

#footer {
  clear: both;
  background: #8dc63f;
  border-top: 2px solid #000;
}

#footer .vcard {
float: right;

margin: 10px;

font-size: 0.8em;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
color: #000;
text-decoration: none;
}

#footer .vcard .type, #footer .vcard .email, #footer .vcard .tel {
display: none;
}

#footer a.main:link, #footer a.main:active, #footer a.main:visited {
font-weight: bold;
}

#footer a.main {
float: left;

margin-left: 350px;
margin-top: 20px;
}

#footer #footer-navigation {
  background: url("/hippo-assets/footer.png") repeat-x scroll;
  height: 32px;
  clear: both;
  font-size: small;
}

#footer #footer-navigation ul {
padding-top: 5px;
}

#footer #footer-navigation ul li {
float: left;

padding: 5px 20px 5px 20px;
}

/* --- mailer --- */
label.error {
  color: #ff0000;
  font-size: x-small;
  padding-left: 5px;
}

.form_table th {
  font-weight: bold;
  text-align: right;
}

.form_table th, .form_table td{
  padding: 5px;
}


#oath, #guestbook {
  text-align: center;
  font-size: small;
  border: 2px solid #000;
  padding: 10px;
  margin: 0 15px 15px 15px;
  background-color: #efefef;
}

#oath p, #guestbook p {
  margin: 10px 0 0 0;
}

#guestbook .submit {
  font-size: small;
}

#social {
  text-align: center;
  font-size: small;
  margin-bottom: 10px;
}

#social p {
  margin: 0;
}

#social img {
  vertical-align: middle;
}

#quote-form {
  margin: 15px;
  border: 2px solid #000;
  padding: 10px 10px 0 10px;
  background-color: #8dc63f;
  font-weight: bold;
}

#quote-form h1 {
  font-size: x-large;
  text-align: center;
}

#quote-form select {
  font-weight: bold;
}

#quote-form .submit {
  font-size: medium;
  font-weight: bold;
}

/* --- custom checkout --- */

table.all_products {
  margin-bottom: 15px;
  font-family: arial, helvetica, sans-serif;
  font-size: small;
}

table.all_products th {
  text-align: left;
  padding: 5px;
}

table.all_products td {
  padding: 5px;
}

table.all_products .quantity {
  text-align: center;
}

table.all_products .name {
  font-weight: bold;
}

table.all_products .description {
  font-weight: normal;
}

#main table.all_products p {
  margin: 0;
}

#main table.all_products h4 {
  float: left;
  font-size: small;
  font-style: normal;
  margin: 10px 0 0 0;
  padding: 0;
  display: none;
}

#main table.all_products .product_options {
  font-weight: bold;
}

#main table.all_products .product_options tr {
  border: none;
}


.submit {
  font-weight: bold;
  font-size: large;
}

table.all_products tr {
  border-bottom: 1px solid #999;
}


/* --- cart --- */

div.info, div.notice, div.warning, div.error { 
  padding: 10px;
  margin: 10px 10px 10px 0;
  border: 1px solid #ccc;
}

div.notice, div.info {
  background-color: #fffbd6;
  color: #133f04;
}

div.warning, div.error {
  background-color: #ffeeee;
  color: #571515;
}

#flashes p {
  margin: 0;
}

.finalize, .receipt {
  font-size: small;
}

.finalize table, .receipt table {
  font-family: arial, helvetica, sans-serif;
  margin-bottom: 15px;
}

.finalize tr, .receipt tr {
  border-bottom: 1px solid #ccc;
}

.finalize .customer_addresses, .receipt .customer_addresses {
  clear: both;
  overflow: hidden;
  margin: 15px 0;
}

.finalize .ship_to, .finalize .bill_to, .receipt .ship_to, .receipt .bill_to {
  float: left;
  margin-right: 50px;
  border-left: 1px solid #666;
  border-bottom: 1px solid #666;
  padding: 0 15px 15px 15px;
}

.finalize .sku, .receipt .sku {
  font-size: x-small;
  color: #ccc;
}

.free-tshirt {
  clear: both;
  overflow: hidden;
}

.free-tshirt .comments {
  float: left;
  margin-right: 10px;
  width: 400px;
}

.free-tshirt .tshirt {
  float: left;
  width: 300px;
}

.free-tshirt p {
  color: #ff0000;
  padding-top: 5px;
  font-weight: bold;
  font-size: small;
}

.free-tshirt .tshirt img {
  border: 1px solid #000;
  margin: 10px;
}

#main .finalize p {
  margin: 0 0 10px 0;
}

#main .finalize h4 {
  padding-bottom: 0;
  font-style: normal;
  font-size: medium;
  margin: 5px 0;
}

#main .finalize h3 {
  font-size: large;
  margin-bottom: 15px;
}

#main .finalize input, #main .finalize textarea, #main .finalize form select {
  margin-top: 5px;
}

.finalize .change_quantities {
  margin-bottom: 15px;
  display: block;
}

.cart td, .cart th {
  padding: 5px;
}

.cart th {
  font-weight: bold;
}

.cart .line_items {
  margin-bottom: 10px;
}

.cart .line_items tr {
  border-bottom: 1px solid #ccc;
}

.cart label {
  font-weight: bold;
  font-size: small;
}

.cart .right {
  text-align: right;
}

#main .cart .note {
  color: red;
  margin: 5px 0 0 0;
  font-weight: normal;
  width: 400px;
  font-size: small;
}

div.small-notice {
  font-size: small;
  width: 400px;
  margin-left: 20px;
  border: 1px solid #7a987b;
  padding: 10px;
  background-color: #eaf4eb;
}

#facebox .content {
  color: #000;
  padding: 5px;
  font-weight: bold;
  line-height: 1.2em;
  font-family: arial, helvetica, sans-serif;
}



