body {
	background: #ffffff;
	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: Helvetica, Arial, sans-serif;
	font-size: 82%;
	line-height: 115%;
}
a:link {
	color: #74400b;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #F7931E;
}
a:active {
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	text-align: left;
}
.oneColFixCtrHdr #container2 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #74400b;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #FFFFFF;
	padding: 0px;
	background-image:url(../images/FITS_Circles_Header.jpg);
	height: 120px;
	width: 100%;
	vertical-align: middle; 
	margin: 0px; /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.FloatRight {
	clear: both;
	float: right;
}
.FloatLeft {
	clear: right;
	float: left;
}
.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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #menubar {
	height: 42px;
	width: 100%;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #74400b;
	border-bottom-color: #74400b;
	background-color: #F7931E;
	clear: right;
	float: none;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin: 0px;
}
.oneColFixCtrHdr #ContentHome {
	width: 100%;
	background-image: url(../images/FITS_Kids2.jpg);
	background-position:left center;
	height: 400px;
	text-align: right;
	vertical-align: middle;
}
.oneColFixCtrHdr #ContentAboutUs {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	width: 100%;
	background-image: url(../images/FITS_Kids_Sacs.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentAboutUs p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-top: 5px;
	clear: right;
	float: left;
	width: 50%;
}
.oneColFixCtrHdr #ContentFunStuff {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	width: 100%;
	background-image:url(../images/FITS_Kids_FunStuff.jpg);
	background-position:left center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentFunStuff p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-top: 5px;
	clear: right;
	float: left;
}
.oneColFixCtrHdr #ContentProducts {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding: 0px;
	width: 100%;
	background-image: url(../images/FITS_Kids_Products.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentProducts p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left: 20px;
	padding-top: 5px;
	clear: right;
	float: left;	

}
.oneColFixCtrHdr #ContentHInts {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image: url(../images/FITS_Kids_Sacs2.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentHInts p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 50%;
		padding-left:20px;
}
.oneColFixCtrHdr #ContentPrivacy {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image: url(../images/FITS_Kids_Products.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentPrivacy p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 50%;
		padding-left:20px;
}
.oneColFixCtrHdr #ContentTestimonials {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image:url(../images/FITS_Kids_Testimonials.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentTestimonials p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 50%;
	padding-left:20px;
}
.oneColFixCtrHdr #ContentStockists {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 3px;
	width: 100%;
	background-image: url(../images/FITS_Kids_Stockists.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentStockists p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 50%;
	padding-left:20px;
}
.oneColFixCtrHdr #ContentWholesale {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image:url(../images/FITS_Kids_Wholesale.jpg);
	background-position:right top;
	height: 400px;
	text-align: left;
	vertical-align: middle;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentWholesale p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 50%;
	padding-left:20px;
}
.oneColFixCtrHdr #ContentContact {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image:url(../images/FITS_Kids_Contact.jpg);
	background-position:left center;
	height: 400px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentContact p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:20px;
}
.oneColFixCtrHdr #ContentThanks {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image:url(../images/FITS_Kids_ContactThanks.jpg);
	background-position:right center;
	height: 400px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-x;
}
.oneColFixCtrHdr #ContentThanks p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:20px;
}
.oneColFixCtrHdr #footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	height: 42px;
	width: 100%;
	background:#F7931E;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #74400b;
	text-align:center;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background: #F7931E;
}
.copyright {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 9px;
	color: #74400b;
	padding-bottom: 5px;
	padding-top: 15px;
	text-align: center;
	margin-top: 10px;
}
.BrownText_Lg {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #74400b;
}
.RequiredAsterisk {
	color: #FF0000;
	font-size: 11px;
}
.smaller_text {
	font-size: 80%
}
.ProductsVertLine {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #74400b;
}
.Products_box {
	padding: 3px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #74400B;
	border-bottom-color: #74400B;
}

ul {
	font-size: 80%;
	margin: 0;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	list-style-position: outside;
	list-style-type: disc;
}

.oneColFixCtrHdr #ContentNews {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image:url(../images/FITS_Kids_News.jpg);
	background-position:left center;
	height: 400px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-x;

}
.oneColFixCtrHdr #ContentNews p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:20px;
}
.Menu_Text_News {
	font-size: 100%;
	padding:0;
}
.oneColFixCtrHdr #ContentTradeShows {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-top: 10px;
	width: 100%;
	background-image:url(../images/FITS_Kids_TradeShows.jpg);
	background-position:left center;
	height: 400px;
	text-align: left;
	vertical-align: top;
	background-repeat: repeat-x;

}
.oneColFixCtrHdr #ContentTradeShows p {
	/* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-left:20px;
}
