* {margin: 0; padding: 0; }
body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #d7d7d7 url(../images/mainback.gif) repeat-x;
	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: #000;
}
.oneCol #container {
	position: relative;
	width: 830px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneCol #header {
	position: relative;
	background: url(../images/header_back.gif) repeat-x;
	font-size: 80%;
	height: 105px;
	clear: both;
}
.oneCol #logo {
	position: absolute;
	top: 22px;
	left: 20px;
}
.oneCol #forlove {
	position: absolute;
	top: 22px;
	right: 20px;
}
.oneCol #headerlinks {
	position: absolute;
	top: 28px;
	right: 30px;
}
.oneCol #headerlinks a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
.oneCol #headerlinks a:hover {
	color:#9d2929;
	background: #FFCECE;
	text-decoration: underline;
}
.oneCol #headercontent {
	height: 105px;
}
.oneCol #headercontent h2 {
	background: url(../images/header_backleft.gif) no-repeat;
	height: 105px;
	width: 14px;
	float: left;
}
.oneCol #headercontent h3 {
	background: url(../images/header_backright.gif) no-repeat;
	height: 105px;
	width: 17px;
	float: right;
}
.oneCol #mainnav {
	background: url(../images/mainnav_back2.gif) repeat-x;
	height: 41px;
	text-align: center;
	clear: both;
}
.oneCol #mainnavleft {
	background: url(../images/mainnav_left.gif) no-repeat;
	height: 41px;
	width: 14px;
	float: left;
}
.oneCol #mainnavcontent {
	height: 41px;
}
.oneCol #mainnavright {
	background: url(../images/mainnav_right.gif) no-repeat;
	height: 41px;
	width: 17px;
	float: right;
}
.oneCol #mainContent {
	padding: 3px 20px 5px 18px;
	font-size: 90%;
}
.oneCol #mainContent a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
.oneCol #mainContent a:hover {
	color:#9d2929;
	background: #FFCECE;
	text-decoration: underline;
}
.oneCol #mainContent h1 {
	color: #9d2929;
	font-size: 150%;
}
.oneCol #mainContent p {
	margin: 10px 2px;
}
.oneCol #mainContent ol { margin: 10px 25px; }
.oneCol #mainContent ol li { margin: 10px 25px; }
.oneCol #mainContent ul { margin: 10px 25px; }
.oneCol #mainContent ul li { margin: 10px 25px; }

.oneCol #mainContentbtm {
	background: url(../images/content_btm.gif) no-repeat;
	height: 11px;
}
.oneCol #mainContentint {
	padding: 3px 25px 5px 18px;
	font-size: 90%;
}
.oneCol #mainContentint a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
.oneCol #mainContentint a:hover {
	color:#9d2929;
	background: #FFCECE;
	text-decoration: underline;
}
.oneCol #mainContentint h1 {
	color: #9d2929;
	font-size: 150%;
}
.oneCol #mainContentint p {
	margin: 10px 2px;
}
.oneCol #mainContentintdef ol { margin: 5px 25px; }
.oneCol #mainContentintdef ol li { margin: 5px 25px; }
.oneCol #mainContentintdef ul { margin: 5px 25px; }
.oneCol #mainContentintdef ul li { margin: 5px 25px; }

.oneCol #footer {
	background: url(../images/footer_back.gif) repeat-x;
	height: 70px;
	font-size: 85%;
	clear: both;
}
.oneCol #footer a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
.oneCol #footer a:hover {
	color:#9d2929;
	background: #FFCECE;
	text-decoration: underline;
}
.oneCol #footer p {
   margin-bottom: 7px;
}
.oneCol #footerleft {
	background: url(../images/footer_left.gif) no-repeat;
   width: 14px;
	height: 70px;
	float:left;
}
.oneCol #footercontent {
   height: 70px;
	padding: 15px 10px;
	text-align: center;
}
.oneCol #footerright {
	background: url(../images/footer_right.gif) no-repeat;
	width: 17px;
	height: 70px;
	float: right;
}
.oneCol #newsmodule {
	background: #FFF;
	border: 1px solid #cdcdcd;
	padding: 5px;
	width: 190px;
	margin-left:5px;
	font-size:85%;
	text-align: left;
}
.oneCol #newsmodule a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
.oneCol #newsmodule a:hover {
	color:#9d2929;
	background: #FFCECE;
	text-decoration: underline;
}
.oneCol #newsmodule  h1 {
	margin-bottom: 15px;
	font-size: 150%;
	color: #9d2929;
}

.oneCol #homeimage {
	border: 1px solid #cdcdcd;
	margin-right: 4px;
	z-index:-1;
}
.oneCol #ordernow {
	border: 1px solid #cdcdcd;
	margin-bottom: 5px;
}
.oneCol #homemodules {
	background: #e4e4e4 url(../images/module_topback.gif) repeat-x top;
	border: 1px solid #cdcdcd;
	width: 256px;
	min-height: 290px;
	margin: 20px 5px 0 2px;
	text-align: left;
	padding: 0;
}
.oneCol #homemodules p {
	padding: 0 8px;
}


.oneCol #leftnav {
	background: #dcdcdc;
	font-size: 100%;
}
.oneCol #leftnav a:link, a:visited, a:active {
	color:#000;
	text-decoration: underline;
}
.oneCol #leftnav a:hover {
	color:#9d2929;
	background: #FFCECE;
	text-decoration: underline;
}
.oneCol #leftnav  h1 {
	margin-bottom: 15px;
	font-size: 110%;
	color: #9d2929;
}
.oneCol #homemodulesright p {
	padding: 0 8px;
}
.oneCol #sitemap { float:left; }
.oneCol #sitemapright { float: right; margin-right: 150px;}
.oneCol #sitemap ul { margin: 5px 5px; list-style: none }
.oneCol #sitemap ul li { margin: 5px 5px; list-style: none }
.oneCol #sitemapright ul { margin: 5px 5px; list-style: none }
.oneCol #sitemapright ul li { margin: 5px 5px; list-style: none }

.oneCol #faq { float:left clear:both; }
.oneCol #faq ul { margin: 5px 5px; list-style: none }
.oneCol #faq ul li { margin: 5px 5px; list-style: none }

.faq a:link, a:visited, a:active, a:hover {
	color:#000;
	font-size: 100%;
	text-decoration: none;
}
.faq a:hover {
	color:#9d2929;
	font-size: 100%;
	background: #FFCECE;
	text-decoration: underline;
}
.newsdate {
	color: #6b6b6b;
	font-weight: bold;
	font-size: 100%;
}
.quote {
	color: #9d2929;
	font-size:100%;
	font-style: italic;
	padding-right:15px;
}
.msrp {
	color: #6b6b6b;
	font-weight: bold;
	font-size: 100%;
}
.ourprice {
	color: #F00;
	font-weight: bold;
	font-size: 100%;
}
.shipping {
	color: #F00;
	font-weight: bold;
	font-size: 100%;
}