/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 background: #fff;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 height: 186px;
 text-align: left;
 background: url(images/home-header.jpg) no-repeat;
}
div#header-hours {
 padding: 25px 0px 0px 290px;
 width: 280px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
div#header-address {
 padding: 88px 0px 0px 140px;
 width: 430px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
#SLIDESIMG{
 float: right;
 margin: 9px 89px 0px 0px;
}
div#cart-link {
 float: right;
 width: 70px;
 margin-top: 40px;
 text-align: center;
}
#cart-link a {
 font-weight: bold;
 font-style: italic;
 text-decoration: none;
}
#cart-link a:hover {
 text-decoration: underline;
}
div#top-nav {
 margin: 0px;
 padding: 15px 100px 0px 100px;
 width: 760px;
 height: 51px;
 text-align: center;
 color: blue;
 background: url(images/home-topnav-bg.jpg) no-repeat;
}
#top-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #000;
 text-decoration: none;
}
#top-nav a:hover {
 text-decoration: underline;
}
div#home-content {
 margin: 0px;
 padding: 0px;
 width: 595px;
 height: 703px;
 padding: 145px 160px 0px 205px;
 text-align: left;
 background: url(images/home-content-bg.jpg) no-repeat;
}
table#home-coupons {
 margin-top: 75px;
 margin-left: 112px;
}
table#content {
 width: 960px;
 text-align: left;
 background-color: #fff;
}
td#content-left-border {
 width: 20px;
 background: url(images/border-left.jpg) repeat-y;
}
td#content-right-border {
 width: 20px;
 background: url(images/border-right.jpg) repeat-y;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 960px;
 background-color: #C7E5A5;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
a.page-nav {
 font-size: 14px;
 color: #FF0000;
 font-weight: bold;
 text-decoration: underline;
}
a.page-nav:hover {
 text-decoration: none;
}
