/* CSS Document for fine by nature website 
Created By Mark Brown
Version 1.0 - 26 August 06 
Version 1.1 - 14 October 06
Version 1.2 - 14 November 06 */

html, body {
	
	background: #F8F5DD url(../images/tile.gif) repeat-x top left;
	font: normal .9em Arial, Verdana, sans-serif; 
	color: #9D6F3C;
	text-align: center;
}

body p {

	line-height: 1.5em;
	padding-left: 4px;
}

ol li, ul li {
	padding: .1em 0;
}

a, a:visited, a:active, a:link {

	color: #C35823;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #404040;
	text-decoration: none;
}

h1, h2 {

	padding-top: 40px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: left bottom;
}

h1 {

	padding-top:30px;
}

h1 span, h2 span, h3 span {

	display:none;
}

.error {

color: #C00;
}

#container {

	display: block;
	margin: 0px auto;
	padding: 0;
	width: 740px;
	border-right: 1px solid #E7DAC7;
	border-left: 1px solid #E7DAC7;
	background: #FFFDEA;
}

#banner {
	
	height: 160px;
	position: relative;
	background: #FFFDEA url(../images/banner.gif) no-repeat center bottom;
	border: 1px solid #ECE0B9;
	border-top: 3px solid #ECE0B9;
	margin: 0;
	padding: 0;
}

#main_content {

	border-top: 2px solid #C35823;
	background: #FFFDEA url(../images/side_finenature.gif) no-repeat top right;
	margin: 0;
	padding: 0 100px 40px 20px;
	text-align: justify;
	text-align: left;
	border-left: 1px solid #ECE0B9;
	border-right: 1px solid #ECE0B9;
	clear: both;
}

ul#main_menu {

	display: block;
	clear: both;
	background: transparent;
	border-top: 1px solid white;
	border-left: 1px solid #ECE0B9;
	border-right: 1px solid #ECE0B9;
	list-style:none;
	text-align: center;
	padding: 0;
	margin: 0;
	height: 2.4em;
}

ul#main_menu li {

	padding: 0;
	margin: 0;
	display: inline;
}

ul#main_menu li.selectedItem a {

	font-weight: bold;
}

ul#main_menu li a {

	float: left;
	height: 1.5em;
	padding: 5px 15px;
	margin: 0;
	color: #B09269;
	font: normal 1.1em Arial, Helvetica, sans-serif;
	text-decoration: none;
	
}

ul#main_menu li a:hover {

	text-decoration: none;
	background: #EBD3A8;
	color: #C35823;
}

#shopping_summary {

	float: right;
	border-bottom: 1px solid #C03;
	text-align: right;
	padding: 2px 10px;
}

.box {

	border: 2px solid #E7DAC7;
	background: #F8F5EF;
	padding: 7px 10px;
	margin: 5px 20px;
}

#product_box {

	display: block;
	width: 300px;
	margin: 0;
	padding:15px;
	float: right;
}

#product_left {

	float: left;
	width: 280px;
}

#category_list{

	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 610px;
}

#category_list li {

	display: block;
	float: left;
	width: 100px;
	height: 15em;
	margin: 0 7px 5px 0;
	padding: 15px;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

#category_list li img, #product_box img {

	border: 1px solid #CCC;
}

#cart_summary {

	text-align: right;
	border-bottom: 1px solid #CC0033;
	margin: 0;
	padding: 2px 10px;
}

#footer {

	text-align: right;
	background: white;
	font-family: Verdana, sans-serif;
	border-top: 1px solid #E3E3E3;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
	margin: 0;
	padding: 2px 10px;
}

#footer a, #footer a:link, #footer a:visited {

	color: #BF9464;
	font-weight: normal;
}

#footer a:hover {

	color: #624900;
}

#my_shopping_cart {
	
	padding-bottom: 50px;
}

h2#welcome {

	background-image: url(../images/headings/welcome.gif);
}

h2#categories {

	background-image: url(../images/headings/categories.gif);
}

h2#gift_register {
	background-image: url(../images/headings/gift_register.gif);
}

h2#gift_certificate {
	background-image: url(../images/headings/gift_certificate.gif);
}

h2#news {
	background-image: url(../images/headings/news.gif);
}
h2#contact {
	background-image: url(../images/headings/contact.gif);
}
h2#links {
	background-image: url(../images/headings/links.gif);
}
h2#shopping_cart {
	background-image: url(../images/headings/shopping_cart.gif);
}

h2#product {
	background-image: url(../images/headings/product.gif);
}

h2#order_information {
	background-image: url(../images/headings/order_information.gif);
}

h2#linen_care {
	background-image: url(../images/headings/linen_care.gif);
}

h2#your_details {
	background-image: url(../images/headings/your_details.gif);
}

h2#thank_you {
	background-image: url(../images/headings/thank_you.gif);
}

.indent {

	padding-left: 15px; 
}

.order_table td {

	border-bottom: 1px solid #ECE0B9;
	padding: 2px;
}

.order_table th {
	border-bottom: 2px solid #ECE0B9;
	padding: 2px 0;
}

#ffscrollbarfix {

	position: absolute;
	top: 0;
	bottom: -0.1px;
	width: 1em;
	z-index: -1;
}

fieldset {

	border: 1px solid #DDD;
}

.clearing {
	
	clear: both;
}