/*        MUNKAERO CSS        */
body{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	background-color:#fff;
	-webkit-text-size-adjust: none;
}

p{
	color: #624130;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-align: justify;
}

img {
    padding:3px;
	border:1px solid #ccc;
}

.clear {
    clear: both;
    font-size: 1px;
    height: 1px;
    line-height: 1px;
}

/*          WEBSITE           */

#wrapper{
	width:100%;
	height:100%;
}
#inner{
	width:900px;
	height:100%;
	margin:0 auto;
}
#header{
	width:100%;
	height:346px;
	background-image:url(../images/page/header_bg.jpg);
	background-repeat:no-repeat;
}
#logo{
	width:234px;
	height:110px;
	margin-left: 13px;
}
#nav{
	height:60px;
	width:100%;
	background-image: url(../images/page/nav_bg.jpg);
}
	#nav ul {
		margin:0;
	}
	#nav ul li{
		float:left;
		padding:19px;
		list-style:none;
	}
	#nav ul li a{
		text-decoration:none;
		text-transform:uppercase;
		color:#fff;
		font-size:15px;
		
	}
	#nav ul li a:hover{
	color:#D5975E;
	}
#contentLeft{float:left; width:558px; margin:0 30px 0 0;}
#contentRight{float:left; width:312px;}
	
	#content h3{
		color:#326500;
	}
	#content p{
		font-size:16px;
		line-height:24px;
	}
	#content a{
		text-decoration:none;
		color:#624130;
	}
	#content a:hover{
		color:#326500;
	}
#footer{
	height:30px;
	width:100%;
	background-image: url(../images/page/line.png);
	background-repeat:no-repeat;
	background-position:center top;
}
	#footer p{
	line-height:30px;
	text-align:center;
	}
	#footer a{
	text-decoration:none;
	color:#624130;
	}
	#footer a:hover{
	color:#326500;
	}

/*           SITE END            */

/*CONTACT FORM*/
#contact {
    font-family: Arial,Helvetica,sans-serif;
    margin: 0 auto auto 20px;
    text-align: left;
    width: 920px;
}
#address a {
    color: #333333;
    text-decoration: none;
}
#contact #img_holder {
    display: block;
    float: left;
    width: 300px;
}
h1 {
    color: #4B7393;
    font-size: 24px;
    font-weight: normal;
}


/* ---------- FORMS ---------- */
input, textarea, select{font-family:inherit; font-size:inherit; outline:none; color:inherit; resize:none; border:none; background:none; border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; -webkit-text-size-adjust: none; -webkit-appearance: none;}

#contactForm{margin:10px 0 0 0;}
#contactForm label{display:block; line-height:18px; clear:both; font-size:12px}
#contactForm input[type=text], textarea{font-family:inherit; border:none; background:#EDE9DE; height:16px; line-height:16px; padding:2px; font-size:11px; color:#333; width:95%;}
textarea{height:100px; resize:none}
#contactForm input[type=submit]{width:78px; height:21px; line-height:21px; background:#B8A87E; color:#fff; font-weight:bold; border:none; font-size:11px; cursor:pointer; margin:5px 12px 0 0; float:right}
#contactForm input[type=submit]:hover{background:#8A7848;}
#contactForm #clear{height:3px; line-height:3px; font-size:3px;}
