body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/on10_bkg.gif);
	background-repeat:repeat;
}


.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodyCopy {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	overflow: auto;
}

.style3 {
	color: #FFFFFF
}

#container {
	position:relative;
	top:40px;
	width:800px;
	height:600px;
	background:#000000;
	margin:0 auto;
	padding:5px 5px 5px 5px;
}

#header {
	float:left;
	height:137px;
}

#logo {
	height:65px;
	width:800px;
	float:left;
	background:url(images/logo.gif);
	background-repeat:no-repeat;
	text-indent:-1000px;
}

#currentSec {
	float:left;
	height:72px;
	width:800px;
	background:url(images/currentSecBG.gif);
	background-repeat:no-repeat;
	padding:12px 0 0 0;
}

#menu {
	float:left;
	width:800px;
	height:26px;
	margin:0 0 0 0;
}

#productsButton {
	height:26px;
	width:93px;
	background:url(images/products.gif);
	display:block;
	float:left;
}

#whereButton {
	height:26px;
	width:98px;
	background:url(images/whereToBuy.gif);
	display:block;
	float:left;
}

#aboutButton {
	height:26px;
	width:71px;
	background:url(images/about.gif);
	display:block;
	float:left;
}

#infoButton {
	height:26px;
	width:46px;
	background:url(images/info.gif);
	display:block;	
	float:left;
}


#productsButton:hover {
	background:url(images/productsHover.gif);
}

#aboutButton:hover {
	background:url(images/aboutHover.gif);
}

#whereButton:hover {
	background:url(images/whereToBuyHover.gif);
}

#infoButton:hover {
	background:url(images/infoHover.gif);
}

#main {
	float:left;
	background:#FFFFFF;
	width:800px;
	height:395px;
	overflow:auto;
}

#leftMain {
	float:left;
	width:430px;
	margin:40px 5px 10px 10px;
	overflow:visible
}

#rightMain {
	float:left;
	width:300px;
	margin:40px 10px 10px 5px;
	overflow:visible
}

#footer {
	float:right;
	width:785px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: right;
	padding: 10px 15px 0 0;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	display:inline;
	margin:0;
	padding:0;
}

.textLink:link {
	color: #000000;
	text-decoration: none;
}

.textLink:visited {
	color: #000000;
	text-decoration: none;
}

.textLink:hover {
	color: #999999;
	text-decoration: underline;
}

.textLink:active {
	color: #000000;
	text-decoration: none;
}