body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	
}

body {
	background: url(img/landing/bg_top.png) 0 0 repeat-x;
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#bg {
	background: url(img/landing/bg.jpg) center 97px repeat-x;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	height: auto !important;
	height: 100%;
	
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	width: 1050px;
	height: 97px;
	background: url(img/landing/logo.png) 54px 0 no-repeat;
	margin: 0 auto;
	
}

#date {
	color: white;
	font-size: 24px;
	text-shadow: 0 1px 1px black;
	font-weight: bold;
	width: 1000px;
	height: 97px;
	text-align: right;
	padding: 40px 25px;

}


/* Middle
-----------------------------------------------------------------------------*/
#stripe {
	background: url(img/landing/stripe.png) center 394px no-repeat;
	min-width: 1050px;
}

#content {
	width: 1050px;
	margin: 0 auto;
	padding: 0 0 55px;
	min-height: 740px;
	background: none;

}


#monitor {
	display: block;
	width: 525px;
	padding-top: 430px;
	height: 245px;
	background: url(img/landing/monitor.png) 30px 30px no-repeat;
	float: left;

}

#monitor p {
	margin: 40px 50px 0 40px;
	font-size: 32px;
	font-weight: bold;
	color: #1A1A1A;
	line-height: 44px;

}

#text {
	display: block;
	width: 500px;
	height: 675px;
	float: left;
	background: none;
	padding-left: 25px;
	
}

#text h1 {
	padding-top: 50px;
	font-variant: normal;
	font-weight: bold;
	font-size: 48px;
	text-shadow: 0px 1px 1px #fbf6fb;
	color: #4A1448;
	margin-bottom: 20px;

}

#text ul {
	list-style: none;
	margin-left: 13px;
	font-size: 20px;
	color: #6E1D6B;
	font-weight: bold;
	letter-spacing: -.01em;
	
}

#text li {
	background: url(img/landing/check.png) 0 13px no-repeat;	
	padding: 14px 0 0 32px;
	
}

#checked li {background: url(img/landing/checked.png) 0 6px no-repeat;}

#form {
	padding: 75px 0 0 15px;
	color: #93278F;
	
}

.form_field {
	padding-bottom: 13px;
}

.form_field span {
	width: 165px;
	display: block;
	float: left;
	font-size: 26px;
	padding-top: 7px;
}

#form div.form_field input {
	font-size: 24px;
	width: 310px;
	height: 35px;
	padding: 0 2px;
	background: white;
	border: 1px solid #E9D4E9; 
}

#button {
	display: block;
	width: 299px;
	height: 49px;
	text-align: center;
	color: white;
	text-shadow: 0 1px 1px black;
	border: 0!important;
	background: url(img/landing/button.png) center no-repeat;
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0 0 180px;
}

.thankyou {
	margin-top: 30px;
	background: url(img/landing/checked.png) 0 6px no-repeat;
	font-size: 22px;
	line-height: 32px;
	display: block;
	padding-left: 35px;
	padding-top: 5px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	margin: -55px auto 0;
	height: 55px;
	background: url(img/landing/bg_top.png) 0 0 repeat-x;
}

#copyright {
	color: white;
	font-size: 14px;
	text-align: right;
	width: 1000px;
	margin: 0 auto;
	padding: 15px 25px;
	background: url(img/landing/star.png) 50px 10px no-repeat;
	
}