* {margin:0;padding:0;}

html, body {
	background-color: #fffefe;
	color: #333;
	font-family:'Nunito Sans', sans-serif;
	font-size: 0.9em;
	line-height: 1.4em;
	height: 100%;
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
	background-image: url(../images/bg_colours.gif);
	background-repeat: repeat-y;
	background-position: center top;
	background-size:100% 100%;
}
.wrapper {
	position:relative;
	width: 100%;
	
	 /* fallback */
	 background-image: url(../images/main_gradient.png); 
	 background-repeat: repeat-y;
	 /* Safari 4-5, Chrome 1-9 */
	 background: -webkit-gradient(linear, left top, right top, from(#e0e0e0), to(#fffefe)); 
	 /* Safari 5.1, Chrome 10+ */ 
	 background: -webkit-linear-gradient(left, #fffefe, #e0e0e0); 
	 /* Firefox 3.6+ */ 
	 background: -moz-linear-gradient(left, #fffefe, #e0e0e0); 
	 /* IE 10 */ 
	 background: -ms-linear-gradient(left, #fffefe, #e0e0e0); 
	 /* Opera 11.10+ */ 
	 background: -o-linear-gradient(left, #fffefe, #e0e0e0);
	text-align:left;
	clear:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -230px;
}
#header {
	margin: 0 auto;
	width: 960px;
	height: 115px;
	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: 724px;
}
.footer {
	margin: 0 auto;
	position: relative;
	width: 960px;
	height: 230px;
	clear: both;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: 720px bottom;
}
.push {
	height: 230px;
	clear: both;
}
a {
	text-decoration: none;
	color: #fff;
	outline:none;
	border:none;
}
a:hover {
	text-decoration: underline;
}
p {
	padding-bottom: 1em;
}
img {
	border: none;
}
.title{
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.9em;
	line-height: 1.1em;
	padding-bottom: 0.5em;
	font-weight: 700;
}
h3{
	font-size: 1.3em;
}
.faq_answer img {
	padding-bottom: 1em;
}
.subtitle{
	font-family: 'Nunito Sans', sans-serif;
	text-transform: uppercase;
	font-size: 1.2em;
	padding-bottom: 5px;
	font-weight: 700;
}
.main_image {
	margin-left: 17px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#logo {
	width: 337px;
	height: 81px;
	position: relative;
	left: 10px;
	top: 17px;
}
#logo a {
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
	outline:none;
	border:none;
}
#logo #logo_link {
	background-image: url(../images/clarity_logo.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 337px;
	height: 81px;
}
#top_area {
	background-color: #cb0f5c;
	color: #FFF;
	width: 100%;
	overflow: hidden;
	/* fallback */
	 background-image: url(../images/pink_gradient.png); 
	 background-repeat: repeat-x;
	 /* Safari 4-5, Chrome 1-9 */
	/*background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#cb0f5c), to(#731d4f));*/
	 /* Safari 5.1, Chrome 10+ */ 
	 /*background: -webkit-linear-gradient(top, #731d4f, #cb0f5c); */
	 /* Firefox 3.6+ */ 
	 /*background: -moz-linear-gradient(top, #731d4f, #cb0f5c); */
	 /* IE 10 */ 
	 /*background: -ms-linear-gradient(top, #731d4f, #cb0f5c);*/
	 /* Opera 11.10+ */ 
	 /*background: -o-linear-gradient(top, #731d4f, #cb0f5c);*/
}
.button {
	float: left;
	padding-right: 12px;
}
#purple_line {
	height: 3px;
	background-color: #861a51;
}
#quote_area {
	text-transform: uppercase;
	color: #771e52;
	width: 520px;
	margin: 0 auto;
	font-size: 1.6em;
	line-height: 1.2em;
	height: 115px;
	padding-top: 25px;
	padding-bottom: 3px;
}
#quote_author {
	color: #999999;
	font-size: 0.6em;
}
#integrity_logo {
	width: 136px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#copyright {
	color: #999999;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 auto;
}
#bottom_area {
	clear: both;
	width: 100%;
	color: #771e52;
	padding-top: 30px;
}
#left_area {
	width: 515px;
	float: left;
}
#right_area {
	padding-top: 35px;
	padding-bottom: 35px;
	padding-right: 20px;
	width: 425px;
	float: left;
}
#faq_area {
	padding-top: 35px;
	padding-bottom: 35px;
	width: 930px;
	padding-right: 20px;
	padding-left: 10px;
}
.content_area {
	margin: 0 auto;
	width: 960px;
}
.panels {
	width: 218px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
.panel_image {
	padding-bottom: 17px;
}
/*.dividers {
	width: 2px;
	background-color: #f1f1f1;
	float: left;
	height: 100%
}*/
#navigation {
	width: 525px;
	position: relative;
	left: 414px;
	top: -10px;
}
.ul_no_margin {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	float: left;
	list-style-type: none;
	height: 37px;
}
#navigation a {
	text-decoration: none;
	display: block;
	float: left;
	text-indent: -5000px;
	overflow: hidden;
	outline:none;
	border:none;
}
#navigation #home:hover,
#navigation #about:hover,
#navigation #faqs:hover,
#navigation #contact:hover,
#navigation #login:hover,
#navigation #facebook:hover,
#navigation #twitter:hover{
background-position:0 -37px;
}
#navigation #home {
	background-image: url(../images/btn_home.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 42px;
	height: 37px;
	margin-right: 21px;
}
#navigation #home2 {
	background-image: url(../images/btn_home.png);
	background-repeat: no-repeat;
	background-position: 0 -74px;
	width: 42px;
	height: 37px;
	margin-right: 21px;
}
#navigation #about {
	background-image: url(../images/btn_about.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 110px;
	height: 37px;
	margin-right: 21px;
}
#navigation #about2 {
	background-image: url(../images/btn_about.png);
	background-repeat: no-repeat;
	background-position: 0 -74px;
	width: 110px;
	height: 37px;
	margin-right: 21px;
}
#navigation #faqs {
	background-image: url(../images/btn_faqs.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 35px;
	height: 37px;
	margin-right: 21px;
}
#navigation #faqs2 {
	background-image: url(../images/btn_faqs.png);
	background-repeat: no-repeat;
	background-position: 0 -74px;
	width: 35px;
	height: 37px;
	margin-right: 21px;
}
#navigation #contact {
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 89px;
	height: 37px;
	margin-right: 42px;
}
#navigation #contact2 {
	background-image: url(../images/btn_contact.png);
	background-repeat: no-repeat;
	background-position: 0 -74px;
	width: 89px;
	height: 37px;
	margin-right: 42px;
}
#navigation #login {
	background-image: url(../images/btn_login.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 67px;
	height: 37px;
	margin-right: 3px;
}
#navigation #facebook {
	background-image: url(../images/btn_facebook.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 37px;
	height: 37px;
}
#navigation #twitter {
	background-image: url(../images/btn_twitter.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 37px;
	height: 37px;
}
#enquiry_form {
}
.form_field_left {
	width: 196px;
	/*padding-left: 5px;*/
	margin-right: 27px;
	float: left;
	margin-bottom: 5px;
}
.form_field_right {
	width: 196px;
	/*padding-left: 5px;*/
	float: left;
	margin-bottom: 5px;
}
.form_field_long {
	width: 419px;
	/*padding-left: 5px;*/
	float: left;
	margin-bottom: 5px;
}
.input_box {
	width: 196px;
	height:25px;
	background-image: url(../images/input_box.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow:hidden;
}
.input_box_long {
	width: 419px;
	height:25px;
	background-image: url(../images/input_box_long.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow:hidden;
}
.submit_button {
	width: 114px;
	height: 37px;
	border: none;
}
input.single_field {
    width: 196px;
    height: 25px;
    background: transparent;
    border: 0;
    padding: 2px 10px;
	color : #333;
	margin:-2px 0 0 -2px;
	outline: none;
}
input.single_field_ie {
    width: 196px;
    height: 25px;
    background: transparent;
    border: 0;
    padding: 2px 10px;
	color : #333;
	margin:-2px 0 0 -2px;
	outline: none;
	padding-top: 4px;
}
input.single_field_long {
    width: 419px;
    height: 25px;
    background: transparent;
    border: 0;
    padding: 2px 10px;
	color : #333;
	margin:-2px 0 0 -2px;
	outline: none;
}
input.single_field_long_ie {
    width: 419px;
    height: 25px;
    background: transparent;
    border: 0;
    padding: 2px 10px;
	color : #333;
	margin:-2px 0 0 -2px;
	outline: none;
	padding-top: 4px;
}
.error {
	/*background:#fbe3e4;*/
	color:#fff;
	font-size: 0.9em;
	/*border-color:#fbc2c4;*/
}
.error_area {
	padding-top: 0.5em;
}
.confirmation_text {
}
.form_row {
	clear: both;
}