@charset "utf-8";
body {
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	background-image: url(../images/fc_top_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#container {
	width: 1000px;
	height: 100%;
}
#layer_left {
	width: 187px;
	float: left;
	height: 100%;
}
#layer_left_top {
	background-image: url(../images/fc_left_top_bg.jpg);
	background-repeat: no-repeat;
	height: 143px;
	width: 187px;
}
#layer_left_middle {
	width: 187px;
}
#layer_left_middle img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#layer_left_middle_2 {
	height: 68px;
	width: 187px;
	background-image: url(../images/fc_middle_bg2.jpg);
	background-repeat: no-repeat;
}
#layer_left_main_bg {
	background-image: url(../images/fc_left_main_bg.jpg);
	width: 187px;
	height: 2000px;
}

#layer_left_bottom {
	height: 247px;
	width: 187px;
	background-image: url(../images/fc_bottom_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

#layer_right {
	width: 800px;
	float: left;
	height: 100%;
}
#layer_right_top {
	height: 127px;
	width: 780px;
	background-image: url(../images/fc_banner.jpg);
	background-repeat: no-repeat;
}
#title {
	margin-top: 80px;
	margin-left: 290px;
}

#layer_right_content {
	width: 780px;
	height: 2600px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/fc_system_title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.system_info {
	width: 680px;
	height: auto;
	margin-left: 88px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	padding-bottom: 5px;
}
.system_screenshots {
	width: 680px;
	height: auto;
	margin-left: 88px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.system_screenshots img {
	margin-right: 12px;
	margin-bottom: 8px;
	border: 1px solid #666666;
}
.system_screenshots a:hover img {
	border: 1px solid #C67700;
}


.img_float {
	float: left;
	margin-right: 6px;
}
.system_title {
	margin-top: 0px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	font-size: 16px;
	font-family: Tahoma;
	color: #C67700;
	padding-bottom: 2px;
	margin-left: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
}

.system_text {
	font-family: sans-serif;
	font-size: 13px;
}
.top_link {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-top: 0px;
	color: #BB7100;
	font-size: 15px;
	margin-bottom: 0px;
}
