	
	/* 
		----------------------------------------------------
		CSS:			conductr.us
		Created:		January 2009
		Author:			Mike Kus
		URL:			http://www.carsonified.com
		
		Amended:		May 2010
		Amended by:		Michael Bailey
		Amended URL:	http://thisisdeliberate.co.uk
	   	---------------------------------------------------
	*/

/*Reset*/

html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}legend{color:#000;}

html {
	overflow-y: scroll;
}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

/*Fonts Reset*/
body {font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.4.1
*/

/* PNG FIX for ie6 */

img, div, a, h1, li {
	behavior: url(../iepngfix/iepngfix.htc);
}

/* ___________________________________________________________________________________________________________ */

html {
	color:#fff;
	background:url(../images/presentation/background_tile_03.jpg) #3465a2 top repeat-x;
	background-attachment:fixed;
}

body {

}

body, input, select, textarea {
	font-family:Helvetica, Arial, sans-serif;
}


#pricingButton em{
	color:#99ce00;
}

/* Text______________________________________________________________________________________________________ */

h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:330%;
	letter-spacing:-1px;
	margin-bottom:30px;
}	

h1 span {
	color:#ff8400;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:330%;
	letter-spacing:-1px;
	margin-bottom:30px;
}

h2 span {
	color:#ff8400;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:200%;
	letter-spacing:-1px;
	margin-bottom:10px;
}
#why h3 {
	font-size: 165%;
}

p {
	font-size:145%;
	color:#b9c5d2;
	letter-spacing:-.055em;
	padding-bottom:30px;
}

p span {
	font-weight:bold;
	color:#fff;
}

/* Links ______________________________________________________________________________________________________ */

a.special,
#why #containerTwo .secondaryContent a,
#about #containerTwo .secondaryContent a {
	text-decoration:none;
	color:#fff;
	background-color:#ff7800;
	padding:4px 5px 2px 5px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

#why #containerOne .secondaryContent a:hover,
#help #containerOne .secondaryContent a:hover,
#about #containerTwo .secondaryContent a:hover {
	background-color:#3c92e1;
}

/* Content Areas______________________________________________________________________________________________ */

#containerOne {
	width:965px;
	padding:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#containerTwo {
	width:960px;
	margin:0px auto;
	/*padding:40px 0px 0px 0px;*/
	padding: 0;
}
#why #containerTwo {
	padding: 0;
}


#containerWrapper {
	width:100%;
	background:#15263d;
}

.content {
	padding-bottom:30px;
}

.primaryContent {
	width: auto;
	float:left;
	padding-right:4px;
}
#about .primaryContent,
#help .primaryContent {
	width: 588px;
}
#why .primaryContent {
	width: 960px;
}
.secondaryContent {
	float:right;
	width:317px;
}


/* Header_____________________________________________________________________________________________________ */

#header {
	width: 965px;
	margin-bottom:30px;
	border-bottom:1px solid #1b2c46;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#header #nav {
	float: right;
	margin-top: 10px;
}

#header #nav ul {
	list-style-type:none;
	float:right;
	margin-top: 5px;
}

#header #nav ul li {
	display:inline;
	padding:0px 0px 0px 30px;
}

#header #nav ul li a {
	text-decoration:none;
	color:#b9bdc4;
	letter-spacing:-1px;
	font-size:145%;
	padding:4px 5px 2px 5px;
}

#header #contact {
	width: 75%;
	float: right;
	color: #fff;
	padding-right: 3px;
}

#header #contact ul {
	list-style-type: none;
	float: right;
	margin-top: 5px;
}

#header #contact ul li {
	padding: 0;
}

#home #header ul li a.home,
#blog #header ul li a.blog,
#tour #header ul li a.tour,
#why #header ul li a.why,
#tourTranscript #header ul li a.tour,
#buzz #header ul li a.buzz,
#pricing #header ul li a.pricing,
#about #header ul li a.about,
#help #header ul li a.help {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ff7800;
}

#header #nav ul li a:hover {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ff7800;
}

/* Footer ______________________________________________________________________________________________ */

#footer {
	width:965px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#c2dbef;
	border-top:1px solid #5588b4;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#footer-links {
	height: 18px;
	margin-bottom: 10px;
	font-family: Helvetica,Arial,sans-serif;
    font-size: 111%;
}
#footer-links div.left {
	float: left;
	display: inline;
}
#footer-links div.right {
	float: right;
	display: inline;
}
#footer #footer-links a {
	font-weight: normal;
}

#footer p {
	font-size:100%;
	letter-spacing:0em;
}

#footer p span {
	font-weight:normal;
	color:#c2dbef;
}	

.highlight {
	font-weight:bold;
}

div#cta {
	position: relative;
	width: 100%;
	height: 84px;
	display: block;
	/*border-top:1px solid #314055;*/
}
div#ctafg,
div#ctabg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 34px;
	margin-top: 10px;
}
div#ctafg {
	color: #fff;
	font-size: 150%;
	text-align: center;
	margin: 28px 0;
}
div#ctabg {
	background-color:#fff;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	opacity: .25;
	filter:alpha(opacity=25);
	padding: 15px 0;
}
div#ctafg a.pricingButton {
	width: 210px;
	height: 34px;
	text-decoration:none;
	color:#fff;
	background-color:#FF7800;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	float:none;
	margin-left:20px;
	padding:10px 10px 6px 10px;
	font-size:126%;
}

