/* CSS Document */

body {
	background:url(../images/background.gif) repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
}

#wrap {
	width:760px;
	margin:20px auto 0 auto;
	text-align:center;
	border-top:8px solid #99AC87;
}

h1 {
	color:#2D261B;
	font-size:13px;
	font-family:"Lucida Sans", "Tahoma", helvetica, ariel, sans-serif;
	text-transform:uppercase;
	padding:10px 10px 3px 25px;
	margin:0;
}
h2 {
	color:#2D261B;
	font-size:11px;
	font-family:"Lucida Sans", "Tahoma", helvetica, ariel, sans-serif;
	text-transform:uppercase;
	padding:5px 10px 0 25px;
	margin:0;
}
p {
	font-size:10px;
	line-height:14px;
	color:#2D261B;
	margin:0;
	padding:3px 10px 5px 25px;
}
ol, ul {
	margin:0;
	padding:0;
	font-size:10px;
	line-height:14px;
	color:#2D261B;
	margin:0;
	padding:3px 10px 5px 25px;
	list-style-position:inside;
}
a {
	color:#22464D;
}
a:hover {
	color:#99AC87;
}
a img {border:none;}
/* --------- nav ---------- */
#nav {
	background-color: #EAC678;
	width:760px;
	height:43px;
}
#nav img {
	float:left;
}
#nav ul {
	float:left;
	margin:0;
	padding:12px 0 0 15px;
}

#navlist ul {
	margin:0;
	padding:0;
	white-space: nowrap;
}
#navlist li {
	font-family:"Lucida Sans", "Tahoma", helvetica, ariel, sans-serif;
	text-transform:uppercase;
	font-size:10px;
	display: inline;
	list-style-type: none;
	padding-top:20px;
}
#navlist a { 
	margin: 3px 10px; 
	padding:2px;
}

#navlist a:link, #navlist a:visited	{
	color: #2D261B;
	text-decoration: none;
}
#navlist a:hover {
	border-bottom:2px solid #2D261B;
}
/* --------- sides ---------- */
.left {
	background:url(../images/pattern_left.jpg) repeat-y #99AC87; 
}
.right {
	background:url(../images/pattern_right.jpg) repeat-y #99AC87; 
}
#collections {margin-top:10px}
#collections p {
	padding:3px 10px 8px 10px;
}
#collections a {
	font-family:"Lucida Sans", "Tahoma", helvetica, ariel, sans-serif;
	font-size:12px;
	text-decoration:none;
}
#collections a:hover {
	color:white;
}
/* --------- content sections ---------- */
.content { 
	background-color:#DFCE9A; 
	text-align:left;
	border-top:8px solid #99AC87;
	padding-bottom:10px;
}
.header {
	width:505px;
	height:130px;
}
.contenthome { 
	background:url(../images/leaf_home.jpg) no-repeat bottom left #DFCE9A; 
	text-align:left;
	border-top:8px solid #99AC87;
	padding:10px 0 55px 0;
}
#brochure {
	background-color:#99AC87;
	border-top:8px solid #224640;
}
/* --------- gallery ---------- */
.gallery {
	width:100%; 
	clear:both; 
	margin:3px 5px; 
	border-top:1px solid #224640;
}
.gallery div {
	float:left; 
	margin:10px 2px; 
	width:160px;
}
.gallery p {
	padding:3px 5px;
}
.gallery img {
	align:center;
}
.gallery p a {
	background-image:url(../images/buy.gif);
	color:white;
	text-decoration:none;
	padding:2px 12px 6px 10px;
}
.gallery p a:hover {
	background-image:url(../images/buy2.gif);
}
/* --------- foot ---------- */
#foothome {
 	background:url(../images/pattern_bottom_home.jpg) no-repeat top #2D261B;
	padding:60px 5px 5px 5px;
}
#foothome p {
	font-size:9px;
	color:#EAC678;
	padding:5px;
}
#foothome a {
	color:#EAC678;
}
#foothome a:hover {
	color:white;
}
#foot {
 	background:url(../images/pattern_bottom.jpg) no-repeat top #2D261B;
	border-top:8px solid #224640;
	padding:40px 5px 5px 5px;
}
#foot p {
	font-size:9px;
	color:#EAC678;
	padding:5px;
}
#foot a {
	color:#EAC678;
}
#foot a:hover {
	color:white;
}
/* ----------- form ----------- */
form {padding:5px 5px 5px 25px;}
label {
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}
submit {
	margin-left: 4.5em;
}
.button {
	color: white;
	background-color:#224640;
	border: 2px outset #224640;
}
input {
	color: #000;
	border: 1px outset #224640;
}
textarea {
	color: #000;
	border: 1px outset #224640;
}
fieldset {
	width: 90%;
	border: 1px solid #224640;
}
legend {
	padding: 5px 8px;
	color:#224640;
	font-size:11px;
	font-weight:bold;
	font-family:"Lucida Sans", "Tahoma", helvetica, ariel, sans-serif;
} 