body{
margin:0;
padding:0;
line-height: 1.5em;
}

em{color: red;}

#maincontainer{
width: 800px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 190px 0 190px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 190px; /*Width of left column in pixel*/
margin-left: -800px; /*Set margin to that of -(MainContainerWidth)*/
}

#rightcolumn{
float: left;
width: 190px; /*Width of right column*/
margin-left: -190px; /*Set left margin to -(RightColumnWidth)*/
}

#footer{
clear: left;
width: 100%;
text-align: center;
padding: 4px 0;
}

.innertube{
margin-top: 0;
}

table.basic
{
	width: 416px;
	background-color: #FFFFFF;
	border-color: #d3d3d3;
}
tr.basic
{
	border-style: solid;
	border-width: 2px;
	border-color: #d3d3d3;
}
tr.nobordercolor
{
	border-width: 2px;
}
td.basic
{
	border-style: solid;
	border-width: 2px;
	border-color: #d3d3d3;
}
td.nobordercolor
{
	border-width: 2px;
}

div.title
{
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}

#box_410
{
	width: 410px;
	padding: 4 0 4 0;
	margin: 4 0 0 6;
	background-color: #FFFFFF;
	border: thin outset;
	border-color: #a0fd00;
}

#box_product_display_410
{
	float: left;
	width: 410px;
	padding: 4 0 4 0;
	margin: 4 0 0 6;
	background-color: #FFFFFF;
	border: thin outset;
	border-color: #a0fd00;
}

#box_180
{
	width: 180px;
	margin: 4 auto;
	background-color: #FFFFFF;
	border: medium outset;
	border-color: #a0fd00;
	font-size: 80%;
	text-align: center;
}
#box_180 a
{
	text-align: center;
}

p.title
{
	font-family: Helvetica;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
}
p.par
{
	font-size: 16px;
	text-align: justify;
	text-indent: 10px;
	margin: 1px 5px;
}

#navsidemenu
{
	width: 180px;
	font-weight: bold;
	padding-top: 8px;
}
#navsidemenu a
{
	color: #00FF00;
	display: block;
	height: 24px;
	text-decoration: none;
	background: url("images/sidemenugraphic.png") no-repeat;
	padding-top: 7px;
	padding-left: 45px;
}
#navsidemenu a:hover
{
	background-position: 0 -34px;
	color: #000000;
}
#navsidemenu a:visited
{
	color: #800080;
}

/***************************
MENU 4
****************************/
#Menu4
{
	font-weight: bold;
	padding-bottom: 5px;
	height: 26px; /* Since we float li in this example we must set a height on the div */
}
#Menu4 ul
{
	margin: 0 auto; /* Aligning div horizontally */
	width: 730px; /* When aligning using the method above we must set a specific width */
	list-style: none;
	padding: 0;
}
#Menu4 li
{
	text-align: center;
	float: left; /* The menu is horizontally aligned using float: left. Display:inline doesn't work with this example */
	padding: 0 8;
	margin: 0 2px 0 1px;
	line-height: 34px; /* Aligning text vertically using line-height */
}
#Menu4 li a
{
	display: block; /* Making the hole tab a clickable link */
	height: 34px; 
	color: #00FF00;
	font-weight:bold;
	text-decoration: none;
	background: url(images/menu_bg.png) repeat-x left top; /* Rollover effect using "Fast rollovers without preload" concept */
}
#Menu4 li a:hover
{
	color: #000000;
	background: url(images/menu_bg.png) repeat-x left bottom;
}
#Menu4 #current a
{
	background-position: 0 -34px;
	color: #000000;
}

#ProductBox
{
	width: 400px;
	padding: 4 4 0 4;
	margin: 2 0;
	text-align: center;
}
#ProductBox h2
{
	clear: both;
}
#ProductBox p
{
	text-align: justify;
	text-indent: 10px;
	padding: 1px 5px;
	clear: left;
}
#ProductBox ul
{
	text-align: left;
}
#ProductBox img.floatRight
{
	float: right;
	margin: 0px 4px;
}
#ProductBox img
{
	margin: 0px 2px;
}

#ProductList
{
	width: 100%;
	padding: 4px;
	margin: 2px 0px;
	text-align: center;
}
#ProductList h2
{
	font-size: 95%;
}