@charset "utf-8";
/* CSS Document */
#wrapper{
	position: relative;
	width: 1024px;
	height: 830px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/bg-wrapper-process.png);
	z-index: 4;
}
#femo{
	position: absolute;
	left: 340px;
	top: 75px;
}

#main{
	position: absolute;
	top: 65px;
	left: 185px;
	width: 610px;
	height: 630px;
	background-image: url(images/bg-main-contact.png);
	z-index: 3;
	padding-top: 70px;
	padding-right: 25px;
	padding-left: 25px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#main p{
	margin-right: 220px;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#bird{
	position: absolute;
	top: 200px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	z-index: 0;
	height: 300px;
	width: 2000px;
	
	
}

#header{
	width: 986px;
	height: 40px;
	background-image: url(images/bg-nav-contact.png);
	padding-left: 40px;
	color: #000;
	z-index: 2;
	
}
#left{
	position: absolute;
	top:65px;
	left: 0px;
	width: 170px;
	height: 500px;
	background-image: url(images/bg-left.png);
	z-index: 1;
	padding-top: 200px;
}
#right{
	position: absolute;
	top:65px;
	left: 850px;
	width: 170px;
	height: 700px;
	padding-left: 5px;
}

.h1{
	color: #FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1.5em;
}

#search{
	position: absolute;
	left: 800px;
	top: 10px;
	width: 100px;
}
#form{
	position: absolute;
	height: 700px;
	width: 170px;
	top: 65px;
	left: 850px;
	z-index: 10;
	background-image: url(images/bg-form.png);
	padding-left: 5px;
	
}
.fix{
	font-size: 0.9em;
	border: none;
	margin: 0px;
	width: 400px;
	vertical-align: baseline;
	position: absolute;
	top: 720px;
}
#main a:link, #main a:visited{
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	text-decoration: none;
	
}
#main a:hover{
	color: #F63;
	font-family: Verdana, Geneva, sans-serif;
}
