@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}
	
body {
	background-color:#000 /*1e1e1e*/;
	background-image:url(../interface/header_bg.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
	
h1 {
	color:#999;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	}
	
h2 {color:#999;
	font-family:  "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:16px;
	}


p, li, form table tr td {
	color:#999;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	text-align:left;
	}
	
#body_grd {
	width:100%;
	height:100%;
	background-image:url(../interface/pg_bottom_gradient.png);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
#page {
	width:840px;
	margin:0 auto 0 0;
	}
	
#frontpagelogo {
	width:600px;
	height:200px;
	margin:200px auto;
	background-image:url(../interface/exportologo.jpg);
	background-position:top center;
	background-repeat: no-repeat;
	}
	
#frontpagelogo p {
	text-align:center;
	padding-top:100px;
	}
	
	#frontpagelogo a:link {
	text-decoration:none;
	color:#969696;
	}
	
	#frontpagelogo a:visited {
	text-decoration:none;
	color:#969696;
	}

	#frontpagelogo a:hover {
	text-decoration:none;
	color:#c4161c;
	}

	#frontpagelogo a:active {
	text-decoration:none;
	color:#fff;
	}

	
#header {
	width:840px;
	height: 110px;
	margin:60px 0 10px 0;
	}
	
	#logoblock {
	width:275px;
	height:110px;
	background-color:#000;
	background-image:url(../interface/logo.png);
	background-position:center;
	background-repeat:no-repeat;
	text-indent:-999px;
	}
	
#languageblock {
	width:555px;
	height:110px;
	text-align:right;
	float:right;
	margin-left: 10px;
	}
	
#languageblock p {
	padding-top:98px;
	padding-right:12px;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#969696;
	text-align:right;
	}

#languageblock a.animator {
	color:#969696;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}

#languageblock a:link {
	text-decoration:none;
	color:#969696;
	}
	
	#languageblock a:visited {
	text-decoration:none;
	color:#969696;
	}

#languageblock a:hover {
	text-decoration:none;
	color:#c4161c;
	}

#languageblock a:active {
	text-decoration:none;
	color:#fff;
	}

	
#columns {
	width:840px;
	clear:both;
	margin: 0 auto 0 auto;
	}

#column_bg_right {
	width:840px;
	background-image:url(../interface/right_column_bg.gif);
	background-position:right;
	background-repeat:repeat-y;
	}
	
#column_bg_left {
	width:840px;
	background-image:url(../interface/left_column_bg.gif);
	background-position:left;
	background-repeat:repeat-y;
	}
	
#leftcolumn {
	width:275px;
	float:right;
	}
	

#menublock {
	width:275px;
	min-height:350px;
	position:fixed;
	top:50px;
	}
	
	#menublock li {
		height:50px;
		margin-bottom:10px;
		background-color:#333;
		display:block;
		text-decoration:none;
		background-repeat:no-repeat;
		#text-indent:-999px;
		list-style-type:none;
		}
		
	#menublock li a {
		width:275px;
		height:50px;
		display:block;
		}
	
	#menublock li a:active{
			outline: none;
	 		outline-style:none;
	 	}	
	#menublock li.home {background-image:url(../interface/btn_home.gif);}
	#menublock li.company_profile {background-image:url(../interface/btn_company_profile.gif);}
	#menublock li.services {background-image:url(../interface/btn_services.gif);}
	#menublock li.products {background-image:url(../interface/btn_products.gif);}
	#menublock li.directors {background-image:url(../interface/btn_directors.gif);}
	#menublock li.contact {background-image:url(../interface/btn_contact.gif);}
	
	#menublock li.home:hover,
		li.company_profile:hover,
		li.services:hover,
		li.products:hover,
		li.directors:hover,
		li.contact:hover
	 {background-position: 0 -50px;}
	 
	
	
	#menublock li.home_fr {background-image:url(../interface/btn_home_fr.gif);}
	#menublock li.company_profile_fr {background-image:url(../interface/btn_company_profile_fr.gif);}
	#menublock li.services_fr {background-image:url(../interface/btn_services_fr.gif);}
	#menublock li.products_fr {background-image:url(../interface/btn_products_fr.gif);}
	#menublock li.directors_fr {background-image:url(../interface/btn_directors_fr.gif);}
	#menublock li.contact_fr {background-image:url(../interface/btn_contact_fr.gif);}
	
	#menublock li.home_fr:hover,
		li.company_profile_fr:hover,
		li.services_fr:hover,
		li.products_fr:hover,
		li.directors_fr:hover,
		li.contact_fr:hover
	 {background-position: 0 -50px;}
	 
	 
	 
	#menublock li.home_es {background-image:url(../interface/btn_home_es.gif);}
	#menublock li.company_profile_es {background-image:url(../interface/btn_company_profile_es.gif);}
	#menublock li.services_es {background-image:url(../interface/btn_services_es.gif);}
	#menublock li.products_es {background-image:url(../interface/btn_products_es.gif);}
	#menublock li.directors_es {background-image:url(../interface/btn_directors_es.gif);}
	#menublock li.contact_es {background-image:url(../interface/btn_contact_es.gif);}
	
	#menublock li.home_es:hover,
		li.company_profile_es:hover,
		li.services_es:hover,
		li.directors_es:hover,
		li.products_es:hover,
		li.contact_es:hover
	 {background-position: 0 -50px;}
	 
	
	
	

#rightcolumn {
	width:555px;
	float:right;
	margin-left:10px;
	}
	
.clearer {
	font: normal 1px/1px courier, serif;
	clear: both; 
	height: 0;
	margin: 0;
	padding: 0;
	}
	
#textblock {
	clear:both;
	width:555px;
	min-height:350px;
	}

#textblock #textcontent {
	padding:20px;
	line-height:22px;
	}
	
#textblock h1 {
	font-size:18px;
	}
	
#textblock p {
	padding-top:12px;
	}
	
td input, td textarea {
	background-color:#ccc;
	}
	
#footer {
	height:50px;
	text-align:center;
	margin-top:10px;
	clear:both;
	}
	
#footer p {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#969696;
	font-size:12px;
	text-align:center;
	}