body
{
	color: rgb(40, 20, 15);
	background: rgb(240, 240, 125);
	font-family: Tahoma, Arial, sans-serif;
	margin: 0;
}

tr
{
	vertical-align: top;
}

.heading-bar
{
	padding-bottom: 5px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: left;
}

.heading
{
	font-family: Palatino, Times, serif;
	font-weight: 400;
	font-style: italic;
	font-size: 24pt;
	letter-spacing: 5px;
}

.sub-heading
{
	font-family: Palatino, Times, serif;
	font-weight: 400;
	font-variant: small-caps;
	font-size: 14pt;
	letter-spacing: 5px;
}

.sub-heading1
{
	font-family: Palatino, Times, serif;
	font-weight: 400;
	font-size: 12pt;
	letter-spacing: 2px;
	padding-bottom: 5px;
}

.main-heading
{
	color: white;
	background: rgb(200, 100, 0);
	padding: 5px;
}

.main-heading h2
{
	font-family: Palatino, Times, serif;
	font-weight: 400;
	font-size: 14pt;
	text-align: center;
	letter-spacing: 1px;
}

.catalogue tr
{
	vertical-align: middle;
}

.nav
{
	background-color: rgb(250, 190, 45);
}

.nav td
{
	width: 160px;
}

.nav a
{
	vertical-align: bottom;
	text-decoration: none;
	display: block;
	text-align: left;
	color: rgb(20, 20, 15);
	font-weight: 400;
	padding: 5px;
	border-bottom: 1px solid rgb(200, 100, 0);
}
	
.nav a:hover
{
	color: rgb(150, 50, 0);
}

.content
{
	background: white;
}

.padded
{
	padding:1em;
}

.thin
{
	font-weight: 400;
}

.flora td
{
	text-align: center;
	font-size: small;
	border-right: 1px solid gray;
	border-top: 1px solid silver;
	border-bottom: 1px solid gray;
	border-left: 1px solid silver;
	background: #eee;
}

.flora img
{
	border: 1px inset gray;
}

.footer
{
	background-color: rgb(250, 190, 45);
	height: 2em;
	text-align: center;
	padding-top: 5px;
	border-top: 1px solid rgb(200, 100, 0);
}

.shop_nav a
{
	display: block;
	width: 100px;
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid white; 
	background: #626cde;
	color: white;
	font-weight: bold;
}

.corner1
{
	position: relative;
	width: 300px;
	height: 150px;
	bottom: 0;
	right: 0;
	float: right;
}

.basket a
{
	text-decoration: none;
	color: #630;
}

.basket a:hover
{
	color: blue;
}

.account
{
	border-color: #630;
	border-width: 1px 0 0 1px;
	border-style: solid;
}

.account th
{
	padding: 5px;
	background: rgb(200, 100, 0);
	color: white;
}

.account td
{
	border-color: #630;
	border-width: 0 1px 1px 0;
	border-style: solid;
	font-size: small;
	padding: 5px;
}



