@charset "utf-8";
/* CSS Document */
#controller, #navHome, #navWhat, #navAbout, #navInvest, #navContact, #social img, #content, #top-fade, #logo{ behavior: url(pngfix/iepngfix.htc) } /* PNG FIX */
* {
	margin: 0px;
	padding: 0px;
}
body {
	background: url(images/bg_big.jpg) top center no-repeat #000;
}
a {
	outline: none;
}
a img {
	border: 0px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h3 {
	font-size: 16px;
	margin: 0 0 20px 0;
}
h4 {
	font-size: 12px;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin: 0 0 20px 0;
	line-height: 20px;
	color: #000;
}
table {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}
table label {
	cursor: pointer;
}
#controller {
	width: 100%;
	background: url(images/nav-repeat.png) repeat-x;
	height: 50px;
	margin: 0 0 60px 0;
}
	#social li {
		float: left;
		margin: 0 3px 0 0;
	}
	#social img{
		margin: 3px 0 0 0;
	}
	#controller ul {
		list-style-type: none;
		width: 730px;
		margin: 0 auto;
		padding: 0 0 0 20px;
	}
	#nav li {
		float: left;
		margin: 0 15px 0 0;
		cursor: pointer;
	}
	#navHome {
		background: url(images/nav_links.png) no-repeat;
		width: 81px;
		height: 28px;
		text-indent: -9999em;
		background-position: 0 3px;
		float: left;
	}
	#navHome:hover {
		background: url(images/nav_links.png) no-repeat;
		width: 81px;
		height: 28px;
		text-indent: -9999em;
		float: left;
		background-position: bottom left;
	}
	#navWhat {
		background: url(images/nav_links.png) no-repeat;
		width: 101px;
		height: 28px;
		text-indent: -9999em;
		background-position: -116px 4px;
		float: left;
	}
	#navWhat:hover {
		background: url(images/nav_links.png) no-repeat;
		width: 101px;
		height: 28px;
		text-indent: -9999em;
		background-position: -116px -42px;
		float: left;
	}
	
	#navAbout {
		background: url(images/nav_links.png) no-repeat;
		width: 124px;
		height: 28px;
		text-indent: -9999em;
		background-position: -266px 4px;
		float: left;
	}
	#navAbout:hover {
		background: url(images/nav_links.png) no-repeat;
		width: 124px;
		height: 28px;
		text-indent: -9999em;
		background-position: -266px -42px;
		float: left;
	}
	#navInvest {
		background: url(images/nav_links.png) no-repeat;
		width: 116px;
		height: 28px;
		text-indent: -9999em;
		background-position: -418px 4px;
		float: left;
	}	
	#navInvest:hover {
		background: url(images/nav_links.png) no-repeat;
		width: 116px;
		height: 28px;
		text-indent: -9999em;
		background-position: -418px -42px;
		float: left;
	}
	
	#navContact {
		background: url(images/nav_links.png) no-repeat;
		width: 101px;
		height: 28px;
		text-indent: -9999em;
		background-position: -591px 3px;
		float: left;
	}
	#navContact:hover {
		background: url(images/nav_links.png) no-repeat;
		width: 101px;
		height: 28px;
		text-indent: -9999em;
		background-position: -591px -43px;
		float: left;
	}

#content {
	width: 960px;
	margin: 0 auto;
	background: url(images/fade-top-wide.png) no-repeat;	
	padding: 31px 0 0 0;
}
#top-fade {
	background: url(images/bg_repeat-wide.png);	
	padding: 0 0 0 40px;
}
	#top-fade ul{
		margin: 20px 0 20px 30px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
	}
		#top-fade ul li {
			margin: 0 0 5px 0;
		}
	#logo {
		margin: 30px 0 0 0;
	}
#home{
	background: url(../images/home.gif) no-repeat;
	width: 57px;
	height: 16px;
	text-indent: -9999em;
	margin: 36px 0 36px 0;
}
#whatido{
	background: url(../images/whatido.gif) no-repeat;
	width: 102px;
	height: 18px;
	text-indent: -9999em;
	margin: 36px 0 36px 0;
}
#about{
	background: url(../images/aboutme.gif) no-repeat;
	width: 97px;
	height: 19px;
	text-indent: -9999em;
	margin: 36px 0 36px 0;
}
#investment{
	background: url(../images/investment.gif) no-repeat;
	width: 111px;
	height: 16px;
	text-indent: -9999em;
	margin: 36px 0 36px 0;
}
#contact{
	background: url(../images/contact.gif) no-repeat;
	width: 79px;
	height: 16px;
	text-indent: -9999em;
	margin: 36px 0 36px 0;
}
.amp {
	color: #FF0000;
}
/***********************************************************************************************
FOOTER
***********************************************************************************************/
#footer {
	background: url(../images/footer-wide.png) no-repeat top left;
	width: 960px;
	height: 85px;
	margin: 0 auto;
}
#footer p {
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 35px 0 0 40px;
}
#footer a {
	color: #FFF;
}
