@charset "utf-8";
/* CSS Document */

* {
   margin: 0;
   padding: 0;}
html {
   height: 100%; }
body {
   height: 100%;
   background: #481905 url(images/bg_body.png) repeat-x top;
   font: 75% Georgia, "Times New Roman", Times, serif;
   color: #414040; }
a:link, a:visited {
   color: #b06d32;
   text-decoration: none; }
a:hover {
   color: black; }
hr {
   width: 100%;
   border: none 0;
   border-top: 1px dotted #000;
   margin-bottom: 20px;
   clear: left; }
#spacer {
   padding: 15px 0;	}
#wrap {
   width: 968px;
   position: relative;
   margin: 0 auto; }
#header {
   width: 968px;
   height: 110px;
   position: relative; }
#top-section {
   width: 943px;
   height: 90px;
   background: #dccba0 url(images/bg_top_section.gif) no-repeat top;
   position: relative;
   font-size: 110%;
   padding-top: 30px;
   padding-left: 25px;
   line-height: 22px; }
#page-title {
   color: #633600;
   font-size: 270%;
   font-style: italic; }
#title-line {
   width: 910px;
   border-top: 1px solid #b18a5c;
   float: left;
   margin: 12px 0 12px 0; }
#order-info {
   text-align: right;
   color: white;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 130%;
   position: absolute;
   right: 20px; top:20px; }
#order-info p {
   font-size: 120%; }
#order-info span {
   color: #ffe692;
   font-size: 125%; }
#welcome-section {
   width: 300px;
   background-color: #dccba0;
   float: left; }
#special-section {
   width: 252px;
   height: 245px;
   background: #fff1cd url(images/bg_special.gif) no-repeat top right;
   float: left;
   padding: 20px 20px;
   margin-left: 20px;
   position: relative; }
#main {
   width: 650px;
   background: #fff url(images/bg_page.png) repeat-x top;
   position: relative;
   float: left; }
#sidebar {
   width: 290px;
   background: #fff url(images/bg_page.png) repeat-x top;
   position: relative;
   float: right;
   padding-left: 28px; }
.border-welcome-pic {
   border: 5px solid white; }	
.border-special-pic {
   background: white;border: 1px solid #b0978c;
   padding: 5px; }	
#location {
   width: 600px;
   height: 230px;
   background: #ffe691 url(images/corner_top_right_location.gif) no-repeat top right;
   margin: 17px 0 0 25px;
   position: relative; }
#location-details {
   line-height: 18px;
   position: absolute;
   left: 17px;
   top: 45px; }
#location-details p {
    padding: 5px 0; }
#location-map {
    background-color: white;
    position: absolute;
	left: 330px;
	top: 18px;
	border: 1px solid #b06d32; }
.btn {
   background: #9e6d32;
   color: white;
   padding: 5px 5px;
   text-decoration: none; } 
.btn:hover { 
   background-color: black; } 
#tab {
   position: relative; }
#tab img {
   position: absolute;
   left: -8px;
   top: -66px; }
#tab-title {
   color: white;
   font-size: 160%;
   position: absolute;
   left: 40px; }
#blog {
   width: 230px;
   background: #ffe691 url(images/bg_blog.gif) no-repeat top right;
   float: left;
   margin-right: 1px;
   padding: 15px 15px;
   position: relative; }
#subscribe {
   width: 240px;
   height: 90px;
   background: #e9e9e9 url(images/corner_top_right_blog.gif) no-repeat top right;
   float: left;
   padding: 10px 10px;
   position: relative; }
#subscribe span {
   font-size: 140%;
   margin-left: 5px;
   color: #9e6d32; }
#footer {
   height: 83px;
   background: #341005 url(images/bg_footer.gif) no-repeat;
   font-size: 95%;
   position: relative;
   clear: both;
   color: white; }
#footer-menu a {
   color: white; }
#footer-menu a:hover {
   color: #ffe691; }
#footer-address {
   line-height: 20px;
   position: absolute;
   left: 32px;
   top: 14px; }
#footer-info {
   width: 265px;
   position: absolute;
   right: 23px;
   top: 17px;
   line-height: 20px; }