
body {
    background: #ffffff;
    margin-top: 12px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10pt;
}
.oneColLiqCtr #container {
    width: 980px;  /* this will create a container 80% of the browser width */
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
    text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #mainContent {
    padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
    background: #fff url('/media/images/repeat_975.jpg') top left repeat-y;
}

h2
{
    font-size:12pt
}

a {
color:#000000;
text-decoration:none;
}

a:hover {
color:#000000;
text-decoration:underline;
}

/* div { border:solid 1px black;} */
#header{
    height: 86px;
    background: url('/media/images/header_975.jpg') no-repeat;
    text-align: right;
}

#header p {
    padding-top: 5px;
    padding-bottom:0;
    margin-bottom: 5px;
}

#header form {
    padding-top: -10px;
}


#header table {
    padding-right:15px;
    margin-top: -11px;
/*      border:solid 1px black; */
     text-align:center;
}

#nav {
    height: 81px;
    background: url('/media/images/repeat_975.jpg') repeat-y;
    text-align: center;
    padding-top: 20px;
}

#nav p {
    margin: 0;
    padding-top: 10px;
}

#nav #categories
{
    width:800px;
}

#nav #categories,
#nav #categories li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    font-size:10pt;
    font-weight:bold;
}

#nav #categories li a
{
    color:#9aaa30;
    text-transform: uppercase;
}

#title {
    padding-top: 15px;
    padding-left: 186px;
    text-align: left;
}

#content {
    background: transparent url('/media/images/green_repeat.jpg') top left repeat-y;
}
#content #left-bar,
#content #right-bar {
    font-size: 10px;
    line-height: 17px;
    padding-top: 6px;
    width: 170px;
    float: left;
}

#content #right-bar {
    margin-left:-5px;
}


#left-bar #account-info {
    padding-left: 20px;
}

#content #content-area {
    float: left;
    width: 750px;
    margin-left: 15px;

/*     border:solid 1px blue; */
}

#content #content-area-home {
    float: left;
    width: 600px;
    margin-left: 15px;
    margin-right: 15px;
/*     border:solid 1px yellow; */
}

#content-area
{
    min-height:500px;
}

#quickcart-items {
    padding-left: 15px;
    margin: 5px 0;
}

td.whatsnew p {
    width: 151px;
    padding-left: 18px;
}

#footer {
    height: 66px;
    background: url('/media/images/footer_975.jpg') no-repeat;
    color: #8e9443;
    font-size: 11px;
    text-align: right;
    padding-top: 18px;
    padding-right: 15px;
}

#product-table {
    width: 580px;
/*     border:solid 1px black; */
}
#product-table td {
    width: 33%;
    text-align: center;
    padding-bottom:10px;
}

#product_category li
{
    text-align:center;
    list-style:none;
}

li
{
    list-style:none;
}

.statusupdate {
    font-weight: bold;
    color: #a00;
    font-family: Verdana, Arial, Sans-serif;
    text-align: center;
    /*position: fixed;
    bottom: 0px;
    left: 50%;
    margin-left: -150px;
    width: 300px;
    background-color: #a00;*/
    padding: 5px;
}

#footer .footer_leaf
{
    margin-top:-10px
}

.productImage img
{
    border:solid 1px black;
}

#product_category img
{
    border:solid 1px black;
}

.extra-info
{
    padding:10px;
    margin-left:200px;
    margin-bottom:10px;
    width:560px;
    text-align:center;
    border:solid 1px #d5d3c0;
    background-color:#F9F7f2;
}

#product-photo-caption
{
    text-align:center;
    font-size:12pt;
    font-weight:bold;
}

#product_other_imgs img
{
    border:solid 1px black;
    padding:3px;
    margin:3px;
}

#related-products li
{
    text-align:center;
    float:left;
    width:200px;
    height:200px;
}

#related-products img
{
    border:solid 1px black;
}

#product_category table td
{
    padding-bottom:10px;
}

#product_category .category
{
    text-align:left;
}

#product_category .category_description
{
    margin-left:20px;
}

#shop_nav
{
    padding: 10px 0 10px 0;
/*     border:solid 1px black; */
}

.sign_in a
{
    font-weight:bold;
    text-decoration:underline;
}

.sign_in a:hover
{
    text-decoration:none;
}

#whatsnew_main
{
    margin-left:20px;
}

#whatsnew_main p
{
    width:140px;
    padding-bottom:5px;
    border-bottom:dashed 1px white;
}

#account-info,
#account-info a
{
    color: #028180;
    font-family: Verdana, Arial, Sans-serif;
    font-size:9pt;
    font-weight:bold;

}

#dotted_bottom_border
{
    width:140px;
    margin:0 0 10px 20px;
    padding-bottom:5px;
    border-bottom:dashed 1px white;
}

#blog_stuff { margin-left: 20px; width: 138px; }
#blog_stuff form { text-align: center; }
#blog_stuff #id_query { width: 100%; }
.blog_nav_month_title { margin-left: 10px; }
.blog_nav_title { margin-left: 20px; }