/*  
Theme Name: GreenEye - Brown
Theme URI: http://www.naturebygreen.com
Description: Brown colour settings for the GreenEye theme
Version: 1
Author: Liz Watts
Author URI: http://www.imaner.net/
*/


body {
	color: #42352D;
	background-color: #BFAEA4;
}
#top {
	background: url(head-b.jpg) top left no-repeat;
}
#strap, #footer {
	border: 1px solid #58473F;
	background-color: #836A5C;
}
#strap {
	width: 954px;
	background: none #836A5C;
	border-top: none;
	padding-left: 34px;
	padding-top: 7px;
	color: #fff;
}
#content {
	border-left: 1px solid #58473F;
	border-right: 1px solid #58473F;
	background-color: #CABFB6;
}

/* Form */
.orderform {
	font-size: 11px;
	background-color: #EBE6E3;
}
.orderform th {
	background-color: #B9AB9F;
	text-align: left;
	font-weight: bold;
	padding: 3px;
}
.orderform td {
	padding: 3px;
}
.lhs {
	width: 240px;
	background: #CABFB6;
}
.box {
	margin: 0 40px 0 0;
}

/* Links and hovers */
a {
	color: #42352D;
}
a:hover {
	color: #42352D;
	background-color: #EDE9E6;
}
#footer a {
	color: #fff;
}
#footer a:hover {
	background-color: #836A5C;	
}
#strap a {
	color: #fff;
	margin-left: 6px;
	margin-right: 6px;
	text-decoration: none;
}
#strap a:hover {
	text-decoration: underline;
	background-color: transparent;
}