div#ctafg a.pricingButton span {
	font-size:55%;
	float: none;
	font-family:Georgia, "Times New Roman", Times, serif;
}

div#ctafg a.pricingButton:hover {
	background-color:#00aeef;
}

div#ctafg .pricingButton {
	padding: 0;
	right: 0;
	background-position: 0;
}

#footer p {
	padding-bottom: 0;
}

#footer a {
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover {
	color:#ff7800;
}

p#hcard-Elevensoft {
	width:200px;
	float:left;
	line-height: 18px;
}

#footerNav {
	font-family:Helvetica,Arial,sans-serif;
	font-weight: normal;
}
#footerNav ul {
	list-style-type:none;
	float:right;
	margin-top: 5px;
}
#footerNav ul li {
	float:right;
	display: inline;
	padding-left: 5px;
}
#footerNav ul li a {
	text-decoration:none;
	color:#b9bdc4;
	letter-spacing:-1px;
	font-size:145%;
	padding:4px 5px 2px 5px;
}
#footerNav ul li a:hover {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#ff7800;
}

p#footerRight {
	width:200px;
	float:right;
	text-align:right;
	line-height: 17px;
}

/* Image Replacement _____________________________________________________________________________________________________ */

h1.homepageHeading {
	background:url(../images/content/h1_homepage2.png) top left no-repeat;
	display: block;
	width:960px;
	height:98px;
	border:none;
	padding-bottom:26px;
	margin-bottom:40px;
	border-bottom:1px solid #334b6a;
	}
	
h1.homepageHeading span {
	display:none;
	}

h1.homepageQuotes {
	/* background: url(../images/presentation/quotes.png) top left no-repeat; */
	display: block;
	width:960px;
	height:98px;
	border:none;
	padding-bottom:26px;
	margin-bottom:40px;
	border-bottom:1px solid #334b6a;
	}
	
h1.homepageQuotes span {
	display:none;
	}	
a.freeTrialLarge {
	background:url(../images/content/free_trial_large.png) top left no-repeat;
	display: block;
	width:316px;
	height:127px;
	border:none;
	margin:0px 0px 0px -20px;
	}
	
a.freeTrialLarge span {
	display:none;
	}

/* Images _____________________________________________________________________________________________________ */	

.tourImage {
	margin-bottom:45px;
	padding-bottom:60px;
	border-bottom:1px solid #314055;
}

.tourImageLast {
	margin-bottom: 0;
}
.illustrationAbout {
	float:right;
	margin:0px 0px 5px 45px;
}

.conductrusLogo {
	float:left;
	/*margin-left:-30px;*/
}	

.illustrationHome {
	margin:0px 9px 0px 0px;
	float:left;
}		

/* Misc _____________________________________________________________________________________________________ */

.underline {
	border-bottom:1px solid #424f62;
	margin-bottom:25px;
}

.underlineLight {
	border-bottom:1px solid #3f75a3;
	margin-bottom:25px;
}

.conductrusLogoSmall {
	float:right;
	padding-right: 50px;
	margin:-35px -20px 20px 0px;
	width: 300px;
}

/* =PATCHES
	---------------------------------------------------------- */
	
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
		}
	
	.clearfix {display: inline-block;}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	.clearfix {display: block;}
	/* End hide from IE-mac */		

h1.quotes {
	background:url(../images/content/h1_homepage1.png) top left no-repeat;
	display: block;
	width:960px;
	height:98px;
	border:none;
	padding-bottom:26px;
	margin-bottom:40px;
	border-bottom:1px solid #334b6a;
	}
	
h1.quotes span {
	display:none;
	}
	
#holdingHeader {
	width:960px;
	height: 135px;
	padding:20px 0px 20px 0px;
	margin-bottom:30px;
	border-bottom:1px solid #1b2c46;
}

#holdingHeader img {
	float: left;
}

#holdingHeader h3 {
	float: right;
	width: 60%;
	padding-top: 45px;
	color: white;
}

#holdingHomepageContent {
	padding-bottom:30px;
}

#holdingHomepageContent img {
	margin-bottom: 20px;
	padding-left: 20px;
}

#holdingHomepageContent ul {
	list-style-type:none;
	margin-bottom:25px;
}

#holdingHomepageContent ul li {
	font-size:120%;
	letter-spacing:-.055em;
	padding:5px 0px 5px 30px;
	background:url(../images/presentation/bullet_tick.png) left center no-repeat;
	color: #cccccc;
}
#holdingHomepageContent ul li span {
	font-weight: bold;
	font-size: 120%;
	color: white;
}

#holdingHomepageContent p {
	font-size: 120%;
	color: white;
}

#holdingHomepageContent span {
	font-weight: bold;
	font-size: 120%;
}
