/*
Theme Name: Perspirex
Description: Perspirex Website Theme
Author: Sean Bowen
Author URI: http://www.sbowen.co.uk/
Version: 1.5
*/

/*			Reset			 */
*, html, body { 
	margin:0; 
	padding:0; 
	/*height: 100%;*/
	}

fieldset, img { 
	border:0; 
}

h1, h2, h3, h5, h5, h6 { 
	font-size:100%; 
	}

ul { 
	list-style:none; 
}

/*   General Styling    */

body {
	background: #F1F1F1;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

h1, h2, h3 {
	color: #01A7E5;
	padding: 0px 0px 14px 0px; 
	margin: 0px;
}

h1 {
	font-size: 36px;
	line-height: 36px;
}

h2 {
	font-size: 24px;
	line-height: 24px;
}

h3 {
	font-size: 16px;
	line-height: 20px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
	color: #01A7E5;
	margin: 0px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding: 0px 0px 14px 0px; 
	margin: 0px;
	color: #585858;
}

#right h2 {
	font-size: 24px;
	line-height: 24px;
}

.first_paragraph {
	color: #01A7E5;
	font-size: 24px;
	line-height: 24px;
}

a {
	text-decoration: none;
	color: #01A7E5
}

a:hover {
	color: #90A4A3;
}

ol li {
	margin-left: 20px;
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
}

hr {
	display: block;
	border: 0;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px #01A7E5 solid;
}


.clear { 
clear: both; 
}

.clear_module { 
clear: both; 
}


.imgRight {
clear:right;
float:right;
margin: 2px 0px 2px 5px;
}

.imgLeft {
clear:left;
float:left;
margin: 2px 5px 2px 0px;
}

.pullout {
	width: 95%;
	margin-top: 20px;
	padding: 20px 20px 20px 20px;
	background-color: #F1F1F1; 
	border: #01A7E5 1px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pullout strong {
	color: #01A7E5;
	font-size: 24px;
	line-height: 24px;
}

.quote {
	margin-left: 30px;
	border-left: #01A7E5 5px solid;
	padding-left: 10px;
}

.right {
float:right;
}

.left {
float:left;
}



/*   Site Structure   */
	
#wrapper { 
margin: 0px auto; width: 1048px; 
background: #F1F1F1 url("images/body_bkgrd.jpg") repeat-y center; 
min-height: 100%; 
text-align: left; 
position:relative; 
padding:0px;  
}

#content {
width: 1002px;
margin-left: 23px;
	border-top: #01A7E5 8px solid;
	min-height: 1000px; 
}

#masthead {
	height: 146px;
	/*background: #fff url("images/masthead_shadow.jpg") repeat-x 0 0; */
	background: #fff url("images/masthead_shadow_new.jpg") repeat-x left bottom; 
	
}

#logo {
	float: left;
	padding-top: 35px; 
	padding-left: 30px;
	z-index: 999;
}

#logo h1 {
	text-indent:-5000px;
}

#splash {
	padding: 0;
	margin: 0;
	border-bottom: #01A7E5 3px solid;
}

#splash img {
	border-bottom: #01A7E5 3px solid;
}

#content_wrap {
min-height: 200px;
	background: #fff url("images/masthead_shadow.jpg") repeat-x left top; 
}

#content_shadow {
	height: 111px;
	margin-left: 23px;
	margin-right: 23px;
	background: #fff url("images/footer_shadow.jpg") repeat-x left bottom;

}

#left_col {
	float: left;
	width: 170px;
	padding: 48px 0 0 30px;
}

#right_col {
	float: right;
	width: 250px;
	padding: 48px 0 0 0;
}

#right_col p {
font-size: 11px;
}

#mid_col {
	float: left;
	width: 450px;
		padding: 48px 0 0 0;
}

#full_right_col {
	float: right;
	width: 760px;
	padding: 48px 20px 0 20px;
}

#full_left_col {
	float: left;
	width: 620px;
	padding: 48px 20px 0 20px;
}

#full_col {
	width: 940px;
	margin-left: 10px;
	padding: 48px 0 0 20px;
}

#full_col ul , #full_left_col ul , #full_right_col ul , #mid_col ul , #right_col ul, #full_col ol , #full_left_col ol , #full_right_col ol , #mid_col ol , #right_col ol {
	padding: 0px 0 10px 0px;

}



