html {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
body {
	background-color: #3F3F3F;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 781px;
	margin-right: auto;
	margin-left: auto;
	background-color: #436E85;
}
#topbanner {
	background-color: #3F3F3F;
	height: 32px;
	margin: 0px;
	padding: 0px;
	background-image: url(images_nav/top_banner.gif);
	background-repeat: repeat;
}

#pmlink{
	text-decoration: none;
	width: 250px;
	height: 32px;
	margin-left: 240px;
	display: block;
	overflow: hidden;
}

#pmlink span{
	height: 32px;
	width: 250px;
	display: block;
	overflow: hidden;
	visibility: hidden;
}


#title {
	margin: 0px;
	padding: 0px;
	background-image: url(images_nav/title_bg.jpg);
	background-repeat: no-repeat;
	height: 113px;
}
#logo{
	float: left;
	display: inline;
	margin: 0px;
	margin-left: 38px;
	padding: 0px;
	width: 255px;
	height: 113px;
	background-image:url(images_nav/title.gif);
	background-repeat: no-repeat;
}
#logo span {
	display: none;
}

#title ul{
	display: inline;
	margin: 46px 0px 0px 0px;
	float: right;
}
#title li{
	display: inline;
}
#title ul li a{
	display: inline;
	float:left;
	width: 80px;
	height: 35px;
	background-repeat: no-repeat;
}
#title ul li a {
	display: block;	
}
#title li span{
	display: none;
}

#lhome a{
	margin-right: 10px;
	background-image:url(images_nav/home_off.gif);
}
#lproducts a{
	margin-right: 20px;
	background-image:url(images_nav/prod_off.gif);
}
#labout a{
	margin-right: 3px;
	background-image:url(images_nav/about_off.gif);
}
#lcontact a{
	margin-right: 15px;
	background-image:url(images_nav/contact_off.gif);
}

#lhome a:hover{
	margin-right: 10px;
	background-image:url(images_nav/home_on.gif);
}
#lproducts a:hover{
	margin-right: 20px;
	background-image:url(images_nav/prod_on.gif);
}
#labout a:hover{
	margin-right: 3px;
	background-image:url(images_nav/about_on.gif);
}
#lcontact a:hover{
	margin-right: 15px;
	background-image:url(images_nav/contact_on.gif);
}


#content {
	clear: both;
	background-image:url(images_nav/content_bg.jpg);
	background-repeat: no-repeat;
	background-position: -2px 0px;
	padding: 1px;
	padding-left: 30px;
	padding-right: 30px;
	margin: 0px;
	height: 400px;
	border-left: 2px solid #C1C1C1;
	border-right: 2px solid #C1C1C1;
	color: #E7E7E7;
}
#content h1 {
	margin-top: 20px;
	color: #181C41;
	font-size: 1.7em;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
}
#content h2 {
	margin-top: 20px;
	color: #282828;
	font-size: 1.4em;
	padding: 0px;
	font-style: italic;
}
#content td {
	text-align: left;
}

#content a {
	color: #232323;
}

#content a:hover {
	color: #C3C3C3;
}

#content td p{
	margin-top: 0px;
}

#footer {
	background-image:url(images_nav/footer_bg.gif);
	background-repeat: no-repeat;
	background-color: #3F3F3F;
	text-align: right;
	padding-top: 12px;
	color: #646464;
	font-size: 0.9em;
}
#footer a{
	color: #646464;
}
#footer a:hover {
	color: #B3B3B3;
}