@charset "utf-8";
/* CSS Document */
/* Add your custom CSS here */

/* -- Setup -- */
* {
	border: 0;
	margin: 0;
	padding: 0;
}
body {
	background: #153554;
	background: url(../images/page-bgr-inner.jpg) repeat-x #153554;	
	color: #FFFFFF;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.8;
}
a {
	color: #448cca;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
input, select, textarea {
	border: 1px solid #636363;
	font-size: .909em;
	padding: 2px;
	color: #AAA;
}
h1,h2,h3,h4,h5,h6 { 
	font-weight: normal; 
	color: #FFFFCC; 
} 
h1 { 
	font-size: 3em; 
	line-height: 1; 
	margin-bottom: 0.5em; 
} 
h2 { 
	font-size: 2em; 
	margin-bottom: 0.75em; 
} 
h3 { 
	font-size: 1.5em; 
	line-height: 1; 
	margin-bottom: 1em; 
} 
h4 { 
	font-size: 1.2em; 
	line-height: 1.25; 
	margin-bottom: 1.25em; 
} 
h5 { 
	font-size: 1em; 
	font-weight: bold; 
	margin-bottom: 1.5em; 
} 
h6 { 
	font-size: 1em; 
	font-weight: bold; 
} 
p { 
	margin: 0 0 1.5em; 
} 
p img.left { 
	float: left; 
	margin: 1.5em 1.5em 1.5em 0; 
	padding: 0; 
} 
p img.right { 
	float: right; 
	margin: 1.5em 0 1.5em 1.5em; 
} 
 
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 1.4em; 
	width:100%
}
td, th {
	padding: 0;
}
hr {
	border-top: 1px solid #FFF;
	clear: both;
	height: 1px;
	margin: 0 0 10px;
	width: 100%;
}

/* -- Layout -- */
#page {
	width: 900px;
	height: 900px;
	margin: 0 auto;
	font-size: 0.786em;
}

/* -- Investor Signup -- */
#investor-signup {
	clear: both;
	float: left;
	width: 869px;
	height: 20px;
	padding: 10px 31px 0 0;
	text-align: right;
	overflow: hidden;
}
#investor-signup a {
	color: #FFFFFF;
	text-decoration: none;
}
#investor-signup a:hover {
	color: #448cca;
	text-decoration: underline;
}

/* -- Logo -- */
#header-logo {
	clear: both;
	float: left;
	width: 296px;
	height: 130px;
	overflow: hidden;
}
#header-logo h1 {
	display: none;
}

/* -- Navlinks -- */
#navlinks {
	float: left;
	width: 604px;
	height: 130px;
	overflow: hidden;
}
#navlinks li, ul {
	margin: 0;
	padding: 0;
}
#navlinks li {
	float: left;
	display: inline;
	text-indent: -9999em;
}
#navlinks li a {
	display: block;
	height: 130px;
}
#navlinks li#company {
	background: url(../images/btn-company-down.jpg) no-repeat;
	width: 139px;
}
#navlinks li#company a:hover {
	background: url(../images/btn-company-up.jpg) no-repeat;
	width: 139px;
}
#navlinks li#company a.active {
	background: url(../images/btn-company-up.jpg) no-repeat;
	width: 139px;
}

#navlinks li#projects {
	background: url(../images/btn-projects-down.jpg) no-repeat;
	width: 115px;
}
#navlinks li#projects a:hover {
	background: url(../images/btn-projects-up.jpg) no-repeat;
	width: 115px;
}
#navlinks li#projects a.active {
	background: url(../images/btn-projects-up.jpg) no-repeat;
	width: 115px;
}

#navlinks li#lithium {
	background: url(../images/btn-lithium-down.jpg) no-repeat;
	width: 100px;
}
#navlinks li#lithium a:hover {
	background: url(../images/btn-lithium-up.jpg) no-repeat;
	width: 100px;
}
#navlinks li#lithium a.active {
	background: url(../images/btn-lithium-up.jpg) no-repeat;
	width: 100px;
}

#navlinks li#investors {
	background: url(../images/btn-investors-down.jpg) no-repeat;
	width: 125px;
}
#navlinks li#investors a:hover {
	background: url(../images/btn-investors-up.jpg) no-repeat;
	width: 125px;
}
#navlinks li#investors a.active {
	background: url(../images/btn-investors-up.jpg) no-repeat;
	width: 125px;
}

