/************************************
*  Styles for Owner Marketing Blitz	*
*  landing page						*
************************************/

/* = General tag styles
*********************************/

body {
	margin: 0 auto 40px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(images/bg.jpg) top center no-repeat #fff;
}

h1,h2,h3,h4,h5,p,ul,ol,li,div {
	margin: 0;
	padding: 0;
}

a {
	color: #336B9E;
	text-decoration: none;
}

a:hover {
	color: #B4001B;
	cursor: pointer;
}

a img {
	border: none;
}


/* = Site Wrapper
*********************************/

#wrapper {
	width: 820px;
	padding: 0 60px 1px;
	margin: 0 auto;
	text-align: center;
	background: url(images/shadow.png) bottom center no-repeat;
}


/* = Header
*********************************/

#header {
	width: 820px;
	padding: 30px 0 20px;
	text-align: left;
}

#header h1 {
	font-weight: 700;
	font-size: 50px;
	color: #B4001B;
	margin-top: -10px;
	padding-bottom: 5px;
}

#header p {
	font-size: 16px;
	color: #333;
}

#header img.logo {
	float: right;
	display: inline;
}


/* = Canvas
*********************************/

#canvas {
	background: url(images/canvas-middle.png) top left repeat-y;
	text-align: left;
	position: relative;
	width: 820px;
}

#canvas .top {
	width: 820px;
	height: 41px;
	background: url(images/canvas-top.png) top left no-repeat;
	clear: both;
}

#canvas .bottom {
	width: 820px;
	height: 41px;
	background: url(images/canvas-bottom.png) top left no-repeat;
	clear: both;
}

#canvas h2 {
	color: #B4001B;
	font-size: 16px;
	font-weight: bold;
	padding: 0 40px 5px 44px;
}

#canvas p {
	font-size: 14px;
	line-height: 20px;
	padding: 0 40px 20px 44px;
	color: #333;
}


/* = Form Wrapper
*********************************/

#formwrapper {
	background: url(images/form-middle.jpg) top left repeat-y;
	text-align: left;
	width: 400px;
	margin: 0 35px 0 40px;
	padding: 0;
	float: right;
	display: inline;
	position: relative;
}

#formwrapper.success form {
	height: 430px;
}

#formwrapper.success p {
	width: 250px;
	font-size: 14px;
	color: #333;
	padding: 0;
}

#formwrapper .top {
	background: url(images/form-top.jpg) top left no-repeat;
	height: 7px;
	width: 400px;
}

#formwrapper form {
	padding: 10px 0 20px 35px;
	margin: 0;
	background: url(images/form-bottom.jpg) bottom left no-repeat;
}

#formwrapper h2 {
	color: #331C0B;
	font-size: 22px;
	padding: 0 0 15px 0;
}

#formwrapper label {
	font-weight: bold;
	color: #331C0B;
	font-size: 12px;
	display: block;
	padding-bottom: 2px;
}

#formwrapper .error {
	color: #B4001B;
}

#formwrapper input {
	font-size: 17px;
	width: 251px;
	height: 19px;
}

#formwrapper textarea {
	font-size: 13px;
	width: 255px;
	height: 30px;
	border-color: #ccc;
}

#formwrapper div {
	padding-bottom: 10px;
	clear: left;
}

#formwrapper div div {
	float: left;
	display: inline;
	padding-right: 17px;
	clear: none;
}

#formwrapper div div input {
	width: 114px;
}


#formwrapper input#f_send {
	width: 94px;
	height: 34px;
	margin-top: 10px;
	margin-left: 165px;
	border-color: none;
}

.shadow {
	bottom: 0;
	right: -12px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
}

.paperclip {
	top: -11px;
	right: -3px;
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	behavior: url(iepngfix.htc);
}









	
