/*
    JAVASCRIPT DEFAULTS
*/
.topWrap{
	height: 100%;
	min-height: 515px;
	background: #fff url(../img/top.png) no-repeat bottom center;;
	overflow: hidden;
}

.subWrap{
	background: url('../img/bg_top.png') repeat-x;
	overflow: hidden;

}
.top{
	width: 900px;
	position: relative;
	bottom: 0px;
	margin: 0 auto;
	overflow: hidden;
	height: 515px;
}


.box, .boxBackground{
	position: absolute;
	bottom: 100px;
	margin-bottom: 247px;
	left: 520px;
	padding: 80px 10px 10px;
	height: 50px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	behavior: url('css/PIE.htc');
	color: #000;
	background: #fff;
	width: 324px;
	font-size: 15px;
	text-align: right;
	z-index: 10;


}
.boxBackground{
	background: red;

}

.wrap{
	top: 0px;
	width: 900px;
	margin: 0 auto;
	left: auto;
}
.name{
	position: absolute;
	bottom: 395px;
	left: 520px;
	margin-left: 4px;
	z-index: 11;

}

.content{
	
	position: absolute;
	bottom: 40px;
	margin: 0px auto 50px;

}


.replace{
	height: 40px;
	margin-left: 5px;
	width: 440px;

}
.replace span{
	opacity: 0;
	visibility: hidden;

}

.ico img{
	height: 48px;
}

.replace.dev{
	background: url(../img/title_developer.png) no-repeat top left;;
}
.replace.person{
	background: url(../img/title_person.png) no-repeat top left;;
	margin-left: 3px;
}
.replace.using{
	background: url(../img/title_using.png) no-repeat top left;;
}

.sub{
	color: #dedede;
	font-size: 15px;
	width: 900px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	
}
.sub ul{
	overflow: hidden;
}
.sub ul li{
	float: left;
	list-style: none;
	margin: 10px;
	max-width: 150px;
}
.sub ul li a img{
	display: block;
	margin: 0 auto;
	opacity: 0.3;
}
.sub ul li a{
	color: #ddd;
	text-decoration: none;
	text-align: center;
	display:block;
	height: 70px;
	min-width: 84px;
	font-size: 13px;
}
.sub ul li a span{
	display: none;
}
.sub p{
	margin: 5px 20px;
	width: 450px;
}
.sub .right{
	padding-top: 20%;
}
.sub .right p{
	width: 350px;
	text-align: right;
	padding-right: 00px;
}

.subWrap{
	height: 100%;
	overflow: hidden;
	
	z-index: 0;
}

.footer{
	
	width: 900px;
	text-align: center;
	margin: 35px auto 0px;
	color: #777;
	height: 8%;
	opacity: 0.5;
	position: absolute;
	bottom: 20px;
}
.footer span{
	color: #fff;
	font-style: italic;
}
div.hr{
border-bottom: 1px dotted #aaa;
width: 350px;

margin: 10px auto;
}

