* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #2f4f36;
	text-align: center;
	font-family: Trebuchet MS, Geneva, Arial;
}
#main_contnr {
	width: 940px;
	margin: 0 auto;	
	text-align: left;
}
.button {
	border: 0;
	cursor: pointer;
}
/* HEADER */
#header_contnr_top {
	float: left;
	width: 940px;
	height: 65px;
	background-image: url(/images/layout/header_nav_bg.jpg);
}
#header_contnr_bot {
	float: left;
	width: 940px;
	height: 4px;
	background-image: url(/images/layout/header_nav_bottom_bg.jpg);
}
#header_nav {
	float: left;
	width: 753px;
	margin: 20px;
	display: inline;
}
#header_nav a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	font-style: italic;
}
#header_nav a:hover {
	color: #6db77d;
}
#header_basket {
	font-size: 12px;
	text-align: right;
	background-image: url(/images/layout/mini-basket-bg.png);
	padding: 60px 10px 10px 10px;
	height: 40px;
	margin-bottom: 10px;
}
#header_basket a {
	text-decoration: none;
}
#header_contnr_logo {
	float: left;
	width: 940px;
	height: 103px;
	border-bottom: 5px solid #e4e4e4;
}
/* CONTENT */
#content_contnr {
	float: left;
	width: 940px;
	background-color: #fff;
	padding-bottom: 10px;
}
#content_contrn_main_content
{
	padding: 8px;
	float: left;
	width: 531px;
	overflow: hidden;
	margin-right: 10px;
}
/* Right Col */
#right_contrn {
	float: left;
	width: 185px;
	padding: 8px 8px 0 0;
}
/* FOOTER */
#footer_contnr {
	float: left;
	width: 930px;
	color: #fff;
	font-size: 12px;
	padding: 5px;
}
/* COMMON ELEMENTS */
p {
	font-size: 14px;
	margin-bottom: 10px;
}
h1{
	font-size: 30px;
	color: #343434;
	font-weight: normal;
	margin-bottom: 10px;
}
h2 {
	color: #7BC242;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 8px;
}
h3 {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2px;
}
img {
	border: 0;
}
/* CONTACT FORM */
#contact_form {
	float: left;
}
#contact_form label {
	float: left;
	width: 150px;	
	display: block;
	margin-bottom: 10px;
}
#contact_form input, #contact_form textarea {
	float: left;
	width: 250px;	
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 2px;
	font-weight: normal;
	font-family: verdana;
}
#contact_form br {
	clear: left;
}
#contact_form_button {
	margin: 0 5px 15px 150px;
	cursor: pointer;
}
/* CONTACT METHOD ELEMETNS */
.contact_method {
	float: left;
	width: 350px;
	background-repeat: no-repeat;
	padding-left: 60px;
	padding-top: 8px;
	min-height: 40px;
	font-size: 18px;
	margin-bottom: 5px;
}
/* BASKET */
#no_dovecote_notice {
	padding: 5px;
	font-size: 12px;
	color: #fff;
	background-color: #000;
	margin-top: 10px;
}
.basket_table {
	float: left;
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
}
.basket_table th{
	color: #fff;
	background-color: #2f4f36;
	padding: 3px;
}
.basket_table td {
	padding: 4px;
	border-bottom: 1px dotted #ccc;
}
.basket_table .quantity_box {
	width: 30px;
	text-align: center;
}
#basket_buttons {
	text-align: right;
}
.basket_product_img {
	border: 2px solid #6db77d;
}
/* PRODUCT */
#product_inner_left {
	float: left; 
	width: 320px;
	margin-right: 10px;
}
#product_inner_right {
	float: left;
	width: 200px;
}
#product_image_container {
	float: left;
	width: 194px;
	height: 194px;
	border: 1px solid #aaa;
	overflow: hidden;
	margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 5px;
}
#product_gallery {
	float: left;
	width: 200px;
	margin-top: 10px;
}
.product_gallery_image {
	float: left;
	width: 86px;
	height: 86px;
	border: solid 1px #ddd;
	padding: 3px;
	margin: 3px;
	display: inline;
}
#add_to_basket {
	padding: 10px;
	clear: both;
	background: #D0EDD8;
	border: 1px solid #6fbe85;
}
#add_to_basket_header {
	width: 299px;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
}
#add_to_basket_price {
	font-weight: bold;
	font-size: 18px;
	color: #666;
	margin: 5px 0 5px 0;
}
#add_to_basket_quantity_label {
	float: left;
	width: 60px;
	font-size: 12px;
	margin-top: 2px;
}
#add_to_basket_quantity {
	float: left;
	width: 20px;
	margin-top: 2px;
}
#add_to_basket_price_amount {
	color: #000;
}

