*
{
	margin : 0;
	padding : 0;
	border : 0;
	position : relative;
}

body
{
	background : #888 url('images/stylesheet/poppy.png');
	font-family : 'Verdana',Sans-Serif;
	color : #444;
	font-size : 12px;
	text-align : center;
}

a
{
	color : #000;
	font-weight : bold;
	text-decoration : none;
}

a:hover
{
	text-decoration : underline;
}

ul
{
	list-style : none;
}

h1
{
	display : none;
}
	
#container
{
	width : 725px;
	background : #fff;
	border : #000 2px solid;
	margin-left : auto;
	margin-right : auto;
	margin-top : 10px;
	padding : 2px;
	text-align : justify;
	z-index : 2;
}
	
#header
{
	height : 153px;
	width : 725px;
	background : url('images/stylesheet/header.jpg') no-repeat;
}

#menu
{
	width : 197px;
	float : left;
	background : #ddd url('images/stylesheet/menu.png') no-repeat bottom;
	padding-bottom : 150px;
}

#menu ul, #menu p
{
	margin-left : 13px;
	margin-right : 13px;
	line-height : 1.5em;
}

#menu p
{
	text-indent : 15px;
}

#menu span
{
	display : none;
}

#menu #home
{
	display : none;
}

#menu #order
{
	width : 180px;
	height : 43px;
	background : url('images/stylesheet/order.png');
	margin : 8px;
}

#menu #seeds
{
	width : 180px;
	height : 43px;
	background : url('images/stylesheet/seeds.png');
	margin : 8px;
}

#menu #pods
{
	width : 180px;
	height : 43px;
	background : url('images/stylesheet/pods.png');
	margin : 8px;
}

#menu #warning
{
	width : 180px;
	height : 43px;
	background : url('images/stylesheet/warning.png');
	margin : 8px;
}

#main
{
	margin-left : 200px !important;
	margin-left : 197px;
	margin-top : -56px;
	width : 525px !important;
	width : 517px;
}

#main h2
{
	width : 525px;
	margin-right : -13px;
	height : 378px;
}

#main h2 span
{
	display : none;
}

#main p
{
	margin : 5px;
	margin-top : 10px;
	text-indent : 2em;
}

#main ul
{
	text-indent : 4em;
}

#main h3
{
	text-indent : 10px;
	font-size : 16px;
	margin-top : 15px;
	margin-bottom : 10px;
	color : #000;
}

#main h4
{
	text-indent : 5px;
	font-size : 13px;
	font-style : italic;
	margin-top : 20px;
	margin-bottom : 10px;
	color : #000;
}

#footer
{
	clear : both;
	font-size : 10px;
	text-align : center;
	margin-top : 0px;
	padding-top : 15px;
}

#main .grey
{
	background : #eee;
}

#main .red
{
	color : #800;
}

#main .small
{
	margin : 0px;
	padding : 0px;
	font-size : 10px;
}

#main table
{
	border : 1px solid #aaa;
}

#main td
{
	padding : 5px;
	border : 1px solid #aaa;
	text-align : left;
	font-size : 10px;
	text-indent : 0px;
}

#main input
{
	border : 1px solid #aaa;
	background : #fff;
}