body {
  margin: 0;
  padding: 0;
  font-family: Helvetica, Tahoma, Geneva, sans-serif;
  font-weight:100;
  -webkit-font-smoothing: antialiased;
  color: #333333;
  background: #fff;
}

#container {
  margin: 0 auto;
  padding: 0;
  width: 980px;
}

#header {
  height: 100%;
  margin: 0;
  padding: 10px;
  background: #333333;  
  color: #eeeeee;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  /*   background: url('linear-gradient.png') 0 0 repeat-x; 
  background: -webkit-linear-gradient(#666666, #444444);
  background:    -moz-linear-gradient(#666666, #444444);
  background:     -ms-linear-gradient(#666666, #444444);
  background:      -o-linear-gradient(#666666, #444444);
  background:         linear-gradient(#666666, #444444);*/
}
  
#header a {
  text-decoration: none;
  color: #eeeeee;
}

#header a:hover {
  text-decoration: underline;
}
    
#topmenu {
  width: 100%;
  position:relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

p.lang {
  width: auto;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  right: 5px; 
  vertical-align:text-top;
}   
    
p.lang a:hover img {
  width:33px;
  height:22px;
}

.langen {
	display: block;
  float: left;
  padding: 0 5px 0 0;
	width: 30px;
	height: 20px;
	margin: 0 0 0 0px;
	background: url(images/flaguk.gif) no-repeat top left;
	text-indent: -99999px;
}
	
.langen:hover {
	background-position: 0 -20px;
}

.langfr {
	display: block;
  float: left;
  padding: 0 5px 0 0;
	width: 30px;
	height: 20px;
	margin: 0 0 0 0px;
	background: url(images/flagfr.gif) no-repeat top left;
	text-indent: -99999px;
}
	
.langfr:hover {
	background-position: 0 -20px;
}

.langth {
	display: block;
  float: left;
  padding: 0 5px 0 0;
	width: 30px;
	height: 20px;
	margin: 0 0 0 0px;
	background: url(images/flagth.gif) no-repeat top left;
	text-indent: -99999px;
}
	
.langth:hover {
	background-position: 0 -20px;
}

.langsp {
	display: block;
  float: left;
  padding: 0 5px 0 0;
	width: 30px;
	height: 20px;
	margin: 0 0 0 0px;
	background: url(images/flagsp.gif) no-repeat top left;
	text-indent: -99999px;
}
	
.langsp:hover {
	background-position: 0 -20px;
}

.slogan {
  font-size: 10pt;
  font-weight:800;
  /*color: #00ccff;*/
  color: #ff3300;
}

#navtop {
  float: left;
  width: 100%;
  margin: 0px;
  padding: 1px 0 1px 0px;
  list-style: none;
} 

#navtop li {
  float: left;
  padding: 0 0px 0 0;
}

#navtop li a {
  display: block;
  padding: 8px 15px;
  font-size:11pt;
  text-shadow: 0 1px 0 #eee;
  text-decoration: none;
  background-color: #ddd;
  color: #333333;  
  font-weight:400;
  border-top: 1px solid #fff;
  border-bottom: 0px solid #fff;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  border-top-right-radius: 2px;
  border-top-left-radius:2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius:2px;
}
  
#navtop a:hover {
  color: #fff;
  text-shadow: 0 0px 0 #333;
  /*background-color: #086fa1;*/
  background-color: #ff3300;
  border-top-right-radius: 2px;
  border-top-left-radius:2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius:2px;
}
  
#navtop li a.active {
  color: #fff;
  /*background-color: #086fa1;*/
  background-color: #ff3300;
  border-top-right-radius: 2px;
  border-top-left-radius:2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius:2px;
}
  
#navtop a.active:hover {
  color: #fff;
  /*background-color: #086fa1;*/
  background-color: #ff3300;
}

#breadcrumb {  
  float: right;
  width: 760px;
  padding: 25px 10px 5px 0;
  margin: 0;
  overflow: auto;
  font-size:8pt;
}

#breadcrumb ul, li { 
  list-style-type:none; 
  padding:0; 
  margin:0; 
}

#breadcrumb li { 
  float:left; 
}

#breadcrumb li a { 
  padding:0 12px 0 0; 
  text-decoration:none; 
  color:#555; 
  background:transparent url(images/breadarrow.gif) no-repeat right center;
}

#breadcrumb li a:hover, #breadcrumb li a:focus { 
  /*color:#086fa1;*/
  color:#ff3300; 
  text-decoration:underline
}

#breadcrumb li {
  color:#777;
}

#content {
  float: right;
  width: 760px;
  padding: 0 1px 1px 0;
  margin: 0;
  text-align: left;
  color: #333333;
}
  
#wrapper {
  background: #ffffff; 
  width: 100%; 
  overflow: hidden;
  border-right: 0px solid #ccc;
  border-left: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 0px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius:2px;
}

#footer {
  position: relative;
  height: 100%;
  clear: both;
  margin: 0;
  padding: 10px 10px 10px 10px;
  background: none;
  font-size: 9pt;
  color: #666666;  
  background: #fff;
  text-shadow: 0 1px 0 #FFF;
}

