@import 'reset.css';

/* Generel
------------------------------------ */

* {
	margin:0; padding:0;
}

body{
    font-family: Helvetica, Verdana,Arial, sans-serif;
	font-size: 15px;
    color: #1F222C;
    background: #EAEFF9;
    line-height: 15px;
}
A{
    text-decoration:none;
    color: #707070;
}
A:hover{
    text-decoration: underline;
}
STRONG{
    font-weight: bold;
}
#wrapper{
    margin: 0 auto;
    background:#FFFFFF  url(images/bg.png) fixed;
    width: 800px;
}

/* Top & Header
------------------------------------ */

#top-banner{
    margin: 5px 0 0 6px;
	text-align:center;
}
#top H1 A{
    display: block;
    background: url(images/logo.png) no-repeat;
    width: 259px;
    height: 52px;
    text-indent: -999999px;
    outline: none;
    margin: 3px 0 0 36px;
    float: left;
}
#top-search{
    width:300px;
    height:31px;
    margin: 5px 0 0 0;
    float: right;
}
#top-search P{
    margin: 5px 0 0 0;
    padding-left: 28px;
}
#top-search-input{
    border: 0;
    width: 120px;
    height: 31px;
    float: left;
    display: inline;
    background: transparent;
    padding: 4px 0 0 10px;
    color: #707070;
}
#top-search div.bg{
    float:left;
    display:inline;
    background:url(images/zip-find.png) no-repeat;
    margin:7px 0 0 25px;
    width: 153px;
}
#top-search-submit{
    float:left;
    margin:7px 0 0 0;
}
#header {
    margin: 0 auto;
    background: url(images/header.png) no-repeat;
    width: 790px;
    height: 330px;
    clear: both;
}
#header H1{
    font-size: 1.5em;
    padding: 206px 0 0 66px;
}
#header P{
    font-size: 1em;
    padding-bottom: 6px;
}
#header SPAN{
    font-size: 2.1em;
    color: #A287BE;
    margin: 10px 0 8px 0;
    display: block;
}
.header-box{
    width: 300px;
    padding: 200px 0 0 66px;
}
#search{
    width:300px;
    height:31px;
    margin: 10px 0 0 36px;
}
#search-input{
    border: 0;
    width: 120px;
    height: 31px;
    float: left;
    display: inline;
    background: transparent;
    padding: 4px 0 0 10px;
    color: #707070;
}
#search div.bg{
    float:left;
    display:inline;
    background:url(images/zip-find.png) no-repeat;
    margin:7px 0 0 25px;
    width: 153px;
}
#search-submit{
    float:left;
    margin:7px 0 0 0;
}

/* Main
------------------------------------ */

