
html, body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #484848;
	font-size: 12px;
	line-height: 24px;
	position: relative;
	height: 1%;
}

h1 {
	color: #004373;
	font-size: 20px;
}

h2 {
	color: #004373;
	font-size: 16px;
}

p {
	color: #004373;
	font-size: 12px;
}

#doc {
}

#header {
	margin: 0 auto;
	margin-top: 17px;
	width: 772px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	height: 104px;
	padding-bottom: 11px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	position: relative;
}

#nav {
	position: absolute;
	left: 245px;
	top: 0px;
	height: 25px;
}

#nav a {
	display: block;
	float: left;
	text-indent: -3000px;
	height: 25px;
}

#nav_aboutus {
	background-image: url(images/nav_aboutus.gif);
	width: 110px;
}

#nav_products {
	background-image: url(images/nav_products.gif);
	width: 97px;
}

#nav_qualitycontrol {
	background-image: url(images/nav_qualitycontrol.gif);
	width: 193px;
}

#nav_contactus {
	background-image: url(images/nav_contactus.gif);
	width: 126px;
}

#buttons {
	position: absolute;
	left: 245px;
	top: 35px;
	height: 69px;
}

#buttons a {
	display: block;
	float: left;
	text-indent: -3000px;
	height: 69px;
}

#button_newsevents {
	background-image: url(images/button_newsevents.gif);
	width: 171px;
	margin-right: 6px;
}

#button_careers {
	background-image: url(images/button_careers.gif);
	width: 172px;
	margin-right: 5px;
}

#button_ourlocation {
	background-image: url(images/button_ourlocation.gif);
	width: 172px;
}

#banner {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	height: 196px;
}

#content_home {
	margin: 0 auto;
	width: 780px;
	padding-left: 18px;
	padding-right: 8px;
	padding-top: 115px;
	position: relative;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	background-image: url(images/content_home.gif);
	background-position: 15px 0px;
	background-repeat: no-repeat;
}

#content_menu {
	width: 463px;
	margin-left: -2px;
	float: left;
}

#content_menu a {
	display: block;
	height: 130px;
	text-indent: -3000px;
	margin-bottom: 8px;
}

#button_1 {
	background-image: url(images/button_1.gif);
}

#button_2 {
	background-image: url(images/button_2.gif);
}

#button_3 {
	background-image: url(images/button_3.gif);
}

#content_home #content_area {
	margin-left: 463px;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 19px;
	padding-bottom: 19px;
}

#content #content_area {
	margin: 0 auto;
	width: 732px;
	background-color: #ffffff;
	min-height: 400px;
	padding-right: 40px;
}

#subnav {
	width: 182px;
	float: left;
	margin-right: 20px;
	margin-bottom: 300px;
}

#subnav a {
	display: block;
	background-image: url(images/menu_border.gif);
	background-repeat: repeat-y;
	height: 29px;
	border-bottom: 1px solid #9E9E9E;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 29px;
	padding-left: 6px;
}

#subnav a:hover {
	color: #FEA848;
}

#footer {
	margin-top: 56px;
	clear: left;
	border-top: 1px solid #655B5B;
	border-bottom: 1px solid #655B5B;
	height: 25px;
	background-color: #606060;
}

#footer div {
	margin: 0 auto;
	background-image: url(images/footer_bg.gif);
	width: 772px;
	height: 25px;
}


