html {
	/* prevent firefox to jump if scrollbar appears... */
	overflow: scroll;
	margin: 0px;
	padding: 0px;
}

body {
	background: #ffffff;
	font-family: Verdana, Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
	
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
	
h1 {
	padding: 5px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	}

h3, h4, h5, h6 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	}

br.clear_both {
	clear: both;
	}
	
a {
	text-decoration: none;
	color		: #5c5c5c;
	}
	
a.important{
	color		: #C93A29;
	}

a:hover {
	color: #339933;
	}

table p.bodytext {
	padding: 0px;
	margin: 0px;
	}

table, table td {
	padding		: 0px;
	margin		: 0px;
	border		: 0px;	
}

table th {
	text-align	: left;
	}
	

#logo {
	position: relative;
	background: #339933;
	height: 160px;
	}

#logo img {
	position: absolute;
	top: 34px;
	left: 10px;
	}
	
#main {
	width: 100%;
	background: #ffffff;
	overflow: hidden;
}

#header {
	background: #339933;
	height: 170px;
	position: relative;
	}
	
#header_image {
	position: absolute; 
	top: 0px;
	left: 170px;
		}

#navigation {
	position: absolute;
	bottom: 0px;
	left: 170px;
	margin: 0px 0px 0px 0px;
	}
	
#navigation ul {
	padding: 0px;
	margin: 0px;
	}
	
#navigation ul li {
	list-style-type: none;
	float: left;
	width: 131px;
	border-left: 1px solid #ffffff;
	height: 170px;
	position: relative;
	}
	
#navigation ul li a {
	position: absolute; 
	top: 132px;
	left: 4px;
	color: #ffffff;
	text-decoration: none;
}

#navigation ul li a.active, #navigation ul li a:hover  {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}

#left {
	background: #eeeeee;
	height: 100%;
	width: 170px;
	float: left;
	margin-bottom:-2000px;
	padding: 0px 0px 2000px 0px;
	}

#search_container {
	margin: 0px 10px 0px 10px;
	}
#search {
	float: left;
	}
	
#search_button {
	float: left;
	margin: 0px 0px 0px 4px;
	}
	
.search_field {
	border: 1px solid #000000;
	width: 120px;
	}

.box {
	margin: 10px;
	}
.box h1 {
	font-size: 12px;
	color: #339933;
	margin: 0px;
	}
	
.box ul {
	margin: 0px;
	padding: 0px;
	}

.box ul li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	background: transparent url(../images/arrow.png) no-repeat scroll left top;
}

#sub_navigation {
	margin: 28px 0px 20px 10px;
}

#sub_navigation ul {
	padding: 0px;
	margin: 0px;
}

#sub_navigation ul li {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	background: transparent url(../images/arrow.png) no-repeat scroll left top;
}

#sub_navigation ul li a.active, #sub_navigation ul li a:hover {
	color: #339933;
	}

#sub_navigation ul li ul {
	margin: 0px 0px 0px 10px;
}

#sub_navigation ul li.subsub_navigation {
	margin: 0px 0px 0px 0px;
	background: none;
	}

#content {
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	width: 640px;
	padding: 20px;
	float:left;
	min-height: 200px;
}

#footer_line {
	background: #339933;
	height: 12px;
	width: 100%;
	font-size: 10px;
	padding: 4px 0px 4px 10px;
	line-height: 100%;
}

#footer {
	height: 20px;
	width: 100%;
}

#copyright {
	float: left;
}

#footer_navigation {
	float: left;
	margin: 0px 0px 0px 3px;
	}

#footer_navigation ul {
	padding: 0px;
	margin: 0px;
}

#footer_navigation ul li {
	list-style-type: none;
	float: left;
	border-left: 1px solid #000000;
	padding: 0px 3px 0px 3px;
}

#footer_navigation ul li a {
	color: #000000;
	}

#footer_navigation ul li a:hover, a:active {
	color: #eeeeee;
	}
	
/* -- SHOP -- */

.list_product {
	width		: 800px;
	margin		: 0px 0px 15px 0px;
	}

.list_product_title {
	margin		: 0px 0px 10px 0px;
	font-weight : bold;
	}
	
.list_product_image {
	float		: left;
	margin		: 0px 10px 0px 0px;
	}
	
.list_product_description {
	float		: left;
	width		: 400px;
	margin		: 0px 10px 0px 0px;
	}
	
.list_product_description p.bodytext {
	padding		: 0px;
	margin		: 0px;
	}
	
.list_product_price {
	
	}
	
.list_product_quantity {
	float		: left;
	}
	
.list_product_basket {
	float		: left;
	}
	
.product_image {
	float		: left;
	margin		: 0px 20px 0px 0px;
	}
	
.product_information {
	flaot		: left;
	}
	
.product_description {
	
	}

table.basket_product th, table.basket_product td {
	padding		: 2px;
}