/* ==================== 

Title:			Infratherm - main stylesheet
Author:		Benjamin Tollady (http://www.thirststudios.com)
Contact:		ben@thirststudios.com
Version:		0.1
Last Updated:	13/03/2009

==================== */

.left {
	float: left;
}
.right {
	float: right;
}
#header, #content {
	font: 1.2em/1.4 Helvetica, Arial, sans-serif;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.5em;
}
h2 {
        color: #d4316d;
}
h1 {
        margin-bottom: 1em;
}
a, a:link, a:visited {
	text-decoration: none;
	color: #0f7db6;
}
a:hover, a:active {
	color: #d4316e;
	text-decoration: underline;
}
p, ul, ol {
	margin-bottom: 1em;
}
li {
	margin-bottom: 0.5em;
}
h1 {
	font-size: 1.69em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
h4, h5 {
	font-weight: bold;
}
#secondaryContent h3 {
	font-size: 1.08em;
}
#content .inner a img {
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	background: #fff;
}
#content .inner a:hover img {
	border: 1px solid #d4316e;
}
img {
	margin-bottom: 1em;
}
#header {
	width: 100%;
	overflow: hidden;
	background: #fff url(/images/assets/headerBot.gif) 0 100% repeat-x;
}
#wrapper {
	display: block; 
	position: absolute; 
	min-height: 100%;
	width: 100%;
}
#content {
	width: 100%;
	overflow: hidden;
	background: #fff url(/images/assets/blueFadeSml.jpg) 0 0 repeat-x;	
}
.home #content {
	width: 100%;
	overflow: hidden;
	background: #fff url(/images/assets/blueFade.jpg) 0 0 repeat-x;	
}
.inner {
	width: 940px;
	overflow: hidden;
	margin: 0 auto 0;
	position: relative;
	padding: 0 10px;
}
#content .inner {display: block; margin: 25px auto 4em;}
#logo {
	float: left;
	height: 72px;
	margin: 0;
	padding: 20px 0 45px 0;
	width: 330px;
}

#logo a {
	background: transparent url(/images/assets/infLogo.gif) no-repeat scroll 0 0;
	display: block;
	height: 72px;
	overflow: hidden;
	text-indent: -9999px;
	width: 330px;
}
#nav {
	float: right;
	margin: 60px 0 0 0;
}
#nav ul, #feature ul, ul.partnersList, .threeCols ul, ul#newsList, ul#subNav, .products ul.detailsList {
list-style: none;
margin: 0;
}
#nav li {
	float: left;
	margin-right: 10px;
}
#nav li#home, #nav li#products, #nav li#training, #nav li#support, #nav li#contact {
	position: absolute;
	top: 97px;
	padding: 0;
	margin: 0;
}
#nav li#home a, #nav li#products a, #nav li#training a, #nav li#support a, #nav li#contact a {
	height: 40px;
	display: block;
}

#nav li#home span, #nav li#products span, #nav li#training span, #nav li#support span, #nav li#contact span {
	background: #fff url(/images/assets/tabNav.gif) 0 0 no-repeat;
	height: 100%;
	width: 100%;
	cursor: pointer;
}
.tabs span {
	left: 0;
	display: block;
	top: 0;
	text-indent: -9999px;
	overflow: hidden;
}
#nav li#home a {
	width: 80px;
}
#nav li#home {
	right: 573px;
}
#nav li#home span {
	background-position: 0 -40px;
}
#nav li#products a {
	width: 103px;
}
#nav li#products {
	right: 465px;
}
#nav li#products span {
	background-position: -85px -40px;
}
#nav li#training a {
	width: 163px;
}
#nav li#training {
	right: 297px;
}
#nav li#training span {
	background-position: -193px -40px;
}
#nav li#support a {
	width: 170px;
}
#nav li#support {
	right: 122px;
}
#nav li#support span {
	background-position: -361px -40px;
}
#nav li#contact a {
	width: 117px;
}
#nav li#contact {
	right: 0px;
}
#nav li#contact span {
	background-position: -536px -40px;
}

#nav li#home a:hover span {
	background-position: 0 0;
}
#nav li#products a:hover span {
	background-position: -85px 0;
}
#nav li#training a:hover span {
	background-position: -193px 0;
}
#nav li#support a:hover span {
	background-position: -361px 0;
}
#nav li#contact a:hover span {
	background-position: -536px 0;
}

