@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* CSS Document */

.footer {
	background-image: url(../img/bottom-bar.jpg);
	background-repeat: no-repeat;
}
.footercell {
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.footerlink {
	color: #FFFFFF;
	text-decoration: none;
}
.address {
	line-height: 17px;
	color: #666666;
	font-weight: bold;
	padding: 5px;
}
.bordergrey {
	border: 1px solid #999999;
	text-align: left;
}
h2 {
	color: #00ADEF;
	font-size: 22px;
}
p {
	font-size: 14px;
	color: #666666;
}
.subheading {
	font-weight: bold;
	color: #00ADEF;
	font-size: 14px;
}
.productimage {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
.producttitle {
	line-height: 40px;
}
.bluelink {
	color: #00ADEF;
	text-decoration: none;
	font-size: 14px;
}
.frmfield {
	border: 1px solid #00ADEF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #eeeeee;
	color: #666666;
}
.frmlabel {
	font-size: 14px;
	line-height: 20px;
	color: #666666;
}
