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

body {
	margin:0;
}
body a {
	border:none;
}
#advlinkpanel {
	position:absolute;
	z-index:999;
	width:500px;
	height:730px;
	top:70px;
	left:50%;
	margin-left:-500px;
	/*background-color:#F0F;
	opacity:0.8;*/
}
#linkcourseinfo {
	display:block;
	position:absolute;
	z-index:998;
	width:120px;
	height:30px;
	/*background-color:#000;*/
	margin:455px 0 0 80px;
}

#featureout {
	display:block;
	position:absolute;
	z-index:998;
	width:120px;
	height:30px;
	/*background-color:#000;*/
	margin:630px 0 0 480px;
}

#linkmark {
	position:absolute;
	z-index:999;
	margin:900px 0 0 0;
	width:20px;
	left:0;
	top:0;
}
#page1 {
	width:20px;
	height:20px;
	margin:900px 0 0 0;
	display:block;
}
#page2 {
	width:20px;
	height:20px;
	margin:900px 0 0 0;
	display:block;
}
#page3 {
	width:20px;
	height:20px;
	margin:900px 0 0 0;
	display:block;
}
/*-- header --*/
a {
	border:none;
}

#header {
	background: url(http://www.cadtc.com.tw/images-u/header/bg.gif) repeat-x bottom;
	width: 100%;
	height: 75px;
}
#header img{
	border:none;
}
#header-main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 70px;
	/*margin-top: 5px;
	padding-top: 5px;*/
	position: relative;
	
}
#header-main a{
	border:hidden;	
}



#header .separator {
	width: 1px;
	height: 12px;
	display: inline;
	border-left: 1px solid #666;
	margin-right: 3px;
	margin-left: 3px;
}
#header #logo {
	position: absolute;
	left: 10px;
	top: 9px;
}
#header-logo {
	position: absolute;
	left: 10px;
	top: 0px;
}
#header-main-link {
	position: absolute;
	left: 538px;
	top: 20px;
}
#header-sub-link {
	position: absolute;
	left: 469px;
	top: 41px;
}
#header a {
	text-decoration: none;
}
#header-hotline {
	position: absolute;
	left: 801px;
	top: 2px;
}

/*-- adv --*/

#adv-panel {
	width:100%;
	height:427px;
	background: url(../images/main_01.jpg) no-repeat center top;
}

/*-- mov-panel --*/
#mov-panel {
	width:100%;
	height:428px;
	background: url(../images/main_02.jpg) no-repeat center top;
}

#mov-panel-wraper {
	width:975px;
	margin:0 auto 0;
}
#youtube-mov {
	width: 408px;
	height: 200px;
	float: left;
	margin: 45px 0 0 190px;
}

/*-- mailbox --*/

#mailbox {
	wdith:222px;
	float:right;
	margin: 119px 80px 0 0;
	font-size:13px;
	color:#333;
}
#mailbox tr td {
	padding:2px 0 5px 0;
}

/*-- NAV --*/
#nav {
	width:870px;
	height:53px;
	margin:0 auto 0;
	/*background: url(../images/nav-bg.jpg) no-repeat left top;*/
}
#nav a {
	border:none;
}
#nav ul {
	margin:0;
	padding:0;
}
#nav ul li {
	width:130px;
	height:50px;
	float:left;
	list-style:none;
}
.nav-btn-hover {
	position:absolute;
	opacity:0;
}



/*-- content --*/
#content-panel {
	width:870px;
	/*width:975px;*/
	margin:0 auto 0;
	padding:30px 0 20px 0;
}

#content-panel dl {
	margin-bottom:15px;
	width:860px;
	clear:both;
	padding:10px 0 15px 0;
	border-top: 1px dotted #D4D4D4;
	line-height:28px;
}
#content-panel dl dd b {
	color:#22212d;
}
#content-panel dl dd span {
	/*color:#F30;*/
	color:#1D9A94;
	font-weight:bold;
}
#content-panel dl dt{
	margin:0;
	padding:0;
	/*color:#1d72ff;*/
	color:#9d020b;
	font-size:15px;
	font-weight:bold;
	float:left;
	width:80px;
	
}
#content-panel dl dd{
	margin:0;
	padding:0;
	font-size:15px;
	float:left;
	text-align:left;
	/*width: 820px;*/
	color:#454545;
	width:750px;
}

