html, body, ul, ol, p, blockquote, q, h1, h2, h3, h4, h5, h6, form, fieldset, a, div, img {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-size: 100%; /* IE hack */
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	color: #000000;
	margin-top: 10px;
	background-color: #F7F7F7;
	text-align: center;
	background-image: url(images/background.png);
}


#main {
	width: 800px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}


#headerpicture {
	padding-right: 4px;
	padding-top: 2px;
	margin-bottom: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #369A92;
	border-bottom-color: #369A92;
}
#homeimages img {
	border: 1px dotted #369A92;
}


#navigation {
	background-color: #6eb351;
	height: 15px;
	text-align: right;
	padding-top: 3px;
	border-top: 1px solid #346A98;
	border-right: 1px solid #346A98;
	border-bottom: 1px solid #346A98;
	border-left: 1px solid #346A98;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
#navigation a:link, #navigation a:visited {
	background-image:      url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	color: #0A141C;
	text-decoration: none;
}
#navigation a:hover {
	background-image:      url(images/bulleta.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 15px;
	color: #F8FCFF;
}
#navlist ul
{
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	margin-bottom: 0px;
}

#navlist li
{
	display: inline;
	list-style-type: none;
	margin-left: 5px;
}

/* for understanding browsers - still validates but keeps showing error in dreamweaver */
#content {
	line-height: 135%;
	background-color: #F8FCFF;
	min-height: 450px;
	border: 1px solid #6eb351;
	padding: 30px;
	margin-bottom: 5px;
}
/* for Internet Explorer - still validates but keeps showing error in dreamweaver */
/*\*/
* html #content {
	height: 450px;
}
h1 {
	font-size: 1.4em;
	color: #000000;
	margin-bottom: 20px;
	padding-bottom: 3px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
a:link {
	font-weight: bold;
	color: #369A92;
	text-decoration: none;
	padding-bottom: 1px;
}
a:visited {
	font-weight: bold;
	color: #369A92;
	text-decoration: none;
	padding-bottom: 1px;
}
#contactbutton {
	font-size: 16px;
	text-align: right;
	margin-bottom: 10px;
}

a:hover {
	font-weight: bold;
	color: #369A92;
	text-decoration: underline;
	padding-bottom: 1px;
}
h6 {
	color: #03395e;
	font-size: 1.1em;
	margin-bottom: 0.8em;
}
.enquiryform {
	padding-bottom: 10px;
	width: 450px;
}
.formheader {
	color: #F8FCFF;
	font-size: 1.1em;
	background-color: #6EB351;
	padding-left: 10px;
	padding-bottom: 1px;
	text-align: center;
	border: 1px solid #F4EEF8;
	font-weight: bold;
}
.formrow {
	clear: both;
	padding-top: 5px;
}
.formrow .label {
	float: left;
	margin-left: 5px;
}
.formrow .formelement {
	float: right;
	text-align: left;
	margin-top: 4px;
	margin-right: 5px;
	width: 360px;
}
input, textarea, select {
	color: #0A141C;
	vertical-align: middle;
}
.clearboth {
	clear: both;
}
.aligncenter {
	text-align: center;
}
p {
	margin-bottom: 1.2em;
}
ol {
	margin-bottom: 1.2em;
	font-weight: bold;
	margin-left: 23px;
}
.unordered {
	margin-bottom: 1.2em;
	margin-left: 46px;
	font-weight: bold;
}
#logos {
	font-size: 1.2em;
}
#logos a:link, #logos a:visited {
	color: #F8FCFF;
	background-image: none;
}
#logos a:hover {

	color: #FD600F;
	background-image: none;
}
.imgfloatleft {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}
.imgfloatright {
	float: right;
	padding-left: 5px;
	padding-top: 5px;
}
#seotable {
	width: 300px;
	margin-bottom: 10px;
	margin-left: 30px;
}
#seotable td {
	vertical-align: top;
}
h2 {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 10px;
	margin-right: 10px;
	font-size: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}
h3 {
	font-size: 1.2em;
	text-transform: capitalize;
	color: #FFFFFF;
	float: left;
	margin-left: 3px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.questionmark {
	font-size: 1.4em;
	font-weight: bold;
}
.quoteinstructions {
	font-weight: bold;
	color: #0A141C;
	clear: both;
	margin-top: 5px;
}
.poundsign {
	font-size: 1.4em;
	font-weight: bold;
	margin-left: 10px;
	vertical-align: middle;
}
.portfolioimage {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	clear: left;
	margin-top: 5px;
	padding: 1px;
	border: 1px dotted #369A92;
}
.imglink a:link, .imglink a:visited {
	background-image: none;
}
.imglink a:hover {
	background-image: none;
}
.alignright {
	text-align: right;
}
.menuitem {
	border-bottom: 1px solid #FD6005;
	padding-top: 2px;
	padding-bottom: 3px;
}
#menu {
	margin-top: 14px;
	border-top: 1px solid #346a98;
}
.menuitem1 {
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FD6005;
	color: #0A141C;
	border: 1px solid #F8FCFF;
	margin-bottom: 3px;
	text-align: center;
}
li {
	margin-bottom: 3px;
}
.breadcrumb {
	float: right;
	margin-right: 5px;
}
.adsection {
	background-color: #F4EEF8;
	padding-bottom: 2px;
}
.adsection p {
	margin-bottom: 0px;
}
#rightpanel a:link, #rightpanel a:visited {
	color: #F8FCFF;
}
#rightpanel a:hover {
	color: #FD6005;
}
#googlesearchtop {
	background-color: #FFFFFF;
	border: 1px solid #B36651;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 5px;
}
#searchbox {
	float: right;
	background-image: url(images/magnify_glass_small.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 335px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: right;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	text-align: left;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #369A92;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 20px;
}
#adsenseright {
	width: 160px;
	float: left;
}
#text {
	margin-right: 20px;
	float: left;
	width: 550px;
	padding-right: 30px;
	padding-left: 23px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #369A92;
}
#adsensehalfbanner {
	text-align: right;
}