#footer a {
  text-decoration: none; 
  color: #666666
}

#footer a:hover {
  text-decoration: underline; 
  color: #333333
}

#leftmenu  {
  float: left;
  font-size: 10pt;
  padding: 0;
  margin: 25px 0 10px 0;
  top: 0;
  left: 0;
  width: 170px 
}

#navleft {
  width: 100%;
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
} 

#navleft li {
  width: 100%;
  margin: 0;
  background-color: #efefef;
  border-bottom: 2px solid #fff;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

#navleft li a {
  display: block;
  padding: 8px 15px;
  font-size:9pt;
  text-decoration: none;
  color: #333333;
  text-shadow: 0 1px 0 #fff;
  font-weight:normal;
}
  
#navleft a:hover {
  /*color: #086fa1;*/
  color: #ff3300;
}
  
/*#navleft li.active {
<!--background-image: url(images/navactive2.gif);
background-repeat:no-repeat-->
}*/

#navleft li.active a {
  /*color: #086fa1;*/
  color: #ff3300;
}

#navleftsub {
  width: 100%;
  margin: 0;
  padding: 0;
} 
  
#navleftsub li {   
  background-color: #f6f6f6;
  width: 100%;
  margin: 0 0 0 0;
  border-left: 0px solid #ccc;
}

#navleftsub li a {
  display: block;
  padding: 8px 15px 8px 35px;
  font-weight:normal;
}

.buttoninquiryen {
	display: block;
	width: 150px;
	height: 30px;
	margin: 0 0 0 10px;
	background: url(images/inquiryen.gif) top;
	text-indent: -99999px;
}
	
.buttoninquiryen:hover {
	background-position: 0 -30px;
}
	
.buttoninquiryfr {
	display: block;
	width: 160px;
	height: 30px;
	margin: 0 0 0 10px;
	background: url(images/inquiryfr.gif) top;
	text-indent: -99999px;
}
	
.buttoninquiryfr:hover {
	background-position: 0 -30px;
}
	
.buttoninquiryes {
	display: block;
	width: 142px;
	height: 30px;
	margin: 0 0 0 10px;
	background: url(images/inquiryes.gif) top;
	text-indent: -99999px;
}
	
.buttoninquiryes:hover {
	background-position: 0 -30px;
}

.spout {
  display: block;
  background-color: #ff6840;
  border-radius: 5px;
  width: auto;
  margin: 10px;
  padding: 10px;
/*  vertical-align:text-top;*/
  text-decoration: none;
  color: #ffffff;  
}   

.spout:hover {
  background-color: #ff9073;
}   

img {
  border: 0px none;
  margin: 0px;
}

p { 
  font-size: 10pt;
  color: #333333
}

p.legend { 
  font-size: 9pt;
  font-style:italic;
}

h1 {    
  text-align: left;
  font-size:1.5em;
  text-decoration: none;
  font-weight:normal;
  /*color: #086fa1;*/
  color: #333333;

}

h2 {    
  text-align: left;
  text-decoration: none;
  font-weight:normal;
  font-size:13pt;
  /*color: #086fa1;*/
  color: #333333;
}

h3 {    
  text-align: left;
  padding-top:1em;
  font-size:1em;
  text-decoration: none;
  font-weight:normal;
  color: #333333
}

h4 {    
  text-align: left;
  font-size:11pt;
  text-decoration: none;
  font-weight:normal;
  /*color: #086fa1;*/
  color: #333333;
}

h5 {    
  text-align: left;
  font-size:10pt;
  padding-bottom:0px;
  text-decoration: none;
  font-weight:bold;
  color: #333333
}

#content li {    
  text-align: left;
  list-style-type: square;
  font-size: 10pt;
  color: #333333
}

#content a {
  text-decoration: none;
  font-weight:bold;
  /*color: #086fa1;*/
  color: #ff3300;
}

#content a:hover {
  text-decoration: underline
}

table.spec {
	font-size:10pt;
	text-align: center;
	color:#333333;
	border-width: 1px;
	border-color: #c0c0c0;
	border-collapse: collapse;
}

table.spec th {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #c0c0c0;
	background-color: #efefef;
}

table.spec td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #c0c0c0;
	background-color: #ffffff;
}

#homecontent {
  width: 100%;
  padding: 10px 0 0 0;
  text-align: left;
  color: black;
}

#homecontent a {
  text-decoration: none; 
  font-weight: bold;
  /*color: #086fa1;*/
  color: #ff3300;
}

#homecontent a:hover {
  text-decoration: underline; 
  font-weight: bold; 
  /*color: #086fa1;*/
  color: #ff3300;
}

table.homeright {
	font-size:10pt;
	text-align: center;
	border-width: 1px;
	border-color: #eeeeee;
	border-collapse: collapse;
}

table.homeright th {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #eeeeee;
	background-color: #eeeeee;
	font-weight: bold;
	color: #808080;
}

table.homeright td {
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #eeeeee;
	background-color: #ffffff;
	color: #000000;
}