#content-panel dl  ul {
	margin:0 0 0 20px;
	padding:0;
	display:table;
}
#content-panel dl  ul > li {
	list-style:decimal;
	margin:0;
	padding:0;
}
.detail-title:hover {
	font-weight:bold;
	color:#000;
}

.c-program {
	background:#F6F6F6;
	padding:10px 0;
	height: 140px;
	display: none;
}

.mcu {
	display:none;
	background:#F6F6F6;
	padding:10px 0 10px 0;
}

.linux-os {
	display:none;
	background:#F6F6F6;
	padding:10px 0 10px 0;
}
.linux-program {
	display:none;
	background:#F6F6F6;
	padding:10px 0 10px 0;
}

.embedded-a {
	display:none;
	background:#F6F6F6;
	padding:10px 0 10px 0;
}
.embedded-b {
	display:none;
	background:#F6F6F6;
	padding:10px 0 10px 0;
}
.android {
	display:none;
	background:#F6F6F6;
	padding:10px 0 10px 0;
}

#course-detail {
	width:650px;
	padding:10px;
	background:#F6F6F6;
	display:table;
}
#content-panel dl  ul  li > ul  {
	margin:0;
	padding:0 0 0 20px;
	list-style: disc;
	width:600px;
	background: #F9F9F9;
	
}

#content-panel dl  ul  a{
	color:#333;
	text-decoration:none;	
}

#content-panel dl  ul  li  ul > li {
	margin:0 10px 0 10px;
	padding:0;
	list-style: disc;
	width:300px;
	float:left;
	font-size:13px;
	
}

.main-idear {
	margin:0;
	padding:0;
}
#main-idea {
	margin:5px 0 25px 0;
	padding:15px;
	background: #F7F7F7;
	/*border-radius: 5px;*/
	box-shadow: 5px 5px 5px #888;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
	

#special-offer {
	clear:both;
	width:712px;
	height:72px;
	font-style:12px;
	line-height:22px;
	color:#E8E8E8;
	padding: 80px 0 0 190px;
}
#special-offer a {
	color:#9F6;
	text-decoration:none;
}


#a8 {
	width: 111px;
	height: 23px;
	position: absolute;
	top: 455px;
	left: 411px;
	margin-left: -420px;
	/*background-color: #333;*/
}
#job {
	width: 102px;
	height: 23px;
	position: absolute;
	top: 628px;
	left: 554px;
	margin-left: -160px;
	/*background-color: #333;*/
}


/*-- 培訓經驗 --*/

#experience {
	margin:15px 0 0 0;
}

#overview-panel {
	width:870px;
	margin:0 auto 0;
}
#ov-co-01 {
	width:870px;
	height:172px;
	background: url(../images/overview-bg_02.png) no-repeat center top;
	margin:0;
	border:none;
}

#ov-co-01 p {
	margin:0 auto 0;
	padding:65px 0 0 0;
	font-size:13px;
	text-align:center;
	width:557px;
	line-height:18px;
}

#ov-contact-button {
	width:870px;
	height:359px;
	background: url(../images/overview-bg_03.png) no-repeat center top;
}
.ov-contact-btn {
	position:absolute;
	margin:230px 0 0 600px;
	border:none;
}


#mcu-png {
	width: 438px;
	height: 271px;
	margin: 210px 0 0 423px;
	background: url(../images/mcu-png.png) no-repeat left top;
	position: absolute;
	top: 1061px;
	left: 510px;
}


/*-- footer --*/
#footer {
	position: relative;
	background: url(http://www.cadtc.com.tw/images-u/footer/bg.gif);
	font-size: 12px;
	height: 120px;
	width: 100%;
	overflow: hidden;
	background-color:#ececec;
}
#footer-main {
	height: 100px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#footer-logo {
	position: absolute;
	left: 0px;
	top: 0px;
}
#footer p {
	margin-left: 250px;
	line-height: 20px;
	display: block;
	padding-top: 10px;
}

#footer a {
	color: #666;
	font-weight: bold;
}
