body{
    font-size: 0.75em;
    font-family: Georgia, serif;
    text-align: center;
    color: #663333;
    background: #6e4837 url(../images/body.gif) repeat-x;
}

/* text elements */
h1, h2, h3, h4, h5, h6{	
    font-weight: 800;
    color: #a75533;
}

h1{ font-size: 1.45em; margin: 0 0 20px 0; }
h2{ font-size: 1.2em; margin: 0 0 10px 0; }

p{
    margin: 0 0 30px 0px;
    line-height: 1.8em;
}

address{ line-height: 1.6em; margin: 0 0 30px 0;}

a{ color: #a75533; text-decoration: underline}
a:hover{ color: #7F3A1F;}

.clear{clear: both; padding: 10px 0 0 0;}

.floatLeft{ float: left; margin: 0 10px 10px 0; }
.floatRight{ float: right; margin: 0 0 10px 10px; }
.alignRight{ text-align: right; }
.alignLeft{ text-align: left; }

.vmiddle{ vertical-align: middle; }

hr{ width: 100%; height: 1px; clear: both; float: left; border: none; background: #ECE7DE; margin: 0 0 20px 0; }

#back{
    width: 29px;
    height: 98px;
    position: absolute;
    float: right;
    right: 0;
    top: 45%;
    text-indent: -9999em;
    outline: none;
    background: url(../images/back.gif) no-repeat;
}

/* main containers */
#wrapper{
    width: 750px;
    margin: 0 auto;
    text-align: left;
    border-left: 20px solid #663520;
    border-right: 20px solid #663520;
    background: #ffffff;
}

#container{
    width: 750px;
    float: left;
    background: url(../images/container.gif) repeat-y;
}

/* header */
#header{
    width: 100%;
    float: left;
}

#header #logo{
    width: 205px;
    height: 85px;
    float: left;
    margin: 15px 0 20px 34px;
    text-indent: -9999em;
    display: inline;
    outline: none;
    background: url(../images/logo.gif) no-repeat;
}

#header ul{
    float: right;
    margin: 50px -110px 0 0;
    color: #cc9966;
}

#header ul li{
    margin: 0 15px 0 0;
    float: left;
    position: relative;
}

#header ul li ul{
    width: 150px;
    position: absolute;
    left: 0;
    top: 15px;
    margin: 0;
    display: none;
    border: 1px solid #5F0000;
    background: #8F0000;
}

#header ul li ul li{
    width: 130px;
    float: left;
    padding: 5px 10px;
    border-bottom: 1px solid #AF0000;
    position: static;
}

#header ul li ul li.last{
    border-bottom: none;
}

#header ul li ul li a{
    float: left;
    display: block;
    color: #ffffff;
}

#header ul li ul li a:hover{
    display: block;
}

#header ul li:hover ul{
    display: block;
}

#header ul a{
    margin: 0 15px 0 0;
    text-decoration: none;
    color: #006633;
}

#header ul a img{
    vertical-align: middle;
}

#header #social{
    clear: none;
    float: right;
    margin: 10px 0 10px 20px;
}

#header #social img{
    margin: 0 5px 0 0;
}

#header #social li{
    margin: 0 5px 0 0;
}

#header #social li a{
    margin: 0 0 0 0;
}

/* menu */
#menu{
    width: 100%;
    height: 32px;
    float: left;
    border-bottom: 8px solid #006633;
}

#menu li{
    float: left;
}

#menu li a{	
    height: 32px;
    width: 125px;
    display: block;
    text-indent: -9999em;
    outline: none;
    background: url(../images/menu.gif) no-repeat;
}

#menu li .menuProducts{ background-position: 0 0; }
#menu li .menuNews{ background-position: -125px 0; }
#menu li .menuEvents{ background-position: -250px 0; }
#menu li .menuFind{ background-position: -375px 0; }
#menu li .menuAbout{ background-position: -500px 0; }
#menu li .menuContact{ background-position: -625px 0; }

