
.carousel-frame {
	/*margin: 0px 25px;*/
}
.megamenu_fixed
{
	background-color: #3d3d3d;
	background-image: url("../images/bg.png");
	border: solid 1px #434343;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 2px 3px #ccc;
	height: 44px;
	left: 50%;
	margin: 0 auto 0 -480px;
	moz-border-radius: 0 0 3px 3px;
	moz-box-shadow: 0 2px 3px #ccc;
	o-box-shadow: 0 2px 3px #ccc;
	position: fixed;
	top: 0;
	webkit-border-radius: 0 0 3px 3px;
	webkit-box-shadow: 0 2px 3px #ccc;
	width: 610px;
	z-index: 2;
}
.megamenu
{	
	font-size: 13px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 38px;
	overflow: hidden;
}
.megamenu >li
{
	background-color: transparent;
	border: none;
	/*border-left: solid 1px #bababa;*/
	/*border-right: solid 1px #ffffff;*/
	background: url(../images/MegaLiDivide.jpg) no-repeat left center;
	float:left;
	margin: 0;
	moz-transition: background-color 0.4s ease-out;
	ms-transition: background-color 0.4s ease-out;
	o-transition: background-color 0.4s ease-out;
	padding: 13px 25px;
	transition: background-color 0.4s ease-out;
	webkit-transition: background-color 0.4s ease-out;
}

.megamenu_fixed .megamenu >li
{
	padding: 15px 0 15px 10px;
}
.megamenu >li:hover
{
	/*background-color: #202020;*/
}
.megamenu >li.active,.megamenu >li.active:hover
{
	/*background-color: #131313;*/
}
.megamenu >li.active .drop {
	color: #038c00;
}
.megamenu_container .megamenu >li:first-child
{
	/*border-left: none;*/
	background: none;
	border-radius: 3px 0 0 3px;
	moz-border-radius: 3px 0 0 3px;
	webkit-border-radius: 3px 0 0 3px;
}
.megamenu_fixed .megamenu >li:first-child,.megamenu_carousel .megamenu >li:first-child
{
	border-left: none;
	border-radius: 0 0 0 3px;
	moz-border-radius: 0 0 0 3px;
	webkit-border-radius: 0 0 0 3px;
}

