﻿/* CSS Document */

/*
Author: L-zanne Wentzel l-zanne@augment.co.za

Table of Contents:
global
page structure
nav
headings
link styles
text styles
inline imgs
tables
forms
extras
SiFR
*/

html{overflow:-moz-scrollbars-vertical;}

* {margin: 0; padding: 0; outline: none;}

body{
background:#dec384 url(../gfx/bg_tile.jpg) repeat-x top;
font: 11px Verdana, Arial, Helvetica, sans-serif normal;
color:#392406;
z-index:0;
}

.container{
position:relative;
width:100%;
background:url(../gfx/header.gif) no-repeat top;
z-index:0;
}

.container .leftcurl{
position:absolute;
background:url(../gfx/lhs_curl.png) no-repeat top left;
width: 207px;
height: 261px;
top: 0px;
left: 0px;
}

.container .rightcurl{
position:absolute;
background:url(../gfx/rhs_curl.png) no-repeat top right;
width: 207px;
height: 261px;
top: 0px;
right: 0px;
}

.holder{
position:relative;
width: 853px;
margin: 0px auto;
text-align:center;
z-index:100;
}

.holder .text{
background:url(../gfx/text.gif) no-repeat top;
height: 88px;
position:absolute;
width: 893px;
top: 158px;
left:-15px;
z-index:0;
}


.holder .curls{
position:absolute;
height: 328px;
width:354px;
background:url(../gfx/curls.gif) no-repeat top left;
top: 125px;
left: -99px;
z-index:0;
}

.header{
position:relative;
height: 238px;
background:url(../gfx/grass.gif) no-repeat bottom left;
z-index:0;
}
.header .facebook{
	position:absolute;
	top: 470px;
	left: -60px;
}
.header .logo{
float:right;
margin: 60px 0 0 0;
z-index:0;
}

.navigation{
position:absolute;
top: 188px;
left: 0px;
background:url(../gfx/paper_bg.gif) no-repeat top;
height: 50px;
width: 853px;
z-index: 100000;
}

.navigation ul{
margin: 20px 0 0 10px;
float:left;
list-style:none;
z-index: 100000;
}

.navigation ul li{
float:left;
font-size:13px;
z-index: 100000;
}

.navigation ul li a:link{
color:#392406;
text-decoration:none;
padding: 10px;
display:block;
z-index: 100000;
}

.navigation ul li a:visited{
color:#392406;
text-decoration:none;
padding: 10px;
display:block;
z-index: 100000;
}

.navigation ul li a:active{
color:#392406;
text-decoration:none;
padding: 10px;
display:block;
z-index: 100000;
}

.navigation ul li a:hover{
color:#ffffff;
background-color:#990000;
text-decoration:none;
padding: 10px;
display:block;
z-index: 100000;
}

.navigation ul li.navactive{
color:#ffffff;
background-color:#990000;
text-decoration:none;
display:block;
padding: 10px;
z-index: 100000;
}


.header .tree{
position:absolute;
top: 13px;
left: 11px;
background:url(../gfx/tree.gif) no-repeat bottom;
height: 164px;
width: 253px;
z-index:0;
}

.content{
background:#FFFFFF url(../gfx/bottom_grass.gif) no-repeat bottom;
border: 1px solid #504322;
z-index:100;
}

.content .left{
float:left;
width:555px;
margin: 0 0 35px 0;
z-index:0;
}

.content h1{
color: #504322;
text-align:left;
font-size:16px;
padding: 0px;
margin: 40px 0 0px 20px;
display:block;
}

.content h1 img{
border:none;
}

.content h2{
color: #504322;
text-align:left;
font-size:14px;
padding: 10px 10px 10px 10px;
margin: 0 20px 0 20px;
display:block;
border-bottom: 1px dashed #504322;
}

.content h2.border{
color: #504322;
text-align:left;
font-size:14px;
padding: 25px 10px 10px 10px;
margin: 0 20px 0 20px;
border-bottom: 1px dashed #504322;
display:block;
}

.content h2.border img{
border: none;
}

.content h3{
color: #504322;
text-align:left;
font-size:14px;
margin: 10px 0 10px 25px;
padding: 0px;
display:block;
}

