body
{
	margin: 0 0 0 0;
	background-color: #8A8D32;
	text-align: center;
	font: 13px verdana;
	background: url("images/layout/body_background.jpg") repeat top left;
	background-position: 0 144px;
	color: #420000;
}

#top
{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 144px;
	background: #8A8D32 url("images/layout/top_background.jpg") repeat-x top left;
}

img
{
	border: 0px;
}

h1
{
	margin: 0 0 15px 0;
	font-size: 20px;
	font-weight: bold;
	color: #420000;
}

h2
{
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #420000;
}

.details
{
	margin: 0 auto;
	font-size: 11px;
	font-weight: italic;
	color: #420000;
}

#wrapper
{
	margin: 0 auto;
	padding: 0;
	width: 889px;
}

#container
{
	float: left;
	width: 889px;
	text-align: left;
}

#content
{
	padding: 20px 65px 20px 65px;
	position: relative;
	width: 759px;
	min-height: 360px;
	background: url("images/layout/content_background.gif") repeat top left;
}

#left_mud
{
	margin: 0 auto;
	padding: 0;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50px;
	height: 162px;
	background: url("images/layout/left_mud.gif") no-repeat top left;
}

#bottom
{
	clear: both;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 890px;
	height: 200px;
	background: url("images/layout/bottom_background.gif") no-repeat top left;
}

#home_content
{
	margin: 0 auto;
	float: left;
	width: 430px;
}

#home_video
{
	padding: 40px 0 0 0;
	float: right;
	width: 320px;
	height: 280px;
}

.arrow_left
{
	float: left;
	width: 25px;
	height: 15px;
}

.arrow_right
{
	float: right;
	width: 25px;
	height: 15px;
}

.photo
{
	float: inline;
	padding: 5px;
	width: 750px;
	text-align: center;
	vertical-align: justify;
}

.photos_row
{
	float: left;
	text-align: center;
	padding: 0 0 10px 50px;
	width: 660px;
	vertical-align: justify;
}

.photos_item
{
	float: left;
	padding: 30px 0 30px 38px;
	text-align: center;
	width: 200px;
	height: 150px;
}

.photos_item_last
{
	float: left;
	padding: 10px;
	text-align: center;
	width: 200px;
	height: 150px;
}

.menu
{
	margin: 0 auto;
	padding: 0 0 5px 47px;
	float: left;
	width: 890px;
	list-style: none;
	font: 14px arial;
	background: url("images/layout/menu_background.gif") repeat-y top left;
}

.menu li
{
	display: block;
	margin: 6px 0 0 9px;
	padding: 11px 0 11px 0;
	float: left;
	height: 20px;
	width: 122px;
	font-weight: bold;
	font-size: 13px;
	background: url("images/layout/tab.jpg") no-repeat top left;
}

.menu li a
{
	text-decoration: none;
	color: #FFFFFF;
}

.menu li a:hover
{
	color: #FFFFFF;
}

.menu li.selected
{
	background: url("images/layout/tab_selected.jpg") no-repeat top left;
}

.menu li.selected a
{
	text-decoration: underline;
	color: #FFFFFF;
}

#menu_border_bottom
{
	float: left;
	width: 890px;
	height: 2px;
	background: url("images/layout/menu_border_bottom_background.gif") no-repeat top left;
}

table.products
{
	width: 759px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0 0 30px 0;
}

table.products tr.head
{
	height: 45px;
	color: #000000;
	font-weight: bold;
	background-color: #F3CA8B;
}

table.products td.product_image
{
	width: 60px;
	height: 45px;
	padding: 0 10px 0 0;
}

table.products td.product_title
{
	width: 320px;
}

table.products td.product_price_type
{
	width: 100px;
}

table.products td.product_price
{
	text-align: right;
	width: 70px;
	padding: 0 20px 0 0;
}

table.products td.product_amount
{
	width: 100px;
}

table.products td.product_items
{
	width: 82px;
}

table.products td.product_text
{
	font: normal 10px verdana;
}

.product_items_input
{
	width: 45px;
}

.clear
{
	clear: both;
}

#forename, #surname, #address, #postcode, #city, #phone, #email
{
	border: #000000 1px solid;
}