html, body
{
	height: 100%;
	margin: 0px auto;
	width:960px;
	
}

body
{
	margin: 0px auto;
	background: #58534F;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #4F4F4F;
}

h1, h2, h3
{
	margin: 0;
	padding: 0;
	font-family: 'Archivo Narrow', sans-serif;
	color: #322F2A;
}

p, ol, ul
{
	margin-top: 0px;
}

ol, ul
{
	margin: 0px;
	padding: 0px;
	list-style:  none
}

p
{
	line-height: 180%;
}

a
{
	color: #0074C6;
}

a:hover
{
	text-decoration: none;
}

a img
{
	border: none;
}

img.border
{
}

img.alignleft
{
	float: left;
}

img.alignright
{
	float: right;
}

img.aligncenter
{
	margin: 0px auto;
}

hr
{
	display: none;
}

/**購物車*/

#cart{
	position:absolute;
	float:right;
	right:150px;
	top:258px;
}

#cart a {
	display: block;
	background:url(images/cart2.png);
	width:107px;
	height:32px;
}
#cart a:hover {
	background:url(images/cart1.png);
}


ul.style1
{
	width:460px;
	float:right;
	padding-right:50px;
}

ul.style1 li
{
	padding: 1.50em 0em 1.5em 0em;
	border-top: 1px solid #e8e8e8;
}

ul.style1 li p
{
	color: #111;
	line-height: 15px;
	/*text-align: left;*/
	/*opacity: 0.1;*/
	font-family:微軟正黑體,"Microsoft JhengHei",Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	/*font-weight:bold;*/
	letter-spacing:2px;
	
}

ul.style1 .posted
{
	font-size: 1.2em;
	color: #333;
	letter-spacing:1px;
	line-height: 23px;
	font-family:微軟正黑體,"Microsoft JhengHei",Arial, Helvetica, sans-serif;
}

ul.style1 .first
{
	padding-top: 1.5em;
	margin-bottom:-1.5em;
	/*border-top: none;*/
}

/** WRAPPER */

#wrapper
{
	background: #FFFFFF;
}

.container
{
	width: 960px;
	margin: 0px auto;
	position:relative;
}

.clearfix
{
	clear: both;
}

/** HEADER */

#header-wrapper
{
	overflow: hidden;
	height: 200px;
	background: #58534F;
	/*border-bottom: 1px solid #3B3B3A;*/
	width::960px;
}

#header
{
	overflow: hidden;
}

/** LOGO */

#logo
{
	/*position: relative;*/
	position: absolute;
	float: left;
	width: 330px;
	height: 170px;
	background-color:#E2E0DE;
	border:1px solid #3F3767;
	/*background-repeat: no-repeat;*/
	left:40px;
	top:90px;
	z-index:1;
}

#logo a
{
	display: block;
	text-align: center;
	padding-top:15px;
	padding-bottom:15px;
}

/** PAGE */

#page
{
	overflow: hidden;
	padding: 50px 0px 0px 0px;
	
	/*border-bottom: 1px solid #D8D8D8;*/
}

/** CONTENT */

#content
{
	float: left;
	width: 960px;
}

#content h2
{
	padding: 0px 0px 12px 0px;
	letter-spacing:3px;
	color:#3F3767;
	font-size: 2.3em;
	font-family:細明體,MingLiU,Georgia, "Times New Roman", Times, serif;
	font-weight:600;
}

#content img
{
	float: left;
	margin-right: 50px;
}

/** SIDEBAR */

#sidebar
{
	float: right;
	width: 300px;
}

#sidebar h2
{
	padding: 10px 0px 20px 0px;
}

/** Banner */

#banner
{
	height:585px;
	position: relative;
	overflow: hidden;
	padding-top:155px;
	/*padding: 20px 0px;*/
	background: #E2E0DE;
	/*border-bottom: 1px solid #D8D8D8;*/
}

#banner p
{
	font-family:細明體,MingLiU,Georgia, "Times New Roman", Times, serif;
	font-size:2.7em;
	font-weight:600;
	letter-spacing:30px;
	
}

