/* START ERIC MEYER'S RESET.CSS */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
/*
ol, ul {
	list-style: none;
}
*/
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* END ERIC MEYER's RESET.CSS */

/* GLOBAL STYLE */

.clear {
  clear: both;
}

h1 {
  font-size: 2.2em;
  color: #00aeef;
  font-family: "Arial Narrow", Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.545em;
} 

h2 {
  color: #00aeef;
}

a {
  color: #00aeef;
  text-decoration: none;
}
 
a:hover {
  text-decoration: underline;
}

/*
ul, ol {
  margin: 1.2em 28px;
}
*/

#content p {
  margin-bottom: 1.2em;
}

/* LAYOUT */

* html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

html, body {
  height: 100%;
}

body {
  text-align: center;
  font-size: 62.5%; /* reset to 10px for easy em calculations */
  background-color: #dbdee1;
  height: 100%;
}

#container {
  width: 1007px;
  margin: 0 auto;
  border-left: 26px solid #f0f0f0; 
  border-right: 24px solid #f0f0f0; 
  height: 100%;
  border-collapse: collapse;
}

#container td {
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  color: #002b54;
  vertical-align: top;
  border-spacing: 0;
}

#sidebar, #main {
  background: url(../images/contentbg.png) bottom left repeat-x #ffffff;
  font-size: 1.1em;
  line-height: 1.2;
}

#sidebar {
  border-right: 2px solid #f0f0f0;
}

#sidebar div {
  width: 230px;
  padding: 10px 14px;
}

#content {
  padding: 10px 14px;
  width: 719px;
}

form {
  margin-top: 1.2em;
}

/** MENU **/

#menu_row {
  height: 1%;
}

#content_row {
  height: auto;
}

#menu {
  background: #f0f0f0;
  width: 1007px;
  height: 275px;
  overflow: hidden;
  position: relative;
}

#home {
  display: block;
}

#home img{
  width: 249px;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
}

#languages {
  width: 590px;
  height: 68px;
  position: relative;
  float: right;
}

.translations {
  position: absolute;
  bottom: 6px;
  right: 0px;
}

.translations li {
  float: left;
  color: #00aeef;
  font-size: 0.9em;
  list-style: none;
  margin-left: 0;
}

.translations li a {
  text-decoration: underline;
}

#mainmenu {
  padding-left: 260px;
  background: url(../images/menublockbg.png) top right repeat-y;
  width: 747px;
  height: 30px;
  clear: right;
}

a.menuitem {
 float: left;
 margin-right: 2px;
 height: 30px;
 background: url(../images/menubg.png) repeat-x top left;
 font-weight: bold;
 color: #ffffff;
 font-size: 1.45em;
 text-decoration: none;
 display: table-cell;
 line-height: 30px;
 height: 30px;
 width: 148px;
 vertical-align: middle;
 text-align: center;
 font-family: "Arial Narrow", Helvetica, sans-serif;
}

a.menuitem:hover {
  background: #002b54;
  text-decoration: none;
}

a.menuitem.section {
  background: #002b54;
}

/* MAP MENU */

#menuedge {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: 461px;
  z-index: 100;
  width: 123px;
  height: 175px;
  background: url(../images/menuedge.png) no-repeat top left #f0f0f0;
  display: inline;
}

#menumapcontainer {
  padding-top: 2px;
	width: 1007px;
	height: 175px;
	overflow: visible;
	background: url(../images/picmenubg.jpg) no-repeat 0px 2px #f0f0f0;
	position: relative;
}

#mapcontainer {
	position: absolute;
	top: 2;
	left: 0;
	width: 840px;
	height: 175px;
}

#menumapcontainer img.map {
	position: absolute;
	top: 2;
	left: 0;
	z-index: 100;
	height: 175px;
	width: 1007px;
}

#menumapcontainer img.mapimg {
	display: none;
	position: absolute;
	top: 0px;
	z-index: 20;
}

.area1 {
  left: 260px;
}

.area2 {
  left: 410px;
}

.area3 {
  left: 560px;
}

