@import "layout.css";
@import url('layout.css');
@import "forms.css";
@import url('forms.css');

/* Styles for any basic elements e.g. p, h1 etc. */

body {
	margin-top: 20;
	margin-bottom: 20;
	padding: 0;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
	background-color: #547354;
}

.bg_content{
	background-image:url(../images/bg_content_vert.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
}

td, th {
	font: 11px Tahoma;
	color: #6d6d6d;
}

h1 {
	font: 15px Tahoma;
	font-weight: bold;
	color: #6d6d6d;
}

a {
	color: #56a04e;
	text-decoration:none;
}

a:hover {
	color: #94cb8e;
	text-decoration:none;
}

a.nav {
	color: #FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

a.nav:hover {
	color: #b3d2b3;
	text-decoration:none;
	font-weight:bold;
}

.list{
list-style-image:url(../images/list.gif);
}

.price { /* All Prices on site */
	font: 13px Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.footer {
	padding-left: 30px;
	font-size:10px;
}