html 
{ 
	/* 
		forces vertical scrollbar in firefox to eliminate page shift when 
		navigating from a page with a scroll bar to a page without a 
		scrollbar.  has no effect on IE browsers.
	*/
	min-height: 100%; 
	margin-bottom: 1px; 
}

body 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	margin-top:10px;
	background-color: #FFF3E4;
 /* background-image: url(images/bg_fade2.jpg);
  background-repeat: repeat-y;
  background-position: top center;  */
}

.bgBody
{
	width:806px; 
	margin:0px auto;
	background-color:#ffffff;
	padding-right:3px;
	padding-left:3px;
}
table
{
	background-color:white;
}

td 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #787878;
}


.homeText
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 10pt;
	color: #787878;
	text-align:left;
}

.homeText11
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 11pt;
	color: #787878;
	text-align:left;
}

.homeText8
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: 8pt;
	color: #787878;
	text-align:left;
}

a:link
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #989898;

}

a:visited
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #989898;

}
a:hover 
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	color: #008ccf;
	
}

#content
{
	background-color:#ffffff;
	width:806px;
	margin:0px;
	padding-bottom:20px;
	
}

#nav
{
	width:806px;
	margin:0px auto;
}

#nav ul
{
	list-style-type: none;
	padding:0px;
	float:left;
	margin-left:13px;
	margin-bottom:0px;
}

#nav li
{
	float:left;
	list-style:none;
	margin-right:30px;
	margin-left:0px;
}

#products ul
{
	list-style-type: none;
	padding:0px;
	margin:10px 0 10px 0;
	float:left;
}

#products li
{
	float:left;
	list-style:none;
	width:166px;
	margin-left:15px;
	margin-right:15px;
	background-color:#e1ecc9;
}

#products .productname
{
	background-color:#e1ecc9;
	width:166px;
	height:47px;
	display:table-cell;
	vertical-align: middle;
	.position:relative;
}

#products .wrapper
{
	.position: absolute;
	.top: 50%;
	.left:0%;
}

#products .productnameword
{
	position: relative;
	.top: -50%;
	width:100%;
	margin:0px auto;
	text-decoration:none;
}

#products a
{
	text-decoration:none;
}

#products img
{
	border:none;
}

#producttext
{
	text-align:left;
	font-size: 10pt;
	color: #787878;
}

#producttext h1
{
	font-size:1.5em;
	color:#8CC63F;
}

#producttext h2
{
	font-size:1.1em;
	margin-bottom:0px;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}