.area4 {
  left: 710px;
}

.picmenutxt {
  display: block;
  position: absolute;
  bottom: 7px;
  color: #ffffff;
  font-size: 2.0em;
  text-align: center;
  width: 124px;
  padding: 0 23px;
  line-height: 0.8;
  z-index: 50;
  font-family: "Arial Narrow", Arial, Helvetica, sans-serif;
}

#menumapcontainer img.section {
  display: block; 
}

/** INFO **/

td#info, td#madeby {
  font-size: 0.9em;
  color: #00aeef;
  padding: 5px 10px 5px 10px;
  background-color: #f0f0f0;
  vertical-align: middle;
  height: 22px;
}

td#info div {
  float: left;
}

#madeby {
  float: right;
}

/** CONTENT **/

#content img {
  float: right;
  clear: right;
  width: 217px;
  height: 147px;
  margin: 0 0 14px 14px;
}

/** NEWS **/

.news p {
  margin-bottom: 1.2em;
  line-height: 1.2;
}

div.news a.em {
  font-weight: bold;
}

.news a.headline {
  text-transform: uppercase;
  color: #ffffff;
  background-color: #00aeef;
  line-height: 1.2;
  padding: 0.3em 4px;
  margin: 0em -4px 0.3em -4px;
  font-weight: normal;
  display: block;
}

.news a.headline.current {
  background-color: #4bc6f4;
}

.news a.headline:hover {
  text-decoration: none;
  background-color: #4bc6f4;
}

span.headline {
  color: #002b54;
  font-weight: bold;
  display: block;
  margin-bottom: 0.9em;
}

div#content.newspage {
  margin-top: 1.5em;
  padding-top: 39px;
}

/* CONTACT */

div.contact td {
  padding-bottom: 1.2em;
  width: 167px;
}

div.contact iframe {
  margin-top: 1.32em;
}

span#findus {
  display: block;
  font-weight: bold;
}

#ContactUsFormContainer label {
  text-align: right;
  width: 217px;
  display: block;
  padding: 2px 8px 2px 1px;
}

#ContactUsFormContainer td {
  padding-bottom: 0.6em;
  width: auto;
}

#ContactUsFormContainer input, #ContactUsFormContainer textarea, #ContactUsFormContainer select {
  border: 1px solid #afcadf;
  margin: 0;
  width: 214px;
  font-family: Arial, Helvetica, sans-serif;
}

#ContactUsFormContainer textarea {
  padding-top: 1px;
  font-size: 1em;
}

#ContactUsFormContainer select {
  width: 216px;
}

#ContactUsFormContainer input.action {
  float: right;
  width: 59px;
  background-color: #1b68a4;
  border: none;
  color: #ffffff;
  font-weight: normal;
  text-transform: lowercase;
}

#ContactUsFormContainer #mandatory {
  color: #00aeef;
  font-weight: bold;
  float: left;
  display: block;
  padding: 1px 0;
}

.formerror {
  padding-left: 226px;
  text-align: left;
  color: #00aeef;
  font-weight: bold;
  display: none;
}

.formerror.show {
  display: block;
}


.cantsee {
	display:none;
}

/* PRODUCTS */

div.applications {
  margin-top: 8px;
}

.applications h1 {
  font-size: 1.545em;
  color: #ffffff;
  background-color: #00aeef;
  margin: 0 -4px 0.777em -4px;
  padding: 2px 4px;
  line-height: 1;
  display: block;
}

.applications h2 {
  font-size: 1.181em;
  line-height: 1.015em;
  margin-bottom: 1.015em;
  font-weight: bold;
}

.applications h2 a.current {
  color: #002b54;
}

#back {
  float: right;
  margin-top: 15px;
}

#back a {
  color: #002b54; 
}

/* FAQ */

.faq h2 {
  margin-top: 1.5em;
}

/* Sitemap/Links */

.sitemap ul, .links ul {
  list-style: none;
  margin: 0 auto;
  padding-left: 20px;
}

.sitemap h2, .links h2 {
  margin: 1.2em auto 0 auto;
}
