html,body {
	background: #ffffff;
	font-size: 12px;
	font-family: Verdana, Arial, Sans Serif;
	margin: 0;
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: #333;
}
div#container {
	margin: 0;
	padding: 0;
	position: relative;
	min-width: 1280px;
	min-height: 100%;
}
h1, h2, h3, h4, h5 {
	margin-top: 0;
}
h1 {
	font-size: 1.6em;
	font-weight: bold;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
}
h3 {
	font-size: 1.3em;
	font-weight: bold;
}
a {
	color: black;
}
#header {
	height: 218px;
	background: url(../images/header-bg.jpg);
	margin: 0;
	padding: 0;
}
div#fence{
	height: 100%;
	min-height: 600px;
	background: url(../images/wood.jpg);
}
div#fence_header {
	height: 54px;
	background: url(../images/gate-header.png) -2px top no-repeat;
}
div#stones{
	clear: both;
	height: 100px;
	background: url(../images/stones.jpg);
}
div#navigation {
	position: absolute;
	width: 244px;
	top: 260px;
	left: 20px;
	padding: 0;
	background: url(../images/board-center.png) top left repeat-y;
	z-index: 1000;
}
div#navigation div {
	margin: 0;
	padding: 0;
	background: url(../images/board-top.png) top left no-repeat;
}
div#navigation div div {
	margin: 0;
	padding: 24px;
	background: url(../images/board-top.png) bottom left no-repeat;
}
div#navigation div div div {
	background: #fff url(../images/menu-bg.png) top left repeat-y;
	padding: 0;
}
div#navigation div div div div {
	background: none;
}
div#navigation #searchform {
	margin: 0;
	padding: 0;
	width: 196px;
	height: 26px;
	background-color: white;
}
form#subscribe {
	padding: 3px;
}
#query {
	float: left;
	height: 20px;
	margin: 1px;
	width: 164px;
	border: 1px solid gray;
	background-color: white;
}
div#navigation form button {
	float: left;
	margin: 1px 0 1px 0;
	height: 24px;
	border: 1px solid gray;
	width: 26px;
	padding: 0;
}
div#navigation form button img {
	border: none;
	margin: 2px;
}
div#navigation h3 {
	margin: 0;
	padding: 0 0 0 5px;
	height: 26px;
	line-height: 26px;
	font-size: 1.3em;
	font-weight: normal;
	color: #800000;
}
div#footer {
	background: #cccccc;
	padding: 10px;
	font-size: 0.9em;
}
div#content {
	width: 551px;
	margin-left: 313px;
	background: url(../images/content-bg.png) top left repeat-y;
	min-height: 600px;
	padding: 40px 30px 0 35px;
	overflow: hide;
}
div#content-inner {
	/*position: relative;*/
	background: url(../images/content-watermark.png) bottom center no-repeat;
	min-height: 595px;
	padding: 0 5px 5px 0;
	margin: 0;
	z-index: 0;
}

div.button {
	height: 24px;
	float: left;
	background: url(../images/button-left.gif);
	margin: 0;
	padding: 0;
}
div.button input {
	background: url(../images/button-right.gif) top right no-repeat;
	border: none;
	color: white;
	height: 24px;
	padding: 0px 15px 4px 15px;
	margin:0;
	font-size: 1.1em;
	font-weight: bold;
}
div.button a {
	display: block;
	background: url(../images/button-right.gif) top right no-repeat;
	border: none;
	color: white;
	height: 24px;
	padding: 3px 15px 3px 15px;
	text-decoration: none;
	margin:0;
	font-size: 1.1em;
	font-weight: bold;
}
div#contentfooter {
	width: 616px;
	margin-left: 313px;
	background: url(../images/content-bottom.png) top left no-repeat;
	height: 34px;
}
div#bonsai_bottom {
	position: absolute;
	bottom: 50px;
	left: 890px;
	background: url(../images/bonsai-bottom.png) top left no-repeat;
	width: 324px;
	height: 352px;
}
#shoppingcart {
	position: absolute;
	left: 600px;
	top: 252px;
	width: 295px;
}

#shoppingcart a {
	float: right;
	font-weight: bold;
	display: block;
	text-decoration: none;
	color: black;
}
div.separator {
	clear: both;
	margin: 10px 0;
	padding:0px;
	border-bottom: 1px solid #ccc; 
}
.strikethrough {
	text-decoration: line-through;
}
.promo {
	color: red;
}
img {
	border: none;
}
div#footer ul {
float: left;
	display: block;
	list-style: none;
	margin: 0 5px 0 5px;
	padding: 0;
	border-left: 1px solid black;
}
div#footer ul li {
	margin: 0;
	float: left;
	border-right: 1px solid black;
	padding: 0 10px 0 10px;
}
div#footer a {
	color: #800000;
}
div#home {
	position: absolute;
	background: url(../images/home.png) top left no-repeat;
	top: 248px;
	left: 350px;
	padding: 0;
	height: 20px;
}
div#user {
	position: absolute;
	top: 275px;
	left: 345px;
	width: 550px;
	padding: 0;
	height: 30px;
	line-height: 30px;
	font-size: 0.85em;
	border-bottom: 1px dotted #CCC;
}
div#home a {
	margin-top: 3px;
	margin-left: 24px;
	font-weight: bold;
	font-size: 1.2em;
	color: #999;
	text-decoration: none;
	display: block;
}
.red {
	color: #f00;
}
.input {
	width: 500px;
}