@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 15px;
}
.oneColFixCtrHdr #header {
	background-color: #FFFFFF;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #FFFFFF;
	background-image: url(Images/background.png);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	background-position: center;
	height: 600px;
}
.oneColFixCtrHdr #footer {
	background-color: #FFFFFF;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-right: 0;
	padding-left: 0;
}
.menubarone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	background-position: center;
	text-align: center;
	font-weight: normal;
}
ul.MenuBarHorizontal ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FA3366;
	text-align: center;
}
.leftfloater {
	background-color: #FFFFFF;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	margin-left: 205px;
	margin-top: 144px;
	display: inline;
}
.leftfloaterpink {
	background-color: #FF3366;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	margin-left: 205px;
	margin-top: 144px;
	display: inline;
}
.rightfloater {
	background-color: #FFFFFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 365px;
	margin-top: 145px;
	margin-right: 125px;
	display: inline;
}
.centretext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 5px;
	border: thin solid #FA3366;
	margin: 5px;
	font-weight: bold;
}
.floatpicture {
	float: left;
	padding-right: 5px;
}
.picpanel {
	float: right;
}
.pictureright {
	float: right;
	padding-right: 5px;
	padding-left: 5px;
}
.minifooter {
	padding: 2px;
	border: thin solid #FA3366;
}
.newheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #990000;
	padding: 5px;
	margin-left: 5px;
	margin-right: 252px;
}
.productsbox {
	padding-top: 4px;
	padding-bottom: 4px;
}
.droppic {
	float: left;
	margin-right: 13px;
	margin-bottom: 4px;
	border-top-width: thick;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thick;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FA3366;
	border-right-color: #FA3366;
	border-bottom-color: #FA3366;
	border-left-color: #FA3366;
}
.quotes {
	float: left;
	border: thin solid #FA3366;
}
.quote {
	margin-left: 60px;
	margin-right: 70px;
}
.quoteright {
	float: right;
	margin-top: -30px;
	margin-right: 5px;
	display: inline;
}
.marq {
	border: thin ridge #FF3366;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: -15px;
	padding-left: 10px;
}
.oneColFixCtrHdr #container .style27 style5 menubarone .style33 {
	text-align: center;
	vertical-align: middle;
}