.megamenu >li a
{
	color: #333;
	text-decoration: none;
	font-size:16px;
	font-weight:700;
}
.megamenu >li a:hover
{
	color: #038c00;
}
.megamenu >li a:visited
{
	color: #959595;
}
.megamenu >li span a
{
	color: #4e4e4e;
}
.megamenu >li a:focus
{
	outline: none;
}
.megamenu >li .drop,.megamenu >li .nodrop
{
	color: #4e4e4e;
	font-size: 15px;
	font-family: "微軟正黑體",Arial,Helvetica,sans-serif;
	font-weight: 700;
	/*line-height: 39px;*/
	outline: 0;
	text-decoration: none;
	/*text-shadow: 1px 1px 1px #000;
	text-transform: uppercase;*/
}
.megamenu >li .drop
{
	background: url("../images/down.png") no-repeat right 15px;
	padding: 10px 29px 10px 0;
	display: inline-block;
}
.megamenu >li .nodrop
{
	padding: 14px 20px 20px 0;
}
.megamenu >li .drop:hover,.megamenu >li .nodrop:hover
{
	cursor: pointer;
	color: #038c00;
}
#megamenu_trigger
{
	background: url("../images/button_up.png") right no-repeat #121212;
	border-radius: 0 0 3px 3px;
	display: block;
	height: 46px;
	left: 50%;
	margin: 0 auto;
	margin-left: 510px;
	moz-border-radius: 0 0 3px 3px;
	position: fixed;
	top: 0;
	webkit-border-radius: 0 0 3px 3px;
	width: 35px;
	z-index: 2;
}
#megamenu_trigger.active
{
	background: url("../images/button_down.png") right no-repeat #121212;
}
.megamenu_carousel_prev,.megamenu_carousel_next
{
	display: block;
	height: 38px;
	margin: 0;
	margin-top: -19px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 15px;
}
.megamenu_carousel_prev:hover,.megamenu_carousel_next:hover
{
	cursor: pointer;
}
.megamenu_carousel_prev
{
	background: url("../images/previous.jpg") no-repeat 50%;
	left: -15px;
}
.megamenu_carousel_next
{
	background: url("../images/next.jpg") no-repeat 50%;
	right: -15px;
}
.megamenu .dropdownspacer
{
	display: block;
	float: left;
	height: 5px;
	width: 100%;
}
.megamenu >li .megamenu_fullwidth
{
	background: #ffffff;
	border: solid 1px #038c00;	
	border-top: none;
	float: left;
	left: -9999em;
	margin: 0 0 40px -20px;	
	padding: 18px 0 18px 0;
	position: absolute;
	top: 42px;	
	width: 920px;
	z-index: 9998;
	padding: 10px;
	padding-bottom: 20px;
	
}
.megamenu_push .megamenu >li .megamenu_fullwidth
{
	position: relative;
	top: 5px;
}
.megamenu >li:hover .megamenu_fullwidth
{
	left: 0;	
}
.megamenu >li .megamenu_scrollbars
{
	height: 695px;
	width: 920px;
}
.megamenu_scrollbars .megamenu_scroller_container
{
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.megamenu_scrollbars .megamenu_scroller_container .megamenu_scroll_area
{
	bottom: 0;
	left: 0;
	overflow: scroll;
	overflow-x: hidden;
	position: absolute;
	right: 0;
	top: 0;	
}
.megamenu_scrollbars .megamenu_scroller_container .pane
{
	/*background: #F4F4F4;
	border-radius: 3px;
	bottom: 0;
	box-shadow: 0 1px 1px #000;
	moz-border-radius: 3px;
	moz-box-shadow: 0 1px 1px #000;
	o-box-shadow: 0 1px 1px #000;
	position: absolute;
	right: 8px;
	top: 0;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0 1px 1px #000;
	width: 1px;*/
}
.megamenu_scrollbars .megamenu_scroller_container .pane .slider
{
	background: #CCC;
	border-radius: 3px;
	margin-left: -2px;
	moz-border-radius: 3px;
	position: relative;
	webkit-border-radius: 3px;
	width: 5px;
}
.megamenu_scrollbars .megamenu_scroller_container .pane .slider:hover
{
	cursor: pointer;
}
.megamenu_scrollbars .megamenu_scroller_container:hover .pane,.megamenu_scrollbars .pane.active
{
	visibility: visible;
}
.megamenu .col_1,.megamenu .col_2,.megamenu .col_3,.megamenu .col_4,.megamenu .col_5,.megamenu .col_6,.megamenu .col_7,.megamenu .col_8,.megamenu .col_9,.megamenu .col_10,.megamenu .col_11,.megamenu .col_12
{
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	position: relative;
}
.megamenu .col_1
{
	width: 50px;
}
.megamenu .col_2
{
	width: 130px;
}
.megamenu .col_3
{
	width: 210px;
}
.megamenu .col_4
{
	width: 290px;
}
.megamenu .col_5
{
	width: 370px;
}
.megamenu .col_6
{
	width: 450px;
}
.megamenu .col_7
{
	width: 530px;
}
.megamenu .col_8
{
	width: 610px;
}
.megamenu .col_9
{
	width: 690px;
}
.megamenu .col_10
{
	width: 770px;
}
.megamenu .col_11
{
	width: 850px;
}
.megamenu .col_12
{
	width: 930px;
}
.megamenu .col_nomargin_left
{
	margin-left: 0;
}
.megamenu .col_nomargin_right
{
	margin-right: 0;
}
.megamenu .clear
{
	clear: both;
	display: block;
	height: 18px;
	overflow: hidden;
	visibility: hidden;
	width: 0;
}
.megamenu .black_bg
{
	background-color: #000;
	border-radius: 3px;
	moz-border-radius: 3px;
	padding: 4px 6px 4px 6px;
	webkit-border-radius: 3px;
}
.megamenu p,.megamenu h1,.megamenu h2,.megamenu h3,.megamenu h4,.megamenu h5,.megamenu h6
{
	color: #038c00;
	font-weight: 700;
	margin: 0;
	margin: 0;
	padding: 0;
	/*text-shadow: 1px 1px 1px #000;*/
}
.megamenu p
{
	font-size: 12px;
}
.megamenu h1
{
	font-size: 32px;
}
.megamenu h2
{
	font-size: 28px;
}
.megamenu h3
{
	font-size: 16px;
	margin-bottom: 10px;
}
.megamenu h4
{
	font-size: 18px;
	margin: 10px;
}
.megamenu h5
{
	font-size: 16px;
}
.megamenu h6
{
	font-size: 14px;
	text-transform: uppercase;
}
.megamenu >li ul,.megamenu >li ol
{
	margin: 0px 0px 10px;
	padding: 0 0 0 0px;
}
.megamenu >li ul
{
	
	/*list-style: disc;*/
}
.megamenu >li ol
{
	list-style: decimal;
}
.megamenu >li ul li,.megamenu >li ol li
{
	color: #ddd;
	font-size: 12px;
	line-height: 17px;
	position: relative;
}
.megamenu .calendar,.megamenu .note,.megamenu .help,.megamenu .delete,.megamenu .favorite,.megamenu .lock,.megamenu .archive,.megamenu .briefcase,.megamenu .search,.megamenu .user
{
	margin-bottom: 18px;
	padding-left: 36px;
}
.megamenu .calendar
{
	background: url("../images/icons/calendar.png") no-repeat 0 4px;
}
.megamenu .note
{
	background: url("../images/icons/note.png") no-repeat 0 5px;
}
.megamenu .archive
{
	background: url("../images/icons/archive.png") no-repeat 0 4px;
}
.megamenu .search
{
	background: url("../images/icons/search.png") no-repeat 0 4px;
}
.megamenu .help
{
	background: url("../images/icons/help.png") no-repeat 0 4px;
}
.megamenu .delete
{
	background: url("../images/icons/delete.png") no-repeat 0 5px;
}
.megamenu .favorite
{
	background: url("../images/icons/favorite.png") no-repeat 0 4px;
}
.megamenu .lock
{
	background: url("../images/icons/lock.png") no-repeat 0 4px;
}
.megamenu .briefcase
{
	background: url("../images/icons/briefcase.png") no-repeat 0 5px;
}
.megamenu .user
{
	background: url("../images/icons/user.png") no-repeat 0 4px;
}
.megamenu .dark,.megamenu .brown,.megamenu .yellow,.megamenu .red,.megamenu .blue,.megamenu .green
{
	color: #ccc;
	margin-bottom: 18px;
	padding-left: 15px;
}
.megamenu .dark
{
	border-left: #3B3B3B solid 7px;
}
.megamenu .brown
{
	border-left: #8D8767 solid 7px;
}
.megamenu .yellow
{
	border-left: #DBA742 solid 7px;
}
.megamenu .red
{
	border-left: #C05D48 solid 7px;
}
.megamenu .blue
{
	border-left: #52878B solid 7px;
}
.megamenu .green
{
	border-left: #B0BD85 solid 7px;
}
.megamenu .table_light,.megamenu .table_dark
{
	font-size: 12px;
	margin: 6px 0 18px 0;
	padding: 0;
	width: 100%;
}
.megamenu table
{
	border-collapse: collapse;
	border-spacing: 0;
}
.megamenu .table_light th,.megamenu .table_dark th
{
	font-size: 12px;
	font-weight: bold;
	padding: 12px 9px 12px 9px;
	text-align: left;
}
.megamenu .table_light
{
	border: 1px solid #cbcbcb;
	border-bottom: none;
}
.megamenu .table_light th
{
	background: #F5F5F5;
	border-bottom: 1px solid #cbcbcb;
	color: #3A3A3A;
}
.megamenu .table_light td
{
	background: #fff;
	border-bottom: 1px solid #cbcbcb;
	color: #888;
	padding: 12px 9px 12px 9px;
}
.megamenu .table_dark
{
	border: 1px solid #000;
	border-bottom: none;
}
.megamenu .table_dark th
{
	background: #0D0D0D;
	border-bottom: 1px solid #000;
	color: #FFF;
}
.megamenu .table_dark td
{
	background: #0F0F0F;
	border-bottom: 1px solid #000;
	color: #DDD;
	padding: 12px 9px 12px 9px;
}
.megamenu images
{
	border: none;
}
.megamenu .inline_img
{
	background: #F4F4F4;
	border: 1px solid #000;
	box-shadow: 0 1px 1px #000;
	margin-bottom: 18px;
	moz-box-shadow: 0 1px 1px #000;
	o-box-shadow: 0 1px 1px #000;
	padding: 4px;
	webkit-box-shadow: 0 1px 1px #000;
}
.megamenu iframe
{
	border: none;
}
.megamenu_tabs .megamenu_tabs_panels
{
	margin: 0 0 15px 0;
}
.megamenu_tabs ul
{
	list-style: none;
}
.megamenu_tabs_hide
{
	display: none;
	left: 0;
	position: relative;
	top: 0;
}
.megamenu_tabs .megamenu_tabs_nav
{
	float: left;
	height: 30px;
	margin: 18px 0;
	width: 100%;
}
.megamenu_tabs .megamenu_tabs_nav li
{
	display: inline;
	float: left;
	margin-right: 20px;
	white-space: nowrap;
	width: auto;
}
.megamenu_tabs .megamenu_tabs_nav li a
{
	background-color: #222;
	background-image: linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.2));
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 1px 1px #000;
	color: #fff;
	float: left;
	font: bold 11px Sans-Serif;
	margin: 0;
	moz-border-radius: 3px;
	moz-box-shadow: 0 1px 1px #000;
	moz-transition: background-color 0.3s;
	ms-transition: background-color 0.3s;
	o-box-shadow: 0 1px 1px #000;
	o-transition: background-color 0.3s;
	padding: 7px 12px;
	position: relative;
	text-shadow: 0 1px 1px #000;
	text-transform: none;
	transition: background-color 0.3s;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0 1px 1px #000;
	webkit-transition: background-color 0.3s;
}
.megamenu_tabs li a.current,.megamenu_tabs li a.current:hover
{
	background-color: #1A1A1A;
	box-shadow: 0 0 1px #000;
	moz-box-shadow: 0 0 1px #000;
	o-box-shadow: 0 0 1px #000;
	top: 1px;
	webkit-box-shadow: 0 0 1px #000;
}
.megamenu_tabs .megamenu_tabs_nav li a:hover,.megamenu_tabs .megamenu_tabs_nav li a:focus
{
	background-color: #1A1A1A;
}
.megamenu .contact_form
{
	display: block;
	margin-bottom: 10px;
}
.megamenu .contact_form label
{
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	text-shadow: 1px 1px 1px #000;
}
.megamenu .form_element
{
	background-color: #E8E8E8;
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 1px 1px #000;
	color: #000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	margin: 12px 0 18px 0;
	moz-border-radius: 3px;
	moz-box-shadow: 0 1px 1px #000;
	moz-transition: background-color 0.3s ease-out;
	ms-transition: background-color 0.3s ease-out;
	o-box-shadow: 0 1px 1px #000;
	o-transition: background-color 0.3s ease-out;
	padding: 6px;
	transition: background-color 0.3s ease-out;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0 1px 1px #000;
	webkit-transition: background-color 0.3s ease-out;
	width: 280px;
}
.megamenu .form_element:hover
{
	background-color: #F4F4F4;
	box-shadow: 0 3px 3px #000;
	moz-box-shadow: 0 3px 3px #000;
	o-box-shadow: 0 3px 3px #000;
	webkit-box-shadow: 0 3px 3px #000;
}
.megamenu .form_element:focus
{
	background-color: #FFF;
	outline: none;
}
.megamenu .contact_form textarea
{
	height: 120px;
	resize: none;
}
.megamenu .contact_form .required
{
	color: #C00;
}
.megamenu .contact_form .special
{
	display: none;
}
.megamenu .contact_form .error,.megamenu .contact_form .sent
{
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 1px 1px #000;
	font-size: 11px;
	moz-border-radius: 3px;
	moz-box-shadow: 0 1px 1px #000;
	o-box-shadow: 0 1px 1px #000;
	padding: 3px 6px 3px 6px;
	text-shadow: 1px 1px 1px #fff;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0 1px 1px #000;
}
.megamenu .contact_form .error
{
	background: #f7cac4;
	color: #992213;
}
.megamenu .contact_form .sent
{
	background: #d8f6bc;
	color: #2f530b;
}
.megamenu .contact_form .button
{
	background-color: #222;
	background-image: linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -ms-linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -o-linear-gradient(transparent,rgba(0,0,0,0.2));
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.2));
	border: 1px solid #000;
	border-radius: 3px;
	box-shadow: 0 1px 1px #000;
	color: #fff;
	cursor: pointer;
	font: bold 11px Sans-Serif;
	margin: 9px 12px 0 0;
	moz-border-radius: 3px;
	moz-box-shadow: 0 1px 1px #000;
	moz-transition: background-color 0.3s;
	ms-transition: background-color 0.3s;
	o-box-shadow: 0 1px 1px #000;
	o-transition: background-color 0.3s;
	padding: 7px 12px;
	text-shadow: 0 1px 1px #000;
	transition: background-color 0.3s;
	vertical-align: middle;
	webkit-border-radius: 3px;
	webkit-box-shadow: 0 1px 1px #000;
	webkit-transition: background-color 0.3s;
	white-space: nowrap;
}
.megamenu .contact_form .button:hover,.megamenu .contact_form .button:focus
{
	background-color: #1A1A1A;
	color: #fff;
}
.megamenu .contact_form .button:active
{
	box-shadow: 0 0 1px #000;
	moz-box-shadow: 0 0 1px #000;
	o-box-shadow: 0 0 1px #000;
	position: relative;
	top: 1px;
	webkit-box-shadow: 0 0 1px #000;
}
.next_demo,.previous_demo
{
	background-color: #121212;
	background-color: #3d3d3d;
	background-image: url("../images/bg.png");
	border: solid 1px #434343;
	box-shadow: 0px 2px 3px #ccc;
	color: #fff;
	font-size: 12px;
	height: 44px;
	line-height: 44px;
	moz-box-shadow: 0px 2px 3px #ccc;
	o-box-shadow: 0px 2px 3px #ccc;
	padding: 0 12px 0 12px;
	position: absolute;
	top: 0px;
	webkit-box-shadow: 0px 2px 3px #ccc;
}
.next_demo
{
	border-radius: 0 0 0 3px;
	moz-border-radius: 0 0 0 3px;
	right: 0;
	webkit-border-radius: 0 0 0 3px;
}
.previous_demo
{
	border-radius: 0 0 3px 0;
	left: 0;
	moz-border-radius: 0 0 3px 0;
	webkit-border-radius: 0 0 3px 0;
}
.next_demo a,.previous_demo a
{
	color: #fff;
	text-decoration: none;
}