#banner p a
{
	display:block;
	color:#333;
	position:absolute;
	text-decoration:none;
	z-index:1;
	left:65px;
	top:25px;
	
	
}
/**new */

#new
{
	display:block;
	position:absolute;
	text-decoration:none;
	z-index:1;
	right:30px;
	top:20px;
	
}

/** Slider */

#slider
{
	overflow: hidden;
	margin: 0 auto;
	width: 960px;
	position: relative;
}


#slider .button
{
	display: inline-block;
	background: #0074C6;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	height: 50px;
	text-decoration: none;
	outline: 0;
	border-radius: 8px;
	font-size: 1.25em;
	border-bottom: solid 2px #0054A6;
	text-shadow: 0 1px 1px #003A6C;
}

#slider .button:hover
{
	background: #2094E6;
}

#slider .viewer
{
	width: 960px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}

#slider .viewer .reel
{
	display: none;
	height: 500px;
}

#slider .viewer .reel .slide
{
	position: relative;
	width: 960px;
	height: 500px;
}

#slider .viewer .reel h2
{
	position: absolute;
	bottom:25px;
	/*top: 230px;*/
	left: 30;
	padding: 10px 20px;
	line-height: 35px;
	background: rgba(17,17,17,0.5);
	text-align: left;
	/*opacity: 0.1;*/
	font-weight: normal;
	font-family:細明體,MingLiU,Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 1.5em;
	font-weight:bolder;
	letter-spacing:5px;
}

#slider .viewer .reel p
{
	position: absolute;
	top: 310px;
	left: 0;
	padding: 5px 35px;
	background: #0074C6;
	text-align: center;
	opacity: 0.75;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: normal;
	color: #ffffff;
	font-size: 2.00em;
}

#slider .indicator
{
	margin: 30px auto 0 auto;
}

#slider .indicator ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#slider .indicator ul li
{
	display: inline-block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	background: #c8c8c8;
	margin: 0 2px 0 2px;
	border-radius: 8px;
	border-bottom: solid 1px #ffffff;
	border-top: solid 1px #909090;
}

#slider .indicator ul li.active
{
	background: #505050;
	border-top: solid 1px #505050;
}

#featured
{
	overflow: hidden;
	padding: 50px 0px 30px 0px;
	border-bottom: 1px solid #D8D8D8;
}

#featured #fbox1
{
	float: left;
	width: 225px;
	margin-right: 20px;
}

#featured #fbox2
{
	float: left;
	width: 225px;
	margin-right: 20px;
}

#featured #fbox3
{
	float: left;
	width: 225px;
}

#featured #fbox4
{
	float: right;
	width: 225px;
}

/*#featured img
{
	border-radius: 120px;
}
*/
#featured p
{
	text-align: center;
	font-size: 1.2em;
	color: #333;
	letter-spacing:1px;
	line-height: 24px;
	font-family:微軟正黑體,"Microsoft JhengHei",Arial, Helvetica, sans-serif;
}

#featured h2
{
	padding: 20px 0px 20px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: 700;
	font-family:微軟正黑體,"Microsoft JhengHei",Arial, Helvetica, sans-serif;
	color: #0074C6;
}

#featured .title 
{
	margin-bottom: 40px;
	border-top: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-family:細明體,MingLiU,Georgia, "Times New Roman", Times, serif;
	font-size: 2.2em;
	letter-spacing:10px;
	color: #3B3B3A !important;
}

#featured .shoppingcart
{
	font-size: 15px;
	text-align:center;
	line-height: 15px;
	letter-spacing: 1px;
	font-family: 微軟正黑體,"Microsoft JhengHei",Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration: none;
	border:1px solid #A39D98;
	border-radius:5px;
	padding:8px 5px;
	display:block;
	width:100px;
	height:15px;
	margin:20px 55px;
	background-color: #A39D98;
}	

#featured .shoppingcart a {
	color: #fff;
	display:block;
}
#featured .shoppingcart a:hover {
	color: #FF0;
	text-decoration: none;
}
