html, body {
    font-family: "century gothic", helvetica, "helvetica neue", arial, sans-serif;
    color: #999;
    background-color: #e9e7e7;
    background-image: url('images/background.gif');
    background-repeat: repeat;
    background-position: center;
    height: 100%;
    margin: 0 0 1px;
    padding: 0px;
}
textarea {
    font-family: "century gothic", helvetica, "helvetica neue", arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0px;
    padding: 0px;
    letter-spacing: -1px; 
}
p {
    margin: 0px;
    padding: 0px;    
}
h1 { color: #fff; }
h2 { color: #999; }
h3, h4 { color: #ccc; }

div {
    position: relative;
    float: left;
}
a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: inherit;
    outline: 0px;
    border: 0px;  
}
.clear {
    clear: left;
}
a.circle {
    display: block;
    position: relative;
    float: left;
    width: 93px;
    height: 93px;
    background-image: url('images/circle.gif');
    background-repeat: no-repeat;
    margin: 4px;
    text-align: center;
    font-size: 18px;  
    cursor: pointer;
    clear: none; 
}
a.circle h4 {
    margin: 33px auto 0px auto;
    width: 80px;
    font-weight: normal; 
    cursor: pointer;  
}
.last {
    margin-right: 0px;
    padding-right: 0px;
    border-right: 0px;
}
.first {
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
}
a img {
    border: 0px;    
}
#wrapper {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    float: left;
    clear: both;
    position: relative;
    text-align: center;
}
#content, #header, #middle, #footer, #footerFoot {
    width: 878px;
    clear: left;
}
#middle, #footer, #footerFoot {
    background-color: #fff;
}
#content {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    float: none;    
}
#header {
    height: 180px;
    background-image: url('images/header.gif');
    background-position: 0px top;
}
#header .navigation {
    margin-top: 100px;
    float: right;
    margin-right: 15px;
}
#header .subnav {
    position: absolute;
    width: 350px;
    top: 130px;
    right: 152px;
    padding-left: 50px;
    display: block;
}
#header .subnav a {
    display: block;
    position: relative;
    margin-right: 20px;
    width: auto;
    float: left;
}
#header h1 img {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-left: 50px;
}
#header h2 {
    width: auto;
    float: left;
    display: block;
    margin-right: 35px;
    margin-left: 5px;
    font-size: 22px;
}
#middle {
    background-image: url('images/content-bg.gif');
}
#middle .left {
    margin: 50px 0px 50px 50px;
    width: 200px;
    padding-top: 25px;  
}
#middle .left a {
    line-height: 30px;
    font-size: 18px;
}
#middle .center {
    width: 420px;
    margin: 50px 0px 50px 0px;
    line-height: 27px;
}
#middle .centerWide {
    width: 560px;
    height: auto;
    line-height: 27px;
    margin: 50px 0px 50px 15px;
}
.circleNav {
    margin-top: 25px;
    clear: left;
    width:420px;
}
#middle .center h3 {
    font-size: 24px;
}
#middle .centerWide h3 {
    color: #999; 
}
#middle .text {
    margin-left: 15px;
    margin-right: 25px;
}
#middle .right {
    width: 164px;
    margin: 0px 0px 25px 0px;
