article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

@import url(http://fonts.googleapis.com/css?family=Oswald:700);

body {
	font-family: 'Arial', sans-serif;
	background: url('images/bg.gif') 0 -237px repeat-x #fff;
	margin: 0;
	position: relative;
}

div#page-wrap	{
	width: 900px;
	margin: 0px auto;
	position: relative;
}

div.wrap-padding	{
	padding: 0 10px;
}

h1	{
	font-family: 'Oswald', sans-serif;
	font-size: 2.4em;
	margin: 20px 0 25px;
	line-height: 1;
	color: #333;
	
	text-shadow: 0px 1px 0px #b3b3b3;
}

h2	{
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	margin-top: -30px;
	font-style: italic;
	color: #555757;
}

h3	{
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
	color: #333333;
	
	text-shadow: 0px 1px 0px #fbc983;
}

p, li	{
	font-size: 1em;
	line-height: 1.4;
	margin-bottom: 10px;
}

section	{
	float: left;
	width: 58%;
	padding-bottom: 180px;
}

aside	{
	float: right;
	width: 40%;
	min-height: 650px;
	padding: 145px 0 100px;
	border-right: 1px solid #fbb450;
	border-left: 1px solid #fbb450;

	-webkit-box-shadow:  0px 0px 10px 5px #cecece;
	box-shadow:  0px 0px 10px 5px #cecece;
	
	background: url('images/sidebar-bg.png') repeat;
	
	position: relative;
	z-index: 3;
	
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

div#footer-bg	{
	width: 100%;
	height: 100px;
	background: url('images/footer-bg.gif') 0 0px repeat-x #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	margin: 0 0 0px;
	border-bottom: 1px solid #d9d9d9;
}

div#footer	{
	width: 900px;
	margin: 0 auto;
}

div#footer p, div#footer a	{
	font-size: 13px;
	color: #333;
	padding-top: 15px;
}

div#footer a	{
	padding-top: 0px;
	text-decoration: none;
}

div#footer a:hover	{
	text-decoration: underline;
}

.floatLeft	{
	float: left;
	margin: 0 15px 5px 0;
}

.italic	{
	font-style: italic;
}


/** Form Styling **/
.fmcheck	{
	display: block;
}

.fieldwrap label	{
	display: inline-block;
	font-weight: bold;
	padding: 4px 0px;
}

.fieldwrap label.fmchecklabel	{
	display: inline;
	font-weight: normal;
	padding: 0;
}

input#fm_name, input#fm_title, input#fm_company, input#fm_websiteurl, input#fm_email, input#fm_phone	{
	width: 170px;
	float: right;
	margin-left: 4px;
}

.fieldwrap input[type="text"]	{
	padding: 4px;
}

input#fm_verify, .fieldwrap	img	{
	display: inline-block;
	float: right;
}

input#fm_verify	{
	width: 105px;
	margin-left: 4px;
}

.fieldwrap	img	{
	padding-top: 2px;
}

input[type="submit"]	{
	width: 150px;
	height: 50px;
	float: right;
	-moz-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	-webkit-box-shadow:inset 0px 1px 0px 0px #97c4fe;
	box-shadow:inset 0px 1px 0px 0px #97c4fe;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #3d94f6), color-stop(1, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #337fed;
	color: #fff;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #1570cd;
}

div#formMailer h3, div#thank-you-message p	{
	color: #f00;
	line-height: 1;
	text-shadow: 0px 1px 0px #fbc983;
}

div#formMailer h3	{
	font-size: 1.2em;
	margin: 50px 0 0 0;
}

div#thank-you-message p	{
	color: #f00;
	margin-bottom: 10px;
}

.ddfmerrors {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
}

.ddfmwrap .ddfmerrors {
	display: block;
}

.ddfmwrap .errorlist {
	margin-bottom: 15px;  
	padding: 3px 3px 3px 0;
	font-style: italic;
	color: #FF0000;
}

.ddfmwrap .recaptcha {
	width: 100%;
	text-align: right;
	clear: both; 
	height: 120px;
	margin-right: 7px;
	padding-bottom: 10px;
}

.ddfmwrap .recaptcha-inner {
	float: right;
	margin-right: 3px;
}