.content p, .holder p, .content p.hp, .content p.links{
color: #504322;
text-align:left;
font-size:12px;
padding: 10px 10px 15px 10px;
margin: 0 20px 0 20px;
}

.content p.hp span{
color: #504322;
float: right;
text-align:right;
font-size:12px;
}

.content p.links span{
color: #504322;
float: right;
text-align:right;
font-size:12px;
}

.content p.none, .holder p.none{
color: #504322;
text-align:left;
font-size:12px;
padding: 10px 0px 0px 10px;
margin: 0 20px 0 20px;
}

.content p.hp img
{
    float:left;
    margin: 0 10px 0 0;
    border: 2px solid #ecddba;
}

.content p a{
text-align:right;
}

.content p a:link{color: #504322; text-decoration:underline; z-index: 1000;}
.content p a:visited{color: #504322; text-decoration:underline; z-index: 1000;}
.content p a:hover{color: #504322; text-decoration:none; z-index: 1000;}
.content p a:active{color: #504322; text-decoration:underline; z-index: 1000;}

.content table{
color: #504322;
text-align:left;
font-size:11px;
padding: 0px 10px 5px 10px;
margin: 10px 20px 10px 20px;
border:none;
}

.content table td.photo
{
    width: 90px;
}

.content table td.photo img
{
border: 2px solid #ecddba;
}

.content table td.des
{
    width: 250px;
    padding: 0 0 0 10px;
    border-right: 1px dashed #504322;
}

.content table td.more img
{
    margin: 0 0 5px 0;
}

.content table td.more
{
    width: 120px;
    padding: 0 0 0 10px;
    font-size:10px;
    vertical-align: top;
}

.content table td.more img
{
    border:none;
}

.content table td.more a:link{color: #504322; text-decoration:none;}
.content table td.more a:visited{color: #504322; text-decoration:none;}
.content table td.more a:hover{color: #504322; text-decoration:underline;}
.content table td.more a:active{color: #504322; text-decoration:underline;}

.content ul{
list-style:none;
margin: 20px 20px 0 20px;
}

.content ul a:link{color: #504322; text-decoration:underline;}
.content ul a:visited{color: #504322; text-decoration:underline;}
.content ul a:hover{color: #504322; text-decoration:none;}
.content ul a:active{color: #504322; text-decoration:underline;}

.content ul.range{
list-style:none;
color:#ad1800;
margin: 20px 20px 0 20px;
}

.content ul.range a:link{color: #ad1800; text-decoration:none;}
.content ul.range a:visited{color: #ad1800; text-decoration:none;}
.content ul.range a:hover{color: #ad1800; text-decoration:underline;}
.content ul.range a:active{color: #ad1800; text-decoration:underline;}

.content ul li.about{
background:url(../gfx/icons/about.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
}

.content ul li.contact{
background:url(../gfx/icons/contact.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
}

.content ul li.price{
background:url(../gfx/icons/price.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
}

.content ul li.stockist{
background:url(../gfx/icons/stockist.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
}

.content ul li.customise{
background:url(../gfx/icons/customise.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
}

.content ul li.chick{
background:url(../gfx/list_bullet_2.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
color:#ad1800;
}

.content ul li.chick2{
background:url(../gfx/list_bullet_1.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 34px;
margin: 0 0 0 10px;
text-align:left;
color:#ad1800;
}

.content ul li
{
background:url(../gfx/bullet.gif) no-repeat left;
height: 28px;
line-height: 28px;
padding: 0 0 0 24px;
margin: 0 0 0 30px;
text-align:left;
color: #504322;
}

.content .red{
color:#ad1800;
font-weight:bold;
}

.content .subscribe
{
    width: 270px;
}

.content .subscribeform, .holder .subscribeform, .content #orderform{
padding: 0px 10px 15px 10px;
margin: 0 0px 0 0px;
float:left;
}

.content .subscribeform p #subscriptionprocessed
{
    font-weight:bold;
}

.content .subscribeform .field, .holder .subscribeform .field, .content #orderform .field{
width: 215px;
padding: 3px;
margin: 0 0 0 20px;
color: #504322;
text-align:left;
font-size:12px;
border: 1px solid #504322;
}

.content .subscribeform .fieldr, .holder .subscribeform .fieldr, .content #orderform .fieldr{
width: 215px;
padding: 3px;
margin: 0 0 0 20px;
color: #504322;
background-color:#e5fcaa;
text-align:left;
font-size:12px;
border: 1px solid #504322;
}

.content .subscribeform textarea, .holder .subscribeform textarea, .content #orderform textarea{
width: 215px;
padding: 3px;
margin: 0 0 0 20px;
font: 10px Verdana, Arial, Helvetica, sans-serif normal;
color:#504322;
text-align:left;
border: 1px solid #504322;
}

.content .subscribeform textarea.large, .holder .subscribeform textarea.large, .content #orderform textarea.large{
width: 470px;
padding: 3px;
margin: 0 0 0 20px;
font: 10px Verdana, Arial, Helvetica, sans-serif normal;
color:#504322;
text-align:left;
border: 1px solid #504322;
}

.content .subscribeform .send, .holder .subscribeform .send{
background:url(../gfx/send_button.gif) no-repeat top;
height: 16px;
width: 38px;
border: none;
float: left;
margin: 0 0 0 20px;
cursor:pointer;
}

.content #orderform .send{
background:url(../gfx/send_button.gif) no-repeat top;
height: 16px;
width: 38px;
border: none;
float: right;
margin: 20px 20px 0 0px;
cursor:pointer;
}

.sendbutton {
    border: none;
    float: right;
    margin: 0px 20px 0 0px;
    cursor:pointer;
}

.content #orderform label
{
    float:left;
    display:block;
    text-align:left;
    padding: 0 0 0 20px;
    width: 225px;
    font-size: 12px;
}

.content #orderform label.small
{
    float:left;
    display:block;
    text-align:left;
    padding: 0 0 0 20px;
    width: 225px;
    font-size: 10px;
}

.content .right{
float:right;
background:url(../gfx/rhs_bg.gif) repeat-y top;
width:295px;
margin: 10px 0 35px 0;
padding: 200px 0 0 0;
z-index:0;
}

.content .right p{
color: #504322;
text-align:left;
font-size:12px;
padding: 10px 10px 0px 10px;
margin: 0 20px 0 20px;
}

.content .right p img
{
    float:left;
    margin: 0 10px 0 0;
    border: none;
}

.content .right .sep{
margin: 20px 0px 10px 0px;
}

.content .right .box{
position:absolute;
background:url(../gfx/box.png) no-repeat top right;
width: 389px;
height: 354px;
top: 108px;
right: -55px;
z-index:0;
}

.content .right .box img{
	
	z-index:0;
	}

.content .right .box .heading{
margin: 180px 0 0 15px;
position:absolute;
top:-5px;
left: 115px;
z-index:0;
}

.content .right .box .heading2{
margin: 180px 0 0 15px;
position:absolute;
top:-5px;
left: 125px;
z-index:0;
}

.holder .footer{
position:relative;
background:url(../gfx/roots.gif) no-repeat top right;
height: 300px;
}

.holder .footer h4 img{
border:none;
}

.holder .footer h4{
color: #504322;
text-align:left;
font-size:14px;
margin: 10px 0 10px 25px;
padding: 0px;
display:block;
}

.holder .footer ul{
margin: 30px 0 0 10px;
padding: 0 0 20px 0;
float:left;
list-style:none;
z-index: 1000;
font-size:10px;
border-bottom: 1px dashed #392406;
}

.holder .footer ul li{
float:left;
font-size:10px;
margin:10px 5px 0 5px;
z-index: 1000;
}

.holder .footer ul li a:link, .holder .footer ul li a:visited, .holder .footer ul li a:active{
color:#392406;
text-decoration:none;
z-index: 1000;
}

.holder .footer ul li a:hover{
color:#ffffff;
z-index: 1000;
}

.holder .footer .snail{
position:absolute;
width: 324px;
height: 67px;
top: -40px;
left: -30px;
}

.clear{
clear:both;
}

.holder .footer a:link {color:#392406;
text-decoration:underline;}
.holder .footer a:visited {color:#392406;
text-decoration:underline;}
.holder .footer a:hover{color:#392406;
text-decoration:none;}
.holder .footer a:active{color:#392406;
text-decoration:none;}
