* {
	padding: 0;
	margin: 0;
}
body {
	font-family: verdana, arial, sans-serif; 
	font-size: 80%;
	color: #464236; 
	background-color: #f1efe6;
}
p {
	margin-bottom : 1em;
}
h1, h2, h3, h4 {
	font-family: helvetica, arial, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
h4 {
	font-size: 1.1em;
}
h1 {
	background-color:#BD7210;
	padding: .5em;
	color: #fff;
	border-bottom: #fff solid 5px;
	font-size: 1.3em;
}

h5 {
	font-family: helvetica, arial, sans-serif;
	padding-bottom: 5px;
	color: #AB6101;
	font-size: 12px;

}

#main ol, #main ul, #main dl {
	padding-left: 2em;
	margin-bottom: 1em;
}
#main p{
	padding:10px;
}
#main table {
	margin: 10px;
}
a {
	background-color: transparent;
	color: #925301;
	text-decoration: underline;
}

a:hover {
	text-decoration: none; 
	color: #925301;
}
a img {
	border:#9e5172 solid 2px;
}
a:hover img {
	border:#333 solid 2px;
}
#container {
	width: 80%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 10px;	
	background: #fff;
	border: 5px solid #fff;
}
.intro {
	font-style: italic;
}
#main {
	margin-left: 200px;
	background-color: #f6f6f1;
	border-left: 5px solid #fff;
}
#holder {

}
#menu {
	border-top: 	#fff solid 5px;
	border-bottom: #fff solid 5px;	
	background-color: #e5e2c1;
}
#menu a {
	text-decoration: none;
	color: #3b3629;
	line-height: 2em;
	background-color: #e5e2c1;
	display: block;
	padding-right: 5px;
	padding-left: 5px;	
}
#menu a:hover {
	color: #fff;
	background-color: #9e5172;
}
#menu li {
	list-style-type: none;
	float:left;
	border-right: 5px solid #fff;
	width: 8.0em;
}
#menu ul {
	clear: both;
	overflow: hidden;

}
/* home page stuff */
#index_holder { 
	background-color:#f3f2ed;
	text-align: center;
	padding:15px;
}
.cat_list {
	list-style-type: none;
	width: 650px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 30px;
	height: 170px;
}
.cat_list li {
	float:left;
	text-decoration: none;
	width: 160px;
}
.cat_list li a {
	border:3px solid #fff;
	display: block;
	background: #fff;
	line-height: 2em;
}
.cat_list li a:hover {
	background-color: #766c58;
	color: #fff;
	text-decoration: none;
} 
#index_holder h1 {
	font-size:2em;
	background: none;
	color: #9e5172;
	border:none;
}
#index_holder p {
	width: 550px;
	margin-left:auto;
	margin-right:auto;
}
.cat_pic {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;		
}
.prod_sect {
	background-color: #e5e2c1;
}
.clear {
	clear: both;
}
#content {
	background-color:#eae7dc;
}
#side {
	float:left;
	width: 200px;
	text-align: right;
}
#content_1 {
	margin-right: 210px;
}
#side ul {
	list-style-type: none;
}
#side_nav {
}
#side_nav ul a{
	padding-right: 1em;
	color:#838179;
}
#side a {
	display:block;
	padding: 5px;
	color:#222;
}
* html #side a { height: 1%; }
#side li {
	 /*
	border: 1px solid transparent;
	*/
	padding: 1px;
}
#side a:hover {
	text-decoration: none;
	background-color: #e7deb6;
	background: #fff;	
	background-color: #f6f5f2;	
}
#logo {
	background: url(../images/logo.gif) no-repeat;
	height: 150px;
}
/* diff pics for masthead */
#masthead {
	background: #fff url(../images/head/pot.jpg) right no-repeat;
}

#about_body #masthead {
	background: #E5DFC4 url(../images/enot.jpg) right no-repeat;
}

#masthead h2 {
	visibility: hidden;
}
#category_top {
	height: 200px;
}
ul#prod_list {
	list-style-type: none;
	padding: 0;
}
#prod_list .product_li {
	background:#fff;
	margin: 10px;
	/* padding:5px; */
}
#prod_list .med_pic {
	position: relative;
	background: #fff;
	text-align:center;
	width: 160px; 
	float:right;
	padding: 10px; 
}
#prod_list h3 {
	padding: 0; 
}
#prod_list h3 a{
	color:#fff;
	background-color:#9e9a9c;
	display:block;
	padding:5px;
}
#prod_list h3 a:hover {
	color:#000;
}
#footer {
	font-size:.9em;
	padding: 5px;
	color: #756b4f;
	/*background: url(/images/recomen2.gif) #e5dfc4 right top no-repeat;*/
	background: #e5dfc4;	
	border-top: 5px solid #fff;
}
#footer p {
	margin: 0;
	padding: 5px;
}
.cleared {
	clear:both;
}
.alert{
	text-align:center;
	padding:10px;
	background-color:  #9e5172;
	font-weight: bold;
	color:#fff;
}
/* colour sets*/

