﻿@charset "utf-8";
/* main */
*{
	margin: 0px;
	padding: 0px;
	/*font:italic small-caps bold 1em/140% "Lucida Grande",sans-serif;*/
}
body{
	font-size: 11px;
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #D9E0E6 url(backgrounds/main.jpg) no-repeat center top;
}
ul{
	list-style-type: none;
}
img{
	border: none;
}
input{
	vertical-align: middle;
}
img{
	vertical-align: bottom;
}
input,select,textarea{
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
ins{
	display: none;
	text-decoration: none;
}
dfn {
	font-weight: bold;
	font-style: normal;
}
address{
	font-style: normal;
}
label{
	cursor:pointer;
	font-weight: normal;
}
input.input,
textarea.input{
	border: 1px solid #999;
	padding: 1px;
	background: #FFF;
}
.input:hover,
select:hover{
	background-color: #FFFFE6;
}
.input:focus{
	background-color: #FFC;
	border: 1px solid #666;
}
h1,h2,h3,h4,h5,h6{font-family: "Trebuchet MS", Verdana, Helvetica;}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a.external{
	padding-right: 10px;
	background: url(icon/external.gif) no-repeat right top;
}
.clear{
	clear: both;
	font-size: 1%;
	line-height: 1%;
}
/*wrapper*/
.wrapper{
	margin: 0 auto;
	width: 1002px;
	border-top: 5px solid #D9E0E6;
}
/*header*/
.wrapper .header{
	height: 100px;
}
.header h1{
	float: left;
	margin: 10px 0 0 10px;
	position: absolute;
}
.header h1 a{}
.header h1 a span{
	display: none;
	line-height: 20px;
}
.header h1 a:hover{
	color: #666;
	text-decoration: none;
	font-size: 11px;
}
.header h1 a:hover span{
	display: block;
}
.header ul.navigation{
	float: right;
	width: 720px;
	text-transform: uppercase;
	font: bold 12px/40px Tahoma,Arial;
	background: url(lines/nav_bottom.gif) no-repeat center bottom;
	padding-top: 5px;
}
.header ul.navigation li{
	float: left;
	padding-right: 2px;
	background: url(lines/nav_split.gif) no-repeat right center;
}
.header ul.navigation li span,
.header ul.navigation li a{
	padding: 0 16px 10px 14px;
}
.header ul.navigation li a{
	color: #666;
}
.header ul.navigation li.last{
	background-image: none;
}
.header ul.navigation li.last a{color: #333;}
.header ul.navigation li a:hover,
.header ul.navigation li span{
	color: #06F;
	background: url(arrows/gay_top.gif) no-repeat center bottom;
	text-decoration: none;
}
.header ul.categoryinfo{
	float: right;
	clear: both;
	width: 720px;
	padding-top: 5px;
	line-height: 44px;
	font-weight: bold;
	color: #999;
}
.header ul.categoryinfo li{
	background: url(images/info_homepage.gif) no-repeat left center;
	padding-left: 70px;
	display: none;
	height: 44px;
}
.header ul.categoryinfo li.company{
	background-image: url(images/info_company.gif);
}
.header ul.categoryinfo li.services{background-image: url(images/info_services.gif);}
.header ul.categoryinfo li.technical{background-image: url(images/info_technical.gif);}
.header ul.categoryinfo li.process{background-image: url(images/info_process.gif);}
.header ul.categoryinfo li.industries{background-image: url(images/info_industries.gif);}
.header ul.categoryinfo li.language{background-image: url(images/info_language.gif);}
/*body*/
.wrapper .body{ clear: both;}
/*footer*/
.wrapper .footer{
	clear: both;
	text-align: right;
	background: url(backgrounds/footer.gif) no-repeat center top;
}
.footer .menu{
	padding: 35px 10px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	line-height: 18px;
}
.footer .menu a{
	color: #FFF;
	padding: 0 10px;
}
.footer .menu a:hover{
	color: #06F;
}
.footer p{
	line-height: 16px;
}
.footer p a{}
.footer p a:hover{}
