/*Simon Reynolds 01-19-10*/

* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	behavior: url("iepngfix.htc");
}

body {
	text-align: center;
	font-family: "Arial", helvetica, sans-serif;
	font-size: 62.5%;
	color: #ffffff;
}

#printLogo {
	display: none;
}

h2 {
	font-size: 2.1em;
	margin: 0px 0 8px 0;
	font-weight: normal;
	padding: 0 0 8px 0;
	width: 100%;
	color: #d8e2f7;
	border-bottom: 1px solid #556f9d;
}

p a {
	color: #e37b00;
}

/*custom backgrounds*/

body.home {
	background: #171719 url(../images/homeBg.jpg) no-repeat center top;
}

body.service {
	background: #171719 url(../images/serviceBg.jpg) no-repeat center top;
}

body.products {
	background: #171719 url(../images/productsBg.jpg) no-repeat center top;
}

body.team {
	background: #171719 url(../images/teamBg.jpg) no-repeat center top;
}

body.invest {
	background: #171719 url(../images/investBg.jpg) no-repeat center top;
}

body.contact {
	background: #171719 url(../images/contactBg.jpg) no-repeat center top;
}

/*--------*/

#contentLeft p.intro {
	padding: 35px 0 0 0;
	margin: 73px 0 0 0;
	border-top: 1px solid #556f9d;
	font-size: 1.6em;
}

.colorComp {
	font-weight: bold;
	color: #c0cee8;
	font-size: 1.1em;
}

#mainWrapper {
	margin: 0 auto;
	width: 1126px;
}

#headerWrapper {
	float: left;
	display: inline;
	width: 1126px;
	height: 88px;
}

#logo {
	float: left;
	display: line;
	width: 413px;
	height: 103px;
	margin: 0 0 0 54px;
}

#logo a {
	display: block;
	width: 413px;
	height: 103px;
	background: url(../images/logo.png) no-repeat;
	text-indent: -9000px;
}

#navWrapper {
	float: right;
	display: inline;
	width: 500px;
	height: 88px;
	margin: 0 69px 0 0;
}

#navWrapper ul li {
	float: right;
	display: block;
	margin: 32px 0 0 16px;
}

#navWrapper ul li a, #footerNav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	font-size: 1.4em;
	padding: 0 0 32px 0;
}

#navWrapper ul li a:hover {
	background: url(../images/roll.gif) no-repeat center bottom;
}

/*Active State*/
.home ul li a.homeActive,
.service ul li a.servicesActive, 
.products ul li a.productsActive, 
.team ul li a.teamActive,
.invest ul li a.investorsActive,
.resources ul li a.resourcesActive,
.contact ul li a.contactActive  {
	background: url(../images/roll.gif) no-repeat center bottom;
}

#content {
	float: left;
	display: inline;
	text-align: left;
	width: 1126px;
}

#contentLeft {
	float: left;
	display: inline;
	width: 541px;
	margin: 87px 0 0 90px;

}

#contentLeft p {
	font-size: 1.3em;
	line-height: 1.8em;
	padding: 16px 0 0 0;
}

#contentLeft h1 {
	display: block;
	width: 100%;
	height: 85px;
	text-indent: -9000px;
}

#contentLeft ul {
	margin: 20px 0 0 0;
}

#contentLeft ul li {
	line-height: 1.8em;
	font-size: 1.2em;
	color: #bad1ef;
	padding: 0 0 0 18px;
	background: url(../images/arrow.gif) no-repeat top left;
}

#footerWrapper {
	clear: both;
	width: 100%;
	height: 180px;
}

#footerNav {
	margin: 12px auto;
	width: 955px;
	height: 70px;
	padding: 0 0 22px 0;
	border-bottom: 1px solid #3f3f41;
}

#footerNav ul {
	float: left;
	margin: 0 0 0 0px;
}

#footerNav ul li {
	float: left;
	display: inline;
	margin: 60px 60px 0 0px;
}

#footerNav ul li a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #6e6c6a;
	font-size: 1.25em;
}

#footerNav ul li a:hover {
	text-decoration: underline;
}













#footerWrapper ul.right {
	float: right;
	margin: 0 0px 0 0;
	color: #e99f36;
}

#footerWrapper ul.right li a {
		color: #e18b04;
}

#content {
	background-image: none;
}

#footerWrapper {
	background: url(../images/footer.png) no-repeat top center;
}

#contentLeft {
		padding: 0 0 100px 0;
}

/*custom bg's*/

.home #contentLeft h1 {
	background: transparent url(../images/homeH1.gif) no-repeat top left;
}

.home #contentLeft {
	padding: 0 0 125px 0;
}

/*services*/

.service #contentLeft h1 {
	height: 100px;
	background: transparent url(../images/serviceH1.gif) no-repeat top left;
}

.products #contentLeft h1 {
	height: 100px;
	background: transparent url(../images/productsH1.gif) no-repeat top left;
}

.team #contentLeft h1, .contact #contentLeft h1 {
	height: 150px;
	background: transparent url(../images/teamH1.gif) no-repeat top left;
}

.invest #contentLeft h1 {
	height: 150px;
	background: transparent url(../images/investH1.gif) no-repeat top left;
}






