﻿html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #201B6D;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #4E8D37;
}
a:hover {
	text-decoration: underline;
	color: gray;
}
.left {
	float: left;
	padding-bottom: 20px;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: white;
	text-align: center;
	font: 14px Arial, Helvetica, sans-serif;
	width: 800px;
	padding-left:125px;
	
}

body#home a#homebut {
	background-image:url(./images/active_top_bar3.gif);
}

body#contact a#contactbut {
	background-image:url(./images/active_top_bar4.gif);
}

body#about a#aboutbut,
body#products a#productsbut,
body#markets a#marketsbut,
body#links a#linksbut {
	background-image:url(./images/active_top_bar.gif);
}

#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
}

#body {
	color: white;
	width: 100%;
	/* border:thin;
	border-color:black;
	border-style:solid;
	border-width:thin; */
}
#body-top-2 {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 878px;
	height: 6px;
	background: top left url(./images/body_top_2.gif);
} 

#wrapper {
	position: relative;
	padding-top: 22px;
}
h1 {
	position: absolute;
	top: 20px;
	left: 525px;
	font-size:24px;
	color:gray;
	font-weight:normal;
	font-family: Arial, Helvetica, sans-serif;
}

#nav {
	position: absolute;
	top: 100px;
	left: 266px;
	background-image:url(./images/inactive_top_bar.gif);	
}
#nav  a {
	width:102px;
	height:25px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align:center;
	padding-top:6px;
	text-decoration:none;
	color:white;
	font-weight:bold;
	cursor:pointer;
}
#nav a#homebut {
	background-image:url(./images/inactive_top_bar2.gif);
}
#nav a#contactbut {
	background-image:url(./images/inactive_top_bar3.gif);
}
#nav  a:hover {
	color: #201B6D;
	background-image:url(./images/active_top_bar.gif);
	cursor:pointer;
	background-repeat:repeat-x;
}
#nav a:hover#homebut {
	color: #201B6D;
	background-image:url(./images/active_top_bar3.gif);
	cursor:pointer;
}
#nav a:hover#contactbut {
	color: #201B6D;
	background-image:url(./images/active_top_bar4.gif);
	cursor:pointer;
}

#body-bot {
	padding-top: 12px;
}
#welcome {
	float: left;
	width: 198px;
	padding-left: 0px;
	background-color: #64B964;
	border-bottom-color:gray;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
#welcome a {
	color: white;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
#welcome a:hover {
	color: #201B6D;
}
#welcome p {
	margin: 20px 10px;
	width: 173px; 
	text-align:right;
}
#welcome .more {
	margin-top: 18px;
	margin-bottom: 10px;
}

#content {
	float: right;
	width: 665px;
	padding-right: 20px;
	padding-top: 12px;
	padding-bottom: 10px;
	color: #686454;
}
#content .left {
	margin-right: 12px;
}
#content a {
	color: #4E8D37;
	font-weight:bold;
	font-size: 14px;
}
#content a:hover {
	color: gray;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
}

.bar-lit {
	padding-left: 6px;
	background: 0px 4px url(./images/bar_lit.gif) no-repeat;
}
.bar-drk {
	padding-left: 6px;
	background: 0px 4px url(./images/bar_drk.gif) no-repeat;
}

.clear-flat {
	margin-bottom: 4px;
}

.menu1{
	background-image:url(images/menudiv1bg.gif);
	margin-left:89px;
	padding-left:20px;
	display:block;
	text-decoration: none;
	height: 14px;
	cursor:pointer;
	width: 80px;
}
.submenu{
	display: block;
	height: 15px;
	margin-right: 5px;
	padding-top: 15px;
	text-align:right;
	border-bottom-color:silver;
	border-bottom-style:solid;
	border-bottom-width:thin;
}
.hide{
	display: none;
}
.show{
	display: block;
}

#footer {
	font: 11px arial, sans-serif;
	color: #4E4A3A;
	text-align: left;
	padding-right: 47px;
	padding-top: 2px;
	border-top-style: solid;
	border-top-color: gray;
	border-top-width: thin;
}
#footer p {
	margin-top: 0.5em;
}


