@charset "utf-8";
/* CSS Document */
@font-face
{
	font-family:Myriad;
	src:url(../../../fonts/MyriadPro-Regular.otf);
} 
body
{
	margin:0;
	padding:0;
	font-family:Myriad;
	background: url(../images/home/background.jpg) top center #fff repeat-x;
}
img
{
	border:none;
}
.cleaner
{
	clear:both;
}
.text-green
{
	color:#9bb70d;
	text-decoration:none;
}
.text-green:hover
{
	color:#d7f34b;
}
.text-green-dark
{
	color:#627501;
	text-decoration:none;
}
.text-green-dark:hover
{
	color:#495700;
	text-decoration:underline;
}
.mainframe
{
	width:1000px;
	margin:0 auto;
	padding:0;
}
.left-content
{
	width:350px;
	background:#2e4a29;
	float:left;
	color:#fff;
}
.right-content
{
	width:650px;
	float:right;
	color:#434142;
}
.content-padding
{
	padding:10px;
}
.header-left
{
	width:320px;
	background:#2e4a29;
	padding:15px;
	float:left;
}
.language
{
	font-size:10px;
	height:20px; 
	margin:10px;
}
.header-menu
{
	width:100%;
	height:20px;
	font-size:16px;
	opacity:0.9;
	font-weight:bold;
	color:#434142;
	text-align:left;
	margin-top:13px;
}
.header-menu ul
{
	margin:0 auto;
	padding:0;
}
.header-menu li
{
	display:inline;
	padding:10px;
}
.header-menu li a
{
	display:inline;
	padding:10px;
	text-decoration:none;
	color:#434142;
}
.header-menu li a:hover
{
	text-decoration:none;
	background:#9bb70d;
	color:#fff;
}
.experience
{
	background:url(../images/home/experience.jpg);
	width:330px;
	height:155px;
	text-align:center;
	padding:10px;
	font:bold 24px Myriad;
	line-height:30px;
}
.experience span
{
	font:bold 46px Myriad;
}
.form-home
{
	width:330px;
	height:302px;
	padding:10px;
	background:#2e4a29;
}
.banner
{
	width:650px;
	height:371px;
}
.about-us
{
	width:630px;
	height:105px;
	color:#fff;
}
.about-us span
{
	font:bold 24px Myriad;
	color:#0d0f00;
}
.content
{
	width:630px;
	height:auto;
	padding:10px;
	background:#fff;
}
.content span
{
	font:bold 18px Myriad;
}
/*form*/
input[type="text"]{
    
    padding: 5px;
	background:#fff;
	border-top: 1px solid #414141;
    box-shadow: 0 1px 0 #545454 inset;
	border:none;
	color:#000;
}
input[type="text"]:hover
{
    border:none;
}
input[type="text"]:focus
{
    box-shadow:0 0 2px #999;
}
select{
    
    padding: 5px;
	background:#fff;
	border-top: 1px solid #414141;
    box-shadow: 0 1px 0 #545454 inset;
	border:none;
	color:#000;
}
select:hover
{
    border:none;
}
select:focus
{
    box-shadow:0 0 2px #999;
}

.footer-left
{
	width:310px;
	height:30px;
	float:left;
	padding:40px 20px;
	background:#1e331a;
	font:normal 11px myriad;
	color:#e8e8e8;
}
.footer-center
{
	width:460px;
	height:90px;
	float:left;
	padding:10px;
	font:normal 11px myriad;
	color:#9c9c9c;
}
.footer-right
{
	width:150px;
	height:70px;
	float:right;
	padding:20px 10px;
	font:normal 11px myriad;
	color:#9c9c9c;
}