/********************************/
.DescriptionImg {
	float: left;
	width: 95px;
	
}

.DescriptionTxt {	
	padding: 25px 5px 0px 15px;
	
}


.megamenu .Nav {	
	width: 100px;
	height: 29px;
	cursor: pointer;
	display: block;
	text-indent: -99999px;
}

.megamenu .Nav1 {
	background: url(../images/HeaderMainMenu_1.png) center top;
}

.megamenu .Nav2 {
	background: url(../images/HeaderMainMenu_2.png) center top;
}

.megamenu .Nav3{
	background: url(../images/HeaderMainMenu_3.png) center top;
}

.megamenu .Nav4 {
	background: url(../images/HeaderMainMenu_4.png) center top;
}

.megamenu .Nav5 {
	background: url(../images/HeaderMainMenu_5.png) center top;
}

.megamenu .Nav6 {
	background: url(../images/HeaderMainMenu_6.png) center top;
}

.megamenu .Nav7 {
	background: url(../images/HeaderMainMenu_7.png) center top;
}

.megamenu .Nav:hover,.Nav:active,.Nav:focus 	{
	background-position: center bottom;
}


.megamenu .SubNav {
	width: 158px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top;
}

.megamenu .SubNav ul li{
	/*width: 140px;*/
	margin-bottom: 10px;
}


