@import url(/assets/css/common.css);

#contact {
	background: #040927 url(../img/head_bg.jpg) repeat-x center top;
}
#contact #page {
	background: url(../img/underwater_head.jpg) no-repeat center top;
}
#contact {
	font-size: 0.8em;
}
#contactHead {
	height: 170px;
	margin-bottom: 50px;
	position: relative;
}
#contactHead h2 {
	position: absolute; top: 50px; left: 0;
	margin: 0; padding: 0;
}
#contactHead p.awesome {
	width: 220px; height: 144px;
	background: url(../img/contact-sprite.gif) no-repeat;
	background-position: 0 -20px;
	position: absolute; top: 20px; right: 0;
}
#contactHead p.getready {
	width: 384px;
	position: absolute; top: 100px; left: 0;
}
/* -------- FORMS -------- */
#freequote, #contactus {
	float: left;
	width: 390px;
}
#contactus {
	margin-left: 130px;
}
#contact h2, #freequote h3, #contactus h3 {
	background: url(../img/contact-sprite.gif) no-repeat;
}
#contact h2 {
	width: 384px; height: 20px;
	background-position: 0 0;
}
#freequote h3 {
	width: 155px; height: 37px;
	background-position: 0 -165px;
}
#contactus h3 {
	width: 163px; height: 34px;
	background-position: 0 -207px;
}
#freequote h3, #contactus h3 {margin-bottom: 25px;}
#contact .req {
	padding: 0 0.3em;
	color: #c00;
}
#contact input, #contact textarea {
	width: 100%;
	font-size: 1.2em;
}
#contact select, #contact input, #contact textarea {
	border: solid 4px #fff;
}
#contact select:focus, #contact input:focus, #contact textarea:focus {
	border-color: #39f;
}
#contact #fq_submit, #contact #gen_submit {
	background: url(../img/contact-sprite.gif) no-repeat;
	border: none 0;
	cursor: pointer;
}
#contact #fq_submit {
	width: 333px; height: 62px;
	background-position: 0 -244px;
}
#contact #gen_submit {
	width: 212px; height: 47px;
	background-position: 0 -308px;
}
#contact #fq_submit, #contact #gen_submit {
	position: absolute;
}
#contact #fq_submit:focus, #contact #gen_submit:focus {
	border: solid 1px #ccc;
}
/* -------- QUIZZES -------- */
input#fq-quiz, input#cu-quiz {width: 50px;}

/* -------- VALIDATION MSGS -------- */
span.wpcf7-not-valid-tip {
	background-color: #900;
	color: #000;
	border-width: 10px;
}
/* -------- FOOTER -------- */
#footer {
	padding: 1em 0;
	text-align: center;
}
#footer p {
        margin-top: 40px;
}
