body{
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #03271E;
	background-image:url(/img/bg.jpg);
	background-repeat:repeat-x;
	z-index:1;
}

a:link {
color: #03271E;
text-decoration: none;
}
a:visited {
color: #03271E;
text-decoration: none;
}
a:hover {
	color:#FFFFFF;
	background-color:#8FC101;
}
.header {
	width: 976px;
	height: 93px;
	background-image:url(/img/header.jpg);
	margin: 0 auto;
}
.menu_holder{
	width: 680px;
	padding-top:30px;
	height: 30px;
	text-align: center;
	float:right;
	font: 16px Arial, Helvetica, sans-serif;
	font-weight:400;
	margin: 0 auto;
}
.menu_holder a:link {
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
}
.menu_holder a:visited {
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
}
.menu_holder a:hover {
	color: #FFFFFF;
	font-size:16px;
	text-decoration: none;
}
.main {
	width: 939px;
	text-align:left;
	padding-left:15px;
	padding-right:22px;
	background-image:url(/img/main_bg.png);
	background-repeat:repeat-y;
	margin: 0 auto;
}
.holder {
	width: 932px;
	text-align:left;
	background-image:url(/img/footer_spill.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	float:left;
	display: inline;
	margin: 0 auto;
}
.left_menu {
	width: 285px;
	padding: 5px;
	text-align:left;
	float:left;
	display: inline;
	margin: 0 auto;
}
.left_divider {
	background-image:url(/img/divider.jpg);
	background-repeat:no-repeat;
	height:20px;
	margin: 0 auto;
}
.account_centre {
	width: 275px;
	color:#666666;
	padding-left:10px;
	padding-top:10px;
	text-align:left;
	margin: 0 auto;
}
.account_centre a:link {
color: #666666;
text-decoration: underline;
}
.account_centre a:visited {
color: #666666;
text-decoration: underline;
}
.account_centre a:hover {
color: #666666;
text-decoration: underline;
}
.search_input {
	height: 16px;
	width:150px;
	border-color:#8FC101;
	border-style:solid;
	color:#FFFFFF;
	background-color:#8FC101;
}
.search_input_small {
	height: 16px;
	width:65px;
	border-color:#8FC101;
	border-style:solid;
	color:#FFFFFF;
	background-color:#8FC101;
}
.search_submit {
	height: 22px;
	border-color:#FFFFFF;
	border-style:solid;
	background-color:#8FC101;
	color:#FFFFFF;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.site_search {
	width: 275px;
	padding-left:10px;
	color:#666666;
	text-align:left;
	margin: 0 auto;
}
.site_search a:link {
	color: #666666;
	font-size:11px;
	text-decoration: underline;
}
.site_search a:visited {
	color: #666666;
	font-size:11px;
	text-decoration: underline;
}
.site_search a:hover {
	color: #666666;
	font-size:11px;
	text-decoration: underline;
}
.feature_product {
	width: 275px;
	padding-left:10px;
	color:#666666;
	text-align:left;
	margin: 0 auto;
}
.content {
	text-align:left;
	float:left;
	width:620px;
	display: inline;
	margin: 0 auto;
}
.content_title {
	text-align:left;
	padding-bottom:5px;
	font-size:20px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#8FC101;
	width:620px;
	margin: 0 auto;
}
.footer {
	width: 976px;
	height: 52px;
	font-size:11px;
	color:#999999;
	padding-top:30px;
	text-decoration:none;	
	background-image:url(/img/footer_bg.png);
	margin: 0 auto;
}
.footer a:link {
	color: #999999;
	text-decoration: underline;
}
.footer a:visited {
	color: #999999;
	text-decoration: underline;
}
.footer a:hover {
	color: #FFFFFF;
	background-color:#8FC101;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0px;
    font-size: 1px;
    line-height: 0px;
}

.warn {
	color: #ff0000;
}

.base {
	background-image:url(/img/footer_bg.gif);
	background-repeat:repeat-x;
	width: 975px;
	text-align:left;
	padding-left:5px;
	font-size:11px;
	color:#999999;
	padding-top:10px;
	text-decoration:none;
	margin: 0 auto;
}

img, div, input { behavior: url(iepngfix.htc) }

input {
	height: 16px;
	border-color:#8FC101;
	border-style:solid;
	color:#FFFFFF;
	background-color:#8FC101;
}

#menu_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
	padding: 2px;
	text-indent: 4px;
	text-align: left;
	margin: 0 auto;
	cursor:hand;cursor:pointer;
}
#menu_item.hovered, #menu_item:hover {
	color:#FFFFFF;
	background-color:#8FC101;
	margin: 0 auto;
}
.menu_main {
	width: 180px;
	background-image:url(/img/menu_bg.jpg);
	background-repeat:repeat-x;
	background-color:#EAEAEA;
	margin: 0 auto;
	}
.menu_border {
	width: 180px;
	padding: 5px;
	background-color:#FFFFFF;
	border:1px #EBEBEB solid;
	margin: 0 auto;
	}