#main-top{
    margin: 0 auto;
    background: url(images/main-box-top.png) no-repeat;
    width: 791px;
    height: 30px;
}
#main-bottom{
    margin: 0 auto;
    background: url(images/main-box-bot.png) no-repeat;
    width: 791px;
    height: 40px;
    clear: both;
}
#main{
    margin: 0 auto;
    background: url(images/main-box-bg.png) repeat-y;
    width: 791px;
    padding-top: 40px;
    min-height: 800px;
}
#main-one{
    margin: 0 auto;
    background: url(images/main-box-bg.png) repeat-y;
    width: 791px;
    padding-top: 40px;
    min-height: 800px;
}
#main-one UL{
 	margin: 8px 0 0 78px;
}
#main H2{
    font-size: 1.5em;
    margin: -30px 0 0 56px;
}
#main-one H2{
    font-size: 1.5em;
    margin: -30px 0 0 56px;
}
#main-one H3{
	color: #495867;
    font-size: 1.2em;
    margin: 14px 0 0 56px;
}
#main P{
    font-size: 0.9em;
    margin: 20px 0 0 56px;
    padding-right: 220px;
}
#main-one P{
    font-size: 0.9em;
    margin: 20px 0 0 56px;
    padding-right: 100px;
}
#main-sub{
    margin: 0 auto;
    background: url(images/main-box-bg.png) repeat-y;
    min-height: 600px;
    width: 791px;
    padding-top: 40px;
    padding-bottom: 20px;
}
#main-sub H2{
    font-size: 1.5em;
    margin: -30px 0 0 70px;
}
#main-sub P{
    font-size: 0.9em;
    margin: 20px 0 0 56px;
    padding-right: 220px;
}
#left-side{
    float: left;
    border-right: #A7A9AC solid 1px;
    width: 326px;
    height: 610px;
    margin: 40px 0 0 56px;
}
#left-side H3, #right-side H3{
    color:#00AEEF;
}
#left-side H4, #right-side H4{
    font-size: 0.9em;
    margin: 10px 0 -10px 0;
}
#left-side BLOCKQUOTE{
    font-size: 1em;
    font-style: italic;
    margin: 10px 0 5px 0;
}
#left-side P, #right-side P{
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 0.8em;
}
.left-side-box, .right-side-box{
    width: 300px;
    clear: both;
    padding-top: 20px;
}
.testi-user{
    display: block;
    background: url(images/stars.png) no-repeat right;
    height: 11px;
    width: 220px;
    float: right;
    font-size: 0.8em;
}
.link-to{
    color: #A287BE;
    list-style: circle;
    font-size: 0.8em;
    font-style: italic;
    float: right;
    line-height: 1.3em;
    clear: both;
    margin-top: 5px;
    padding-left: 15px;
}
.link-to A{
    color: #A287BE;
}
.more A{
    font-size: 0.8em;
    color: #00AEEF;
    font-weight: bold;
    float: right;
    clear: both;
    margin-top: 10px;
}
#right-side{
    float: left;
    width: 326px;
    height: 610px;
    margin: 40px 0 0 30px;
}
#how-box{
    background: url(images/how-box.png) no-repeat;
    width: 289px;
    height: 177px;
    margin-top: 20px;
}
#how-box IMG{
    padding: 40px 0 0 25px;
    float: left;
    margin-bottom: -15px;
}
#how-box P{
    padding: 40px 0 0 15px;
    float: left;
    font-style: italic;
    margin: 0;
    display: block;
    width: 130px;
    height: 40px;
    font-size: 0.8em;
    line-height: 1.4em;
}
.take{
    display: block;
    width: 110px;
    height: 16px;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0 0 0 160px;
    background: url(images/arrow.png) no-repeat right;
    clear: both;
}
.info-box-top{
    margin: 0 auto;
    height: 8px;
    width: 677px;
    background: url(images/info-box-top.png) no-repeat;
    margin-top: 15px;
}
.info-box-bot{
    margin: 0 auto;
    height: 8px;
    width: 677px;
    background: url(images/info-box-bot.png) no-repeat;
    clear: both;
}
#info-box{
    margin: 0 auto;
    background: url(images/info-box-bg.png) repeat-y;
    width: 677px;
    min-height: 200px;
}
#info-box H3{
    padding: 6px 0 0 15px;
    color: #00AEEF;
}
#info-box-left{
    float: left;
    border-right: #CFD1D6 solid 2px;
    width: 348px;
    height: 200px;
}
#info-box-left IMG{
    float: right;
    margin: 6px 20px 0 0;
}
#info-box-left H3{
    margin: 6px 0 0 15px;
    color: #00AEEF;
    font-size: 1.2em;
    padding: 0;
}
#info-box-left H4{
    margin: 12px 0 -3px 15px;
    color: #00AEEF;
    font-size: 0.9em;
    font-weight: bold;
}
#info-box-left P{
    margin: 10px 0 0 0;
    padding: 0 0 0 15px;
    font-size: 0.8em;
    line-height: 0.8em;
}
#info-box-right H4{
    margin: 3px 0 -3px 15px;
    color: #00AEEF;
    font-size: 0.9em;
    font-weight: bold;
}
.hours{
    font-weight: bold;
}
.call{
    font-size: 1.1em;
    color: #A286BE;
    padding-top: 5px;
    font-weight: bold;
    display: block;
}
#info-box-right{
    float: left;
    width: 310px;
}
#info-box-right IMG{
    float: right;
    margin: 6px 0 0 0;
    padding-left: 10px;
}
#info-box-right H3{
    margin: 6px 0 0 20px;
    font-size: 0.8em;
    font-weight: bold;
    padding: 0;
    color: #707070;
}
#info-box-right P{
    margin: 10px 0 0 0;
    padding: 0 0 0 20px;
    font-size: 0.8em;
    line-height: 1.1em;
}
#image-scroll{
    height: 30px;
    width: 185px;
    float: right;
    margin: 7px -10px 0 0;
    clear: both;
}
#image-scroll UL{
    list-style: none;
    display: inline;
}
#image-scroll LI{
    display: inline;
}
#image-scroll IMG{
    float: none;
    padding-left: 5px;
}
.arrow-left{
    background: url(images/thumb-arrow-left.png) no-repeat;
    height: 30px;
    width: 11px;
}
.arrow-right{
    background: url(images/thumb-arrow-right.png) no-repeat;
    height: 30px;
    width: 11px;
}
#inner{
    margin: 10px 0 0 70px;
    min-height: 330px;
}
#inner H3{
    color:#00AEEF;
}
#inner H4{
    font-size: 0.9em;
    margin: 10px 0 -10px 0;
}
#inner BLOCKQUOTE{
    font-size: 1em;
    font-style: italic;
    margin: 10px 0 5px 0;
}
#inner P{
    margin: 10px 0 5px 0;
    padding: 0;
    font-size: 0.8em;
}
.inner-box{
    width: 630px;
    padding-top: 20px;
}
#map-box{
    margin: 0 auto;
    background: url(images/info-box-bg.png) repeat-y;
    width: 677px;
    min-height: 200px;
}
#map-box IFRAME{
    float: right;
    margin: 6px 10px 0 10px;
}
#map-box H3{
    padding: 6px 0 0 15px;
    color: #00AEEF;
}
#map-box P{
    margin: 7px 0 0 0;
    padding: 0 0 0 15px;
    font-size: 0.7em;
}
.print{
    display: block;
    background: url(images/print.png) no-repeat right;
    height: 20px;
    width: 170px;
    font-size: 0.8em;
    font-weight: bold;
    color: #00AEEF;
    margin: 0 0 0 15px;
    padding-top: 7px;
}
.print A{
    color: #00AEEF;
}
#coupons{
  margin: 0 auto;
  width: 804px;
  height: 234px;
  margin-left: 5px;
  text-align: center;
}
#coupons P{
  margin: 0;
  padding: 0;
}
.coupon-box{
  width: 402px;
  height: 234px;
  background: url(images/coupon.png) no-repeat;
  float: left;
}
.save{
    color: #00AEEF;
    font-size: 4em;
    padding-top: 70px;
    display: block;
}
.coupon-desc{
    display: block;
    padding-top: 40px;
    color: #00AEEF;
    font-size: 1.4em;
    margin-bottom: -10px;
}
.coupon-limm{
    display: block;
    margin: 40px 0 0 -10px;
    font-size: 0.5em;
    font-family: Verdana,Arial, sans-serif;
    padding: 0 10px 0 10px;
}
#call-box{
  margin: 0 auto;
  text-align: center;
  clear: both;
  width: 791;
  color: #A286BE;
  font-size: 2em;
  padding: 20px 0 10px 0;
}
#call-box P{
  padding-bottom: 20px;
}
.schedule{
    font-size: 2em;
    display: block;
    padding-bottom: 10px;
}

