 /* GENERAL */

body  {
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-image: url(Images/background.jpg);
	}

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

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

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

a:active {
	text-decoration: none;
	color: #CC6600;
	}

img {
	border: none;
	}
	
.paypal {
	border: none;
	}
	
.container {
	width: 800px;
	background-color:#F4FFE4;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	margin: 0px auto;
	text-align: left;
	overflow: auto;
	}
	
h1 {
	font-size: 15px;
	color:#333333
	}
	
h2 {
	font-size: 15px;
	color:#333333
	}

h3 {
	font-size: 13px;
	color:#689A3B;
	}
	
/* HEADER */

.header {
	float: left;
	width: 800px;
	background-color: #FFFFFF;
	}
	
.logo {
	float: left;
	font-size: 16px;
	margin: 40px 0 0 40px;
	padding-bottom: 33px;
	text-align: center;
	}

.delivery {
	color:#619239;
	}
	
.delivery a{
	text-decoration: none;
	color:#619239;
	}
	
.delivery a:hover{
	text-decoration: underline;
	color:#619239;
	}
	
.number {
	float: right;
	font-size: 15px;
	text-align: center;
	margin: 65px 45px 0 0;
	color: #FF0000;
	font-weight: bold;
	}
	
.image {
	float: left;
	width: 800px;
	}

/* NAVIGATION */

.navigation {
	float: left;
	width: 780px;
	margin: 0px 0 0 0;
	background-color: #AAAB7C;
	border-top: 1px solid #838455;
	border-bottom: 1px solid #838455;
	height: 17px;
	color:#FFFFFF;
	padding: 10px;
	text-align: center;
	}

.navigation a:link {
	text-decoration: none;
	color:#FFFFFF;
	}

.navigation a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}
	
.navigation a:visited {
	text-decoration: none;
	color:#FFFFFF;
	}

/* SUB NAVIGATION */

.subnav {
	float: left;
	margin: 10px 0 0 0;
	padding-right: 25px;
	}
	
table.nav { 
	float:left;
	}

.navHd{ 
	background-color: #AAAB7C;
	color:#FFFFFF;
	height: 29px;
	width: 160px;
	}

.navBod { 
	background-image:url(Images/nav_line.jpg);
	height: 28px;
	padding-left: 20px;
	}
	
/* MAIN */

.main {
	float:left;
	width: 735px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin: 16px 0 0 16px;
	}

#main {
	float: left;
	width: 450px;
	}
	
.rightpanel {
	float:right;
	width: 255px;
	margin-top: 10px; 
	}

.rightpanel img {
	border: 1px solid #999999;
	}

/* PRODUCTS */

.products {
	float:left;
	width: 735px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin: 16px 0 0 16px;
	}

#products {
	float: left;
	width: 545px;
	}

.products img {
	border: 1px solid #999999;
	margin-left: 8px;
	}
	
/* FOOTER */

.footer {
	float:left;
	width: 735px;
	background-color:#FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 15px;
	margin: 13px 0 30px 16px;
	}
	
.contactdetails {
	float:left;
	margin: 0 0 0 15px;
	width: 550px;
	}

.address {
	float: right;
	width: 150px;
	}

