body {
	background: url(../images/bg-header-down.jpg) repeat center top;
	font-family: Arial, Helvetica, sans-serif,"宋体", "新細明體";
	margin: 0;
	padding: 0;

	
}
/************* Contact ********/
#contact {
	background: #fefef6;
	padding: 0;
	height:500px;
}	
#contact table{
margin: 0 auto;
width: 950px;
}
#contact .form{
	padding-top: 10px;
	width: 450px;
	height:300px;
}

@media all and (min-width:0){
    #contact .mapa{
        width: 450px;
		height:300px;
		margin-bottom:80px;
    }
}
/* Firefox */
@-moz-document url-prefix() {
    #contact .mapa{
        width: 450px;
		height:300px;
		margin-bottom:106px;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none)  {
    #contact .mapa{
        width: 450px;
		height:300px;
		margin-bottom:80px;
    }
}
#contact p {
	color: #666666;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#contact a {
	color: #918873;	
}
#contact h3 {
	color: #918873;
	font-size: 20px;
	line-height: 20px;
	margin: 0;
	padding: 0;
	text-align: justify;
}

#contact .left_form{
	width:100%;
}
#contact .right_form{
	width:100%;
}
.contact-form div{
	padding:5px 0;
}
.mapa{
	padding:5px 0;
	display:block; 
}
.googlemapa{
	padding:5px 0;
}
#contact h1 {
	text-align: left;
	color: #918873;
	font-family: Arial, Helvetica, sans-serif,"宋体", "新細明體";
	font-size: 36px;
	margin: 0;
	padding: 5px 0;
	text-transform: capitalize;
}
.contact-form span{
	display:block;
	font-size:0.85em;
	color: #888;
	padding-bottom:1px;
	font-family :Arial, Helvetica, sans-serif,"宋体", "新細明體";
}
#contact .contact-form input[type="text"],.contact-form textarea{
		    padding:5px;
			display:block;
			width:95%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif,"宋体", "新細明體";
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
#contact .contact-form textarea{
		resize:none;
		height:50px;		
}
#contact .contact-form input[type="submit"]{
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #660066), color-stop(100%, #380038));
  background: -webkit-linear-gradient(top, #660066, #380038);
  background: -moz-linear-gradient(top, #660066, #380038);
  background: -o-linear-gradient(top, #660066, #380038);
  background: linear-gradient(top, #660066, #380038);
  background-color: #8400b5;
  border-color:#8d04aa;
  color: white;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
  -webkit-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
   box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
   border: 1px solid #5a8200;
   display:inline-block;
   padding:10px 30px;
   font-family: 'ambleregular';
   font-weight: 300;
   font-size: 14px;
   cursor:pointer;
   text-transform:uppercase;
   -webkit-appearance:none;
   float:right;
}
#contact .contact-form input[type="submit"]:hover{
  background-color: #a200b5;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cf00e8), color-stop(100%, #9c0096));
  background: -webkit-linear-gradient(top, #cf00e8, #9c0096);
  background: -moz-linear-gradient(top, #cf00e8, #9c0096);
  background: -o-linear-gradient(top, #cf00e8, #9c0096);
  background: linear-gradient(top, #cf00e8, #9c0096);
}
#contact .contact-form input[type="submit"]:active{
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #7f12a3;
  color: #38004f; 
}
#header {
	background: url(../images/bg-header.jpg) repeat-x center top;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	min-width: 960px;
}
#header ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 31px 0 22px 0;	
	text-align: center;
	width: 1150px;
}
#header ul li {
	display: inline-block;
	list-style: none;
	margin: 0 15px;
	padding: 0;
}	
#header ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	margin: 0;
	padding: 0 10px 0 0;
	text-decoration: none;	
	text-transform: capitalize;
}
#header ul li.selected,
#header ul li.selected a {
	background: url(../images/menu.gif) no-repeat top left;
}

