@charset "utf-8";
/* CSS Document */
/*reset*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
padding: 0; 
margin: 0; 
} 
fieldset,img,abbr,acronym {
border:0;
}
dl,ol,ul {
list-style:none;
}
q:before,q:after {content:'';
}
table { 
border-collapse: collapse; 
border-spacing: 0; 
}  
address,caption,cite,code,dfn,em,th,var { 
font-weight: normal; 
font-style: normal; 
}  
caption,th { 
text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
font-size: 100%; 
} 
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	color:#060606;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	background:#837769;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	color:#707070;
}
/*------main css----------*/
#wrap{
	margin:0 auto;
	width:1008px;
	padding-left:20px;
}
.clear{
	clear:both;
}
#header{
	width:1008px;
}
#logo{
	float:left;
	width: 438px;
	height:125px;
}
.righttop{
	float:left;
	height:125px;
}
.lapada_logo{
	float:left;
	height:105px;
	padding-left: 10px;
	padding-top: 15px;
}
#language{
	background:url(../images/language.jpg) no-repeat;
	width:416px;
	height:55px;
	margin:38px 10px 0 0;
	padding-top: 10px;
	text-align:center;
	color:#fff;
	font-size:11px;
}
#language span{
	margin:0 15px 0 5px;
}
#language input{
	background:#837769;
	border:none;
	width:110px;
	margin-right:10px;
}
#language input.search{
	font-size:11px;
	color:#fff;
	background:none;
	border:none;
	width:50px;
	cursor:pointer;
}
#language a{
}
#nav{
	width:785px;
	margin:25px 0 15px 223px;
}
#nav ul li{
	float:left;
	font-size:12px;
	margin:0 15px;
	font-weight:bold;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover{
	color:#f5e489;
}
#cointainer{
	width:100%;
}
#left{
	width:187px;
	float:left;
	background:#837769;
	padding-right:15px;
}
.box{
	background:url(../images/box1.jpg) no-repeat top center;
	padding-top:15px;
	margin-bottom:15px;
}
.boxcontent{
	background:#615853 url(../images/box2.jpg) no-repeat bottom center;
	padding:0 15px 20px;
	line-height:25px;
}
.boxcontent ul li a{
	color:#fff;
}
.boxcontent ul li a:hover, .boxcontent ul li a.on{
	color:#f5e489;
}
.boxcontent h4{
	font-size:15px;
	margin-bottom:10px;
}
.boxcontent input{
	width:142px;
	height:18px;
	background:#837769;
	border:1px solid #4b4b4b;
}
.boxcontent input.submit{
	background:#313131;
	width:50px;
	color:#fff;
	font-size:11px;
	border:none;
	cursor:pointer;
	margin-top:10px;
}
.links{
	background:url(../images/links1.jpg) no-repeat top center;
	padding-top:15px;
	margin-bottom:15px;
}
.linkslogo{
	background:#fff url(../images/links2.jpg) no-repeat bottom center;
	padding:0 15px 20px;
	text-align:center;
}
.contactinfo{
	margin:10px 0 30px 8px;
}
#copyright{
	background:#615853;
	padding:8px 5px;
	color:#fff;
	line-height:16px;
	font-size:12px;
}
#copyright a{
	color:#fff;
}
#main{
	padding:25px 30px 30px 15px;
	background:#fcebff;
	width:756px;
	float:right;
	position:relative;
}
.cornor{
	position:absolute;
	top:0;
	left:0px;
	float:none;
	margin:0;
	padding:0;
}
#main img.floright{
	float:right;
	margin-right:30px;
}
#main img.hg{
	float:none;
}
#main .cornor img{
	float:none;
	margin:0;
	padding:0;
}
.animatedclock{
	float:right;
	margin-right:30px;
}
.location{
	margin-bottom:40px;
}
.products{
	position:relative;
	border-bottom:2px solid #615853;
	padding-bottom:20px;
	margin-bottom:15px;
	width:755px;
}
.products h5{
	font-size:18px;
	color:#625856;
	margin-bottom:10px;
}
.products .proimg{
	float:left;
	width:225px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	line-height:25px;
}
.products .detail{
	float:right;
	width:510px;
}
.buton2{
	position:absolute;
	bottom:20px;
	right:160px;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}
.buton2 a{
	width:166px;
	height:37px;
	display:block;
	float:left;
	margin-left:15px;
	line-height:37px;
	text-align:center;
}
.buton2 img{
	margin-right:30px;
}
.border0{
	border:none;
}
.products a{
	color:#625856;
}
ul.productlist{
	margin-top:10px;
}
ul.productlist li{
	width:225px;
	height:350px;
	float:left;
	padding:0 25px 20px 0;
	text-align:center;
	font-weight:bold;
	font-size:16px;
	line-height:30px;
}
ul.productlist li a{
	color:#625856;
	border:1px solid #fff;
	display:block;
}
ul.productlist li a:hover{
	border:1px solid #837769;
}