.colour_set {
	padding:0 !important;
	list-style-type:none;
	clear:left;
	width:100%;
}
.colour_set_empty {
	clear:left;
}
#viewer_label{
	color:#000;
}
#viewer {
	height:200px;
	background-color: #fff;
	border: 2px solid #fff;
}
.colour_set li {
	width: 34px;
	height: 30px;	
	float:left;
	margin: 3px;
}
.colour_set a{
	display:block;
	border: 2px solid #fff;
	height:100%;
}
.colour_set a:hover{
	text-decoration: none;
}
#product_side {
	position:relative;
	border-left: 5px solid #fff;
	float: right;
	clear:right;
	width: 200px;
	background:#fff;
}
#mini_viewer {
	display:block;
	border: 2px solid #fff;
	height: 30px;
	width: 	30px;
	margin-right: 5px;
	float:left;
}
#clear_colour {
	clear: left;
}
#purchase_steps {
	padding-left:1em;
	padding-right: 1em;
}
/* cart */
#cart_table_big{
	width:95%;
	margin-left:auto;
	margin-right:auto;
	border-collapse:collapse;
}
#cart_table_big td{
	background-color: #eceae1;
}
#cart_table_big td, #cart_table_big th {
	padding:5px;
	border: 3px solid #fff;
}
#cart_summary {
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;	
	background-color: #ecebe7;
	padding: 5px;
}
#cart_summary h3 {
	text-align:left;
	padding-left: 0;
}
#cart_summary table {
	width: 100%;
	border-collapse: collapse;
}
#cart_summary td {
	padding:3px;
	text-align:right;
	background-color:#f8f8f7;
}
.addtocart .submit {
	display:block;
}
ul#cartmenu {
	height:3em;
	padding:0;
}
#cartmenu li {
	list-style-type:none;
	float:left;
	width:9em;
}
/* control button */
a.control {
	line-height: 2em;
	display: block;
	text-align: center;
	color: #333;
	background-color: #fff;
}
a.control:hover {
	color: #fff !important;
	background: #9e5172 !important;
}
#pay_pal_form fieldset {
	clear:none;
	padding:10px;
	margin:10px;	
}
/* description */
.desc_holder h1, 
.desc_holder h2, 
.desc_holder h3,
.desc_holder h4 {
	background: transparent;
	color:#4b4947;
	border:none;
}
.desc_holder ul {
	padding-left: 2em;
}
.desc_holder p {
	margin: 0px;	
}
/* tables */
td.odd {
	background: #bbb;
}
tr.odd {
	background-color: #f1f0eb;
}
tr.even {
	background-color: #f5f5f4;
}
.hover tr:hover td, .highlight{
	background-color: #b2ada0;
}
.hover tr:hover td.odd{
	background: #849751 !important;
	color: #fff;
}
.data_table {
	border-collapse:collapse;
	margin-bottom: 5px;
}
.data_table td {
	padding:5px;
}
.data_table th {
	padding: 3px;
	background-color: #e5e2c1;
}
.data_table a {
	display:block;
}
.num_col{
	text-align: right !important;
}
.cat_cell {
	position:relative;
	width: 40%;
	float:left;
	padding-left:30px;
}
.cat_cell 
/* form stuff */
.form_body {
	padding:10px
}
/* contact */
.our_address {
	display:block;
	white-space:pre;
	padding-left: 10px;
}
/* faq */
#faq_list {
	padding-top: 10px;
	padding-right: 10px;	
}
#faq_list dt {
	color: #9e5172;
	font-size: 1.1em;
	font-weight: bold;
}

div.stats{
display:inline;
height:0px;
left:-1000px;
margin:0px;
padding:0px;
position:absolute;
top:-1000px;
visibility:hidden;
width:0px
}

* {
	padding: 0;
	margin: 0;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
}
#main ol, #main ul,
#mainbody ol, #mainbody ul {
	padding-left: 2em; 
}	
p {
	margin-bottom: .5em;
}
dd {
	margin-left: 2em;
}
h1, h2, h3, h4 {
	padding:10px;
}
hr {
	visibility: hidden;
	clear:both;
}
#alert {
	padding:20px;
	font-size: 2em;
}
.num_col {
	width: 50px;
}
.action {
	border: 1px red solid;
	color:red !important;
}
#load {
	visibility: hidden;
}
#product_pic {
	width: 200px;
	height: 200px;
	background: #fff;
	text-align:center;
}
.centred {
	text-align:center;
}

form .colour_set {
	padding:5px;
}
.colour_set_empty {
	padding: 0;
}
fieldset {
	border: none; 
}
label {
	width:12em;
	line-height: 2em;
	padding-left: 5px;
	display: block;
	float:left;
	width: 170px;
}
.form_body, .form_bottom{
	background: #fff;
	margin:10px;
}
.form_bottom{ 
	padding:10px;
}
.fieldWithErrors {
	display:inline;
	border:red solid 1px;
}
input, select {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1.1em;
}
textarea {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1em;
}
.textarea_large {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 1em;
}
.delete_button {
	margin-left:10px;
}
#colour_set_holder {
	list-style-type:none;
}
.colour_set_holder input {
	line-height:2em;
}
.colour_set_holder li {
	margin: 0;
	padding:0;
}
fieldset{
	overflow: hidden;
	position: relative
}