/*
Name: Bamboo 4 U
Date: 21/2/09
Description: Two Column Template
Author: Stuart Huyton
Copyright 2009 Stuart Huyton
*/

/* default elements */
* {
	margin: 0;
	padding: 0;
}

body{
	background-color: #d4ccba;
	font-family: sans-serif;
	font-size: 0.7em;
	text-align: justify;
	padding: 2%;
	color: #000;}

li {
	padding-top: 20px;
	padding-right: 10px;
	list-style-type: none;}

h1,h2,h3 {color: #333333; padding: 8px 0 2px;}

h1 {font: normal 1.8em sans-serif;}
h1 a {text-decoration: none;}
h1 a:hover {text-decoration: underline;}

h2 {font: normal 1.4em serif,sans-serif;}
h3 {font: bold 1.2em serif,sans-serif;}

.image{
float: left;
display: top;
margin-right: 10px;
}
.prodimage a{
float: left;
display: top;
margin-right: 10px;
padding:3px;
border:1px solid #000;
background: #d4ccba;}

/* structure */
#container{
	background-color: #000;
	width: 769px;
	padding: 0;
	margin: 0 auto;}


/* header */
#header{
	background: url(img/header.jpg) no-repeat center center;
	height: 93px;}

/* navigation */
.nav{
	background: url(img/nav.jpg) no-repeat center center;
	height: 533px;
	width: 130px;
	position: relative;
	float: left;}

.nav a {
	color: #FFFFFF;
	text-decoration: none;
	font: bold 1.0em Verdana,sans-serif;
	line-height: 15px;
	padding-left: 35px;}
	

.nav a:hover {
	text-decoration: none;
	color: #C96;
	font: bold 1.0em Verdana,sans-serif;
	line-height: 15px;
    padding-left: 35px;}
	

/* body */	
.mainbox{
	background:url(img/main.jpg) no-repeat center center;
	height: 513px;
	width: 564px;
	float: right;
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 45px;}

#subdiv1{
	height: auto;
	width: 90%;
	float: left;}

#subdiv2{
	height: auto;
	width: 90%;
	float: left;
	padding: 8px;}
	
/* footer */
#footer{
	background: url(img/footer.jpg) no-repeat center center;
	height: 168px;
	width: 769px;}


/* misc */
.clear{clear: both;}
.left{float: left;}
.right{float: right;}

