html {
	height: 100%;
}
body {
	height: 100%;
	background-image: url(../images/bg_green.gif);
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin: 0px;
	padding: 0px;
}
body.mceContentBody {
	background-image: none;
}
.nav-bar{
	width: 100%;
	list-style-type: none;
	background: #00ADEF;
	display: block;
	clear: both;
	margin: 0px;
	padding: 0px;

}
.nav-bar  li{
	float:left;
	background: #00ADEF;
	line-height: 35px;
	color: #FFF;
}

.nav-bar  li.menu-item{
	float:left;
	padding-left:8.6px;
	padding-right: 12.9px;
}
.nav-bar  li.menu-admin{
	float:left;
	padding-left:21px;
	padding-right: 21px;
}

.nav-bar  li a{
	color: #FFF;
	text-decoration: none;

}


#nav_bar {
	background-image: url(../images/banner.png);
	background-position: left;
	background-repeat: no-repeat;
}
a:link, a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover, a:active {
	text-decoration: underline;
	color: #CCCCCC;
}
.nav {
	font-family: "Zurich Ex BT", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #FFFFFF;
}
.nav a:link {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.nav a:hover {
	text-decoration: none;
	color: #FF6699;
}
h1 {
	font-size: 14pt;
	font-weight: bold;
}
h2 {
	font-size: 12pt;
	font-weight: bold;
}
h3 {
	font-size: 11pt;
	font-weight: bolder;
}
.bgImageCentred {
	background-repeat: no-repeat;
	background-position: center top;
}
.minorText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
}
.categoryBox {
	/*border: 1px solid #000000;*/
	width: 360px;
	margin: 3px;
	float: left;
	height: 152px;
}
.categoryBoxHeading {
	background-position: center;
	color: #FFFFFF;
	font-weight: bold;
	background-color: 5370A3;
	font-size: 10pt;
	text-align: center;
}
.categoryBoxHeading a:link {color:#FFFFFF; text-decoration: none; }
.categoryBoxHeading a:visited {color:#FFFFFF; text-decoration: none; } 
.categoryBoxHeading a:hover {color:#FFFFFF; text-decoration: underline; } 
.categoryBoxHeading a:active {color:#FFFFFF; text-decoration: underline; }
.bottomBar {
	color: #FFFFFF;
	font-size: 14px;
}
.bottomBar a:link {color:#FFFFFF; text-decoration: none; }
.bottomBar a:visited {color:#FFFFFF; text-decoration: none; } 
.bottomBar a:hover {color:#CCCCCC; text-decoration: none; } 
.bottomBar a:active {color:#CCCCCC; text-decoration: none; }
#buttons {
	float: left;
	position: relative;
	left: 50%;
	text-align: left;
	margin: 0px;
}
#buttons ul {
	list-style: none; 
	position: relative;
	left: -58%;
	margin: 0px;
} 

#buttons li { float: left; position: relative; margin: 0px; }/* ie needs position:relative here*/
#buttons a {
	font-size: 15px;
	font-family: Serif;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #00ADEF;
	white-space: nowrap;
	float: left;
	border: 0px solid #FFFFFF;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 22px;
	padding-right: 15px;
}
#buttons a:link {color:#FFFFFF; text-decoration: none; }
#buttons a:visited {color:#FFFFFF; text-decoration: none; } 
#buttons a:hover {color:#CCCCCC; text-decoration: none; } 
#buttonContainer { overflow: hidden; } /* hide horizontal scrollbar*/
#cartBox {
	padding: 5px;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	width: 200px;
	display: none;
}
#cartBox A { color: #FFFFFF; text-decoration: none; }
#cartBox A:hover { color: #FFFFFF; text-decoration: underline; }
.navButton a:active {color:#CCCCCC; text-decoration: none; }
.floatLeft { float: left; }
.floatRight { float: right; }
.clearBoth { clear: both; }
.clearBoth0px {
	clear: both;
	height: 0px;
	font-size: 0px;
}
.formButton {
	color: #FFFFFF;
	background-color: #333333;
	margin: 0px;
	padding: 0px;
	border: none;
}
.redText {
	color: #FF0000;
}
.spacer5px {
	height: 5px;
	font-size: 5px;
}
.spacer10px {
	height: 10px;
	font-size: 10px;
}
.productBoxx {
	border-radius:25px;
	border:2px solid #228B22;
	padding:15px;
	width:200px;
	display:inline-block;
	color:#FFFFFF;
	height: 120px;
	float: left;
    margin: 5px;
	position:relative;
}
.productText {
background:#006400;
padding:5px;
position: absolute;
right: 0px;
bottom: 15px;
border-radius:10px 0px 0px 10px;
}
.productImagee {
padding:4px;
position: absolute;
left: 0px;
bottom: 15px;
/*border-radius:10px 0px 0px 10px;*/
}
.productHeadingg {
	width: 66%;
    text-align: right;
    position: absolute;
    right: 5px;
	
}
.productBoxx img{
/*	width:110px;*/
}