/* CSS Document */
body {
	font-family: 'PT Sans', sans-serif;
	background-color:#000;
	margin:0;
	padding:0;
	border:0;
}
#menu_container {
    background:#000; border-bottom:1px solid #333; height:50px; left:0; position:fixed; width:100%; top:0; 
	-moz-opacity: 0.70;
	opacity: 0.70;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
	z-index:9998;
}
#menu{ margin:0 auto; width:1000px; text-align:center; z-index:9999; }
#header {
	width:100%;
	background-image:url(../img/header.png);
	background-repeat:no-repeat;
	background-position:center;
}
#header2 {
	width:100%;
	background-color:#333333;
}
#info {
	background: #e9e9e9; /* Old browsers */
	background: -moz-linear-gradient(top,  #e9e9e9 0%, #d1d1d1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(100%,#d1d1d1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e9e9e9 0%,#d1d1d1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e9e9e9 0%,#d1d1d1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e9e9e9 0%,#d1d1d1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e9e9e9 0%,#d1d1d1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#d1d1d1',GradientType=0 ); /* IE6-9 */
}
#contact {
	background-color:#FFF;
}
.container {
	width:1000px;
	padding-top:30px;
	padding-bottom:30px;
	margin-left:auto;
	margin-right:auto;
}
.header_text {
	text-align:center;
	font-family: 'PT Sans', sans-serif;
	color:#FFF;
	font-size:16px;
	line-height:25px;
}
.fade {
   opacity: 0.7;
   transition: opacity .40s ease-in-out;
   -moz-transition: opacity .40s ease-in-out;
   -webkit-transition: opacity .40s ease-in-out;
}
.fade:hover {
	opacity: 1;
}
.scroll {
	text-align:center;
	font-size:14px;
	padding:10px;
	color:#FFF;
}
a:link.scroll {
	text-align:center;
	font-size:14px;
	text-decoration:none;
	padding:10px;
	color:#FFF;
}
a:visited.scroll {
	text-align:center;
	text-decoration:none;
	font-size:14px;
	padding:10px;
	color:#FFF;
}
a:hover.scroll {
	text-align:center;
	text-decoration:underline;
	font-size:14px;
	padding:10px;
	color:#FFF;
}
#footer {
	color:#FFF;
	text-align:center;
	font-size:12px;
	width:100%;
	background-color:#333;
	height:80px;	
}
.thanks {
	padding-top:100px;
	padding-bottom:100px;
	font-size:28px;
	font-style:italic;
	
}

/*FORM*/
.form-titles {
	font-style:italic;
	font-size:18px;
	color:#898989;
}
.form-field {
   border: 0px solid #e7e7e7;
   background: #e7e7e7;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #575757;
   padding:10px;
   width:280px;
   margin-bottom:4px;
}
