	
	/* 
		----------------------------------------------------
		CSS:		Evelevensoft.com
		Created: 	February 2009
		Author:     Mike Kus
		URL:		http://www.carsonified.com
	   	---------------------------------------------------
	*/



/*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;}

/*
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:#e6e6e6;
}

body {

}

body, input, select, textarea {
	font-family:Helvetica, Arial, sans-serif;
	font-size:100%;
	color:#545351;
}









/* Text______________________________________________________________________________________________________ */

h2 {
	font-size:130%;
	color:#39abe6;
	letter-spacing:-0.05em;
	float:right;
	padding:67px 0px 67px 0px;
	margin-right:-60px;
}

h3 {
	font-size:380%;
	font-weight:bold;
	color:#272624;
	letter-spacing:-0.05em;
	margin-bottom:40px;
}

h4 {
	font-size:200%;
	color:#39abe6;
	letter-spacing:-0.05em;
	margin-bottom:5px;
}

h5 {
	font-size:280%;
	font-weight:bold;
	color:#272624;
	letter-spacing:-0.05em;
	margin-bottom:10px;
}


p {
	letter-spacing:-0.05em;
	padding-bottom:30px;
}

#content p span {
	font-weight:bold;
	color:#39abe6;
}

p.underline {
	border-bottom:1px solid #d2d2c8;
	margin-bottom:30px;
}








/* Links ______________________________________________________________________________________________________ */

a {
	color:#fe7000;
	text-decoration:none;
}

a:hover {
	color:#39abe6;
}

a.special {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	padding:5px 8px 4px 8px;
	background-color:#ff7800;
}

a.special:hover {
	color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#39abe6;
}










/* Header & Navigation_____________________________________________________________________________________________________ */

#navBar {
	width:960px;
	margin:0px auto 0px auto;
}

#navBarWrapper {
	width:100%;
	background-color:#272624;
}

#navBar ul {
	list-style-type:none;
	padding:24px 0px 20px 0px;
}

#navBar ul li {
	list-style-type:none;
	display:inline;
	padding:0px 15px 0px 0px;
}

#navBar ul li a {
	text-decoration:none;
	letter-spacing:-0.05em;
	font-size:95%;
	font-weight:bold;
	color:#919184;
}

#navBar ul li a:hover,
#home #navBar ul li a.home,
#conductrus #navBar ul li a.conductrus,
#contact #navBar ul li a.contact {
	color:#39abe6;
}

#header {
	width:960px;
	margin:0px auto 0px auto;
}

#headerWrapper {
	width:100%;
	background-color:#e7e6cc;
}







/* Content Areas______________________________________________________________________________________________ */

#content {
	width:960px;
	margin:0px auto 0px auto;
	padding:45px 0px 0px 0px;
}

#contentWrapper {
	width:100%;
	background-color:#fff;
}

.primaryContent {
	width:635px;
	float:left;
}

.secondaryImage {
	background-color: #0c203b;
	margin-bottom: 30px;
	-moz-border-radius:2ex;
	-webkit-border-radius:2ex;
}
.secondaryContent {
	float:right;
	width:275px;
}









/* Footer ______________________________________________________________________________________________ */

#footer {
	width:960px;
	margin:0px auto 0px auto;
	padding:30px 0px 60px 0px;
}

#footer p {
	font-size:80%;
	letter-spacing:0em;
	line-height:20px;
}

p#hcard-Elevensoft {
	width:500px;
	float:left;
}

p#footerRight {
	width:300px;
	float:right;
	text-align:right;
}









/* Image Replacement _____________________________________________________________________________________________________ */

h1.elevensoftLogo {
	background:url(../images/presentation/elevensoft_logo.png) top left no-repeat;
	display: block;
	width:285px;
	height:108px;
	border:none;
	float:right;
	margin:0px -5px -45px 0px;
	}
	
h1.elevensoftLogo span {
	display:none;
	}

	
	
	
	
	
	
	
	
	
/* Images _____________________________________________________________________________________________________ */	

.conductrusSreenshot {
	float:right;
	margin:0px 0px 0px 30px;
}

.environmentalSreenshot {
	float:right;
	margin:0px 0px 0px 30px;
}





/* Misc _____________________________________________________________________________________________________ */

.right {
	float:right;
}

.left {
	float:left;
}

hr {
	margin-bottom: 15px;
	color: #E7E6CC;
}






/* =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 */		
