@charset "utf-8";
/* CSS Document */


#header {position: absolute; top: 1px; left: 0; width: 100%; z-index: 1;}
	#header p {font-size: 70%; position: fixed; margin: 0px; padding: 0; top: 1px; right: 105px; z-index: 999999;}
	#header p:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
	#header p span {display: none;}
	#header p div {background: #000; float: right;}
	#header p a {background: #000; color: #fff; display: block; float: left; margin: 0; padding: 3px; text-decoration: none;}
	#header p a:hover {background: #000; color: #999; text-decoration: underline; text-transform:lowercase;}
	#header p a.active {color: #8C8982; cursor: default;}
	#header p a.active:hover {background: #000; text-decoration: none; text-transform:lowercase;}
	{color: #fff;
	font-family: Tahoma, Geneva, sans-serif;}

#container {
   height:100%;
}

#inquire {
	position: absolute;
	top: 300px;
	right: 220px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9px;  
	wibth: 100px;

}

#left {
	position:absolute;
	left: 25%;
	top: 25%;
	width:300px;
	height:60px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 20px;   
}

#footer {
	position:absolute;
	bottom:0;
	width:99%;
	height:60px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 9px;   
}

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #FFF;
}




/*new */

#contact-area {
	width: 500px;
	margin-top: 25px;
	position:absolute;
	left: 5%;
	top: 5%;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 420px;
	font-family: Helvetica, sans-serif;
	font-size: 1.4em;
	margin-left: 15px;
	border: 2px solid #ccc;
}

#contact-area textarea {
	height: 90px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #900;
}

#contact-area input.submit-button {
	width: 100px;
	float: right;
}

#catpcha-area {
	margin-left: 200px;
}