@charset "utf-8";
/* CSS Document */
#template {
	padding-left: 20px;
}
#template a {
	font-size:10px;
}
#thePage {
	font-size:12px;
	font-weight:bold;
}
body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#4d4d4d;
	margin-top:70px;
	/*margin-bottom:5px;*/
	text-align:center;
	padding:0px;
}
#container{
	width:915px;
	text-align:left;
	margin:0 auto;
}
.bound-right{
	width:541px;
	height:722px;
}
.bgcontent-right{
	background: url(../images/bg-righ-content.jpg) left top repeat-y;
	height:627px;
}
.clear{
	clear:both;
}
.main{
	width:915px;
}
.float{
	float:left;
}
a{
	text-decoration:none;
	display:inline-block;
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	padding-top:0px;
}

.readmore{
	margin-top:15px;
}
.readmore a:link{
	text-decoration:none;
	color:#E9AB00;
	font-size:11px;
	padding:0px;
}
.readmore a:visited{
	text-decoration:none;
	color:#E9AB00;
	font-size:11px;
	padding:0px;
}
.readmore a:hover{
	text-decoration:underline;
}
p{
	margin:0px;
	padding:0px;
}

.mail a:link{
	color:#900;
	font-size:11px;
	text-decoration:none;
}
.mail a:visited{
	color:#900;
	font-size:11px;
	text-decoration:none;
}
.mail a:hover{
	text-decoration:underline;
	color:#666;
}
.bound-right{
	width:541px; height:722px; float:left;
}
.tittle-home{
	font-weight:bold; color:#E9AB00; font-size:13px; margin-left:30px;
}
.article-home{
	text-align:justify; padding-top:40px; padding-bottom:10px; padding-left:10px; padding-right:10px;
}
.bound-content{
	background:url(../images/bg-content.jpg) left top repeat-y; width:513px;
}
.article-service{
	text-align:justify; padding-top:20px; padding-bottom:10px; padding-left:10px; padding-right:10px;
}
.text-contact{
	margin-left:30px; margin-bottom:10px; width:290px;
}
.field{
	font-size:11px; width:200px;
}
/*======================================MENU========================================*/
.menu{
	margin-left:0px;
	margin-top:0px;
	padding-top:50px;
	padding-bottom:10px;
}
.menu a{
	text-decoration:none;
	display:inline-block;
	color:#4d4d4d;
	font-family:Verdana, Geneva, sans-serif;
	font-size:16px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:2px;
	padding-top:2px;
}
.menu a.active{
	color:#FFFFFF;
	background-color:#76121E;
	text-decoration:none;
}
.menu ul{
	list-style-type:none;
	height:30px;
	margin:0px;
	padding:0px;
	
}
.menu ul li{

	float:left;	
	height:30px;
	display:inline-block;
	margin-left:0px;
	padding-left:0px;
	margin-right:12px;
	
}
.menu ul li a:hover{
	text-decoration:none;
	display:inline-block;
	color:#FFFFFF;
	background-color:#76121E;
}
