body {
	font:normal 12px Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background:#EEE url(lpw_bg.png) repeat-x;
}

#wrapper {
	background:#FFF;
	width:1000px;
	position:absolute;
	left: 50%;
	top:50px;
	margin-left:-500px;
}

/* top navigation and logo */
/* ======================= */
#topnav {
	background:url(lpw_topnav.png);
	width:100%;
	height:160px;
	margin:0 auto;
}

#lpwlogo {
	background:url(lpw_logo.png) no-repeat;
	position:absolute;
	width:218px;
	height:160px;
/*	z-index:1; */
	left: 50%;
	top: 0;
	margin-left:-500px;
}

#flight {
	background:url(lpw_flight.png) no-repeat;
	position:absolute;
	width:352px;
	height:160px;
/*	z-index:2; */
	left: 50%;
	top: 0;
	margin-left:148px;
}

.mnbox {
	position:absolute;
	width:auto;
/*	z-index:3; */
	left:50%;
	top:99px;
	margin-left:-315px;
}
 
.mnbox ul {
	margin-top:0;
} 

.mnbox ul li {
	float:left;
	list-style:none;
	text-transform:uppercase;
	margin-left:-10px;
}

.mnbox ul li a {
	color:#CCC;
	text-decoration:none;
	margin:0;
	text-align:center;
	width:130px;
	height:27px;
	line-height:27px;
	display:block;
	background:url(split.gif) no-repeat;
}

.mnbox ul li a:hover, .mnbox ul li .current {
	background:url(lpw_btn.gif) no-repeat;/*#70AE3E	#61BF1A R97 G191 B26 - */
	color:#FFF;
}

.mnbox ul ul {
	position:absolute;
	top:25px;
	left:0;
	width:100%;
	height:auto;
}

.mnbox ul ul li {
	background:url(separator.png) no-repeat right;
}

.mnbox ul ul li a {
	float:left;
	list-style:none;
	font-style:italic;
	color:#333;
	padding:5px 18px;
	text-transform:none;
	width:100%;
	height:auto;
	text-align:left;
	background:none;
}

.mnbox ul ul li a:hover, .mnbox ul ul li .current {	
	background:none;
	color:#70AE3E;
}

/* main body and side panel */
/* ======================== */
#main {
	width:100%;
	min-height:80%;
	margin:0 auto;
	padding:30px 0 20px 0;
	background:#fff url(lpw_engine.png) no-repeat right;
}

#sidenav {
	background:url(lpw_sidenav.png) no-repeat;
	float:left;
	width:324px;
	height:493px;
	margin-right:30px;
}

#contact {
	position:relative;
	left:14px;
	top:0;
}

#slideshow {
	position:relative;
	height:177px;
	left:0;
	top:14px;
}

#slideshow IMG {
	position:absolute;
	height:177px;
	width:178px;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

#iso9001 {
	position:relative;
	left:18px;
	top:60px;
}

#content {
	width:595px;
	height:500px;
	overflow:auto;
	padding-right:15px;
}

#content, #content p, #content td {
	line-height:22px;
	color:#555;
	text-align:justify;
}

#content h1 {
	color:#70AE3E;
	text-transform:uppercase;
	font:normal 20px Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
}

#content h2 {
	color:#70AE3E;
	text-transform:uppercase;
	font:normal 14px Arial, Helvetica, sans-serif;
	margin-top:25px;
}

#footer {
	height:50px;
	background:#EEE;
}

