body, html {
	font-family: Arial, Helvetica, sans-serif;	
	height: 100%;
	background: url("../img/bg.jpg") no-repeat top center fixed #ffffff; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

a {
	color: #29AE04;
	text-decoration: none;
	cursor: pointer;
}

p {
	color: #292929;
	line-height: 18px;
	margin: 0 0 15px;
	font-size: 13px;
}

h2 {
	font-weight: normal;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	font-size: 20px;
	line-height: 25px;
	font-style: italic;
}

.tag {
	font-size: 12px;
	color: #FFFFFF;
	background-color: #a74725;
	display: inline-block;
	padding: 4px 4px 1px 4px;
	margin-bottom: 10px;
}

ul, ol, li {
	color: #333333;
	line-height: 16px;
	font-size: 12.5px;
	list-style-type: decimal; /* or 'decimal-leading-zero', 'upper-alpha', 'lower-alpha'... */
	list-style-position: outside; /* or 'outside' */
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
}

#fineprint {
	color:#a4a4a4;
	font-size:11px;
}

/* Overall wrap */

#global-wrap {
	min-height: 100%;	
}

/* Header content */
#header-grey {
	background:url(../img/grey_texture_bg.jpg) repeat-x;
	padding: 0;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#header-green {
	background-color: #29AE04;
	padding: 0;
	position: relative;
	top: 0px;
	width: 100%;
	z-index: 100;
}

#content-grey {
	height: 42px;
	margin: 0 auto;
	width: 800px;
}

#content-green {
	height: 15px;
	margin: 0 auto;
	width: 800px
}

.header-text {
	color:#FFFFFF;
	font-size:12px;
	padding-top: 10px;
}

#logo {
	margin: 0 0 20px;
}

/* Sections */

.wrap {
	margin: 0 auto;
	overflow: visible;
	width: 800px;
}

.section {
	padding-bottom: 416px;
	padding-top: 10px;
}

/* Containers */

#container {
	background: #ffffff;
	width: 500px;
	position:relative;
	float:left;
	margin: 0 140px 200px 140px;
	padding: 20px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#container-2 {
	background: #ffffff;
	width: 780px;
	position:relative;
	float:left;
	margin: 0 0 200px 0;
	padding: 20px;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#container-hero {
	width: 500px;
	position:relative;
	float:left;
	margin: 0 150px 0 150px;
}

#hero-image {
	width: 477px;
	height: 206px;
	background: url(../img/winwith-hero_001.png) no-repeat top center;
	position:relative;
	float:left;
	margin: 87px 16px 0 17px;
}

#hero-thanks {
	width: 477px;
	height: 206px;
	background: url(../img/thankyou-goodluck.png) no-repeat top center;
	position: relative;
	float: left;
	margin: 87px 16px 0 17px;
}

#hero-logo {
	float: left;
	margin: 0 16px 60px 17px;
	background: url(../img/logo_main.png) no-repeat top center;
	width: 477px;
	height: 96px;
}

/* Footer styles */

#footer-text {
	color:##333; 
	font-size:11px
}

#footer {
	background:#EFEFEF url(../img/footer_bg.jpg) repeat-x;
	height: 286px;
	margin-top: -226px;
	clear: both;
	position: relative;
} 

#footer .wrap {
	margin: 0 auto;
	overflow: visible;
	width: 800px;
	height: 226px;
	padding: 30px 0;
}

/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

/* Clear states */

.clear { 
	clear:both;
}

/* Form styles */

select, input, textarea {
	padding: 9px;
	border: solid 1px #afadad;
	outline: 0;
	font: normal 13px/100% Arial, sans-serif;
	background: #FFFFFF;
	/*background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;*/
	}

textarea { 
	width: 400px;
	max-width: 400px;
	height: 150px;
	line-height: 150%;
	}

input:hover, textarea:hover,
input:focus, textarea:focus { 
	border-color: #C9C9C9; 
	-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
	}
	
label {
	margin-left: 10px;
	color: #333;
	margin-right: 10px;
	}

/* button 
---------------------------------------------- */
.button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 14px 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.button:hover {
	text-decoration: none;
}

.button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: 2em;
	-moz-border-radius: 2em;
	border-radius: 2em;
}

.medium {
	font-size: 12px;
    padding: 7px 18px;
}

.small {
	font-size: 11px;
	padding: .2em 1em .275em;
}

/* color styles 
---------------------------------------------- */

/* green */
.green {
	color: #e8f0de;
	border: solid 1px #538312;
	background: #64991e;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
}
.green:hover {
	background: #538018;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b9d28), to(#436b0c));
	background: -moz-linear-gradient(top,  #6b9d28,  #436b0c);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b9d28', endColorstr='#436b0c');
}
.green:active {
	color: #a9c08c;
	background: -webkit-gradient(linear, left top, left bottom, from(#4e7d0e), to(#7db72f));
	background: -moz-linear-gradient(top,  #4e7d0e,  #7db72f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e7d0e', endColorstr='#7db72f');
}


/* disabled styles 
---------------------------------------------- */

button[disabled]:active, button[disabled],
input[type="reset"][disabled]:active,
input[type="reset"][disabled],
input[type="button"][disabled]:active,
input[type="button"][disabled],
select[disabled] > input[type="button"],
select[disabled] > input[type="button"]:active,
input[type="submit"][disabled]:active,
input[type="submit"][disabled] {
  display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 14px 30px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #FFFFFF;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
	background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#7db72f', endColorstr='#4e7d0e');
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */

}


/* Validation style (* required fields) */

#validate {
	font-size:13px;
	color: #FFFFFF;
	background-color: #ce171f;
	display: inline-block;
	margin-left: 5px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
}

/* info box styles */

#info {
	text-align:center;
	padding: 15px 0 3px;
	margin: 30px 0;
	background-color:#FFF;
	box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
