@charset "utf-8";
/*
	  style:05
	  
      Created by Marx of ww.m-w.com.tw
	  
	  E-Mail: service@m-w.com.tw
*/
@charset "utf-8";
@import "LayoutCommon.css";
@import "Menu.css";

#banner{
	margin:0;
	padding:0 0 0 200px;
	height:164px;
	background:#FFF url(../images/public/banner.jpg) no-repeat;
}

/* 三欄式自動調幅版面
---------------------------------------------*/
#navigation {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 100%;
}
#contentWrapper {
	overflow: auto !important;
	overflow /**/: hidden;
	width: 904px;
	padding: 1px 0;
}
#footer {
	clear: both;
}

	/* 步驟1
	---------------------------------------------*/
	#container {
		float: left;
		width: 900px;
		margin-right: -20px;
	}
	#third {
		display:none;/*隱藏*/
		float: right;
		width: 200px;
		text-align: center;
		border:#00CC00 solid 0px;
	}
	
	/* 步驟2
	---------------------------------------------*/
	#primary {
		float: right;
		width: 900px;
		margin:10px 0 0 -200px;
		border:#00CC00 solid 0px;
	}
	#path{
		height:24px;
		background: #FF9900 url(../images/public/blockOrange.gif) repeat-x;
		text-align:right;
		padding:0px 8px 0 0;
		font-size:12px;
		color:#FFF;
	}
	#secondary {
		float: left;
		width: 186px;
		margin:10px 0 0 5px;
	}
	
	/* 步驟3
	---------------------------------------------*/
	#primary * {
		margin: 0 25px 0 225px;
	}
	#primary * * {
		margin: 0;
	}

