BODY { /* WS: Body of the site */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000; */
	margin-bottom : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	background-color: #E9EDEE;
}

TD { /* WS: Table cell */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
/*	color:#000000;*/
}

.MenuURL{ /* WS: HTML Menu styles on A Href links */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color: #000000;
	color:#ffffff;
	text-decoration: none;
}

.MenuMain { /* WS: HTML and JS Menu table style */
	background-color: #000000;
}

.MenuCell{ /* WS: HTML and JS Menu individual cell style */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-align: center; 
}

.MenuCellDropdown1{ /* WS: DropDown Level 1 Cell styles */
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#ffffff;
	text-align: center; 
}


TD.MainContent{ /* WS: The Style on the main body content (applied on the td cell the supports page content) */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	padding-top : 30px;
	padding-bottom : 30px;
}

.IndexContent{ /* WS: The Style on the main body content for the index page, only applies if turned on in setup */
	width: 780px;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	padding-top : 14px;
	padding-bottom : 14px;
}

.IndexGreenInfoBox{
	padding: 12px;
	color: #FFFFFF;
	font-size: 13px;
	background-image : url(site_images/fair-dinkum-sheds-distributor.jpg);
	background-repeat : no-repeat;
	width:222px;
	height: 199px;
}

H1 {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 18px; 
	color:#0D8547; 
}

.SiteLinks{ /* WS: HTML main page links */
	font-size: 10px;
	color: #999999;
}

.SiteMapLinks{ /* WS: SiteMap main Links */
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}
.SiteMapSubLinks{ /* WS: SiteMap sub Links */
	font-family: Arial;
	font-size: 10px;
	color: #999999;
}

.InputBox { /* WS: Contact form input boxes */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	color: #000000;
	border: 1px solid #0D8547;
}
.InputButton {  /* WS: Contact form buttons */
	font-family: Arial, Verdana, Helvetica, Geneva, sans-serif;
	font-size: 11px;
	font-weight: Bold;
	color: #FFFFFF;
	border: 1px solid #000000;
	background-color: #0D8547; 
}
.Feature2 {  /* WS: Feature box class (feature 2 in the class) */
	width: 780px; 
	height: 42px; 
	background-color: #0D8547; 
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}