.home #nav li#home span {
	background-position: 0 -80px;
}
.products #nav li#products span {
	background-position: -85px -80px;
}
.training #nav li#training span {
	background-position: -193px -80px;
}
.support #nav li#support span {
	background-position: -361px -80px;
}
.contact #nav li#contact span {
	background-position: -536px -80px;
}

.hidden {
	display: none;
}
.home #feature {
	width: 950px;
	height: 270px;
	padding: 15px;
	background: transparent url(/images/assets/featureBgHome.png) 0 0 no-repeat;
	margin: 15px auto 0;
	position: relative;
	overflow: hidden;
}
#feature .col1, #feature .col2, #feature .col3 {
	width: 310px;
	height: 270px;
	float: left;
	position: relative;
	margin-right: 10px;
}
#feature .col3 {
	margin: 0;
}
#feature h2 {
	position: absolute;
	bottom: 0;
	width: 310px;
	display: block;
	margin: 0;
	z-index: 20;
}
#primaryContent, #secondaryContent {
	float: left;
	margin-bottom: 30px;
}
#primaryContent {
	width: 620px;
	padding-right: 20px;
        background: transparent;
}
.partners #primaryContent, .products #primaryContent {
        width: 940px;
padding: 0;
}
#secondaryContent {
	width: 300px;
}
.contact #primaryContent, .contact #secondaryContent {
	width: 460px;
}
#feature .col1 h2 a, #feature .col2 h2 a, #feature .col3 h2 a {
	width: 310px;
	display: block;
	margin: 0;
	height: 60px;
	text-indent: -9999px;
	outline: 0;
}
#feature .col1 h2 a {
	background: transparent url(/images/assets/featureNav.png) 0 0 no-repeat;
}
#feature .col2 h2 a {
	background: transparent url(/images/assets/featureNav.png) -320px 0 no-repeat;
}
#feature .col3 h2 a {
	background: transparent url(/images/assets/featureNav.png) -640px 0 no-repeat;
}
#feature .col1 h2 a:hover, #feature .col1 h2.active a {
	background: transparent url(/images/assets/featureNav.png) 0 -60px no-repeat;
}
#feature .col2 h2 a:hover, #feature .col2 h2.active a {
	background: transparent url(/images/assets/featureNav.png) -320px -60px no-repeat;
}
#feature .col3 h2 a:hover, #feature .col3 h2.active a {
	background: transparent url(/images/assets/featureNav.png) -640px -60px no-repeat;
}
#feature .panel {
	background: transparent url(/images/assets/panelGrad.png) 0 100% no-repeat;
	height: 160px;
	padding: 49px 15px 10px 15px;
}
#feature .panel h3 {
	color: #fff;
	font-size: 1.85em;
}

#feature .panel {
	display: none;
	position: absolute;
	bottom: 61;
	left: 0;
	z-index: 10;
	width: 310px;
}
#feature .panel ul {
        overflow: hidden;
}
.featureImage {
	width: 950px;
	height: 219px;
	background: transparent url(/images/assets/feature2.jpg) 0 0 no-repeat;
}

#feature .pics {
	width: 950px;
	height: 219px;
	display: none;
	position: absolute;
	top: 15px;
	left: 15px;
}
#feature .pics img {
	width: 950px;
	height: 219px;
	top: 0;
	left: 0;
}
#feature .panel li, .products .threeCols li {
	padding-left: 20px;
	background: transparent url(/images/assets/tick.png) 0 0 no-repeat;
	color: #fff;
}
#feature .panel li {
	line-height: 1;
}
#feature .panel li a {
	color: #fff;
}
#feature .panel li, .products .threeCols li {
	float: left;
	width: 110px;
	clear: left;
	min-height: 14px;
}
#feature .panel li a, .products .threeCols li a {
	display: block;
}
#feature .panel li.right, .products .threeCols li.right {
	float: right;
	clear: right;
}
.threeCols {
	clear: both;
}
.home .threeCols .col1, .home .threeCols .col2, .home .threeCols .col3 {
	float: left;
	margin: 0 20px 20px 0;
	width: 220px;
	overflow: hidden;
}
.home .threeCols .col3 {
	width: 460px;
	margin-right: 0;
}
.products .threeCols .col1, .products .threeCols .col2, .products .threeCols .col3 {
	width: 300px;
	float: left;
	margin: 0 20px 20px 0;
}
.products .threeCols .col3 {
	margin-right: 0;
}
#newsList li, #secondaryContent .partnersList li, .detailsList li, .partnersList li, #secondaryContent #newsList li, #results li, .partnersList li {
	border-top: 1px solid #ccc;
	padding: 0.5em 0;
	overflow: hidden;
}
.detailsList li, .partnersList li, #newsList li, #results li { 
	padding: 1em 0;
	overflow: hidden;
	display: block;
}
.home .newsList li {
	padding: 0.2em 0;
}
.newsList li span, p.date {
	font-size: 0.85em;
	color: #999;
}
.partners .partnersList li {
        xwidth: 460px;
}
.products .detailsList li {
        xwidth: 460px;
}
#footer {
	clear: both;
	width: 100%;
	padding: 1em 0 0;
	background: #a5d7ef;
	color: #fff;
	position: absolute; 
	display: block; 
	bottom: 0; 
	height: 3em;
	overflow: hidden;
}
#footer .inner  {
	width: 940px;
        margin: 0 auto;
	overflow: hidden;
}