#full_col ul li, #full_left_col ul li, #full_right_col ul li, #mid_col ul li, #right_col ul li {
	padding: 2px 0 2px 22px;
	list-style-position: outside; 
	list-style:none; 
	background: transparent url("images/square_bullet.gif") no-repeat 0 8px; 
	font-family: Arial, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #585858;
}

.text_container_wrapper {
float: left;
position: relative;
width: 650px;
}

.text_container {
	width: 650px;
	height: 428px;
	overflow: hidden;
	border: 1px #01A7E5 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
	
.text_container_content {
	width: 400px;
	padding: 20px 20px 20px 20px;
}
	
	
.image_container {
	position: absolute;
	top: 50px;
	left: 385px;
	z-index: 99;

}

#footer {
	margin: 0px auto; width: 1048px; 
	background: #F1F1F1 url("images/footer_bkgrd.jpg") no-repeat center top; 
	font-size: 11px;	
	height: 50px;
}

#footer_copyright {
	float: left;
	padding-top: 15px;
	margin-left: 23px;

}

#footer_menu {
	float: right;
	padding-top: 15px;
	margin-right: 23px;

}

#footer .statement {
	margin-top: 5px;
	margin-left: 25px;
	margin-right: 10px;
} 


/*   Navigation   */

#top_right_nav {
	float: right;
	margin-top: 10px;
	margin-right: 20px;
	font-size: 11px;
	line-height: 12px;
}

#nav {
	float: left;
	margin-top: 45px; 
	margin-left: 20px;
		font-size: 18px;
	line-height: 20px;
}

#nav ul li {
	display: inline-block;
	float: left;
	list-style:none; 
}

#nav a {
	padding-left: 20px;
	/*color: #90A4A3;*/
	color: #585858;
}

#top_right_nav a, #footer a {
	color: #000;
}


#nav a, #top_right_nav a, #footer a {
	text-decoration: none;
}

#nav a:hover, #top_right_nav a:hover, #footer a:hover {
	color: #01A7E5
}

#side_nav {
	width: 140px;
	border-top: #01A7E5 5px solid;
}

#side_nav .sidenav {
	font-size: 14px;
	color: #01A7E5;
	line-height:16px; 
	padding: 10px 0 30px 0;
	border-bottom: 1px #585858 dotted;
	
}

#side_nav .sidenav a {
	color: #01A7E5;
}


#side_nav .sidenav a:hover {
	color: #585858;
}


#side_nav ul li {
	font-size: 12px;
	line-height:20px; 
	padding: 2px 0 2px 12px;
	list-style-position: outside; 
	list-style:none; 
	background: transparent url("images/grey_triangle.gif") no-repeat 0 7px; 
	border-bottom: 1px #585858 dotted;
}

#side_nav a {
	/*padding-left: 12px;*/
	text-decoration: none;
		/*color: #90A4A3;*/
	color: #585858;
}

#side_nav a:hover {
	color: #01A7E5
	
}

#nav .current_page_item, #side_nav .current_page_item {
	color: #01A7E5
}

#footer_menu ul li {
	display: inline-block;
	float: left;
	list-style:none; 
}


/*   Modules & Widgets   */

#left_module {
	float: left;
	width: 400px;
	/*margin-top: 20px;*/
	padding: 10px 20px 20px 20px;
	border: 2px #F0F4F3 solid;
	border-top: #01A7E5 3px solid; 
	background: #fff url("images/mod_bkgrd.jpg") repeat-x left bottom; 
}

#right_module {
	float: right;
	width: 400px;
	/*margin-top: 20px;*/
	margin-left: 20px;
	padding: 10px 20px 20px 20px;
	border: 2px #F0F4F3 solid;
	border-top: #01A7E5 3px solid; 
	background: #fff url("images/mod_bkgrd.jpg") repeat-x left bottom; 
}


.homepage_blueline, .homepage_greyline, .homepage_blue {
	float: left;
	width: 450px;
	height: 195px;
	
}

.padding_col {
		margin-left: 35px;
}

.homepage_mod_text_content {
	float: left;
	width: 410px;
	padding: 20px 20px 20px 20px;
	}

.homepage_mod_content {
	float: left;
	width: 230px;
	padding: 20px 10px 20px 20px;
	}

.homepage_mod_image {
	float: right;
	width: 180px;
}

