/* CSS Document */
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #ede0d2;
	text-align: center;
 	overflow:-moz-scrollbars-vertical;
 }

/* Positioning and markup of Divs */

#wrapper {
	position: relative;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-color: #FFFFFF;
}
#header {
	background-color: #bfd4ea;
	height: 91px;
}
#navigation {
	background-color: #bfd4ea;
	height: 24px;
	border-bottom: 1px solid #000000;
}
#contenthome {
	font-size: 80%;
	width: 354px;
	float: left;
	padding: 10px;
	line-height: 1.5;
}
#content {
	font-size: 80%;
	float: left;
	padding: 10px;
	line-height: 1.5;
}
#featuredproducts {
	width: 215px;
	background-color: #eecdab;
	float: left;
	padding: 10px;
}
.product p {
	margin: 0;
	text-align: left;
}
.productrange {
	width: 140px;
	height: 280px;
	background-color: #FFFFCC;
	float: left;
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	border: 1px solid #CC6600;
	border-bottom: 10px solid #FF9900;
	border-top: 10px solid #CC6600;
}
.product {
	background-color: #FFFFFF;
	border: 1px solid #CC6600;
	padding: 5px;
	margin-top: 20px;
	text-align: center;
	font-size: 80%;
}
.prodtable {
	border: 1px solid #CC6600;
}
.prodtableheader {
	font-size: 110%;
	font-weight: bold;
	background-color: #FFCC66;
	border-bottom: 1px solid #CC6600;
}
.prodtablealtrow {
	background-color: #FFFFCC;
}
.productimage {
	padding: 2px;
	border: 1px solid #000000;
	margin-right: 6px;
}
#industrylinks {
	width: 130px;
	background-color: #FFFFFF;
	float: left;
	padding: 7px;
	text-align: center;
}
#footer {
	clear: both;
	padding: 0;
	font-size: 70%;
	color: #FFFFFF;
	text-align: center;
	background-color: #cc6600;
	height: 50px;
}

/* Text Markup */

#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
}
#navigation li {
	display: inline;
	padding: 0 10px 0 10px;
	font-size: 80%;
}
a:link.normalnav, a:visited.normalnav {
	color: #333366;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
	line-height: 24px;
}
a:hover.normalnav {
	color: #B51032;
	background-color: #bfd4ea;
	text-decoration: underline;
}
.highlightednav {
	padding: 0 5px 0 5px;
	color: #B51032;
	font-weight: bold;
	text-decoration: underline;
}
#footernavigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
}
#footernavigation li {
	display: inline;
}
#footernavigation a:link, #footernavigation a:visited {
	padding: 0 5px 0 5px;
	font-size: 110%;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 30px;
}
#footernavigation a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer p {
	margin: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 125%;
	color: #000099;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 105%;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	margin: 0px;
}
.leadin {
	color: #cc6600;
	font-weight: bold;
}
.clearboth {
	clear: both;
}
.imgborder {
	border: 1px solid #000000;
}
a:link.agentlisting, a:visited.agentlisting {
	font-size: 70%;
	color: #333366;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
}
a:hover.agentlisting {
	color: #B51032;
	text-decoration: none;
}
.bc {
	text-align: center;
	font-weight: bold;
}
.contactform {
	background-color: #f7f7f7;
}
.whitebord {
	border-bottom: 2px solid #FFFFFF;
}
.licence {
	font-size: 75%;
	font-weight: normal;
}