body
{
	font-family: arial;
	font-size: 12px;
	background-color: #d8b591;

}
a
{
	color: #000000;
	text-decoration: none;
}
a:active
{
	color: #000000;	
}
a:visited
{
	color: #000000;	
}
div.logo
{
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
	height: 100px;

	background: url("images/bgvert.jpg");
}
img.logo
{
	left: 0px;
	border: 0;
	position: absolute;
}
div.right
{
	right: 0px;
	top: 0px;
	position: absolute;
}
div.menu
{	
	left: 0px;
	top: 102px;
	height: 500px;
	width: 160px;
	position: absolute;
	padding: -4px;

}
div.main
{
	left: 170px;
	top: 102px;
	width: 700px;
	padding-bottom: 50px;
	position: absolute;
}
div.menuitem
{
	padding-left: 5px;
	border: solid 1px #000000;
	height: 30px;
	width: 150px;
	margin-top: 4px;
	position: relative;
	margin-left: 0px;
	background-color: #aa99ff;
	background-image: url("images/menuitem.jpg");
}
div.menuitem:hover
{
	border: solid 1px #000000;
	position: relative;
	background-color: #aa00ff;
	filter: alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80
}
a.menuitem
{	
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	margin: 5px;
	line-height: 30px;
}
td.paragraph
{
	text-align: center;
	vertical-align: top;


}
table.order td
{
	padding: 3px;
}
td.message
{
	background-color: #ffffff;
	height: 100px;
	padding: 5px;
	vertical-align: top;
}
td.details
{
	background-color: #efeda6;
	height: 15px;
	padding: 5px;
	vertical-align: top;	
}
td.slogan
{
	font-size: 16px;

}
td.product
{
	padding-bottom: 10px;
}
div.footer
{
	padding-top: 30px;
}
h1
{
	color: #603913;
}
h2
{
	color: #603913;
}