body {
	padding: 0px;
	margin: 0px;
	font-family: arial;
	font-size: 0.75em;
	
	background-color: #113821;
}

a {
	color: #5EA203;
	background-color: transparent;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img { border: 0px; }

div#body2 {
	width: 100%;
	float: left;
	
	background-color: #ffffff;
	background-image: url(images/header_slice.gif);
	background-repeat: repeat-x;
	background-position: top;
}

div#site_container {
	width: 962px;
	margin: 0px auto 0px auto;
}

h1 {
	font-size: 2.0em;
	color: #00601e;
}

h2 a {
	color: #00601E;
	background-color: transparent;
}

/* ##### LAYOUT LIST ##### */
ul.layout_list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}





/* ##### HEADER ##### */
div#header {
	width: 100%;
	height: 113px;
	
	background-image: url('images/header_background.jpg');
	background-repeat: no-repeat;
	background-color: #bce198;
}





/* ##### MAIN MENU ##### */
ul#main_menu {
	float: left;
	width: 187px;
	margin-top: 20px;
	margin-left: 2px;
	
	font-size: 1.17em;
	
	color: #006633;
	background-color: transparent;
}
ul#main_menu li {
	width: 100%;
	padding-top: 22px;
	margin-bottom: 2px;
	
	background-image: url('images/menu_item_background.gif');
	background-position: top;
	background-repeat: no-repeat;
}
ul#main_menu li.no_background {
	padding: 0px;
	background-image: none;
}
ul#main_menu li.product_range {
	padding-top: 16px;
}
ul#main_menu li a {
	color: #006633;
	background-color: transparent;
	text-decoration: none;
}
ul#main_menu ul#product_range {
	font-size: 0.83em;
	margin-left: 11px;
	margin-bottom: 21px;
}
ul#main_menu ul#product_range li {
	background-image: none;
	padding: 0px;
}
ul#main_menu ul#product_range li a {
	color: #5ea203;
	background-color: transparent;
}
ul#main_menu li a:hover {
	text-decoration: underline;
}
ul#main_menu li span.selected,
ul#main_menu li a.selected,
ul#main_menu ul#product_range li a.selected {
	color: #000000;
	background-color: transparent;
}

ul#main_menu ul.product_groups{
	padding: 3px 0px 8px 5px;
}
ul#main_menu ul.product_groups_last{
	padding-bottom: 0px;
}






/* ##### CONTENT CONTAINER ##### */
div#content_container {
	float: right;
	width: 762px;
	margin-top: 30px;
	line-height: 1.58em;
}
div#content_container h1 {
	margin-top: 0px;
	margin-bottom: 6px;
}
div#content_container p {
	margin-top: 0px;
}




/* ###### FOOTER ##### */
div#footer_container {
	float: left;
	width: 100%;
	min-height: 91px;
	
	color: #ffffff;
	background-image: url(images/footer_slice.gif);
	background-repeat: repeat-x;
	background-position: top;
	
	font-size: 0.92em;
}
div#footer_content {
	width: 962px;
	margin: 0px auto 40px auto;
	padding: 0px 0px 0px 2px;
}
div#footer_content a {
	color: #ffffff;
	background-color: transparent;
	text-decoration: none;
}
div#footer_content a:hover {
	text-decoration: underline;
}
div#footer_content_left {
	float: left;
	margin-top: 16px;
}
div#footer_content_right {
	float: right;
	margin-top: 16px;
}
img#battles_logo {
	float: right;
	margin: 12px 2px 0px 5px;
}
