@charset "utf-8";
/* CSS Document */


* {
	margin: 0px;
	padding: 0px;
}
body {
	background:url(images/page_bgrnd.jpg) repeat-x scroll 0 0;
}

#wrap {
	width: 992px;
	margin: 0 auto 0 auto;
}

.section{
	margin:0px;
	width:992px;
	float: left;
}
#section1 {
	height: 720px;
	background:url(images/home_page.jpg) no-repeat scroll 0 0;
}
#section2 {
	height: 370px;
	background:url(images/about_page.jpg) no-repeat scroll 0 0;
}
#section3 {
	height: 1369px;
	background:url(images/product_page.jpg) no-repeat scroll 0 0;
}

#section4 {
	height: 837px;
	background:url(images/contact_page.jpg) no-repeat scroll 0 0;
}



.navhome{
	position: absolute;
	height: 30px;
	top: 50px;
	margin-left: 80px;
	width: 76px;
}
.navabout{
	position: absolute;
	height: 30px;
	top: 50px;
	margin-left: 250px;
	width: 100px;
}
.navprdt{
	position: absolute;
	height: 30px;
	top: 50px;
	margin-left: 635px;
	width: 110px;
}
.navconct{
	position: absolute;
	height: 30px;
	top: 50px;
	margin-left: 840px;
	width: 95px;
}

.navhome a, .navabout a, .navprdt a, .navconct a{
	width:100%;
	height:100%;
	display:block;
	text-indent: -9999px;
	
}
.section h1, .section h2, .section p{
	text-indent:-9999px;
	}
.section h1 {
	margin:50px 0px 30px 50px;
}
.section h2{
    margin:50px 0px 30px 50px;
}

.section p{
    margin:20px 0px 0px 50px;
    width:600px;
}
#section4 .frm {
	width: 450px;
	height: 480px;
	position: absolute;
	margin-left: 520px;
	top: 2700px;
}
#section4 .mail {
	width: 400px;
	height: 160px;
	position: absolute;
	margin-left: 110px;
	top: 2835px;
	font: normal 27px Arial, Tahoma;
	color: #14818c;
}
#section4 .mail a {
	color: #14818c;
	text-decoration: none;
}
#section4 .mail a:hover {
	color: #14818c;
	text-decoration: underline;
}



.txtlongdiv {
	background:url(images/txlongbg.png) no-repeat scroll 0 0;
	width: 430px;
	height: 39px;
	margin-bottom: 6px;
	text-align: center;
}
.inputlong {
	width: 410px;
	height: 39px;
	margin-bottom: 6px;
	border: none;
	background: none;
	font: normal 22px Arial,tahoma;
	padding: 0px 5px;
	color: #626262;
}
.txtsmalldiv {
	background:url(images/txsmallbg.png) no-repeat scroll 0 0;
	width: 208px;
	height: 39px;
	margin-bottom: 12px;
	text-align: center;
}
.inputsmall {
	width: 198px;
	height: 39px;
	margin-bottom: 6px;
	border: none;
	background: none;
	font: normal 22px Arial,tahoma;
	padding: 0px 5px;
	color: #626262;
}
.txtvsmall {
	background:url(images/txvsmallbg.png) no-repeat scroll 0 0;
	width: 116px;
	height: 39px;
	margin-bottom: 12px;
	text-align: center;
}
.inputvsmall{
	width: 105px;
	height: 39px;
	margin-bottom: 6px;
	border: none;
	background: none;
	font: normal 22px Arial,tahoma;
	padding: 0px 5px;
	color: #626262;
}
.tareadiv {
	background:url(images/tareabg.png)no-repeat scroll 0 0;
	width: 430px;
	height: 149px;
	margin-top: 10px;
	margin-bottom: 12px;
	text-align: center;
}
.tarea{
	width: 410px;
	height: 140px;
	margin-bottom: 6px;
	border: none;
	background: none;
	font: normal 22px Arial,tahoma;
	padding: 8px 5px;
	color: #626262;
}
.small {
	font-style: italic;
	font-weight: bold;

}
.code {
	font: normal 22px georgia, arial;
}