#header ul li.selected {
	background-position: 0 0;
	padding: 0 0 0 10px;
}
#header ul li.selected a {
	background-position: right -34px;
}
#header ul li a:hover {
	color: #fff6e0;	
}
#header div {
	margin: 0 auto;
	padding: 0 0 61px 10px;
	width: 960px;
}	
#header div.logo a {
	display:inline;
	margin: 0;
	padding: 0;	
	width: 301px;
}
#header div.logo a img{
	border: 0;
}
#body {
	background: #fefef6;
	margin: 0;
	padding: 0;
	min-width: 960px;
}	
#body .mapa {
	margin: 0 auto;
	text-align: center;
}
#body h1 {
	color: #918873;
	font-size: 36px;
	margin: 0;
	padding: 24px 0;	
	text-transform: capitalize;
}
#body h3 {
	color: #918873;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: justify;
}
#body h3 a {
	color: #918873;	
	margin: 0;
	padding: 0;
}
#body h3 a:hover {
	color: #b7b1a1;
}
#body p {
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: left;
}
#body p a {
	color: #918873;	
}
#body p a:hover {
	color: #b7b1a1;		
}
#body div.featured {
	background: url(../images/bg-header-down.jpg) repeat top left;	
	height: 282px;
	margin: 0;
	padding: 0;
}
#body div.featured div {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
}
#body div.featured div ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 480px;	
}
#body div.featured div ul li {
	float: left;
	list-style: none;
	margin: 0 20px 0 0;
	padding: 0;	
	width: 220px;
}
#body div.featured div ul li img {
	border:1px solid #fff;
	margin: 0;
	padding: 0;	
}
@-moz-document url-prefix()  {
    #body div.featured div div.section {
	position: relative;	
	left: 270px;
	top: -359px;
}
}
#body div.featured div div.section {
	position: relative;	
	left: 270px;
	top: -359px;
	width: 470px;
}
#body div.featured div div.section div {
	left: 500px;
	position: absolute;
	top: -359px;
	
}
#body div.featured div div.section div img {
	border: 0;
	margin: 0;
}
#body div.featured h2 {
	color: #f085c5;
	font-size: 25px;
	margin: -12px 0 0 0;
	padding: 0;	
	text-transform: capitalize;
}
#body .content {
	margin: 0 auto;
	padding: 0 0 72px 0;
	width: 960px;
}

#body .content span.heading {
	display: block;
	margin: 0;
	padding: 0;
	position: relative;	
}
#body .content span.heading img {
	left: 50px;
	position: absolute;	
	top: -47px;
	z-index: 3;
}
#body .content div {
	margin: 0;
	padding: 50px 0 0 0;
	overflow: hidden;	
	width: 960px;
}
#body .content div ul {
	float: left;
	margin: 0;
	width: 460px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#body .content div ul li {
	background: url(../images/border.gif) repeat-x bottom left;
	list-style: none;
	margin: 0 10px 15px 0;
	padding: 0 0 18px 0;	
}
#body .content div ul li:last-child {
	background: none;	
}
#body .content div div ul li a {
	text-decoration: none;	
}
#body .content div div ul li a:hover span {
	color: #b7b1a1;		
}
#body .content div div ul li img {
	border: 0;	
}
#body .content h3 {
	color: #918873;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;	
}
#body .content h3 a {
	color: #918873;	
}
#body .content h3 a:hover {
	color: #b7b1a1;	
}
#body .content div ul li p {
	color: #918873;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;	
	text-align: justify;
}
#body .content div ul li p a {
	color: #918873;	
}
#body .content div ul li p a:hover {
	color: #b7b1a1;		
}
#body .content div div {
	float: left;
    margin: 0 0px 0 0;
    overflow: hidden;
    padding: 0 0px 0 50px;
    width: 400px;
}
#body .content div div ul {
	float: none;
	margin: 0;
	overflow: hidden;
	width: 480px;
}
#body .content div div ul li {
	background: none;
	float: left;
	list-style: none;	
	margin: 0 10px 15px;
	padding: 0;
}
#body .content div div ul li span {
	color: #857b63;
	display: block;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;	
}
#body .content div div h4 {
	background: url(../images/icons.gif) no-repeat left -62px;	
	float: left;
	margin: 0 0 0 140px;
	padding: 0 0 0 30px;
}
#body .content div div h4 a {
	background: url(../images/icons.gif) no-repeat right -86px;
	color: #857b63;
	display: block;	
	height: 16px;
	font-family: Times New Roman;
	font-size: 16px;
	margin: 0;
	padding: 0 30px 0 0;
	text-decoration: none;
	text-transform: capitalize;
}
#body .content div div h4 a:hover {
	color: #b7b1a1;	
}

