body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #777777;
	background: #FFFFFF;
}

/* ------ Text styles ------ */

h1,h2,h3,h4,h5,h6 {
	font-family: 'PT Sans Narrow', arial, sans-serif;
	line-height: 1.47em;
	color: #006666;
}

h1 {
	font-size: 30px;
	line-height: 1.0em;
}

h2,
h3 {
	font-size: 20px;
	color: #006666;
	margin: 0 0 20px;
	border-bottom: #96c1b8 solid 1px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

h5 {
	border-bottom: #96c1b8 solid 1px;
	margin: 0 0 10px;
}

h6 {
	
}

p {
	line-height: 1.47em;
	margin: 0 0 10px;
}

strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

ol {
	list-style: decimal;
	margin: 0 14px;
}

ul {
	list-style: disc;
	margin: 0 14px;
}

li {
	margin: 0 0 10px;
}

/* ------ Main Structure styles ------ */

#wrapper {
	width: 900px;
	margin: 70px auto 0;
}

#main-header {
	width: 100%;
	border-bottom: #96c1b8 double 3px;
}

#header-left-col {
	float: left;
	width: 620px;
}

#main-logo {
	display: block;
	width: 250px;
	height: 70px;
	background: url('../images/logo_henry_bell_main.jpg') top no-repeat;
}

#header-right-col {
	float: right;
	width: 280px;
	color: #016867;
}

#main-banner {
	clear: both;
	width: 100%;
	margin: 20px 0 0;
}

#main-content {
	width: 100%;
	margin: 0 0 20px;
}

#main-col-left {
	float: left;
	width: 550px;
	padding: 40px 0 20px;
}

#main-col-right {
	float: right;
	width: 290px;
}

.right-section {
	width: 230px;
	margin: 0 0 20px;
	padding: 30px;
	border-bottom: #96c1b8 solid 1px;
	background: #DEEBEB;
}

.right-section ul {
	list-style-image: url('../images/bullet_arrow.png'); 
}

#single-wide-col {
	width: 900px;
	padding: 40px 0 20px;
}

#main-footer {
	width: 100%;
	padding: 10px 0;
	border-top: #96c1b8 solid 1px;
	font-size: 11px;
}

/* ------ Menu styles ------ */

#main-menu {

}

#main-menu ul {
	position: relative;
	list-style: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

#main-menu ul li {
	position: relative;
	display: inline-block;
	margin: 10px 0;
	padding: 5px 30px;
	font-size: 12px;
	zoom: 1;
	*display: inline;
	*_height: 14px;
	background: url('../images/bullet_menu.jpg') right no-repeat;
}

#main-menu ul li a {
	display: inline-block;
	text-decoration: none;
	height: 14px;
	color: #006666;
	font-size: 12px;
}

#main-menu ul li a:hover {
	text-decoration: underline;
}

#main-menu ul ul {
	position: absolute;
	display: none;
	width: 157px;
	margin: -5px 0 0 -10px;
	padding: 0;
	border-bottom: #006666 1px solid;
	z-index: 100;
	top: 30px;
	left: 4px;
}

#main-menu ul ul a {
	height: auto;
	font-size: 12px;
}

#main-menu ul ul li {
	clear: both;
	width: 110px;
	margin: 0;
	padding: 5px 10px 5px 35px;
	border-left: #006666 1px solid;
	border-right: #006666 1px solid;
	text-align: left;
	background: #FFFFFF;
}

#main-menu ul li:hover ul, #menu-main ul a:hover ul, #menu-main ul li.current ul {
	display: block;
}

/* ------ Main Structure styles ------ */

#enquiry-form {
	margin: 20px 0;
}

#enquiry-form label {
	font-weight: bold;
}

#enquiry-form table td {
	vertical-align: top;
}

.formbox,
.commentsbox {
	width: 244px;
	margin: 0 0 10px;
	padding: 3px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #999999;
}

.formbox {
	height: 18px;
}

.commentsbox {
	resize: none;
}

.emailerror,
.emailsuccess {
	font-weight: bold;
}

.emailerror {
	color: #FF0000;
}

.emailsuccess {
	color: #39B54A;
}

/* ------ Misc styles ------ */

#single-wide-col .bf-gallery ul {
	margin: 0 30px;
}

.clear {
	clear: both;
}

a, a:visited {
	text-decoration: none;
	color: #006666;
}

