@charset "ISO-8859-1";
body {
	background-color: #FFFFFF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
	#supersized-loader {
	position:absolute;
	top:50%;
	left:50%;
	z-index:0;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	text-indent:-999em;
	background:url(../images/progress.gif) no-repeat center center;
}
	
	#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
		#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
			#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
			#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/




		
		#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; }
		#supersized a { width:100%; height:100%; display:block; }
			#supersized li.prevslide { z-index:-20; }
			#supersized li.activeslide { z-index:-10; }
			#supersized li.image-loading {
	background:#111 url(../images/progress.gif) no-repeat center center;
	width:100%;
	height:100%;
}
				#supersized li.image-loading img{ visibility:hidden; }
			#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }
a {
	outline: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
}

a:link {
	text-decoration: none;
	color: #FFFFFF;
	}

a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}

a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	}

a:active {
	text-decoration: none;
	color: #FFFFFF;
	}
#container {
	height: 335px;
	width: 705px;
	margin-top: -167px;
	margin-left: -370px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 1000;
	background-image: url(../images/bgcontainer.png);
	background-repeat: no-repeat;
	background-position: left top;
	overflow: visible;
}

#left {
	float: left;
	height: 335px;
	width: 400px;
	margin-right: 20px;
}

#left #logo {
	position: absolute;
	height: 161px;
	width: 225px;
}
#left #logo a {
	display: block;
	height: 161px;
	width: 225px;
}
#mail {
	position: absolute;
	top: 280px;
	font-size: 14px;
	left: 87px;
	color: #CCCCCC;
	font-style: italic;
	letter-spacing: 0.20mm;
}


#right {
	float: left;
	height: 335px;
	width: 237px;
}
	
#contact_form_holder{
	float: right;
	width: 338px;
	height: auto;
	margin-top: 183px;
	}

#contact_form_holder .form,
#contact_form_holder textarea {
	width:338px;
	line-height: 25px;
	height: 35px;
	outline:none;
	color: #ffffff;
	font-size: 14px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 0.20mm;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	}

#contact_form_holder textarea {
	height:70px;
	font-size: 14px;
	background-repeat: repeat;
	background-position: left top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	}

#contact_form_holder p {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	color: #999999;
	}

#send_message {
	width:123px !important; /* nicer font-variant (like explained before) */
	border:none; /* remove the default border and put a normal black one */
	cursor:pointer;
	cursor:hand;
	height: 34px;
	font-size: 14px;
	text-align: center;
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: transparent;
	border: 1px solid #FFFFFF;
	letter-spacing: 0.17mm;
	}

#send_message:hover {
	color: #80725c;
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	}

#cf_submit_p {
	text-align:left;
	} /* show the submit button aligned with the right side */

.error {
	display: none;
	color: #ff144b;
	font-size:12px;
	background-color: #ffffff;
	margin-bottom: 2px;
	line-height: 16px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	position: absolute;
	right: 0px;
	width: 20px;
	height: 20px;
	}

.success {
	display: none;
	padding:7px 5px;
	color: #6d1b00;
	font-size:14px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	height: 20px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 404px;
	}
