* { margin: 0; padding: 0; }

body {
  font: 12px/20px verdana, sans-serif;
}

#container {
  background: #fff url('../images/container-background.gif') repeat-x top left;
}

.page {
  text-align: left;

  margin: 0 auto;

  width: 770px;
}

#header .page {
  background: transparent url('../images/header-background.gif') no-repeat top right;
}

#content .page {
  background: url('../images/page-background.gif') no-repeat top left;
  padding-top: 38px;
}

#content .page-inside {
  background: transparent url('../images/page-bottom-background.gif') no-repeat;
  background-position: bottom left;

}

#bottom {
  position: relative;
  clear: both;
  
  padding-bottom: 60px;
}



/* Typography
----------------------------------------------------------------------------*/

#navigation {
  background: #369 url('../images/nav-background.gif') repeat-x bottom left;
}

#navigation ul { padding: 5px 0 5px 50px; list-style: none; }
#navigation ul li { display: inline; margin-right: 20px; }

#navigation a:link, #navigation a:visited { 
  font-size: 13px;
  text-decoration: none; 
  
  color: #9cf; 
  border-bottom: none;
}
#navigation a:hover { color: #fff }

#navigation .current a:link, #navigation .current a:visited { font-weight: bold; color: #fff; }
#navigation .current a:hover { }



/* Typography
----------------------------------------------------------------------------*/
h1 {
  background: url('../images/header.gif') no-repeat top left;

  width: 475px;
  height: 92px;
}
h1 span { display: none; }

h2 { font-size: 16px; color: #39c; margin: 0 50px 20px 50px; }
h3 { font-size: 14px; color: #666; margin: 20px 50px; }
h4 { font-size: 13px; color: #333; margin: 20px 50px 0 50px; }
h5 { 
  font-weight: normal;
  font-style: italic;
  font-size: 14px;

  color: #666;

  margin: 0 50px 20px 50px; }

#main p {
  color: #333;
  text-indent: 30px;

  margin: 0 50px;
  width: 405px;
}
#main li {
  color: #333;
  width: 375px;
}
#main ul {
  margin: 20px 50px 0 80px;
  list-style: square;
}

#main p.noindent {
  text-indent: 0;
}


#footer {
  position: relative;
  clear: both;

}

#footer p {
  text-indent: 0;
  text-align: center;
  color: #999;
}

a:link, a:visited { color: #369; text-decoration: none; border-bottom: solid 1px #ddd; }
a:hover { color: #036; border-bottom: none; }

#footer a:link, #footer a:visited { color: #666; }
#footer a:hover { color: #333; }

.breeze { padding: 10px 0 20px 0;  }

#main .list { width: 405px; margin: 20px 0 0px 45px; }
.list li { 
  list-style: none;
  padding: 0 5px;
  display: inline;
  width: auto;
}

.photo {
  float: right;

  clear: both;
  margin-bottom: 10px;
  margin-right: 40px;
}

.photo img { 
border: solid 1px #ccc;
  background: #eee;
  padding: 3px;
}

#coupon {
  float: right;
  margin-right: 50px;
  width: 215px;
  height: 130px;
  margin-bottom: 40px;
}

#ad {
  float: right;
  margin-right: 40px;
  width: 215px;
  clear: both;
  background: #eee;
  padding: 10px;
  border: solid 1px #ddd;
}

#ad p { text-indent: 0; font-size: 14px; width: 215px; margin: 0; }

#coupon h3 {
  margin: 0 0 10px 0;

  color: #c30;

  font-size: 11px;
}

#coupon p {
  text-indent: 0;
  margin: 0;

  font-size: 11px;

  width: 215px;
}

#map {
  margin-left: 50px;
}

.button { padding-top: 10px; text-align:right; }

.button a:link, .button a:visited {
  border: solid 1px #ddd;

  background: #ff9;
  color: #000;

  font-weight: bold;

  padding: 2px 4px;
}

#onsalenow a:link, #onsalenow a:visited, #onsalenow a:hover {
    font-weight: bold;
      color: #ff9;
    }

#quote-show {
  margin-right: 30px;
  margin-top: 185px;
  float: right;
}
