body {
	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: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #999;
}
.oneColFixCtrHdr #container {
	width: 915px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	height: 182px;
	width: 885px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.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 {
	padding: 0 0px;
}
.main {
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
	height: 370px;
	width: 915px;
	margin: 0px;
	padding: 0px;
}
.mainAbout {
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
	height: 625px;
	width: 915px;
	margin: 0px;
	padding: 0px;
}
.mainText {
	margin: 0px;
	height: 100%;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.top {
	background-image: url(../images/topsection.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 908px;
	}
.bottom {
	background-image: url(../images/bottomsec.png);
	background-repeat: repeat-x;
	height: 43px;
	width: 908px;
}
.oneColFixCtrHdr #footer {
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	height: 48px;
	width: 900px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.shoppingTag {
	height: 88px;
	width: 200px;
	float: left;
	z-index: 15;
	clear: both;
	display: block;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0;
	text-align: center;
}
.indexpic {
	height: 360px;
	width: 370px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.indexpic .inscript {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	line-height: 15px;
}
#navigation    {
	margin: 0px;
	padding-left: 3px;
	height: 44px;
}
.home1 {
	text-align: right;
	display: block;
	float: left;
	width: 144px;
	text-align: center;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.home1:hover {
	text-align: right;
	display: block;
	float: left;
	width: 144px;
	text-align: center;
	background-image: url(../images/MOhome.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.home1:active {
	text-align: right;
	display: block;
	float: left;
	width: 144px;
	text-align: center;
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.about {
	text-align: right;
	display: block;
	float: left;
	width: 142px;
	text-align: center;
	background-image: url(../images/aboutus.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.about:hover {
	text-align: right;
	display: block;
	float: left;
	width: 142px;
	text-align: center;
	background-image: url(../images/MOaboutus.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.about:active {
	text-align: right;
	display: block;
	float: left;
	width: 142px;
	text-align: center;
	background-image: url(../images/aboutus.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.products {
	text-align: right;
	display: block;
	float: left;
	width: 142px;
	text-align: center;
	background-image: url(../images/products.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.products:hover {
	text-align: right;
	display: block;
	float: left;
	width: 142px;
	text-align: center;
	background-image: url(../images/MOproducts.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.products:active {
	text-align: right;
	display: block;
	float: left;
	width: 142px;
	text-align: center;
	background-image: url(../images/products.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.contact {
	text-align: right;
	display: block;
	float: left;
	width: 156px;
	text-align: center;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.contact:hover {
	text-align: right;
	display: block;
	float: left;
	width: 156px;
	text-align: center;
	background-image: url(../images/MOcontactus.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.contact:active {
	text-align: right;
	display: block;
	float: left;
	width: 156px;
	text-align: center;
	background-image: url(../images/contactus.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.last {
	text-align: right;
	display: block;
	float: left;
	width: 324px;
	text-align: center;
	background-image: url(../images/number.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.last:hover {
	text-align: right;
	display: block;
	float: left;
	width: 324px;
	text-align: center;
	background-image: url(../images/MOphone.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.last:active {
	text-align: right;
	display: block;
	float: left;
	width: 324px;
	text-align: center;
	background-image: url(../images/number.png);
	background-repeat: no-repeat;
	z-index: 2;
	height: 44px;
	margin: 0px;
	padding: 0px;
}
.shoppingTag {
	height: 86px;
	width: 200px;
	clear: left;
	float: left;
	z-index: 35;
}
.contactText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 21px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
}
.contactOrange {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	color: #F05928;
}
.productDisplay {
	height: 350px;
	width: 800px;
	float: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
	margin-left: 50px;
}
.productH1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	text-align: center;
}
.productP {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.mainProductText {
	margin: 0px;
	height: 308px;
	width: 400px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}
.AboutText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
}
.mainProduct {
	background-image: url(../images/middle.png);
	background-repeat: repeat-y;
	height: 1175px;
	width: 915px;
	margin: 0px;
	padding: 0px;
}
.productPic {
	height: 300px;
	width: 370px;
	float: right;
	padding: 0px;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.OrangeCopy {
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	font-style: italic;
	font-weight: normal;
	color: #F05928;
	font-size: 11px;
}