height: 340px;   
}
#footer {
    background-image: url('images/content-bg.gif');
}
#footer .address {
    width: 230px;
    margin-left: 29px;
    margin-right: 25px;
    margin-top: 24px;
    color: #000;  
    line-height: 23px;
    font-size: 14px;
    letter-spacing: -0.3px;
}
#footer .quote {
    margin-top: 40px;    
}
#footerImage {
    width: 825px;
    height: 120px;
    margin: 26px;
    margin-bottom: 18px;
    background-image: url('images/footerImage.jpg');
}
#footerFoot {
    background-image: url('images/footer.gif');
    background-position: 0px top;
    height: 6px;
}
#copyright {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    clear: left;
    float: none;
    width: 878px;
    margin-top: 20px;
    padding-top: 20px;
    margin-bottom: 20px;
}
#copyright a {
    font-weight: bold;
}
#middleFull {
    margin-left: 50px;
    width: 775px;
}
#middleFull h2 {
    margin-bottom: 25px;
    font-weight: normal;
}
#contact label, #contact button, #contactReplace {
    float: left;
    position: relative;
    clear: left;
    width: 100px;
    margin-bottom: 12px;
    line-height: 40px; 
    height: 34px;   
}
#contactReplace {
    width: auto;
    height: auto;
    margin-left: 110px;
}
#contact button {
    margin-left: 100px;
    width: 150px;
    line-height: 25px;
}
#contact input[type=text], #contact textarea, #contact input[type=textarea], #contact .input-textarea, #contact .input-text {
    float: left;
    position: relative;
    width: 300px;
    border: 2px solid #ccc;
    margin-bottom: 6px;
    height: 30px;
    padding: 3px;
    padding-left: 8px;
    font-size: 16px;
    margin-right: 200px;
}
#contact textarea, #contact input[type=textarea], #contact .input-textarea {
    height: 150px;
    font-size: 14px;
    padding-top: 8px;
}
/* Links */
.centerWide p {
    margin-bottom: 25px;
}
.centerWide .row, .links .row {
    float: left;
    clear: left;
    display: block; 
    background-color: clear;   
    cursor: pointer;
    width: 375px;
}
.centerWide .row:hover, .links .row:hover {
    background-color: #eee;
}
.centerWide .title, .links .title {
    width: 250px;
    padding-left: 5px;
}
.centerWide .city, .links .city {
    width: 110px;
    padding-right: 5px;
}
.centerWide h4, .links h4 {
    color: #999;
    margin-top: 20px;
}
.links {
    margin-top: 20px;
    cursor: pointer;
    width: 550px;
}
.ingredients {
    margin-top: 30px;
}
#notice {
    width: 616px;
    height: 178px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -89px;
    margin-left: -308px;
    display: none;
    background: url('images/notice.png') no-repeat;
    float: none;
    z-index: 1000;
}
#noticeTitle, #noticeBody, #noticeButtons {
    margin-left: 168px;
    width: 410px;
    clear: left;
    margin-top: 5px; 
    text-align: left;
}
#noticeTitle {
    margin-top: 23px;
    font-size: 30px;
    font-weight: bold;
    height: 40px;
}
#noticeBody {
    height: 50px;
    margin-top: 10px;
}
#noticeButtons {
    height: 40px;
    padding-left: 190px;
    width: 355px;
}
#noticeButtons a {
    display: block;
    width: 100px;
    clear: none;
    float: left;
    padding: 3px 6px 3px 6px;
    margin-left: 5px;
    color: #fff;
    background-color: #999; 
    text-align: center;
    font-weight: bold;   
}
#noticeButtons a:hover {
    background-color: #5e5f61;
}
#noticeButtons a.main {
    background-color: #f00;       
}
#noticeButtons a.main:hover {
    background-color: #c00;      
}
#cart, #cart .row {
    width: 560px; 
    cursor: default;   
}
#cart .title {
    width: 215px;
}
#cart .add, #cart .sub {
    width: 70px;
}
#cart .link .add, #cart .link .sub {
    width: 29px;
    height: 25px;
    text-align: center;
    background-image: url('images/shop.png');
    cursor: pointer;
    cursor: hand;
}
#cart .link .sub, #cart .link .sub:hover {
    margin-right: 41px;
}
#cart .link .add {
    margin-left: 40px;
}
#cart .link .add { background-position: 0px 0px; }
#cart .link .add:hover { background-position: -30px 0px; }
#cart .link .sub { background-position: -60px 0px; }
#cart .link .sub:hover { background-position: -90px 0px; }
#cart a.emptyCart {
    background-image: url('images/shop.png');
    width: 146px;
    height: 35px;
    display: block;
    background-position: 0px -30px;
    float: right;
}
#cart a.emptyCart:hover {
    background-position: -148px -30px;
}
#cart input.checkout {
    background-image: url('images/shop.png');
    width: 146px;
    height: 61px;
    background-position: 0px 63px;
    cursor: pointer;
    cursor: hand;  
}
#cart form {
    display: block;
    float: right; 
    margin-left: 10px;
}
#cart input.checkout:hover {
    background-position: 145px 63px;
}
#cart .priceHide {
    display: none;
}
#cart .price, #cart .quantity {
    width: 100px;
    text-align: center;
}
#cart .top, #cart .bottom {
    font-weight: bold;
    background-color: #5e5f61;
    color: #fff;
}
#cart .bottom {
    margin-left: 460px;
}
#cart .buttons {
    text-align: right;
    clear: left;
    width: 560px;
    margin-top: 20px;
}
#cart .buttons a {
    margin-left: 5px;
}
form {
    display: inline;
}
#shippingLocation {
    clear: left;
    float: left;
    margin-top: 15px;
    margin-bottom: 0px;
    width: 560px;
}
#shippingLocation a, #shipping a {
    font-weight: bold;
}
#shippingLocation a:hover, #shipping a:hover {
    text-decoration: underline;
}
#shareButtons {
    position: absolute;
    top: 50px;
    right: 15px;
}
#shareButtons a {
    clear: left;
    float: left;
    display: block;
    margin-bottom: 25px;
    letter-spacing: -1px;
}
#shareButtons img {
    top: 20px;
    float: left;
    position: relative;
}
#shareButtons div {
    margin-top: 40px;
    margin-left: 20px;
    cursor: pointer;
}
/* Fixing AddThis because I'm breaking it somehow */
#at15sptx {
    position: absolute !important;
    top: 5px !important;
    right: -111px !important;
}
#at16ptx {
    right: -205px !important;
}
#at15pfpro, #at16pfpro {
    display: none !important;
}
#at-logo {
    display: absolute !important;
    right: 60px !important;
    top: -18px !important;
}
#ateml {
    margin-right: 77px !important;
}
#at16pm {
    height: 310px !important;
}
.atbtn {
    margin-top: 35px;
}