/* banner */
#banner{
    height: 80px;
    clear: both;
    position: relative;
}

body.home #banner{
    height: 150px;
}

#banner img{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
}

body.home #banner img{
    display: none;
}

#banner h1{
    width: 200px;
    position: absolute;
    top: 46px;
    left: 30px;
    z-index: 100;
    font-size: 1.7em;
    font-weight: 100;
    display: none;
    font-family: "Times New Roman", Times, serif;
    color: #ffffff;
}

#banner form{
    position: absolute;
    right: 30px;
    top: 26px;
    z-index: 100;
}

/* content */
#content{
    width: 460px;
    float: left;
    line-height: 1.6em;
    padding: 30px 0 0 20px;
}

#fullContent{
    width: 710px;
    float: left;
    padding: 30px 20px 20px 20px;
}

/* aside */
#aside{
    width: 250px;
    float: right;
    background: #f6ecd8;
}

#aside h2{
    padding: 11px 0;
    margin: 0 0 20px 0;
    font-size: 1em;
    text-indent: 20px;
    text-transform: uppercase;
    color: #ffffff;
    background: #990000;
}

#aside .padding{
    padding: 20px 10px;
}

#aside ul{
    line-height: 1.6em;
    padding: 0 35px 30px 20px;
}

#aside ul .date{
    display: block;
    font-size: 0.9em;
    font-weight: 800;
    color: #666666;
}

#aside ul li{
    margin: 0 0 10px 0;
}

#aside ul a{
    color: #a75533;
}

#aside #submenu{
    margin: 30px 0 0 0;
}

#aside #submenu li{
    margin: 0 0 10px 0;
}

/* footer */
#footer{
    width: 100%;
    clear: both;
    float: left;
    font-size: 0.9em;
    border-top: 10px solid #663520;
    background: #f6ecd8;
}

#footer ul{
    float: left;
    margin: 20px 0 10px 20px;
    text-transform: uppercase;
}

#footer ul li{
    float: left;
    margin: 0 20px 0 0;
}

#footer ul a{
    color: #006633;
}

#footer p{
    width: 400px;
    clear: both;
    float: left;
    margin: 0 0 15px 20px;
    color: #999999;
}

#footer img{
    float: right;
    display: inline;
    margin: 20px 20px 0 0;
}


/* products */
#products{
    width: 460px;
    float: left;
}

#products li{
    clear: both;
}

#products .top{
    width: 460px;
    height: 20px;
    background: url(../images/listingTop.gif) no-repeat;
}

#products .bottom{
    width: 460px;
    height: 27px;
    float: left;
    margin: 0 0 20px 0;
    background: url(../images/listingBottom.gif) no-repeat;
}

#products .middle{
    width: 370px;
    float: left;
    padding:  0 45px;
    background: url(../images/listingMiddle.gif) repeat-y
}

#products dl{
    width: 370px;
    float: left;
}

#products dt{
    width: 85px;
    margin: 0 30px 0 0;
    float: left;
}

#products dd{
    width: 250px;
    float: right;
}

#products .details p{
    float: left;
    margin: 0 0 10px 0;
    color: #666666;
}

#products .details .more{
    font-weight: 800;
}

#products .details .outOfStock{
    font-weight: 800;
    font-size: 1.1em;
}


#products .price, #products .retailPrice{
    margin: 0;
    clear: both;
}

#products .price{
    font-weight: 800;
    font-size: 1.2em;
    color: #990000;
}

#products .retailPrice{
    margin: 0 0 10px 0;
    color: #666666;
}


#products .retailPrice span{
    text-decoration: line-through;
}

#products .quantity{
    color: #666666;
}

#products .quantity input{
    margin: 0 5px;
    vertical-align: middle;
}

/* product */
#product{
    float: right;
}

#product .top{
    width: 330px;
    height: 20px;
    background: url(../images/productTop.gif) no-repeat;
}

