/* CSS Document */

/*html, body {
	height: 100%
	}*/
body {
	background: #e4e4d4;
	margin: 0;
	padding: 0;
	color: #333;;
	text-align: center;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	line-height: 120%;
	}
#outer {
	/*position: relative;*/
	width: 918px;
	margin: 0 auto;
	/*height: 100%;*/
	text-align: left;
	}
#inner {
	position: absolute;
	top: 40px;
	/*top: 50%;*/
	height: 634px;
	width: 918px;
	/*margin-top: -317px;*/
	}
img {
	border: none;
	}
a {
	color: #333;
	text-decoration: underline;
	}
a:hover {
	color: #826077;
	text-decoration: none;
	}
p {
	margin: 0 0 10px 0;
	}
h1 {
	text-align: right;
	font-size: 11px;
	margin: 0 0 25px 0;
	}
h2 {
	color: #95932e;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 0 30px;
	}
#frame_home, #frame_product, #frame_people, #frame_awards {
	height: 634px;
	width: 578px;
	}
#frame_home {
	background: #95932e;
	}
#frame_product {
	background: #82879a;
	}
#frame_people {
	background: #cc9c4b;
	}
#frame_awards {
	background: #82879a;
	}
#box_home, #box_product, #box_people, #box_awards, #box_contact, #box_articles {
	position: absolute;
	top: 18px;
	margin-left: 18px;
	height: 598px;
	width: 900px;
	}
#box_home {
	background: #fff url(../images/pic_home.jpg) right 60px no-repeat;
	}
#box_product {
	background: #fff url(../images/pic_product.jpg) right 60px no-repeat;
	}
#box_people {
	background: #fff url(../images/pic_people.jpg) right 60px no-repeat;
	}
#box_awards {
	background: #fff url(../images/pic_awards.jpg) right 60px no-repeat;
	}
#box_contact {
	background: #fff url(../images/pic_contact.jpg) right 60px no-repeat;
	}
#box_articles {
	background: #fff url(../images/pic_articles.jpg) right 60px no-repeat;
	}
#content {
	margin: 20px 380px 40px 30px;
	text-align: justify;
	}
#content p {
	margin: 0 0 10px 30px;
	}
#nav {
	position: absolute;
	top: 575px;
	margin-left: 80px;
	font-size: 11px;
	z-index: 999;
	font-weight: bold;
	color: #95932e;
	}
#nav a {
	color: #95932e;
	text-decoration: none;
	}
#nav a:hover {
	color: #826077;
	}
#nav .selected {
	color: #826077;
	}
#info {
	position: absolute;
	top: 560px;
	margin-left: 530px;
	font-size: 11px;
	z-index: 1000;
	background: url(../images/info.gif) left center no-repeat;
	padding: 14px 0 14px 45px;
	}
#info a {
	color: #999;
	text-decoration: none;
	}
#info a:hover {
	color: #826077;
	}
#awards {
	margin: 0 0 15px 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #f2f1ea;
	}
#awards td {
	padding: 3px 5px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	}
#awards .awards_bg2 {
	background: #ede3dc;
	}
#docs, #pdfs {
	margin: 0 0 0 30px;
	padding: 0;
	list-style: none;
	font-size: 11px;
	text-align: left;
	line-height: 140%;
}
#docs p, #pdfs p {
	margin: 0;
	}
#docs a, #pdfs a {
	text-decoration: none;
	}
#docs li {
	background: url(../images/word.gif) no-repeat  left center;
	padding: 8px 0 8px 20px;
	line-height: 100%;
}
#pdfs li {
	background: url(../images/pdf.gif) no-repeat left center;
	padding: 8px 0 8px 20px;
	line-height: 100%;
}
#credit {
	display: none;
	}