/* CSS Document */
body{
	padding:0px;
	text-align:center;
	border:0px;
	margin:0 auto;
	text-align:center;
	font-family:Arial;
	font-size:11px;
	background-color:#000000;
}
#main{	
	width:860px;
	text-align:center;
	border:0px;
	padding:0px;
	margin:0 auto;
}
#main .top{
	width:860px;
	height:135px;
	background:url(../images/bg-top.jpg) top center no-repeat #000000;
	text-align:left;
}

#main .main_menu{
	height:31px;
	background:url(../images/bg-menu.gif) top center repeat-x #000000;
	text-align:left;
}
#top{
	border:6px solid #FFFFFF;
	background-color:#FFFFFF;
	text-align:left;
}
#top h1{
	color:#ff9900;
	margin:10px;
	padding:0px;
	border:0px;
	font-size:24px;
}
#top h2{
	color:#ffffff;
	margin:10px;
	padding:0px;
	border:0px;
	font-size:22px;
}
#top .sx{
	width:560px;
	height:234px;
	float:left;
}
#top .dx{
	width:280px;
	height:234px;
	float:right;	
	background:url(../images/bg-dx.gif) top center repeat-x #000000;
}
#top .dx_home{
	width:280px;
	height:234px;
	float:right;	
	background:url(../images/bg-boxhome.jpg) top center repeat-x #000000;
}
#top .dx_home p{
	margin:8px 20px;
	font-size:12px;
	line-height:16px;
	color:#cccccc;
}
#top .dx_home a{
	color:#FF9900;
	text-decoration:none;
}
#top .dx_home a:hover{
	color:#FF9900;
	text-decoration:underline;
}

#top .box_sx{
	width:560px;
	float:left;
	text-align:left;
	line-height:18px;
}
#top .box_sx h1{
	color:#ff9900;
	font-weight:bold;
	margin:10px;
	padding:0px;
	border:0px;
	font-size:18px;
}
#top .box_sx h3{
	color:#333333;
	font-weight:bold;
	margin:10px;
	padding:0px;
	border:0px;
	font-size:18px;
}
#top .linkproject{
	margin:5px 10px 20px 10px;
	border-bottom:1px solid #FF9900;
	color:#666666;
	font-weight:bold;
	font-size:12px;
}
#top .linkproject a{
	color:#FF9900;
	text-decoration:none;
	margin:0 10px;
}
#top .linkproject a:hover{
	color:#FF9900;
	text-decoration:none;
}
#top .back{
	background-color:#eaeaea;
	height:20px;
	font-size:12px;
	font-weight:bold;
	text-align:right;
}
#top .back a{
	text-decoration:none;
	color:#ff9000;
}
#top .back a:hover{
	text-decoration:underline;
	color:#ff9000;
}
#top .box_sx h1 span{
	color:#999999;
	font-weight:bold;
	font-size:12px;
}
#top .box_sx p{
	margin:10px;
	font-family:Arial;
	font-size:12px;
	color:#666666;
}
#top .box_sx p a{
	color:#ff9900;
	text-decoration:underline;
}
#top .box_sx p a:hover{
	color:#ff9900;
	text-decoration:underline;
}
#top .box_dx_home{
	width:280px;
	float:right;	
	background:url(../images/bg-dx1.gif) top center repeat-x #ffffff;
	text-align:center;
}
#top .box_dx{
	width:280px;
	float:right;	
	background:url(../images/bg-dx1.gif) top center repeat-x #ffffff;
}
#top .box_dx p{
	margin:15px 15px;
	font-size:12px;
	line-height:16px;
	color:#333333;
}
#top .box_dx span{
	font-weight:bold;
	color:#333333;
}
#bottom{
	border-top:4px solid #ff9900;
	background:url(../images/bg-bottom.jpg) top center no-repeat #000000;
	height:203px;
	text-align:left;
	color:#999999;
}
#bottom-left,
#bottom-mid,
#bottom-right {
	width: 30%;
	padding: 20px 0 20px 20px;
	float: left;
	margin-right:5px;
	}
#bottom h2 {
	margin: 0 0 10px 0;
	padding: 0 8px 0 0px;
	font-size: 1.6em;
	color: #fff;
	}
#bottom h2 span {
	color: #888;
	}
#bottom ul {
	margin:50px 0px 0px 0px;
	padding: 0;
	list-style-type: none;
	border-top: 1px solid #555;
	}
#bottom ul li {
	line-height: 26px;
	border-bottom: 1px solid #555;
	list-style-image:none;
	list-style-position:inside;
	}
#bottom ul li a {
	display: block;
	padding: 0 20px;
	color: #999999;
	text-decoration: none;
	background:url(../images/v.gif) no-repeat left ;
	}
#bottom ul li a:hover {
	background: #999999;
	color:#FFFFFF;
	background:url(../images/v.gif) no-repeat left #999999;
	}
#bottom-sep {
	clear: both;
}
#bottom-right p{
	margin:50px 0px 0px 15px;
	line-height:20px;
}
#bottom-right p a{
	text-decoration:none;
	color:#FF9900;
}
#bottom-right p a:hover{
	text-decoration:underline;
	color:#FF9900;
}
#bottom-right span{
	font-size:11px;
	color:#666666;
}
/* ******************* MENU ******************** */
.menu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	border:0px;
	padding:0px;
	margin:0px;
}
.menu li {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	float:left;
	margin:6px 25px 0px 10px;
	font-size:13px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Sans-Serif;
}
.menu li a:link, .menu li a:visited {
	text-decoration:none;
	color:#FFFFFF;
}
.menu li a:hover{
	text-decoration:underline;
	color:#FFFFFF;	
}

/* ************ fine menu *********** */
.careers{
	margin:10px;
	background-color:#eaeaea;
}