html,body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {		
	font-family: arial, tahoma, Verdana, sans-serif;
	text-align: center;
	color: #000;
	background-color: #ffffff;
	font-size: 75%;
}

h1 {
	color: #000000;
	font-size: 150%;
}

h2 {
	color: #000000;
	font-size: 130%;
	font-style: italic;
}

a {
	color: #196a29;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 19px;
}

li {
	line-height: 22px;
	margin: 0px 0px 0px -10px;
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(images/bullet.gif) no-repeat;
	background-position: 0px 6px;
}
		
#container {
	margin: 0 auto;
	width: 980px; 
	min-height: 100%;
	text-align: left;
	background-color: #ffffff;
	position: relative;
}

*html #container {
	height: 100%;
}

#header {
    padding-top: 3px;
    padding-bottom: 3px;
}

.redBar {
	height: 14px;
	background: url(images/bg-red-grad.jpg) repeat-x;
}

.greenBar {
	height: 14px;
	background: url(images/bg-green-grad.jpg) repeat-x;
	margin-top: 6px;
	#margin-top: 3px;
	padding-bottom: 3px;
}

#contactDetails, .separator {
	width: 330px;
	height: 3px;
	border-bottom: 14px solid #2ab04a;
	padding: 0;
	margin: 0;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 15px;
	font-size: 120%;
}
	
#content {
	width: 600px;
	padding-top: 20px;
	padding-left: 20px;
}

#floatLeft {
    float: left;
    width: 345px;
    margin-right: 3px;
}

#floatRight {
    float: left;
    width: 630px;
}

#footer	{
	width: 970px;
	background: url(images/bg-footer.jpg) repeat-x;
	color: #ffffff;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	height: 55px;
}

#footer a {
    color: #ffffff;
}

#footer p {
	margin: 0px;
	padding: 0px;
}

#clearfooter {
	height: 67px;
	width: 100%;
	clear: both;
}

.introText {
	color: #6a6c70;
	font-weight: bold;
	font-size: 110%;
}

#navigation {
	margin-top: 10px;
}

.navBlock {
	background: url(images/bg-menu.gif) no-repeat left;
	border-bottom: 1px solid #000000;
	padding: 5px 0px 5px 30px;	
	font-weight: bold;
	color: #000000;
}

.navBlockSelected {
	background: url(images/bg-menu-ovr.gif) no-repeat left;
	border-bottom: 1px solid #000000;
	padding: 5px 0px 5px 30px;	
	font-weight: bold;
	color: #000000;
}

.imgBorder {
	border: 1px solid #d21e25;
}

.inputFields {
	border: 1px solid #000000;
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 100%;
}

.inputFieldserror {
	border: 1px solid #000000;
	background-color: #fadedf;
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 100%;
}

.submitButton {
	background-color: #1a6c2a;
	color: #ffffff;
	font-weight: bold;
	border: 0;
	padding: 2px;
	font-family: arial, tahoma, Verdana, sans-serif;
	font-size: 100%;
}

.priceTable td {
	border-top: 1px solid black;
	border-left: 1px solid black;
}
