html {
	height:100%;
}
body {
	background-image: url('../images/background.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#87b619;
	margin: 0;
	padding: 20px 40px;
	font: 8pt Tahoma;
	color:#222;
}

img {
	border-style:none;
}
input {
	vertical-align:middle;
}
form {
	margin:0;
	padding:0;
}

a:link, a:active, a:visited {
	font-size:8pt;
	color:#4faf00;
	text-decoration:none;
}
a:hover {
	font-size:8pt;
	color:#4faf00;
	text-decoration:underline;
}


div.Header2 {
	color:#111;
	font-size:12pt;
	padding-bottom:4px;
	border-bottom:1px solid #bbb;
	margin-bottom:4px;
}
div.Header2 a {
	font-size:12pt;
	color:#111;
}
h2 {
	font-size: 16pt; 
	color: #01888f;
	margin-top:0;
}


table.MainTable {
	width:100%;
	border-collapse:collapse;
}
table.MainTable td.LogobarLeft {
	background-image: url('../images/logobar_left.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:277px; height:87px;
}
table.MainTable td.LogobarFill {
	background-image: url('../images/logobar_fill.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	vertical-align:bottom;
	text-align:right;
	height:87px;
}
table.MainTable td.LogobarRight {
	background-image: url('../images/logobar_right.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:13px; height:87px;
}

table.MainTable td.ContentLeft {
	background-image: url('../images/content_shadow.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#fff;
	width:180px;
	vertical-align:top;
	padding-top:14px;
}
table.MainTable td.ContentMiddle {
	background-image: url('../images/content_shadow.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#fff;
	vertical-align:top;
	padding:14px 8px;
}
table.MainTable td.ContentRight {
	background-image: url('../images/content_shadow.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#fff;
	width:180px;
	vertical-align:top;
	padding-top:14px;
}

table.MainTable td.ShadowTopLeft {
	background-image: url('../images/shadow_tl.png');
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowTopFill {
	background-image: url('../images/shadow_tf.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: transparent;
	height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowTopRight {
	background-image: url('../images/shadow_tr.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowLeftFill {
	background-image: url('../images/shadow_lf.png');
	background-repeat: repeat-y;
	background-position: right top;
	background-color: transparent;
	width:8px;
	font-size:1pt;
}
table.MainTable td.ShadowRightFill {
	background-image: url('../images/shadow_rf.png');
	background-repeat: repeat-y;
	background-position: left top;
	background-color: transparent;
	width:8px;
	font-size:1pt;
}
table.MainTable td.ShadowBottomLeft {
	background-image: url('../images/shadow_bl.png');
	background-repeat: no-repeat;
	background-position: right top;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowBottomFill {
	background-image: url('../images/shadow_bf.png');
	background-repeat: repeat-x;
	background-position: left top;
	background-color: transparent;
	height:8px;
	font-size:1pt;
}
table.MainTable td.ShadowBottomRight {
	background-image: url('../images/shadow_br.png');
	background-repeat: no-repeat;
	background-position: left top;
	background-color: transparent;
	width:8px; height:8px;
	font-size:1pt;
}

table.ContentHeader {
	width:100%;
	border-collapse:separate;
	border: 2px solid #111;
}
table.ContentHeader td.ContentHeaderTop {
	font-weight:bold;
	padding:4px 8px;
	background-color:#fff;
	border:1px solid #d6d6d6;
}
table.ContentHeader td.ContentHeaderBottom {
	padding: 2px 8px;
	background-color:#f6f6f6;
	border:1px solid #d6d6d6;
	border-top-style: none;
}


/*-----------------------------------------------------------------------------------------------------------------------
|	Module Styles																										|
-----------------------------------------------------------------------------------------------------------------------*/
table.Module {
	border-collapse:collapse;
	margin:0 auto 10px auto;
	width:166px;
}
table.Module th {
	background-image: url('../images/module_header.png');
	background-position:left top;
	background-repeat: no-repeat;
	background-color:transparent;
	text-align:left;
	padding-left:8px;
	color:#fff;
	height:21px;
}
table.Module td.Content {
	background-image: url('../images/module_fill.png');
	background-position: left top;
	background-repeat: repeat-y;
	background-color: transparent;
	padding:2px 4px 0px 4px;
	font-size:8pt;
}	
table.Module td.ModuleFooter {
	background-image: url('../images/module_footer.png');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
	height:3px;
}	
table.Module div.Content {
	background-color:#eee;
	border:1px solid #d0cfcf;
	padding:4px;
	margin:1px 0;
}

table.Module a.ModuleLink {
	display:block;
	text-decoration:none;
	font-weight:bold;
	padding:2px 8px;
	margin: 2px 0;
}
table.Module a.ModuleLink:link, 
table.Module a.ModuleLink:active,
table.Module a.ModuleLink:visited {
	color:#222;
	background-color:#eee;
	border:1px solid #d0cfcf;
}
table.Module a.ModuleLink:hover {
	background-color:#4faf00;
	border:1px solid #387d00;
	color:#fff;
}

a.CategoryLink {
	font-weight:bold;
	color:#111;
}
a.CategoryLink:hover {
	color:#4faf00;
	text-decoration:none;
}

input.Inputbox,
input {
	background-image:url('../images/inputbox.png');
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#fff;
	border: 1px solid #acacac;
	padding: 2px 3px;
	font-size:8pt;
}
input.Buttons {
	font: bold 8pt Tahoma;
	color: #111;
	padding:2px 8px;
	background-image: url('../../SYS/images/buttonBG.gif');
	background-repeat: repeat-x;
	background-color: #fff;
	cursor: pointer;
}
input.ButtonSearch {
	background-image:url('../images/button_search.png');
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#222;
	border-style:none;
	cursor:pointer;
	width:50px; height:18px;
	margin-left:3px;
}
input.ButtonLogin {
	background-image:url('../images/button_login.png');
	background-repeat:no-repeat;
	background-position: left top;
	background-color:#222;
	border-style:none;
	cursor:pointer;
	width:50px; height:18px;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	News Category Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.NewsTableHeader {
	width:90%;
	margin:0 auto;
}
table.NewsTableHeader td.NewsHeading {
	font-size: 16pt; color: #4faf00;
	border-bottom:1px solid #bbb;
	vertical-align:middle;
	padding:6px 10px;
}
table.NewsTableHeader td.NewsDate {
	font-size: 13pt; color: #111;
	border-bottom:1px solid #bbb;
	vertical-align:middle;
	text-align:right;
	padding:6px 10px;
}
table.NewsTableHeader td.NewsOverview {
	padding: 10px;
	font-weight:bold;
	font-size:9pt;
	color:#333;
}
table.NewsTableHeader td.NewsBody {
	text-align:justify;
	font-size:9pt;
	padding: 10px;
}
table.NewsTableHeader td.NewsBody img {
	margin: 0 0 10px 10px;
}
table.NewsTableHeader td.NewsArticle {
	padding:10px;
}
table.NewsCategory {
	width:100%;
	border-collapse:collapse;
	margin-bottom:10px;
}
table.NewsCategory th {
	font-size:16pt;
	text-align:left;
	font-weight:normal;
	padding-bottom:5px;
	border-bottom: 1px solid #bbb;
}
table.NewsCategory th a {
	font-size:9pt;
}
table.NewsCategory td.NewsTitle {
	padding:5px 0 0 10px;
	font-size:11pt;
}
table.NewsCategory td.NewsDate {
	padding:5px 0 0 10px;
	font-size:9pt;
}
table.NewsCategory td.NewsDesc {
	padding:5px 0 5px 10px;
	font-size:9pt;
	border-bottom:1px dashed #ddd;
}

/*-----------------------------------------------------------------------------------------------------------------------
|	Shopping Basket Styles																								|
-----------------------------------------------------------------------------------------------------------------------*/
table.Module table.ShoppingBasket {
	width:100%;
	border-collapse:collapse;
}
table.Module table.ShoppingBasket th {
	background-image: none;
	background-color:#c4c3c3;
	padding:2px;
	height:14px;
	color:#111;
	font-size:7pt;
	border:1px solid #808080;
	font-weight:bold;
}
table.Module table.ShoppingBasket td {
	font-size:7pt;
	border:1px solid #808080;
	padding:3px 2px;
	background-color:#fff;
}
table.Module table.ShoppingBasket a {
	font-size:7pt;
}
table.Module table.ShoppingBasket tr.row0 td {
	background-color:#f9f9f9;
}
table.Module table.ShoppingBasket tr.row1 td {
	background-color:#fff;
}

table.TableBorder td.BasketL {
	color: #000;
	padding: 2px 8px;
	height: 30px;
	vertical-align: middle;
	background-color: #f1f1f1;
	border: 1px solid #dbdbdb;
	border-right-style:none;
}
table.TableBorder td.BasketR {
	height: 30px;
	background-color: #f1f1f1;
	border: 1px solid #dbdbdb;
	border-left-style:none;
	padding:2px 8px;
	text-align: right;
	vertical-align: middle;
}
table.TableBorder td.BasketButtons {
	color:#000;
	background-color: #f1f1f1;
	border: 1px solid #dbdbdb;
	text-align:right;
	padding:4px 8px;
}