* {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;	
	font-family: Century Gothic, futura, URW Gothic L, Verdana, sans-serif;
	font-size: 13px;
	line-height: 18px;
}

img {
	border: 0;
	margin: 0;
}
#container {
	max-width: 900px;
	margin: auto;
}

#container img.banner {
	max-width: 100%;
	height: auto;
	margin-bottom: 0;
	padding-bottom: 0;
}

#main {
	background: #ebf1f1;	
	background-size: cover;
	padding: 20px 45px 45px 45px;
	margin-top: 0;
}

h1 {
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-size: 30px;
	line-height: 46px;
	 
}
h2 {
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	line-height: 26px;
	margin-bottom: 0px;
}
h3 {
	color: #203c8a;
	text-align: center;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 10px 0 0 0;
}
p {
	color: #000000;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	margin: 20px 0 0 0;
}
ul {
	font-size: 13px;
	line-height: 18px;
	margin: 20px 0 0 15px;
	padding: 0;
	list-style-type: disc;
	list-style-position: outside;
	color: #000000;
}
li {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 0 15px;
	padding: 0;
	text-align: left;
	font-weight: normal;
	color: #000000;
}
#content {
	background: #ebf1f1;
	display: table;
	margin: auto;
	max-width: 95%;
	padding: 0 2% 2% 2%;
	
}
#content .product, #content form {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}
#content .product {
	text-align: center;
}
#content .product img {
	width: 100%;
	max-width: 380px;
	margin-bottom: 5px;
	height: auto;
}
#content .product a {
	display: block;
	-moz-border-radius: 5px;
	font-size: 13px;
	padding: 2px 2%;
	max-width: 200px;
	border: 0;
	border-radius: 5px;
	background: #ffffff;
	color: #000000;
	text-transform: uppercase;
	text-align: center;
	margin: auto;
	text-decoration: none;
}
input
{
	color: #666666;
	background: #ffffff;
	border: 0;
	margin-bottom: 14px;
	padding: 2px 2%;
	width: 96%;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
        color: #999999;
        opacity: 1; }

button {
	-moz-border-radius: 5px;
	font-size: 13px;
	padding: 2px 2%;
	margin-top:10px;
	width: 100%;
	border: 0;
	border-radius: 5px;
	background: #009c4a;
	color: #ffffff;
	text-transform: uppercase;
	text-align: center;
}

button:hover {
	background: #ffffff;
	color: #203c8a;
	cursor: pointer;
}

ul.parsley-errors-list, li.parsley-required {
	list-style:none;
	color:#ff0000;
	margin-top:-10px;
}
input.parsley-error {
	background-color: #F2DEDE;
}

@media (max-width: 640px) {
	#main {
		padding: 0 25px 25px 25px;
	}
	#content {
		display: block;
	}
	#content .product, #content form {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
}