#body .handling {
	margin: 0 auto;
	padding: 0 10px 50px 10px;	
	width: 940px;
}
#body .handling div {
	overflow: hidden;	
	padding: 0;
}
#body .handling div ul {
	float: left;
	margin: 0;
	padding: 20px 0 0;	
	width: 560px;
}
#body .handling div ul li {
	background: url(../images/bullet.gif) no-repeat 0 10px;
	list-style: none;
	margin: 0;
	padding: 0 30px 0 20px;	
}
#body .handling div div {
	float: left;
	margin: 0;
	padding: 20px 0 0;
	width: 378px;	
}
#body .handling div div img {
	border: 1px solid #948b76;	
	margin: 0;
	padding: 0;
}

#team {
	background: #fefef6;
	background: url(../images/team1_background.jpg) center;	
	margin: 0;
	padding: 0;
	min-width: 960px;
}	
#team .team1{
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
	height:210px;
}
#team .team1 .team1_left{
	float:left;
	margin-left:240px;
	padding: 0 10px 10px 10px;	
	height: 180px;
	width: 160px;
}
.teamstyle{
	background: url(../images/teammember.jpg);
	-moz-box-shadow: 10px 10px 5px #ccc; 
	-webkit-box-shadow: 10px 10px 5px #ccc; 
	border:1px solid #fff;
	box-shadow: 10px 10px 5px #ccc; 
	-moz-border-radius:10px; 
	-webkit-border-radius:10px; 
	border-radius:10px;
}
.team1_left .img{
	margin-top: 4px;
	text-align: center;
	height: 137px;
}
.team1_left .text{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 35px;
	color: #CCC;
	
}
.team1_left p{
	margin:0 auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#team .team1 .team1_right{
	float:right;
	margin-right:240px;	
	padding: 0 10px 10px 10px;	
	height: 180px;
	width: 160px;
}
.team1_right .img{
	margin-top: 4px;
	text-align: center;
	height: 137px;
}
.team1_right .text{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 35px;
	color: #CCC;
	
}
.team1_right p{
	margin:0 auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
#team .team2{
	padding-top:20px;
	padding-bottom:10px;
	margin: 0 auto;
	width: 960px;
	height:200px;
}
#team .team_photo{
	padding-top:20px;
	padding-bottom:10px;
	margin: 0 auto;
	width: 1027px;
	height:465px;
	text-align:center;
}
.team1 a{
	color:#FFF;
}
.team2 a{
	color:#FFF;
}
#team .team2 .team2_left{
	float:left;
	margin-left:14%;
	padding: 0 10px 10px 10px;	
	height: 180px;
	width: 160px;
}

