@charset "utf-8";
body { margin:0; padding:0; width:100%; background:#fff url(images/body_bg.jpg) top repeat-x;}
html { padding:0; margin:0;}

/* main */
.main {width:100%; padding:0; margin:0 auto; }
.resize { width:960px; margin:0 auto;}

/********** header **********/
.header {
	margin:0 auto 5px auto;
	width:1000px;
	padding:0;
	background:url(images/menu_lft.gif) no-repeat 0px 111px;
}
.block_header {margin:0 auto; width:960px; background: url(images/bg_top.jpg) repeat-x top; border:2px solid #fff;}
.head_2 {margin:0 auto; width:1000px; padding:0; background:url(images/menu_rght.gif) no-repeat 980px 111px;}
/* logo */
.logo {
	float:left;
	padding:0;
	margin:0;
	width:345px;
	padding:12px 0px 15px 40px;
}
.logo_text {float:left; width:180px; padding:0; margin-top:55px; font:normal 11px Tahoma, Helvetica, sans-serif; color:#727b73; padding-left:30px;}
/*Simple_text*/
.Simple_text { font:normal 11px Tahoma, Helvetica, sans-serif; color:#000; padding:0; margin-top:50px; margin-left:60px; float:left; width:250px; background:url(images/live_chat.gif) no-repeat 260px;}
.Simple_text_img {
	float:right;
	width:250px;
	margin-top:80px;
	padding-top:0px !important;
	padding-top:2px;
	text-align: right;
	margin-right: 30px;
}
.Simple_text_img2 {
	float:right;
	width:250px;
	margin-top:10px;
	padding-top:0px !important;
	padding-top:2px;
	text-align: right;
	margin-left: 30px;
}
.Simple_text_img3 {
	float:left;
	width:250px;
	margin-top:10px;
	padding-top:0px !important;
	padding-top:2px;
	text-align: right;
	margin-left: 0px;
	padding-right: 30px;
}
.Simple_text_img_flow {
	float:left;
	width:250px;
	margin-top:35px;
	padding-top:0px !important;
	padding-top:2px;
	text-align: right;
	margin-left: 0px;
	padding-right: 30px;
}
/* menu */	
.menu {
	padding:0;
	margin:0 auto;
	width:960px;
	height:54px;
	background:url(images/menu_bg.jpg) top repeat-x;
	color:#fff;
}
.menu ul { padding:0; list-style:none; border:0; margin:0; padding:0 30px !important;  }
.menu ul li { float:left; margin:0; border:0;}
.menu ul li a {
	float:left;
	margin:0;
	color:#fff;
	text-decoration:none;
	font-family: "微軟正黑體";
	font-size: 15px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d13529;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.menu ul li a.active {
	color:#fff;
	text-decoration:none;
	background:url(images/hover.jpg) repeat-x;
	font-family: "微軟正黑體";
	font-size: 15px;
	font-weight: bold;
}
.menu ul li a:hover { color:#fff; text-decoration:underline; background:url(images/hover.jpg) repeat-x; }

/********************** Navigation ************************/
nav {
	border:1px solid #dcdcdc;
	padding:11px 0;
}

.sf-menu{
	min-height:27px;
	padding:0;
	margin:0;
	font-size:0;
	line-height:0;
	position:relative;
	z-index:99;
}
.sf-menu ul{
	position:absolute;
	top:-999em;
	width:160px;
	left:0;
	display:none;
	background:#fff;
	padding:10px 0;
	box-shadow:0 0 2px #ccc;
}
.sf-menu > li{
	position:relative;
	display:inline-block;
	z-index:99;
	border-left:1px solid #dcdcdc;
}
	.sf-menu > li:first-child {border:none;}
.sf-menu > li > a {
	text-decoration:none;
	display:block !important;
	font-family: "微軟正黑體";
	font-weight:600;
	font-size:14px;
	line-height:19px;
	text-transform:none;
	text-decoration:none;
	color:#2b2b2b;
	text-shadow:1px 1px #fbfbfb;
	position:relative;
	z-index:99;
	padding-top: 4px;
	padding-right: 36px;
	padding-bottom: 4px;
	padding-left: 36px;
}
#page1 .sf-menu > li > a {
	background:#fff;
	font-size: 16px;
}

	.sf-menu > li.current > a, .sf-menu > li:hover > a, .sf-menu > li.sfHover > a {
		color:#c7c5c5;
		text-decoration:none;
	}

.sf-menu li:hover ul,.sf-menu li.sfHover ul{top:42px; left:0; z-index:999;}
.sf-menu li:hover li ul,ul.sf-menu li.sfHover li ul{top:-999em}
.sf-menu li.current,.sf-menu li:hover,.sf-menu li.sfHover{
	text-decoration:none;
}
.sf-menu li li a{
	display:block;
	margin:0;
	position:relative;
	text-decoration:none;
	font-size:14px;
	line-height:18px;
	color:#c7c5c5;
	overflow:hidden;
	padding:8px 5px 8px 15px;
	text-transform:lowercase;
	font-family: "微軟正黑體";
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current > a{
	color:#2b2b2b;
	font-size: 16px;
}
.sf-menu li li li a {
	background:url(../images/header-bg.png);
}
.sf-menu li li{
	float:none;
	position:relative;
	margin:0 0 1px 0;
}

.sf-menu li li:hover ul,ul.sf-menu li li.sfHover ul{left:163px;top:-10px;}

/* text */
.text {
	margin:0 auto;
	width:960px;
	padding:0;
	background: url(images/text.jpg) repeat-x top;
	height:30px;
	border:2px solid #fff;
}
.text .left_t {float:left; width:460px; margin:15px 0 0 55px !important; margin:15px 0 0 25px;   font:normal 10px Tahoma, Helvetica, sans-serif; color:#89908a;}
.text .right_t {float:right; width:150px; padding:8px;}
.text .right_t img { margin:0 15px 0 0;}

/*slider*/
.slider {
	width:960px;
	margin:0 auto;
	padding:0;
	background: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F3F4F4;
	border-right-color: #F3F4F4;
	border-bottom-color: #ebedeb;
	border-left-color: #F3F4F4;
	height: 367px;
}
.slider h3 {font:normal 22px Tahoma, Helvetica, sans-serif; color:#363f38; padding:30px 0 0 30px; padding:30px 0 0 45px !important;}
.slider h3 a {font:normal 22px Tahoma, Helvetica, sans-serif; color:#99b41e; text-decoration:none;}
.slider2 {
	border:0;
	margin:0;
	padding:0;
	width:960px;
}
/*body*/
.body {
	background:#fff;
	border-bottom:1px solid #eaecea;
	border-left:2px solid #F3F4F4;
	border-right:2px solid #F3F4F4;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 60px;
	padding-bottom: 20px;
	padding-left: 60px;
	width: 840px;
}
.body a {
	color:#b1c229;
	text-decoration:underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
}
.body h2 { font:normal 22px Tahoma, Helvetica, sans-serif; color:#363f38; margin:0; padding:15px 5px;}
.body h2 span {
	color:#EB4325;
	font-family: "微軟正黑體";
	font-size: 18px;
}
.body p {
	color:#6f6f6f;
	line-height:1.8em;
	margin:0;
	padding:5px;
	font-family: "微軟正黑體";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body a:hover {text-decoration:none;}
.body .list {float:left; margin:0; padding:15px;}
.body .list ul {font:normal 11px Tahoma, Helvetica, sans-serif; color:#6f6f6f; line-height:1.8em; padding:0; list-style:none; margin:0; }
.body .list ul li {background:url(images/ul.jpg) no-repeat left; padding:0 0 0 15px; }
.body .dot {
	float:left;
	width:850px;
	border-bottom:1px dashed #caceca;
	margin:0;
	padding: 0 0 15px 0;
}
.body .dot img {margin:0 15px 10px 0;}
.body .w_dot {float:left; width:800px; margin:0; }
.body .w_dot img {margin:0 15px 10px 0;}
/*services*/
.body .img {
	float:left;
	width:120px;
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.body .full {float:left; width:800px; border-bottom:1px dashed #caceca; padding: 10px 0 10px 0; margin:0;}
.body .full p {padding:0 0 0 20px !important;}
.body .full img {margin:0 15px 10px 0 !important;}
.body .bott {float:left; padding:5px;}
.body .bott p {padding:0 !important;}
.body .bott img {margin:5px 10px;}

.body .right  {
	float: right;
	width: 350px;
	padding: 0;
	margin: 0 0 15px 0;
}
.body .rightmenu  {
	float:left;
	width:210px;
	padding:0;
	margin:0 0 15px 0;
}
.body .right .testimonials { margin:10px 0 0 0;}
.body .right a { font:normal 13px Arial, Helvetica, sans-serif; color:#99B41E; text-decoration:none;}
.body .right .testimonials h5 { font:bold 11px Arial, Helvetica, sans-serif; color:#616a62; float:right;}
.body .right .testimonials p {font:italic 13px Arial, Helvetica, sans-serif; color:#6e776f; line-height:1.8em;}

.body ul.sub { list-style:none; padding:0; margin:0;}
.body ul.sub li {
	background:url(images/sub_ul_li2.gif) no-repeat left;
	line-height: normal;
	margin:0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 25px;
}
.body ul.sub li a {
	color:#6e6e6e;
	font-family: "微軟正黑體";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body ul.sub li a.active {
	color:#99b41e;
	font-family: "微軟正黑體";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.body ul.sub li a:hover {
	color:#99b41e;
	text-decoration:underline;
	font-family: "微軟正黑體";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.body .left {
	float:left;
	width:630px;
	margin:0;
	padding:0;
}
.body .left .line { border-top:1px dashed #caceca; padding:10px 0 0 0; margin:5px 0;}
.body .left p {font:normal 11px Arial, Helvetica, sans-serif; color:#6e776f; line-height:1.8em ;}
.body .left h3 {font:bold 17px Tahoma, Helvetica, sans-serif; color:#616a62; margin:0; padding:10px 0; }
.body .left img { margin:0; padding:5px 15px;}
.body_bg { background:#fff url(images/footer_bg.jpg) repeat-x bottom;}
.body_nobg {}
/********** contact form **********/
.form { float:left; width:560px; margin:0 0 0 30px !important; margin: 0 0 0 20px;}
#contactform { margin:0; padding:5px 10px;}
#contactform * { color:#222222;}
#contactform ol { margin:0; padding:0; list-style:none;}
#contactform li { margin:0; padding:0; background:none; border:none; display:block;}
#contactform li.buttons { margin:5px 0 5px 0;}
#contactform label { float:left; margin:0; width:110px; display:block; padding:5px 0; font:normal 11px Arial, Helvetica, sans-serif; color:#6e6e6e; text-transform:capitalize;}
#contactform label span {  font:normal 10px Arial, Helvetica, sans-serif;}
#contactform input.text { width:390px; border:1px solid #d1d1d1; margin:5px 0; padding:5px 2px; height:8px; background:#fff;}
#contactform textarea { width:390px; border:1px solid #d1d1d1; margin:10px 0; padding:2px; background:#fff; height:250px;}
#contactform li.buttons input { padding:3px 0; margin:0 0 0 110px; border:0; color:#FFF;}
p.response { text-align:center; color:#2c2c2c; font:bold 11px Arial, Helvetica, sans-serif; line-height:1.8em; width:auto;}

/********** footer **********/
/*Twitter*/
.footer {
	width:964px;
	margin:0 auto;
	padding:20px 0;
	color:#a7aea8;
	background:url(images/footer_bg_l.jpg) repeat-x top;
	font-family: "微軟正黑體";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footer a {
	color:#F14D05;
	padding:5px;
	text-decoration:underline;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.footer a:hover {text-decoration:none;}

p.clr, .clr { clear:both; padding:0; margin:0; background:none;}
li.bg, .bg { clear:both; padding:0; margin:5px 0; background:none;}

/***********************java*********************************/
/* Scroll */
#screen { width:935px; padding:0; margin:0 auto;}
#screen ul { margin:0 auto; padding:0;}
#screen li { float:left; list-style:none; border:0;}
#screen .jq-ss-crop { margin:0; border:0; float:left; }
#left, #right { margin-top:50px; display:block; text-decoration:none; width:38px; padding:0 6px; }
#view { margin:0; padding:0; width:835px; border:0; height:300px; overflow:hidden; }
#images { width:2520px; padding:0; border:0; margin:0 auto;}
#images li a {
	color:#282427;
	line-height:1.8em;
	font-family: "微軟正黑體";
	font-size: 19px;
	font-weight: bold;
}
#images li span {
	display:block;
	color:#6f6f6f;
	margin:0;
	width:279px;
	line-height:1.8em;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	font-family: "微軟正黑體";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
#images li img { margin:5px 0;}
#images li img.screen {
	display:block;
	border:0;
	margin:0;
	max-width:350px;
	padding:0;
}
.form_equ {
	font-family: "微軟正黑體";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 600px;
	color: #4C4C4C;
}
.left_c {
	width:480px;
	float:left;
	padding:5px;
	margin-top: 20px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: "微軟正黑體";
	font-size: 14px;
}
