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

@font-face {
    font-family: 'BebasRegular';
    src: url('fonts/BEBAS___-webfont.eot');
    src: url('fonts/BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BEBAS___-webfont.woff') format('woff'),
         url('fonts/BEBAS___-webfont.ttf') format('truetype'),
         url('fonts/BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	font-size:100%;
	font-family:Arial; "Helvetica"; sans-serif;
	color:#3a3a3a;
}

.body {
	width:576px;
	margin:0 auto;
	display:block;
}

h1 {
	width:498px;
	height:64px;
	background:url(images/h1-bg.jpg);
	color:#005CAC;
	font-family:Arial; "Helvetica"; sans-serif;
	padding:17px 0px 0px 17px;
	letter-spacing:1px;
	font-size:2.2em;
	margin:0 auto;
}

form {
	width:459px;
	margin:0 auto;
}

label {
	display:block;
	margin-top:20px;
	letter-spacing:2px;
}

input, textarea {
	width:439px;
	height:27px;
	background:#efefef;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #dedede;
	padding:10px;
	margin-top:3px;
	font-size:0.9em;
	color:#3a3a3a;
}

	input:focus, textarea:focus {
		border:1px solid #97d6eb;
	}

textarea {
	height:213px;
	font-family:Arial, Helvetica, sans-serif;
	background:#efefef;
}

#submit {
	width:127px;
	height:45px;
	font-family:Arial; "Helvetica"; sans-serif;
	padding:0px 0px 0px 0px;
	font-size:1.6em;
	border:none;
	margin-top:20px;
	cursor:pointer;
}

	#submit:hover {
		opacity:0.9;
	}

footer{}
footer p{margin:0; padding:20px 0;
}

	body {
		margin: 0;
	}

	.demo-bar {
		background: #afeeee;
		width: 100%;
		height: 118px;
		margin-bottom: 40px;
		float:left; padding:5px 25px 5px 25px;
	}

	.demo-bar:after {
		content: "";
		display: block;
		clear: both;
	}


	.clearfix {
		clear: both;
	}

	}