#product .middle{
    width: 330px;
    background: url(../images/productMiddle.gif) repeat-y;
}

#product .bottom{
    width: 330px;
    height: 20px;
    background: url(../images/productBottom.gif) repeat-y;
}

#product img{
    display: block;
    margin: 0 auto;
}

/* details */
#details{
    width: 330px;
    float: left;
    line-height: 1.6em;
    color: #666666;
}

#details blockquote{
    font-style: italic;
    font-size: 1.1em;
    color: #a75533;
}

#details h2{
    margin: 0;
    font-size: 1.1em;
    color: #663333;
}

#details ul{
    margin: 0 0 30px 0;
}

#details ul li{
    margin: 0 0 5px 0;
}

/* metadata */
#metadata{
    width: 100%;
    float: left;
}

#metadata h2{
    float: left;
}

#metadata p{
    float: right;
    margin: 0;
}

/* box */
.box{
    float: right;
}

.box h2{
    margin: 0 0 20px 0;
}

.box .top{
    width: 710px;
    height: 20px;
    background: url(../images/boxTop.gif) no-repeat;
}

.box .bottom{
    width: 710px;
    height: 20px;
    float: left;
    margin: 0 0 20px 0;
    background: url(../images/boxBottom.gif) no-repeat;
}

.box .middle{
    width: 620px;
    float: left;
    padding:  0 45px;
    background: url(../images/boxMiddle.gif) repeat-y
}

.box .left{
    width: 65%;
    float: left;
    border-right: 1px solid #ECE7DE;
}

.box .right{
    width: 30%;
    float: right;
}

.box .equalLeft{
    width: 47%;
    float: left;
}

.box .equalRight{
    width: 47%;
    padding: 0 0 0 4%;
    float: right;
}

.box .or{
    background: url(../images/or.gif) no-repeat 0 0;
}

.box h2 a{ font-size: 0.8em; font-weight: 100; }

.box p{ margin: 0 0 10px 0;}

/* address */
.address{
    margin: 0 0 20px 0;
}
.address li{
    line-height: 1.6em;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #FFE9DF;
}

/* display table */
.display{
    width: 100%;
    margin: 0 0 20px 0;
}

.display thead th{
    padding: 10px 10px;
    font-weight: 800;
    text-align: left;
    color: #ffffff;
    background: #a75533;
}

.display tbody td{
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #cccccc;
}

.display thead th.alignRight, .display tbody td.alignRight{
    text-align: right;
}

.display tr.footer td{
    font-weight: 800;
}

.display tr.total td{
    text-transform: uppercase;
    border-top: 2px solid #cccccc;
    border-bottom: none;
}

.display tr input{
    margin: 5px 0 0 0;
    background: #f6ecd8;
}

.editCart{
    padding: 5px;
    font-size: 0.8em;
    color: #ffffff;
    background: #a75533;
}

.editCart:hover{ color: #FFF4EF;}

/* form elements */
.floatLeft input{ float: left;  margin: 0 10px 0 0; }
.floatRight input{ float: right; margin: 0 0 0 10px; }

.form h3 { margin: 5px 0 5px 0;}
.tip{ font-size: 0.9em; font-style: italic; float: left; }

/* find us */
.email{ 
    padding: 0 0 5px 25px;
    background: url(../images/icons/mail.gif) no-repeat 0 50%;
}

.web{ 
    padding: 0 0 5px 25px;
    background: url(../images/icons/home.gif) no-repeat 0 50%;
}

.phone{ 
    padding: 0 0 5px 25px;
    background: url(../images/icons/cellphone.gif) no-repeat 0 50%;
}

.fax{
    padding: 0 0 5px 25px;
    background: url(../images/icons/fax.gif) no-repeat 0 50%;
}

/* recipes */
.recipe{
    clear: both;
    width: 279px;
    margin: 0 auto;
}

.recipe .top{
    width: 279px;
    height: 20px;
    background: url(../images/recipeTop.gif) no-repeat;
}

.recipe .middle{
    width: 279px;
    background: url(../images/recipeMiddle.gif) repeat-y;
}

.recipe .bottom{
    width: 279px;
    height: 20px;
    background: url(../images/recipeBottom.gif) repeat-y;
}

.recipe img{
    display: block;
    margin: 0 auto;
}

/* recipes */
#recipes li{
    margin: 0 0 10px 0;
}

