* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 11px;
	color: #888888;
	line-height: 14px;
	font-family: "Courier New", Courier, helvetica, sans-serif;
	background: #fff;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
html
{
	overflow: auto;
}

div#main
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	text-align: justify;
	overflow: hidden;
}

a:link {
	text-decoration: none;
	color: #888888;
}
a:active {
	text-decoration: underline;
	color: #888888;
}
a:visited {
	text-decoration: none;
	color: #888888;
}
a:hover {
	text-decoration: underline;
	color: #AAAAAA;
}

a img { border: none; }

#menu
{
	float: left;
	width: 232px;
	overflow: auto;
	padding-left: 15px;
	padding-top: 15px;
	/*left: 23px;*/
	height: 100%;
	background-color: #fff;
}

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

#menu ul li.section-title {
	font-size: 12px;
	line-height: 14px;
	font-family: "Courier New", Courier, helvetica, sans-serif;
	font-style:normal;
	background: #fff;
	text-decoration: underline;
	color: #00AA00;
}
	
#menu ul li.visited a {
	/*color:#000000;
	text-decoration: underline;*/
}

#menu ul li.active a {
	color:#888888;	/*font-style:italic;*/
}

#content {
	height: 100%;
	margin: 0 0 0 248px;
	/*top: 7px;*/
	padding-left: 29px;
	padding-top: 68px;
}

.container {
    padding: 5px 5px 25px 5px;
}

#content p { width: 400px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2
{
	font-size: 20px;
	padding-bottom: 10px;
}
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }

div#contents
{
	position: relative;
	width: auto;
	height: 100%;
	overflow: auto;
	padding-left: 25px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
div#innercontents
{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 45px;
	padding-bottom: 0px;
}
div#homeposition
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
table#homecontainer
{
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
#homecontainer td
{
	overflow: hidden;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}
div#homeimage
{
	padding: 0px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}
h1#hometitle
{
	position: absolute;
	top: 15px;
	left: 15px;
	padding: 0px;
	margin: 0px;
	width: 186px;
	height: 45px;
	text-indent: -9999px;
    overflow: hidden;
}
#hometitle a
{
	display: block;
	width: 186px;
	height: 45px;
}
div#hometextcontainer
{
	position: relative;
}
div#hometext
{
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #000;
	text-align: right;
	padding: 0px;
	margin: 0px;
}
#hometext p
{
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

div#products
{
	width: 100%;
}

#products h3
{
	font-weight: bold;
	font-family: "Courier New", Courier, helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
}

#products p
{
	font-family: "Courier New", Courier, helvetica, sans-serif;
	color: #000;
}