@charset "UTF-8";
* {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	outline:none;
	font-size: 1em;
}
/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body {
	height: 100%;
	background-image: url(../images/frontcover-repeat.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}



#wrap {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}
#main {
	position: relative;
	height: 100%;
}  /* must be same height as the footer */

#mainmenu {
	float: left;
	width: 290px;
	height: 100px;
}


#headmenu {
	float: left;
	height: 93px;
	width: 1000px;
}
#icons {
	height: 60px;
	width: 710px;
	margin-left: 290px;
}
#iconcopy {
	width: 655px;
	text-align: right;
	float: left;
	height: 55px;
	padding-top: 5px;
}
#iconcopy p {
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #777;
}
#footer {
	height: 55px;
	clear:both;
	background-color: #FFF;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
}

#footleft {
	background-image: url(../images/icons/quality_logo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	float: left;
	width: 245px;
	height: 41px;
	text-align: center;
	padding-left: 45px;
	padding-top: 14px;
}

#google_translate_element {
	background-color: #FFF;
}
#google {
	float: left;
	height: 55px;
	width: 250px;
}
#copyright {
	float: right;
	width: 460px;
	text-align: right;
	padding-top: 12px;
	height: 43px;
}
#copyright ul {
	list-style-type: none;
}
#copyright ul li {
	color: #666;
	font-size: 11px;
	display: inline;
	line-height: 30px;
}
#copyright ul li a:link, #copyright ul li a:visited {
	color: #999;
	text-decoration: none;
	padding-right: 30px;
}

#copyright ul li a:hover {
	color: #000;
}
#copyright ul .copyright {
	font-size: 9px;
	padding-right: 25px;
}
/*






#pageflip {
	text-align: center;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#pageflip h1 {
	color: #333;
	font-size: 1.2em;
	border: 1px solid #FFF;
	margin-right: 15px;
	margin-left: 15px;
	padding: 3px;
	margin-bottom: 5px;
	font-weight: normal;
}
#pageflip h1 a:link, #pageflip h1 a:visited {
	color: #333;
}

#pageflip h1 a:hover {
	color: #666;
	text-decoration: underline;
}
#pageflip img {
	background-color: #eee;
	border-top-width: 2px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#tbl-tools p {
	font-size: 0.7em;
	line-height: 130%;
	color: #333;
	padding: 5px;
	margin: 2px;
	background-color: #eee;
}
.larger {
	font-size: 125%;
	line-height: 130%;
	font-weight: bold;
}
#header_grey_home {
	background-color: #FFF;
	background-image: url(../images/headers/header_home_grey.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_grey_about {
	background-color: #FFF;
	background-image: url(../images/headers/header_about_grey.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_grey_contact {
	background-color: #FFF;
	background-image: url(../images/headers/header_contact_grey.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_grey_technical {
	background-color: #FFF;
	background-image: url(../images/headers/header_technical_grey.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_grey_media {
	background-color: #FFF;
	background-image: url(../images/headers/header_media_grey.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header_grey_map {
	background-color: #FFF;
	background-image: url(../images/headers/header_map_grey.jpg);
	background-repeat: no-repeat;
	height: 102px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#link {
	background-color: #FFF;
	text-align: center;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	border: 1px solid #D8F1F6;
	width: 295px;
}
#link a:link, #link a:visited {
	text-decoration: none;
	color: #00ABCC;
	font-size: 0.8em;
}
#link a:hover {
	color: #000;
}
*/
.level1 li a img {
	float: left;
	padding-top: 3px;
}