/* Footer
------------------------------------ */

#footer-top{
    margin: 0 auto;
    background: url(images/footer-box-top.png) no-repeat;
    width: 766px;
    height: 12px;
    clear: both;
}
#footer-bottom{
    margin: 0 auto;
    background: url(images/footer-box-bot.png) no-repeat;
    width: 766px;
    height: 12px;
    margin-bottom: 40px;
}
#footer{
    margin: 0 auto;
    width: 766px;
    background: url(images/footer-box-bg.png) repeat-y;
    line-height: 1.4em;
    text-align: center;
}
#footer P{
    font-size: 0.8em;
    padding: 5px 0 10px 0;
}

/* Hacks
------------------------------------ */

/* IE 6 */

*html .testi-user{
    background: url(images/ie-stars.png) no-repeat right;
}
*html #main{
    height: auto !important;
    height: 800px;
}
*html #main-sub{
    height: auto !important;
    height: 600px;
}
*html #left-side{
    margin: 40px 0 0 28px;
}
*html #right-side{
    margin: 40px 0 0 30px;
}
*html .take{
    background: url(images/ie-arrow.png) no-repeat right;
}
*html #footer{
    margin-top: -6px;
    width: 758px;
    margin-left: 15px;
}
*html #footer-top{
    width: 758px;
    margin-left: 15px;
}
*html #footer-bottom{
    width: 758px;
    margin-left: 15px;
}
*html .print{
    background: url(images/ie-print.png) no-repeat right;
}
*html #info-box{
    margin-top: -9px;
}
*html #image-scroll{
    margin: 7px -5px 0 0;
}
*html #top H1 A{
    margin: 5px 0 0 28px;
}
