body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/layout/img04.gif) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	height: 100%;
}

h1, h2, h3 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 197%;
}

h2 {
	font-size: 136%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #FFBF23;
}

a:hover {
	text-decoration: none;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
}

/* header */

#header {
	width: 770px;
	height: 100px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 240px;
	height: 66px;
	margin-bottom: 10px;
	background-color: #0066CC;
	background-image: url(../images/layout/img01.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#logo h1, #logo h2 {
	margin: 0;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

#logo h1 {
	font-size: 36px;
}

#logo h2 {
	font-size: 12px;
	color: #FFFFFF;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 280px;
	padding-top: 20px;
	visibility: hidden;
}

#search form {
	margin: 0;
	padding: 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search legend {
	display: none;
}

#searchinput, #searchsubmit {
	border: 1px solid #EDEBD5;
	font: bold 100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

#searchinput {
	padding: 2px 5px;
	width: 198px;
	background: #FFFFFF url(../images/layout/img02.gif) repeat-x;
}

#searchsubmit {
	background: #FFFFFF url(../images/layout/img03.gif) repeat-x left bottom;
}

/* Menu */

#menu {
	width: 770px;
	height: 70px;
	margin-top: -30px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
	display: block;
	height: 40px;
}

#menu li:hover {

}

#menu a {
	display: block;
	width: 60px;
	height: 35px;
	padding: 5px 20px 0 20px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #333333;
	background-color: #FFFFFF;
}

html>body #menu a {
	width: auto;
}

#menu li.active {
	background-image: url(../images/layout/img05.gif);
	background-repeat: no-repeat;
}

#menu li.active a {
	background: url(../images/layout/img06.gif) no-repeat right top;
}

#home #body_hom,
#customers #body_cus,
#support #body_sup,
#machining #body_mac,
#quality #body_qua,
#about #body_abo,
#contact #body_con {
	background-color: #0066CC;
	background-image: url(../images/layout/img05.gif);
	background-repeat: no-repeat;
}

#home #body_hom a,
#customers #body_cus a,
#support #body_sup a,
#machining #body_mac a,
#quality #body_qua a,
#about #body_abo a,
#contact #body_con a{
	background: url(../images/layout/img06.gif) no-repeat right top;
	color: #FFFFFF;
}

/* Page */

#page {
	width: 770px;
	margin: 0 auto 20px auto;
	background: url(../images/layout/img07.gif) repeat-y 260px 0;
}

/* Content */

#content {
	float: right;
	width: 490px;
}

.title {
	padding-bottom: 5px;
	border-bottom: 1px solid #EDEBD5;
	color: #0066CC;
}

.twocols {
}

.twocols .col1 {
	float: left;
	width: 250px;
}

.twocols .col2 {
	float: right;
	width: 500px;
}

.twocols_customers {
	display: block;
	clear: both;
}

.twocols_customers .col1 {
	float: right;
	width: 235px;
}

.twocols_customers .col2 {
	float: left;
	width: 770px;
}
.list {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

.list li {
	padding-left: 10px;
	text-align: left;
	line-height: 1.6em;
	list-style-position: outside;
	background-image: url(../images/layout/img10.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #0066CC;
	margin-bottom: 10px;
	background-color: #E9F2FF;
	display: block;
	height: 6.15em;
	font-size: 1.17em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	background: url(../images/layout/img11.gif) no-repeat;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 20px;
	padding-left: 3px;
}

#sidebar li li {
	padding: 5px 0;
	background: url(../images/layout/img12.gif) repeat-x left bottom;
}

#sidebar h2 {
	font-size: 114%;
	font-weight: bold;
	display: table-cell;
	height: 50px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#contact #page_home #sidebar img {
	display: inline;
	vertical-align: middle;
}


#sidebar h3 {
	margin: 0;
}

#sidebar p {
	margin: 0;
	line-height: normal;
}

#sidebar a {
	text-decoration: none;
	color: #0099FF;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	clear: both;
	height: 60px;
	padding-top: 20px;
	background-color: #0066CC;
	background-image: url(../images/layout/img08.gif);
	background-repeat: repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
	color: #FFFFFF;
}
#content_home {
	float: right;
	width: 770px;
	height: 100%;
	position: relative;
}
#page_home {

	width: 770px;
	margin: 0 auto 20px auto;
}
#banner {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 20px;
}
.twocols .col {

	float: left;
	width: 770px;
}
.list_logos {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
.list_logos li {
	display: inline;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 10px;
}
.list_logos li img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #06C;
}
#customers #page_home img#banner {
	/* display: none; */
}
#menu li a:hover {
	background: #F9F8F1;
	color: #0066CC;
}#quality #page_home #content_home #acro {
	display: block;
	width: 210px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #1062B2;
	list-style-type: none;
	float: left;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 100px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#quality #page_home #content_home #acro li {
	color: #0066CC;
	font-size: 16px;
}
#quality #page_home #content_home #acro span {
	color: #0066CC;
	font-size: 18px;
	display: inline;
	text-align: left;
	padding: 0px;
	width: 30px;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#home #page_home #content_home .logocert {
	float: right;
	padding: 3px;
	top: -3em;
	position: relative;
	display: block;
	clear: left;
	width: 250px;
}
#home #page_home #content_home .logocert p {
	text-align: center;
	font-size: 1em;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	color: #003472;
	font-weight: bold;
}
#sidebar a.email {
	text-decoration: none;
}
#sidebar a.email:hover {
	text-decoration: underline;
	color: #0099FF;
}
#quality #page_home #content_home #acro .downloadcert {
	padding: 0px;
	margin-top: 30px;
}
