
/* get the full background  */
body, html
{
    background-color: #434333;
    background-image: url('http://www.africannature.co.za/site/assets/images/back.jpg');
    font-family: tahoma;
}
p
{
    margin: 10px;
}
strong
{
    font-weight: bold
}
h1
{
    font-weight: bold;
    font-size:16pt;
}
#doc {
	margin:auto;
	text-align:left; /* leave unchanged */
	width:58.30em;/* non-IE */
	*width:56.80em;/* IE */
	min-width:758px;/* optional but recommended */
}

#wrapper {
    width: 758px;
}
/* border basic */
#doc, #ft, #menu, #spacing {
    border: 1px solid #fff;
}
#menu {
    margin-top: -4px;
    border-width: 1px 0;
    height: 23px;
    background-image: url('http://www.africannature.co.za/site/assets/images/menu_back.png');
    font-size: 8pt;
    *font-size: 11px;
}

.menu_cat{
    margin-top: -16px;
    height: 23px;
    width: 60px;
    text-align: center;
    vertical-align: middle;
    background-color: #DCCEB8;
    color: #3E3B36;
    font-weight: bold;
    margin-right: 1px;
    float: left;
}

#center_area, #spacing {
    margin: 0; padding: 0;
}
#content_area
{
    color: #fff;
}
div#static /* just for the static content pages */
{
    padding: 10px;
    
}
#spacing {
    border-width: 1px 0;
    height: 23px;
    background-color: #434333;
    margin-top: -4px;
}
#strip {
    margin: 0; padding: 0;
    margin-bottom: -4px;
    border-bottom: 1px solid #fff;
}
#strip.product_category_landing {
    margin-bottom: -5px;
}

#ft {
    background-color: #434333;
    border-width: 1px 0 0 0;
    color: #fff;
    font-size: 7.5pt;
    *font-size: 11px;
    padding: 5px 25px 5px 15px;
}
#ft #disclaimer
{
    color: #fff;
    text-decoration: none;
}
#ft #company_name
{
    font-weight: bold;
}

/* products stuff */
.sb {
    width: 34px;
    height: 209px;
    background-color: #bc5d26;
}
.ps {

}
.sb_left {
    float: left;
}
.sb_right {
    float: right;
}
.products {
    width: 690px;
    height: 209px;
    background-color: #fff;
    color: #000;
}
.products div {
    overflow: auto;
    height: 209px;
    width: 690px;
}
.p {
    text-align: center;
    padding: 20px 15px 0 15px;
    vertical-align: top;
}
.p h4 {
    padding-top: 5px;
    padding-bottom: 0;
    font-weight: bold;
}
.p a {
    cursor: pointer;
}
.p .product_image
{
    width: 136px;
    height: 114px;
    overflow: hidden;
}
.p .product_image img
{
    max-width: 136px;
    max-height: 114px;
}
.pd { /* product detail */
    height: 429px;
    color: #545445; /*#333425;*/
}

.pd h4 {
    font-size: 120%;
    font-weight: bold;
}

.pd p {
    padding-top: 5px;
    padding-bottom: 0px;
}

#pd_left { /* product detail */
    min-height: 429px;
    width: 50%;
    background-color: #fff;
    float: left;
}
#pd_left #pd_left_inner
{
    padding: 20px 20px 8px 20px;
    text-align: center;
}
#pd_image
{
    height: 300px;
}
#pd_image img
{
    max-width: 350px;
    max-height: 300px;
}
#full_page_image
{
    max-width: 758px;
}

.pd_details { /* product detail */
    min-height: 429px;
    width: 50%;
    background-color: #f6f1ec;
    float: right;
}