.megamenu .SubNav a { /* Clear the styles from the top-level links and set the font styles */	
	text-shadow: none; 
	color: #666; 	
	/*display: block;*/
	float: none; 
	text-decoration: none; 
	font-size: 13px;
}

.SubNav a.SubNavHeader {
	padding: 7px 10px 7px 15px; 
	margin-bottom: 5px;	
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	color: #000;	
	background: url(../images/navarrow.png) no-repeat 3px 11px;
	display: block;
}

.SubNav .SubNavHeader:hover {
	background: url(../images/navarrow_hover.png) no-repeat 3px 11px;
	color: #038c00;
}

.megamenu .SubNav ul li a {	
	padding: 0px 10px 0px 15px;
	margin-bottom: 10px;
	color: #535353;
	background: url(../images/bullet_active.png) no-repeat 0px 3px;
	display: block;
}

.megamenu .SubNav ul li a:hover {
	color: #038c00;
}

.megamenu .SubNav ul li li a {	
	padding-left: 30px;
	background: url(../images/bullet.png) no-repeat 15px 3px;
}
.megamenu .SubNav ul li li li a {	
	padding-left: 45px;
	background: url(../images/arrow1.png) no-repeat 30px 3px;
}

.floatCancel {
	float: left;
}
.floatCancel .SubNav {
	float: none;
}

.megamenu >li.Last {
	border-left: 0px !important;
	border-right: 0px !important;
	padding: 0px !important;
}
.megamenu >li.Last .drop {
	padding: 0px !important;
}
.megamenu >li.Last .nodrop {
	padding: 0px !important;
}