html, body
{
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-family: Arial, Verdana, Tahoma;
    font-size: 12px;
    line-height: 18px;
    background-image: url(images/back.gif);
    background-repeat: repeat-x;
}

#container
{
    width: 100%;
    text-align: center;
    margin-bottom: -103px;
}

#main
{
    width: 875px;
    margin: 34px auto;
    text-align: left;
    background-image: url(images/back-main.gif);
}
.formfield
{
    font-size: 10px;
    color: #333;
}
.formimage
{
    xxmargin-top:-2px;
}
h1
{
    font-size: 14px;
    color: #243d73;
    margin: 0px;
}
/*------------------------------------------------------------------------*/
/* HEADER ELEMENTS */
/*------------------------------------------------------------------------*/


#header
{
    height: 174px;
    width: 875px;
    margin: 0 auto;
    xtext-align: center;
    background-image: url(images/header.jpg);
}

#top-bar
{
    width: 825px;
    margin-left: 30px;
    margin-right: 30px;
    text-align: center;
}

#logo
{
    float: left;
    margin-top: 14px;
}
#links
{
    width: 380px;
    float: left;
    padding-top: 10px;
    display: inline;
}
#top-cart
{
    float: right;
    color: White;
    width: 310px;
    padding-top: 10px;
    text-align: right;
}
#top-cart a, #top-cart a:visited
{
    color: White;
    text-decoration: none;
    font-weight: bold;
    padding-left: 19px;
}

#top-cart a:hover
{
    color: #dee853;
}

/*******************************************************************/

#leftcontent
{
    float: left;
    width: 206px;
}


#links ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
}



#links li
{
    float: left;
    margin-right: 4px;
    display: inline;
}


#links a
{
    display: block;
    height: 41px;
    padding-top: 5px;
    padding-right: 19px;
    text-decoration: none;
    display: inline;
}


#links a:link, #links a:active, #links a:visited
{
    color: #fff;
    font-weight: bold;
    display: inline;
}


#links a:hover
{
    color: #dee853;
    display: inline;
}


/*------------------------------------------------------------------------*/
/* INTERNAL PAGE ELEMENTS */
/*------------------------------------------------------------------------*/
#fullwidthcontent
{
    padding-left: 20px;
}
#centercontentwide
{
    text-align: left;
    width: 650px;
    float: right;
}
#rightcontent
{
    text-align: left;
}

#content_container, #centercontent
{
    width: 440px;
    float: left;
    text-align: left;
    margin-left: 30px;
    margin-bottom: 50px;
}


#title
{
    width: 325px;
    float: left;
    text-align: left;
    margin-bottom: 10px;
    overflow: auto;
}

#content
{
    width: 325px;
    float: left;
    text-align: left;
    margin-bottom: 20px;
}

#image_containerx, #rightcontent
{
    width: 130px;
    float: left;
    margin-left: 30px;
    margin-bottom: 20px;
}

#image
{
    width: 130px;
    height: 130px;
    margin-bottom: 12px;
    float: left;
}

#CategoryGrid
{
    display: none;
}

#thumb-container
{
    width: 320px;
    text-align: left;
    float: left;
    display: inline;
}





#footer
{
    height: 60px;
    width: 875px;
    margin: 0 auto;
    padding-top: 40px;
    text-align: center;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
    line-height: 15px;
    color: #fff;
    position: relative;
    background-image: url(images/back-footer.gif);
    clear: both;
}

#footer a
{
    text-decoration: none;
    color: #fff;
    margin-top: 20px;
}

#footer a:hover
{
    color: #c2cd23;
}

.basket-content, .basket-total
{
    padding-left: 6px;
}
.basket-bar
{
    background-color: #243D73;
    border-bottom: none;
}
.basket-bar a{color:#fff;}
.basket-box
{
    padding-top: 6px;
    padding-left: 6px;
}
.sidemenulink, .basket-content a
{
    text-decoration: none;
    color: Black;
}
.sidemenulink
{
    font-weight: bold;
}
.product_title
{
    text-decoration: none;
}
.out-of-stock
{
    clear:both;
    font-weight:bold;
    background-color:#243D73;
    color:#fff;
    padding:4px;
    }
.twentypixspacer
{
    height: 20px;
    
}

