@charset "utf-8";
body{
	font-family: Arial,Verdana,"微軟正黑體";
	background: #3d3d3d;
}
a{
	text-decoration: none;
}
#wrapper{
	width: 1024px;
	height: 538px;
	margin: 0 auto;
	padding-top: 230px;
	background: url(../images/index_bg.jpg) no-repeat;
	text-align: center;
	position: relative;
}
#index_logo{
	margin-bottom: 40px;
}
#index_line{
	margin: 5px 0px 20px;
}
#index_fb_content{
	margin-top: 10px;
}
#index_footer{
	position: absolute;
	bottom: 20px;
	left: 240px;
	font-size: 14px;
	color: #626262;
}

#header,
#main,
#footer{
	width: 1024px;
	margin: 0px auto;
}
#header{
	height: 190px;
	position: relative;
	background: url(../images/header_bg.jpg) no-repeat;
}
#logo{
	display: inline-block;
	margin: 10px;
}
#resident{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 40px;
	padding-right: 10px;
	line-height: 40px;
}
#resident,
#resident > a{
	color: #313131;
	font-size: 16px;
	letter-spacing: 1.5px;
}
#resident > img{
	margin: 0px 5px;
}
#menu{
	position: absolute;
	top: 41px;
	right: 0px;
	list-style: none;
	height: 80px;
}
#menu > li{
	display: inline-block;
	text-align: center;
	margin: 0px;
}
#menu > li > a{
	display: inline-block;
	padding: 13px 19px;
	line-height: 1.5;
	color: #626262;
	font-size: 18px;
	font-weight: bold;
}
#menu .submenu{
	list-style: none;
	display: none;
	position: absolute;
	left: 42px;
	height: 54px;
	width: 774px;
	text-align: left;
}
#menu > li:hover,
#menu > li.this{
	outline: 1px solid #9e9a98;
}
#menu > li:hover > a,
#menu > li.this > a{
	color: #fff;
	background: #79726f;
}
/*#menu > li:hover > .submenu,*/
#menu > li.this > .submenu{
	display: block;
}
#menu .submenu > li{
	display: inline-block;
	text-align: center;
	margin: 0px;
}
#menu .submenu > li > a{
	display: inline-block;
	padding: 18px 20px 17px;
	color: #fff;
	font-size: 18px;
}
#menu .submenu > li:hover > a,
#menu .submenu > li.this > a{
	color: #fff;
	background: #79726f;
	box-shadow: 0px 0px 5px 1px rgba(20%,20%,40%,0.5);
}

#main{
	background: url(../images/side_extend_bg.jpg) repeat-y;
}
#left_contact{
	float: left;
	background: url(../images/left_contact_bg.jpg) no-repeat;
	width: 321px;
	height: 530px;
	text-align: center;
	padding-top: 10px;
	font-size: 15px;
	line-height: 1.5;
	letter-spacing: 2px;
}
#left_contact > ul{
	list-style-position: inside;
	font-weight: bold;
	margin-top: 10px;
}
.bold{
	font-weight: bold;
}
.red{
	color: #eb6877;
}
.welcome{
	margin: 10px 0px 20px;
}
#contact_btn{
	margin: 5px 0px;
	display: block;
}
#content{
	background: #fff;
	margin-left: 321px;
	padding: 15px;
	min-height: 510px;
}
#content > h3{	
	font-size: 26px;
	font-weight: bold;
}
#content > .html_edit{
	margin-top: 15px; 
}
#main:after{
	content: '';
	display: block;
	clear: both;
}

#footer{
	background: #79726f;
	border-top: 1px solid #938e8b;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-size: 14px;
	position: relative;
}
#copyright{
	margin-left: 230px;
}
#copyright > .fb-like{
	top: -10px;
	left: 10px;
}
#backend_login{
	position: absolute;
	font-size: 12px;
	color: #000;
	top: 0px;
	right: 20px;
}
#backend_login > a{
	color: #000;
}

#pager {
	padding-top: 15px;
	text-align: center;
}
#pager > a,
#pager > div {
	display:inline-block;
	padding: 10px;
	border-radius: 2px;
	margin: 5px;
}
#pager > a{
	color: #fff;
	background: #434a51;
}
#pager > div{
	color: #434a51;
	padding: 8px;
	border: 2px solid #434a51;
}
#pager > a:hover{
	background: #ff7652;
}

#google_map{
	float: left;
	margin-right: 20px;
	width: 380px;
	height: 450px;
}
.contact_edit{
	float: left;
	margin-top: 20px;
	width: 261px;
	height: 281px;
	overflow: hidden;
}
#product_list{
	padding-left: 15px;
}
#product_list > a{
	/*display: inline-block;*/
	float: left;
	margin: 5px;
	padding: 0px;
	/*opacity: 0.9;*/
}
#product_list > a:hover{
	/*opacity: 1;*/
	/*-webkit-filter: grayscale(50%);*/
	/*outline: 1px solid #eb6877;*/
	box-shadow: 0px 0px 12px -1px rgba(255,0,0,1);
}
#product_list:after{
	content: '';
	display: block;
	clear: both;
}