@charset "utf-8";

ul,li,a{
	margin:0;
	padding:0;
	list-style:none;
}
body {
}
img, a{
	border:none;
}
#container{
	width:1000px;
	height:100%;
	margin:auto;
}
#header{
	width:1000px;
	height:200px;
}
/*-----LOGO-----*/
#logo{
	width:auto;
	height:120px;
	padding:30px 0 0 0;
	float:left;
}
#logo_img{
	width:100px;
	float:left;
}
#logo_txt {
	width:360px;
	height:73px;
	color:#003399;
	font-family:"Myriad Pro", Arial, Helvetica, sans-serif;
	font-size:36px;
	font-weight:bold;
	padding:32px 0 0 20px;
	float:left;
}
#iso{
	width:100px;
	height:100px;
	/*padding:50px 0 0 500px;*/
	margin-top:50px;
	float:right;
}
.line{
	clear:both;
	width:1000px;
	height:5px;
	background-image:url(../images/header/line%5Bweb%5D.jpg);
	background-repeat:no-repeat;
	margin:20px 0 10px 0;
}
.line1{
	clear:both;
	width:1000px;
	height:5px;
	background-image:url(../images/header/line%5Bweb%5D.jpg);
	background-repeat:no-repeat;
	margin:20px 0 10px 0;
}
/*-----MENU-----*/
#menu{
	width:1000px;
	height:50px;
}
#menu ul{
	display:inline;
}
#menu ul li{
	list-style-type:none;
	float:left;
	margin-top:12px;
}
#menu ul li.sublinks{
	clear:both;
	list-style-type:none;
	margin-top:10px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
}
#menu ul li a{
  color:#333;
  background:#FFF;
  font-size:15px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration:none;
  display:block;
  text-align:left;
	min-width:150px;
	padding:10px;
}
#menu ul li a:hover{
  color:#fff;
  background:#ccc;
  font-size:15px;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  text-decoration:none;
  display:block;
  text-align:left;
	padding:10px;
}
#menu ul li.home a{
  color:#ffffff;
  background: url(../images/header/button/left.jpg) no-repeat;
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration:none;
  display:block;
  width:150px;
  height:34px;
  text-align:center;
	padding:10px 0 0 0;
}
#menu ul li.home a:hover{
  background: url(../images/header/button/hoverleft.jpg) no-repeat;
}
#menu ul li.about a:hover{
  background: url(../images/header/button/hover150.jpg) no-repeat;
}
#menu ul li.product a:hover{
  background: url(../images/header/button/hover150.jpg) no-repeat;
}
#menu ul li.application a:hover{
  background: url(../images/header/button/hover219.jpg) no-repeat;
}
#menu ul li.career a:hover{
  background: url(../images/header/button/hover150.jpg) no-repeat;
}
#menu ul li.contact a:hover{
  background: url(../images/header/button/hoverright.jpg) no-repeat;
}
#menu ul li.about a{
  color:#ffffff;
  background: url(../images/header/button/bttn150.jpg) no-repeat;
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration:none;
  display:block;
  width:150px;
  height:34px;
  text-align:center;
	padding:10px 0 0 0;
}
#menu ul li.product a{
  color:#ffffff;
  background: url(../images/header/button/bttn150.jpg) no-repeat;
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration:none;
  display:block;
  width:150px;
  height:34px;
  text-align:center;
	padding:10px 0 0 0;
}
#menu ul li.application a{
  color:#ffffff;
  background: url(../images/header/button/bttn219.jpg) no-repeat;
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration:none;
  display:block;
  width:250px;
  height:34px;
  text-align:center;
	padding:10px 0 0 0;
}
#menu ul li.career a{
  color:#ffffff;
  background: url(../images/header/button/bttn150.jpg) no-repeat;
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration:none;
  display:block;
  width:150px;
  height:34px;
  text-align:center;
	padding:10px 0 0 0;
}
#menu ul li.contact a{
  color:#ffffff;
  background: url(../images/header/button/right.jpg) no-repeat;
  font-size:15px;
  font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
  text-decoration:none;
  display:block;
  width:150px;
  height:34px;
  text-align:center;
	padding:10px 0 0 0;
}
ul li.sublink a{
	background-color:#000;
}
/*-----SLIDER-----*/
#wrapper{
	clear:both;
	width:1000px;
	height:400px;
	background-color:#333;
	margin:10px 0 10px 0;
}
/*-----CONTENT-----*/
#content{
	width:1000px;
	height:350px;
	margin:70px 0 0 0;
}
#content_img{
	width:300px;
	height:350px;
	float:left;
}
#content_txt{
	width:700px;
	float:left;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding:100px 0 0 0;
}
#content_txt img{
	margin:65px 0 0 0;
}
.text1{
	color:#003399;
	font-size:32px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.text2{
	color:#333333;
	font-size:13px;
	text-align:justify;
	font-weight:bold;
	line-height:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
.pageimg{width:791px;height:234px;}
/*-----FOOTER-----*/
#footer{
	width:1000px;
	height:25px;
	color:#333333;
	margin:50px 0 0 0;
}
#footer a{
	color:#333333;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#copyright{
	width:460px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	margin:9px 0 0 0;
}
#menu2{
	width:440px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	float:left;
	margin:9px 0 0 0;
}
#menu2 ul li{
	list-style-type:none;
	display:inline;
}
#link{
	width:100px;
	height:40px;
	float:left;
	text-align:right;
}
.twitter{
	width:40px;
	height:36px;
	background-image:url(../images/footer/twitter.jpg);
	background-repeat:no-repeat;
	text-align:right;
	float:right;
}
.twitter:hover{
	background-image:url(../images/footer/hovertwitter.jpg);
	background-repeat:no-repeat;
}
.facebook{
	width:40px;
	height:36px;
	background-image:url(../images/footer/facebook.jpg);
	background-repeat:no-repeat;
	text-align:right;
	float:right;
}
.facebook:hover{
	background-image:url(../images/footer/hoverfacebook.jpg);
	background-repeat:no-repeat;
}