#add_to_basket_button {
	float: left;
	width: 100px;
}
#add_to_basket_button img {
	cursor: pointer;
}
#product-attributes {
	margin-bottom: 7px;
}
#product-attributes label {
	float: left;
	width: 50px;
	overflow: hidden;
	margin-right: 10px;
}
#product-attributes select {
	margin-top: 2px;
}
/* PRODUCT ALTERNATIVE PRODUCTS */
#alternative_products {
	float: left;
	width: 520px;
	height: 150px;
	background: url(/images/layout/alternate_products_container.jpg);
	margin-top: 10px;
}
#alternative_products_header {
	float: left;
	width: 500px;
	height: 17px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 10px 5px 10px;
}
#alternative_products_content {
	float: left;
	width: 508px;
	height: 113px;
	margin: 0px 2px 0px 2px;
	padding: 8px 0 0 8px;
	display: inline;
}
.alternative_products_each {
	float: left;
	width: 119px;
	margin-right: 8px;
	height: 110px;
	overflow: hidden;
}
.alternative_product_each_img {
	float: left;
	width: 80px;
	height: 80px;
	overflow: hidden;
	margin-left: 19px;
	margin-right: 20px;
	display: inline;
}
.alternative_product_each_title {
	float: left;
	width: 119px;
	text-align: center;
	font-size: 11px;
}
.alternative_product_each_title a {
	text-decoration: none;
	color: #000;
}
/* PRODUCT - PACKAGE DEAL */
#product_package_deal {
	margin-bottom: 10px;
	list-style-type: square;
	padding-left: 40px;
	font-size: 14px;
}
#product_package_deal li a {
	text-decoration: none;
}
/* CHECKOUT */
#checkout_form {

}
#checkout_form fieldset {
	padding: 10px;
	border: 2px solid #ccc;
	margin-bottom: 5px;
}
#checkout_form legend {
	color: #000;
	padding: 3px;
}
#checkout_form label, #checkout_form input, #checkout_form select  {
	float: left;
	width: 150px;
	display: block;
	font-size: 12px;
}
#notes {
	width: 500px;
	height: 100px;
}
#checkout_form_buttons {
	margin-top: 10px;
}
/* DELIVERY & INSTALLATION */
#delivery_container {
	float: left;
	width: 518px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
#delivery_container_inner_left {
	float: left;
	width: 418px;
}
#delivery_container_inner_right {
	float: left;
	width: 100px;
	text-align: right;
}
#installation_container {
	float: left;
	width: 518px;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
}
#installation_container_inner_left {
	float: left;
	width: 418px;
}
#installation_container_inner_right {
	float: left;
	width: 100px;
	text-align: right;
}
#del_ins_order_total {
	text-align: right;
	font-size: 24px;
}
#delivery_postcode_check {
	margin-bottom: 10px;
}
/* CONFIRM ORDER */
#confirm_order {
	float: left;
	width: 530px;
	font-size: 12px;
}
.contact_element_container {
	float: left;
	width: 248px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.address_container {
	float: left;
	width: 248px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
.confirm_order_devider {
	float: left;
	width: 10px;
}
#confirm_order_delivery {
	float: left;
	width: 518px;
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}
/* HOMEPAGE */
#main_testimonial_image {
	float: left;
	width: 190px;
}
#main_testimonial_text {
	float: left;
	width: 290px;
	background-image: url(/images/quotes_tl.gif);
	background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	margin-top: 15px;
}
#main_testimonial_text p {
	background: url(/images/quotes_br.gif) no-repeat bottom right;
	padding-right: 40px;
	padding-bottom: 10px;
	text-align: justify;
	color: #2f4f36;
	font-style: italic;
}
/* HOMEPAGE - SPECIAL */
#special {
	float: left;
	width: 531px;
}
#special_text {
	float: left;
	width: 300px;
	padding-top: 5px;
}
#special_text ul {
	list-style-type: square;
	margin-left: 40px;
	margin-bottom: 10px;
}
#special_text li {
}
#special_image {
	float: left;
	width: 231px;
}
/* CATEGORIES */
.categories_each_product {
	float: left;
	width: 155px;
	background-color: #555;
	margin: 0 10px 10px 0;
	padding: 5px;
}
.categories_each_product_image {
	float: left;
	width: 155px;
	height: 155px;
	background-color: #fff;
}
.categories_each_product_image img {

}
.categories_each_product_name {
	float: left;
	width: 155px;
	text-align: center;
	padding-top: 4px;
}
.categories_each_product_name a {
	text-decoration: none;
	font-size: 11px;
	color: #fff;
}
.categories_each_product_price {
	float: left;
	width: 155px;
	text-align: center;
	color: #fff;
}
/* CATEGORIES NAV */
#left_contrn {
	float: left;
	width: 180px;
	margin-right: 10px;
}
#categories, #categories li ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#categories li a {
	text-decoration: none;
	padding: 3px 7px;
}
#categories li {
	background-color: #7bc242;
}
#categories li a {
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
}
#categories li ul li {
	background-color: #fff;
	border-bottom: 1px solid #e4e4e4;
}
#categories li ul li a {
	color: #000;
	font-weight: normal;
	font-size: 12px;
}
#categories li ul li a:hover {
	background-color: #ededed;
}

/* DELIVERY PAGE */
form#delivery_price_check {
	margin-bottom: 10px;
}
form#delivery_price_check #postcode_check_result {
	margin-top: 5px;
	padding: 5px;
	font-style: italic;
}

/* CLEAR FLOATS */
.clearfloat { 	
	clear:both;
}
