body {
	background-color: #fff;
	margin: 0px;
	border: 0px none;
	color: #000;
	background-image: url('images/bg_grade.gif');
	background-repeat: repeat-x;
}

/** Blue - #0e7bbd - Orange - #ff9900 */

h1 { font-family: Arial, 'Helvetica', sans-serif; font-size: 20px; color: #ff9900; }
h2 { font-family: Arial, 'Helvetica', sans-serif; font-size: 20px; color: #0e7bbd; }
h3 { font-family: Arial, 'Helvetica', sans-serif; font-size: 16px; color: #0e7bbd; }

a:link {color: #0e7bbd; text-decoration: none;}
a:visited {color: #0e7bbd; text-decoration: none;}
a:hover {color: #0e7bbd; text-decoration: underline;}
a:active {color: #0e7bbd; text-decoration: none;}

#main_container {
	width: 900px;
	height: auto;
	margin: 0px auto 0px;
	border: 0px;
	background: transparent;
}
#inner_container {
	width: 900px;
	height: auto;
	float: left;
	background-image: url('images/liquid.gif');
	background-repeat: repeat-y;
}
#header {
	width: 740px;
	height: 172px;
	float: left;
	margin-bottom: 20px;
	background-image: url('images/header.jpg');
}
#body_container_1 {
	width: 615px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
	background: transparent;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 16px;
	color: #0e7bbd;
	text-align: left;
}
#body_container_products {
	width: 615px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 16px;
	color: #0e7bbd;
	text-align: left;
	background-image: url('images/hearing_aid_images.jpg');
	background-repeat: no-repeat;
	background-position: top;
	
}
#body_container_2 {
	width: 660px;
	height: auto;
	float: right;
	margin-top: 10px;
	margin-right: 60px;
	background: transparent;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 14px;
	color: #0e7bbd;
	text-align: left;
}
#qanda_bullets {
	width: 40px;
	height: auto;
	float: left;
	padding-bottom: 50px;
	background: transparent;
}

.bigblue { font-family: Arial, 'Helvetica', sans-serif; font-size: 36px; color: #0e7bbd; letter-spacing: 1px; }
.medblue { font-family: Arial, 'Helvetica', sans-serif; font-size: 20px; color: #0e7bbd; letter-spacing: 1px; }
.smallblue { font-family: Arial, 'Helvetica', sans-serif; font-size: 14px; color: #0e7bbd; letter-spacing: 1px; }

.bigorange { font-family: Arial, 'Helvetica', sans-serif; font-size: 36px; color: #ff9900; letter-spacing: 1px; }
.medorange { font-family: Arial, 'Helvetica', sans-serif; font-size: 20px; color: #ff9900; letter-spacing: 1px; }
.smallorange { font-family: Arial, 'Helvetica', sans-serif; font-size: 14px; color: #ff9900; letter-spacing: 1px; }

.white { font-family: Arial, 'Helvetica', sans-serif; color: #fff; }
.orange { font-family: Arial, 'Helvetica', sans-serif; color: #ff9900; }
.blue { font-family: Arial, 'Helvetica', sans-serif; color: #0e7bbd; }
.silver { font-family: Arial, 'Helvetica', sans-serif; color: #e9e9e9; }
.gold { font-family: Arial, 'Helvetica', sans-serif; color: #FF6600; }
.platinum { font-family: Arial, 'Helvetica', sans-serif; color: #7d7d7d; }

#section {
	width: auto;
	height: auto;
	float: left;
	background: transparent;
}
#side_image_container {
	width: 160px;
	height: 585px;
	float: right;
	background: transparent;
}
#footer {
	width: 790px;
	height: 31px;
	float: left;
	padding-right: 110px;
	padding-top: 43px;
	font-family: Arial, 'Helvetica', sans-serif;
	color: #0e7bbd;
	font-size: 11px;
	text-align: right;
	background-image: url('images/footer.gif');
	background-repeat: no-repeat;
}
#footer a:link {color: #0e7bbd; text-decoration: none;}
#footer a:visited {color: #0e7bbd; text-decoration: none;}
#footer a:hover {color: #0e7bbd; text-decoration: underline;}
#footer a:active {color: #0e7bbd; text-decoration: none;}

#leaflet_image {
	width: 162px;
	height: auto;
	float: left;
	margin-right: 20px;
	background: transparent;
}

/** Start Main Navigation */

#nav_container ul {
	float: right;
	border: 0px none;
	margin: 0px 6px;
	margin-top: 145px;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background: url('images/button_up.gif'); 
}
#nav_container ul li {
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav_container ul li a, .navcontainer ul li a.selected {
	/* inactive option box colours */
	width: 70px;
	height: 21px; /* box option height */
	padding-left: 0px;
	padding-top: 6px;
	color: #fff; /*color for other option type*/
	text-decoration: none;
	background: url('images/button_up.gif');
	display: block;
	text-align: center;
	font-weight: bold;
	font-family: Arial, 'Helvetica', sans-serif;
	font-size: 11px; margin-left:0px; margin-right:0px; margin-top:0px; margin-bottom:0px
}
#nav_container ul li a:hover { 
	color: #0e7bbd; /* type colour for other option hover*/
	font-weight: bold;
	font-size: 12px;
	background-image: url('images/button_over.gif'); /* box colour for other option hover*/
}
#nav_container ul li a.selected {
	background-image: url('images/button_over.gif');
	color: #0e7bbd;
	font-weight: bold;
	font-size: 12px;
}

/** End Main Navigation */

#level_table_s {
	width: 190px;
	height: auto;
	min-height: 340px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 5px;
	float: left;
	background-color: #e9e9e9;
}
#level_table_g {
	width: 190px;
	height: auto;
	min-height: 340px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 5px;
	float: left;
	background-color: #ffe691;
}
#level_table_p {
	width: 190px;
	height: auto;
	min-height: 340px;
	padding-left: 10px;
	padding-top: 10px;
	margin-right: 5px;
	float: left;
	background-color: #7d7d7d;
}
