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


body {
	height:100%;
	width:100%;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0;
	
	background-color:#e7e7e7;
    background-repeat:repeat-x;
	
}

html {
    height: 102%;
}

img{
	border:0px;
	}

#wrapper {
	width:100%;
	height:235px;
    position:absolute;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	background-image:url(images/fiber_paper.gif);
	
	
}

	#mask {
	    width:4400px;
		height:235px;
		background-image:url(images/fiber_paper.gif);
	}

	.item {
		width:20%;
		height:100%;
		float:left;
	
	}
	

	
	.content {
	    width:880px;
		margin-left:auto;
	    position:relative;
		overflow:hidden;
		
	}
	
	.selected {
	
		font-weight:700;
	}

	.clear {
		clear:both;
	}
	
.homeContent{
	width:250px; 
	height:250px; 
	float:right; 
	margin-top:-255px;
	}
	
.arrow{
	float:right;
	margin-right:10px;
	}
	
	
#topNav	{
	width:880px;
	height:250px;
	margin-left:auto;	
	margin-right:auto;
	
	
}

#nav{
	float:right;
	width:400px;
	margin-top:95px;
	text-align:right;
	}
	
#nav img{
	margin-left:20px;
	}
	
#bar{
	background-color:#000000;
	height:10px;
	}

#yellow_bar{
	float:right;
	width:630px;
	height:33px;
	margin-top:80px;
	background-color:#f8d10c;
	}
	
#header{
	width:100%;
	height:250px;
	background-color:#FFFFFF;
	margin-top:0px;
	}
	
	#footer{
	width:250px;
	height:250px;
	margin-top:225px;
	background-color:#FFFFFF;
	float:right;
	margin-left:500px;
	}
	
#footer li{
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
line-height:20px;


}

#footer ul{
	margin-left:-10px;
	margin-top:120px;
	}
	
#footer2 li{
list-style-type:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#999999;
line-height:20px;


}

#footer ul{
	margin-left:-10px;
	margin-top:120px;
	}

	
	
	
#mainContent{

	width:880px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	}

	
.title{
	padding-top:30px;
	padding-left:30px;
	}
	
	
.title2{
	padding-top:100px;
	padding-left:30px;
	}
	
.work_btn{
	padding-top:150px;
	padding-left:50px;
	}
	
.spaceText{
	letter-spacing:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	padding-left:30px;
	padding-top:10px;
	}
	
.boxText{
	width:200px;
	font-size:12px;
	padding-left:30px;
	line-height:17px;
	}
	
.mainText{
	width:290px;
	padding-top:30px;
	padding-left:30px;
	font-size:14px;
	}
	
	
.list ul{
	list-style-type:none;
	
	}
	
.list li{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	list-style-type:none;
	font-size:12px;
	line-height:18px;
	margin-left:-10px;
	}
	
	
	#contact li{
	list-style-type:none;
	font-size:12px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:18px;
	margin-left:-10px;
	}
	
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #000000;
}