#recipes li.file{
    padding: 0 0 5px 20px;
    background: url(../images/icons/document.gif) no-repeat 0 50%;
}

#recipes li.video{
    padding: 0 0 5px 20px;
    background: url(../images/icons/video.gif) no-repeat 0 50%;
}

/* news */
#news{
    line-height: 1.6em;
}

#news li{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px dotted #FFE9DF;
}

#news .date{
    display: block;
    font-size: 0.9em;
    font-weight: 800;
    color: #666666;
}

/* events */
#events{
    width: 100%;
    line-height: 1.6em;
}

#events h3{
    font-weight: 100;
    margin: 0;
}

#events li{
    width: 100%;
    clear: both;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 3px double #DFDFDF;
}

#events li img{
    float: left;
}

#events li .metadata{
    margin: 0 0 0 80px;
    border: 1px solid red;
}

#events h2{
    margin: 0 0 10px 0;
}

#events p{
    margin: 0 0 10px 0;
}

#events ul{
    float: left;
    font-size: 0.9em;
}

#events li li{
    width: auto;
    clear: none;
    margin: 0 10px 0 0;
    padding: 0;
    border-bottom: none;
}

/* blogs */
#blogs li{
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #ECE7DE;
}

#blogs p, #blog p{
    margin: 0;
}

#blogs .utility, #blog .utility{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #999999;
}

#blog h2{
    margin: 10px 0 0 0;
    padding: 5px 0 0 0;
    border-top: 1px dotted #eeeeee;
}

/* comments */
#commentArea{
    margin: 10px 0 10px 0;
    padding: 10px 10px;
    background: url(../images/comment.gif) repeat-x;
}

#comments li{
    padding: 10px 0 10px 0;
    border-bottom: 1px solid #eeeeee;

}

#comments li .number{
    font-size: 2.5em;
    font-weight: 800;
    float: right;
    padding: 0 0 10px 20px;
    color: #cccccc;
}

#comments li p, #comments li span{
    margin: 0 0 5px 0;
}

/* list */
ol.list{
    list-style-type: lower-alpha;
    margin: 0 0 20px 20px;
    line-height: 1.6em;
}

ol.list li{
    margin: 0 0 5px 0;
}

ul.list{
    list-style-type: square;
    margin: 0 0 20px 20px;
    line-height: 1.6em;
}

ul.list li{
    margin: 0 0 5px 0;
}

/* tab */
#tab{
    clear: both;
}
/* jquery */
/*
#tab .ui-tabs-nav{
    border-bottom: 1px solid #F6F6F6;
}

.ui-widget-header, .ui-widget-content{
    background: none;
    border: none;
}

.ui-tabs, .ui-tabs .ui-tabs-nav,
.ui-tabs .ui-tabs-panel 
{
    padding: 0;
}

.ui-tabs-nav{
    clear: both;
}

.ui-tabs .ui-tabs-panel{
    padding: 10px 0;
}*/

/* login */
#login{
    padding: 20px 0;
    margin: 0 0 10px 0;
    background: url(../images/stripe.gif) repeat-x;
}

#login p{
    margin: 10px 20px 0 20px;
}

/* Scroller Box */
#scroller {
    position: relative;
    width: 270px;
    height: 180px;
    overflow: hidden;
}

/* Scoller Box */

/* At the end of the CSS File */

/* CSS Hack Safari */
#dummy {;# }

#scroller {
    overflow: auto;
}

