body {
	text-align: center;
	background-color: #f3f3f3;
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#container {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000000;
	border-bottom: 0px;
	background-color: #ffffff;
	width: 775px;
	text-align: left;
}

#header {
	position: relative;
	height: 160px;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-bottom: 15px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 37px;
}

#strapline {
	position: absolute;
	margin: 0px;
	padding: 0px;
	top: 65px;
	right: 18px;
	text-align: right;
	font-style: italic;
	font-family: sans-serif;
	font-size: 1.1em;
	color: #ffffff;
}

#telephone {
	position: absolute;
	bottom: 0px;
	right: 18px;
	text-align: right;
	font-family: Tahoma, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

#header ul.nav {
	position: absolute;
	bottom: 20px;
	left: 20px;
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#header ul.nav li {
	float: left;
	margin: 0px;
	margin-right: 15px;
	padding: 0px;
	list-style-type: none;
}

#header ul.nav a:link, #header ul.nav a:visited {
	background-color: #de0029;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #000000;
	text-decoration: none;
	display: block;
	width: 5.5em;
	text-align: center;
} 

#header ul.nav a:hover, #header ul.nav a:active {
	color: #ffffff;
	text-decoration: underline;
} 

#content {
	float: left;
	width: 520px;
	margin-left: 20px;
}

#content p, #content li {
	font-family: sans-serif;
	font-size: 0.85em;
	color: #000000;
}

#content p {
	clear: left;
}

#content p.first {
	margin-top: 0px;
}

#content p.right {
	float: right;
	width: 200px;
	clear: right;
	margin: 0px;
	margin-left: 30px;
	padding: 0px;
}

#content form p {
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
}

#content form label {
	clear: both;
	float: left;
	width: 150px;
}

#content form label.required {
	font-weight: bold;
	color: #de0029;
}

#content form input {
	font-family: sans-serif;
	font-size: 0.9em;
}

#content form .fieldtext {
	width: 300px;
}

#content form textarea {
	font-family: sans-serif;
	font-size: 0.9em;
}

#content div.left {
	float: left;
	margin-right: 30px;
}

#content ul.logos {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#content ul.logos li {
	float: left;
	margin: 0px;
	margin-right: 35px;
	margin-bottom: 10px;
	padding: 0px;
	list-style-type: none;
	vertical-align: bottom;
}

#content a:link, #content a:visited {
	color: #0000ff;
	text-decoration: underline;
	font-weight: bold;
} 

#content a:hover, #content a:active {
	color: #de0029;
	text-decoration: none;
} 

#products {
	float: right;
	width: 200px;
}

#products ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#products li {
	margin: 0px;
	margin-bottom: 8px;
	padding: 0px;
	list-style-type: none;
}

#footer {
	clear: both;
	position: relative;
	height: 43px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
}

#footer p {
	position: absolute;
	top: 12px;
	left: 20px;
	font-family: sans-serif;
	font-size: 0.9em;
	color: #ffffff;
	margin: 0px;
	padding: 0px;
}