.team2_left .img{
	margin-top: 4px;
	text-align: center;
	height: 137px;
}
.team2_left .text{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 35px;
	color: #CCC;
}
.team2_left p{
	margin:0 auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#team .team2 .team2_center{
	float:left;
	margin-left:8%;
	padding: 0 10px 10px 10px;	
	height: 180px;
	width: 160px;
}
.team2_center .img{
	margin-top: 4px;
	text-align: center;
	height: 137px;
}
.team2_center .text{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 35px;
	color: #CCC;
}
.team2_center p{
	margin:0 auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#team .team2 .team2_right{
	float:left;
	margin-left:8%;
	padding: 0 10px 10px 10px;	
	height: 180px;
	width: 160px;
}
.team2_right .img{
	margin-top: 4px;
	text-align: center;
	height: 137px;
}
.team2_right .text{
	padding-top: 3px;
	padding-bottom: 3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	height: 35px;
	color: #CCC;
}
.team2_right p{
	margin:0 auto;
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

#body .payment {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0 50px 0;
	width: 940px;	
}
#body .payment div {
	overflow: hidden;	
}
#body .payment div .article {
	float: left;
	margin: 0;
	padding: 0;
	width: 600px;	
}
#body .payment .section1 {
	background: url(../images/border2.gif) repeat-x bottom left;	
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}
#body .payment .section1 .article {
	padding: 0 20px 0 0;	
}
#body .payment .section2 .article {
	padding: 0 0 0 20px;	
}
#body .payment div .article ul {
	margin: 0;
	padding: 0 0 0 10px;
}	
#body .payment div .article ul li {
	background: url(../images/bullet.gif) no-repeat 0 10px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;	
}
#body .payment div div {
	float: left;
	margin: 0;
	padding: 0;
	width: 320px;	
}
#body .payment div div img {
	border: 1px solid #918873;	
	margin: 0;
	padding: 0;
}
#gallery {
	Height: 350px;
}
#body .container_gallery {
	margin: 0 auto;
	padding: 0 10px 10px 10px;
	width: 940px;
}
#body .about {
	margin: 0 auto;
	padding: 0 10px 50px 10px;
	width: 940px;

}	
#body .about p {
	text-align: justify;　
	text-justify: auto;
}	
#body .about-fruta {
	margin: 0 auto;
	padding: 0px 10px 50px 10px;
	width: 940px;
}
#body .about-fruta h2 {
	color: #918873;
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;	
	text-transform: capitalize;
}
#body .about-fruta  p{
	text-align: justify;　
	text-justify: auto;
}
#body .about h2 {
	color: #660066;
	font-size: 16px;
	margin: 0;
	padding: 0 0 5px 0;
	text-transform: capitalize;
}
#body .about div {
	margin: 0;
	padding: 0 0 30px 0;
	text-align: justify;
	text-justify:inter-ideograph;
}	
#body .blog {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 10px 50px 10px;
	width: 940px;	
}
#body .blog div {
	float: left;
	margin: 0;
	padding: 0;
	width: 640px;	
}
#body .blog ul {
	float: right;
	margin: 0;
	padding: 0 0 0 28px;	
	width: 272px;
}
#body .blog ul li {
	background: url(../images/border2.gif) repeat-x bottom left;
	list-style: none;
	margin: 0 0 15px;
	padding: 0 0 15px;	
}
#body .blog ul li h3 {
	font-size: 14px;	
}
#body .blog ul li:last-child {
	background: none;	
}

#footer_galeria {
	background: url(../images/bg-header-down.jpg) repeat-x top left;
	margin: 0;
	padding: 40px 0;	
}
#footer_galeria div p {
	color: #e794c6;
	float: right;
	font-size: 12px;
}	
#footer_galeria div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 940px;	
}
#footer {
	background: url(../images/bg-footer.gif) repeat-x top left;
	margin: 0;
	padding: 40px 0;	
}
#footer div {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	width: 940px;	
}
#footer div .connect {
	float: left;
	overflow: hidden;	
	width: auto;
}
#footer div .connect h4 {
	color: #e794c6;
	float: left;	
	font-size: 14px;
	font-weight: bold;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
#footer div .connect ul {
	float: left;
	margin: 0;
	padding: 0;	
	overflow: hidden;
	width: 200px;
}
#footer div .connect ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 15px;
	padding: 0;	
}
#footer div .connect ul li a {
	display: block;	
	height: 26px;
	width: 38px;
	text-indent: -99999em;
}
#footer div .connect ul li.facebook a {
	background: url(../images/icons.gif) no-repeat 0 0;	
}
#footer div .connect ul li.twitter a {
	background: url(../images/icons.gif) no-repeat 0 -30px;	
}
#footer div p {
	color: #e794c6;
	float: right;
	font-size: 12px;
}	
/*----*/
.map iframe{
	width: 100%;
	min-height: 280px;
	border: 0;
	margin-bottom: 10px;
}
#map-top{
	position:relative;
}
#map-top .address{
	background: #5b255e;
	width: 330px;
	height: 330px;
	position: absolute;
	text-align: center;
	border-radius: 170px;
	padding:0em 0;
	left: 39%;
}

#map-top .address h4{
	margin-top: 2em;
	color: #fff;
	font-size: 2em;
	line-height: 0.8em;
	font-weight: 700;
	letter-spacing: 3px;
	font-family: Tahoma, Geneva, sans-serif;
}
#map-top .address p{
	color: #fff;
	font-size: 1.1em;
	letter-spacing: 3px;
	line-height: 1.5em;
	font-weight: 100;
	margin: 1em 1em 0em 1em;
	font-family: Tahoma, Geneva, sans-serif;
}
#map-top a.company{
	text-decoration:none;
	color:#fff;
	font-size: 1.2em;
	line-height: 3em;
	letter-spacing: 3px;
}
#language {
	position: absolute;
	margin-left:75%;
	color: white;
}