.homepage_blueline {
	border: 1px #01A7E5 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.homepage_greyline {
		border: 1px #D3D3D5 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.homepage_blueline img, .homepage_greyline img {
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


.homepage_blue {
	background: #01A7E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar_module {
	float: right;
	width: 220px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 10px 20px 20px 20px;
	border: 2px #F0F4F3 solid;
	border-top: #01A7E5 3px solid; 
	background: #fff url("images/sidebar_bkgrd.jpg") repeat-y right top; 
}

#sidebar_module hr {
	margin: 5px 0 5px 0;
	border: 0; 
	height: 2px;
	padding: 0px; 
	color:#F0F4F3; 
	background: #F0F4F3; 
}

/*#sidebar_review {
	float: right;
	width: 220px;
	min-height: 350px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 10px 20px 20px 20px;
	border: 2px #F0F4F3 solid;
	border-top: #01A7E5 3px solid; 
	border-bottom: #01A7E5 3px solid; 
	background: #fff url("images/sidebar_bkgrd.jpg") repeat-y right top; 
}*/

#sidebar_review {
	float: right;
	width: 220px;
	min-height: 350px;
	margin-bottom: 20px;
	margin-right: 30px;
	padding: 20px 20px 20px 20px;
	background: #01A7E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#sidebar_review h2 {
color: #F7F000;
}

#sidebar_review p {
color: #fff;
padding-bottom: 5px;
}

.reviewer {
color: #01A7E5;
font-weight: bold;
}

.mod_reviewer {
color: #F7F000;
font-weight: bold;
}

.review_title {
	color: #F7F000;
	font-size: 24px;
	line-height: 24px;
}

.sidebar_blueline, .sidebar_greyline, .sidebar_blue {
	float: right;
	width: 240px; /* WAS 220 */
	margin-bottom: 30px;
}

.margin-right {
		margin-right: 30px;
}

.sidebar_mod_content {
	padding: 20px 20px 20px 20px;
}

.sidebar_blueline {
	overflow: hidden;
	border: 1px #01A7E5 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar_greyline {
	overflow: hidden;
	border: 1px #D3D3D5 solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.sidebar_blueline img, .sidebar_greyline img {
	overflow: hidden;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.sidebar_blueline .morelink, .sidebar_greyline .morelink, .homepage_blueline .morelink, .homepage_greyline .morelink {
	text-indent: -5000px;
	display: block;
	width:120px;
	height: 50px;
	background: transparent url("images/blue_button.png") no-repeat right top; 
}

.sidebar_blue .morelink, .homepage_blue .morelink {
	text-indent: -5000px;
	display: block;
	width:120px;
	height: 50px;
	background: transparent url("images/grey_button.png") no-repeat right top; 
}

.sidebar_blue {
	background: #01A7E5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.homepage_blue h2, .sidebar_blue h2, .homepage_blue a, .sidebar_blue a {
	color: #F7F000;
}

.homepage_blue a:hover, .sidebar_blue a:hover, .homepage_blue p, .sidebar_blue p {
	color: #fff;
}

/*   Forms   */

#contact_form, #comp-formid {
	margin-top: 20px;
}

#contact_response {
	margin-top: 60px;
}

#contact_perspirex p, div.field {
	padding: 10px 0 0 0;
}

#contact_perspirex label, #comp-formid label {
	line-height: 20px;
}

#contact_perspirex input[type="text"], #comp-formid input[type="text"], #comp-formid input[type="radio"], #contact_perspirex textarea, #comp-formid textarea,
#contact_perspirex select, #comp-formid select {
	font-size: 14px;
	padding:5px;
	/*border: 1px solid #01A7E5;*/
}

#comp-formid input[type="text"], #comp-formid input[type="radio"] {
    margin: 10px 0 0 0;
}

#review_form input[type="text"] {
	height: 22px;
}

#review_form input[type="text"], #review_form textarea, #review_form input[type="tickbox"] {
	border: 0;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	
	-webkit-box-shadow: inset 1px 1px 5px 1px #999;
	-moz-box-shadow: inset 1px 1px 5px 1px #999;
	box-shadow: inset 1px 1px 5px 1px #999;
}


.contact_button, .submit-container {
	margin-left: 310px;
	margin-top: 10px;
}

.review_button {
	float: right;
	width: 200px;
	margin-top: 20px;
	margin-left: 100px;
}

label.error, label span, span#terms-error {
padding: 20px;
color: red !important;
}

span#terms-error {
    display:block;
    padding-top:5px;
}

input.error { 
border: 1px solid red; 
}