#navlinks li#contact {
	background: url(../images/btn-contact-down.jpg) no-repeat;
	width: 125px;
}
#navlinks li#contact a:hover {
	background: url(../images/btn-contact-up.jpg) no-repeat;
	width: 125px;
}
#navlinks li#contact a.active {
	background: url(../images/btn-contact-up.jpg) no-repeat;
	width: 125px;
}

/* -- Footer -- */
#footer-left {
	clear: both;
	float: left;
	width: 588px;
	height: 20px;
	padding: 8px 0 0 16px; 
	overflow: hidden;
}
#footer-left li, ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
#footer-left li {
	float: left;
	display: inline;
	margin-right: 30px;
}
#footer-left li a {
	display: block;
}

#footer-right {
	float: left;
	width: 276px;
	height: 20px;
	padding: 8px 20px 0 0;
	text-align: right;
	overflow: hidden;
}

/* -- Front Flash -- */
#home-flash {
	clear: both;
	float: left;
	width: 900px;
	height: 326px;
	overflow: hidden;
}
/* -- Front Left -- */
#home-content {
	clear: both;
	float: left;
	width: 900px;
	height: 280px;
	background: url(../images/content-bgr-home.gif) no-repeat;
}
#home-left {
	float: left;
	display: inline;
	background: #0b1c2c;
	width: 204px;
	height: 233px;
	margin: 0 0 0 50px;
	padding: 10px 10px 0 20px;
	overflow: hidden;
}
#home-left h2 {
	margin: 0; padding: 0;
	text-indent: -9999em;
	background: url(../images/left-title-latest-news.gif) no-repeat;
	width: 202px;
	height: 41px;
	margin-bottom: 3px;
}
#home-left a {
	font-weight: bold;
}
#home-left p {
	margin: 0; padding: 0;
	margin-bottom: 8px;
}

#home-right {
	float: left;
	display: inline;
	background: #0b1c2c;
	width: 509px;
	height: 233px;
	margin: 0 0 0 36px;
	padding: 0 10px 0 20px;
	overflow: hidden;
}
#home-right h2 {
	margin: 0; padding: 0;
	text-indent: -9999em;
	background: url(../images/title_home.gif) no-repeat;
	width: 500px;
	height: 39px;
	margin-top: 16px;
	overflow: auto;
}


/* -- Inner Flash -- */
#inner-flash {
	clear: both;
	float: left;
	width: 900px;
	height: 246px;
	overflow: hidden;
}
#inner-content {
	clear: both;
	float: left;
	width: 900px;
	height: 448px;
	background: url(../images/content-bgr-inner.gif) no-repeat;
}
#inner-left {
	float: left;
	display: inline;
	width: 234px;
	height: 435px;
	margin-left: 50px;
	overflow: auto;
}
.subnavlinks {
	float: left;
	width: 202px;
	padding: 10px 10px 10px 22px;
	background: #0b1c2c;
}
.subnavlinks li, ul {
	margin: 0; padding: 0;
	list-style: none;
}
.subnavlinks li {
	width: 194px;
	height: 28px;
	padding-top: 5px;
	background: url(../images/btn-left-bgr.gif) no-repeat;
	font-weight: bold;
	font-size: 1.182em;
}
/*.subnavlinks li#first {
	width: 194px;
	height: 24px;
	padding-top: 5px;
	background: url(../images/btn-left-bgr-first.gif) no-repeat;
	font-weight: bold;
	font-size: 1.182em;
}*/
.subnavlinks li#last {
	margin-bottom: 2em;
}
.subnavlinks li a {
	display: block;
}

#inner-right-container {
	float: left;
	display: inline;
	background: #0b1c2c;
	width: 539px;
	height: 432px;
	margin-left: 36px;
	overflow: auto;
}

#inner-right {
	width: 500px;
	margin: 23px 0 0 20px;
}
td.td-left {
	width: 200px;
	padding: 0 5px 5px 0;
}
td.td-right {
	width: 289px; 
	padding: 0 5px 5px 0;
}

/* -- Global -- */
input.btn {   
	color: #FFF;
	background: #165178;
}
span.blue {
	color: #448cca;
}