.detailsList .partnersList li, .home .partnersList li {
	float: left;
	margin-right: 20px;
	border: 0;
    padding: 0.5em 0;
}
.detailsList .partnersList li.last, .home .partnersList li.last {
	margin-right: 0;
}
#content .inner img {
	border: 1px solid #ddd;
	padding: 4px;
	background: #fff;
}
p.firstPara {
	font-size: 1.08em;
	font-weight: bold;
}
.detailsList img, .partnersList img {
	float: left;
}
.detailsList .details {
	margin-left: 240px;
	overflow: hidden;
	width: 700px;
}
.detailsList h3 {
	clear: left;
}
.detailsList .details .info {
	overflow: hidden;
	width: 380px;
	margin-right: 20px;
	float: left;
}
.detailsList .details .partnersList {
	overflow: hidden;
	width: 300px;
	float: left;
}
.detailsList .partnersList li img {
	margin-bottom: 0;
}
.detailsList .partnersList li.right {
	float: right;
}
.partnersList .details, .detailsList .partnersList .details {
	margin-left: 80px;
}
#subNav {
	float: right;
	overflow: hidden;
	margin: 0.2em 0 0 0;
}
#subNav li {
	float: left;
	margin-left: 0.5em;
}
#subNav li a {
	padding: 0.1em 0.5em;
	background: #ecf7fc;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: block;
}
#subNav li.here a {
	background: #d4316d;
	color: #fff;
}
#header form {
	position: absolute;
	top: 20px;
	right: 0;
}
#header form input, #header form label {
	float: left;
	margin-left: 5px;
}
#searchForm input {
	float: left;
	margin: 0 5px 1em 0;
}
#newsList h2 span {
	font-size: 0.6em;
	background: orange;
	padding: 2px;
	margin: 0 5px 0 0;
	color: #000;
	position: relative;
	top: -2px;
}
#newsList h2 span.event {
	background: green;
	color: #fff;
}
li p:last-child {
	margin-bottom: 0;
}
.testimonialPanel {
	width: 300px;
	padding: 0;
	background: transparent url(images/assets/quoteTop.png) 0 0 no-repeat;
	margin-bottom: 2em;
}
.testimonialPanel blockquote {
	background: transparent url(images/assets/quoteBottom.png) 0 100% no-repeat;
	padding: 10px 20px 30px 70px;
	position: relative;
	bottom: -15px;
	font-size: 1.1em;
	font-family: georgia, serif;
	font-style: italic;
}
.testimonialPanel blockquote span {
        font-size: 0.8em;
        font-style: normal;
         font-family: Helvetica, Arial, sans-serif;
        color: #666;
}
#contact_form {
	background: #f3f3f3;
	padding: 20px;
	border: 1px solid #ccc;
}
input, textarea {
	padding: 3px;
	border: 2px solid #ccc;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	color: #333;	
}
#contact_form textarea {
	width: 410px;
}
input.submit {
	border: 0;
	padding: 0;
}
label.error {
	color: #db3472;
	clear: both;
	display: block;
}
#newsList li span.eventDates {
       color: green;
}
ul.partnersList {
	overflow: hidden;
}
ul {
        list-style: disc;
	margin: 0 0 1em 1.5em;
	padding: 0;
}
#intro {
        position: relative;
}
#intro p.firstPara {
        position: absolute;
        top: 25px;
        left: 5px;
        width: 530px;
        color: #000;
        padding: 10px;
        font-size: 1.2em;
        font-weight: normal;
        background: #fff;
        font-style: italic;
}