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 {
	background-image: url(../images/mountains.jpg);
	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: 132px;
}
.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: -50%;
	margin: 0px;
} 
#buttons li { float: left; position: relative; margin: 0px; }/* ie needs position:relative here*/
#buttons a {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #333333;
	white-space: nowrap;
	float: left;
	border: 1px solid #FFFFFF;
	margin: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	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;
}