@charset "utf-8";
/* CSS Document */
.dark
{
	background-image:url(../images/dark.png);
	background-repeat:repeat;
	width:100%;
	height:300%;
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	z-index:99;
}
#contacttext
{
	cursor:pointer;
	color:#FFCC00;
	display:block;
	margin-right:5px;
	float:left;
}
#contactimg
{
	cursor:pointer;
	float:left;
}
#contactdiv
{
	position:absolute;
	left:50%;
	top:5%;
	height:800px;
	width:868px;
	margin-left:-434px;
	display:none;
	z-index:100;
}
#contactdiv img
{
	float:right;
}
	#contactmenu
	{
		width:272px;
		position:absolute;
		top:100px;
		float:left;
		z-index:101;
	}
		#option1
		{
			display:none;
			float:left;
			margin-bottom:30px;
		}
		#option2
		{
			display:none;
			float:right;
			margin-right:20px;
			margin-bottom:30px;
		}
		#option3
		{
			display:none;
			float:right;
			margin-right:20px;	
			margin-bottom:30px;
		}
		#option1a
		{
		
			float:right;
			margin-right:20px;
			margin-bottom:30px;
		}
		#option2a
		{
			float:left;
			margin-bottom:30px;
		}
		#option3a
		{
			display:none;
			float:left;
			margin-bottom:30px;
		}
		
	

#contactframe
{
	height:692px;
	width:850px;
	background-image:url(../images/bg_contact.png);
	background-repeat:repeat;
	margin:0px;
	float:right;
}
#contactframe #header
{
	width:550px;
	height:58px;
	padding-left:20px;
}
#contactframe #header img
{	
	float:left;
}
#contactframe #contactform
{
	width:550px;
	height:450px;
	margin-left:275px;
	margin-bottom:5px;
	margin-top:10px;
}
#contactframe #contactfooter
{
	width:850px;
	height:145px;
}
#contactframe #contactfooter img
{
	float:left;
	margin-right:5px;
}
#contactframe #wearehere img
{
	position:relative;
	top:65px;
	margin-left:25px;
	margin-right:40px;
}
#contactframe #contactadress
{
	padding-top:15px;
	width: 170px;
	color:#fff;
	font-size:8pt;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	font-weight:bold;
	padding-left:30px;
}
#contactframe #contactadress p
{
	margin:0px;
}
#contactframe #findus 
{
	float:right;
	margin-right:40px;
}
#contactframe #findus img
{
	float:left;
	margin-right:5px;
	
}
#contactframe #findus li
{
	display:block;
	margin-bottom:5px;
}
#contactframe #findus .contactfont
{
	fon-size:12pt;
	color:#FFFFFF;
}
#contactframe input
{
	font-size: 15px;
}
#contactframe label
{
	width:275px;
	display:block;
	text-align:left;
	float:left;
	color:#FFFFFF;
	margin-bottom:1px;
}
#contactframe .contactinput
{
	width:260px;
	height:30px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	padding:2px;
	color:#fff;
	margin-top:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#contactframe .focusField
{
	width:260px;
	height:30px;
	border:1px solid #FFCC00;
	background-color:#49505B;
	margin-right:10px;
	padding:0px;
	color:#fff;
	margin-top:3px;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#contactframe .contactselect
{
	width:260px;
	background-color:#49505B;
	border:0px;
	margin-right:10px;
	height:30px;
	color:#fff;
	margin-bottom:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}

#contactframe #contacttextarea
{
	width:535px;
	height:100px;
	padding:0px;
	background-color:#49505B;
	border:0px;
	color:#FFFFFF;
	resize: none;
	margin-right:10px;
	margin-top:3px;
	-moz-transition: opacity 0.25s linear 0s;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) inset;
}
#contactframe #checkbox
{
	background:url(../images/notactive_select.png);
	background-position:top left;
	width:33px;
	height:33px;
	float:left;
	display:none;
}
#contactframe #checkboxchecked
{
	background:url(../images/active_select.png);
	background-position:top left;
	width:33px;
	height:33px;
	float:left;
}
#contactframe #contactinfo
{
	width:400px;
	color:#FFFFFF;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.star
{
	color:#FFFF00;
	font-size:14pt;
}
.contactok
{
	display:none;
	height:16px;
	width:250px;
	background-image:url(../images/list-check.png);
	background-repeat:no-repeat;
	background-position:200px 0px;
}
#contactframe .error {
	font: normal 10px arial;
	width:260px;
}
#contactframe .valid {
	border:0px;
}
#contactframe input.invalid {
	border:1px solid red;
}
#contactframe select.invalid {
	border:1px solid red;
}
#contactframe #contacttextarea.invalid {
	border:1px solid red;
}
#contactframe em.invalid {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	border:0px;
}
#contactform table
{
	border:0px;
}
#contactform table td
{
	padding:0px;
	margin:0px;
	border:0px;
}
#contactform table tr
{
	padding:0px;
	margin:0px;
	border:0px;
	background-color:transparent;
}