@font-face{
	font-family:"Trebuchet MS";
	src:url('trebuc.eot');
	src:url('trebuc.eot?#iefix') format('eot'),
	url('trebuc.ttf') format('truetype'),
	url('trebuc.woff') format('woff'),
	url('trebuc.svg#trebuc') format('svg');
}
body{
	font-family:"Trebuchet MS";
	font-size:0.8em;
	color:#000;
	margin:0;
}
a{
	color:#000;
	text-decoration:none;
}
a:hover{
	color:#006a28;
}
img{
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { 
  	width: auto; /* for ie 8 */
  }
}
input[type='text'], textarea, select{
	width:98%;
	height:2em;
	margin-top:2px;
	border:solid 1px #b8b8b8;
	background-color:#FFF;
	color:#1b3146;
}
textarea{
	height:auto;
}
h1{
	color:#038b37;
	font-size: 1.5em;
}
.red{
	color:#F00;
}
#bghome{
	background:url(../images/head/home.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
#logohome{
	width:194px;
	height:39px;
	position:absolute;
	right:25px;
	top:25px;
	background-image:url(../images/logo.png);
}
#menuhome{
	width:150px;
	height:40px;
	position:absolute;
	left:40px;
	top:50px;
	font-size:1.7em;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
}
#foothome{
	width:100%;
	padding:30px 0;
	text-align:center;
	position:absolute;
	bottom:0;
}
.cover{
	width:90%;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}
#ruler{
	width:100%;
	height:20px;
	background:url(../images/ruler.jpg);
}
#listmenu{
	width:90%;
	height:73px;
	max-width:1200px;
	margin:40px auto;
}
.leftside{
	width:282px;
	height:auto;
	overflow:hidden;
	float:left;
}
.rightside{
	width:836px;
	height:auto;
	float:right;
}
.home{
	width:39px;
	height:73px;
	float:left;
	margin:10px;
}
.logo{
	width:auto;
	float:right;
}
.margintb40{
	margin:40px 0;
}
.phide{
	display:none;
}
.mhide{
	display:block;
}
.btn{
	background-color:#038b36;
	border:none;
	padding:5px 20px;
	color:#FFF;
	cursor:pointer;
}
.txtcontact, .txtcontact a{
	color:#0e8543;
	letter-spacing:2px;
}
.paddingleft{
	padding-left:50px;
}
.gallery{
	list-style:none;
	margin:0;
	padding:0;
}
.gallery img{
	width:30%;
	margin:1.6%;
	float:left;
}
.row{
	width:100%;
	overflow:hidden;
}
@media only screen and (max-width: 800px) {
	#bghome{
		background:url(../images/head/home.jpg) no-repeat left center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
	#menuhome{
		width:150px;
		height:40px;
		position:absolute;
		left:20px;
		top:80px;
		font-size:1.5em;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:underline;
	}
	.cover{
		width:96%;
		max-width:96%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	.leftside, .rightside{
		width:100%;
		height:auto;
		overflow:hidden;
		float:none;
	}
	#listmenu{
		height:auto;
		margin:0 auto;
	}
	.phide{
		display:block;
	}
	.mhide{
		display:none;
	}
	.gallery img{
		width:47%;
		margin:1.5%;
		float:left;
	}
}
@media only screen and (min-width: 801px) and (max-width: 1024px){
	.cover{
		width:98%;
		max-width:98%;
		height:auto;
		overflow:hidden;
		margin:0 auto;
	}
	#listmenu{
		width:95%;
		max-width:95%;
		height:73px;
		margin:40px auto;
	}
	.leftside{
		width:20%;
		height:auto;
		overflow:hidden;
		float:left;
	}
	.rightside{
		width:75%;
		height:auto;
		float:right;
	}
	.gallery img{
		width:18%;
		margin:1%;
		float:left;
	}
}