/* MAIN LAYOUT -------------------------*/

body {
	font-family: "Lucida Grande","Verdana",sans-serif;
	font-size: 8.5pt;
	color: #c4c1c1;
	line-height: 1.5;
	margin: 0px;
	padding: 0px;
	background: #2b2e33 url('../images/header_bg.jpg') repeat-x top left;
}
#container {
	width: 1000px;
	margin: 0px auto;
}

#header-nav  {
	margin-top: 65px;
	float: right;
}
#header-logo {
	float: left;
	margin-top: 20px;
}
#header-splash1 {
	background: url(../images/header_splash_blue.jpg);
	width: 1000px;
	height: 246px;
}
#header-splash2 {
	background: url(../images/header_splash_green.jpg);
	width: 1000px;
	height: 246px;
}
#header-splash3 {
	background: url(../images/header_splash_red.jpg);
	width: 1000px;
	height: 246px;
}

#content {
	padding-top: 30px;
	width: 1000px;
	float: left;
	padding-left: 20px;
}
#content-sub {
	float: left;
	width: 900px;
	padding-left: 27px;
	padding-top: 27px;
	background: url('../images/content_bg.jpg') top left no-repeat;
}
#content-left {
	float: left;
	width: 450px;
	padding-left: 27px;
	padding-top: 27px;
	margin-right: 5px;
	background: url('../images/content_bg.jpg') top left no-repeat;
}
#content-left-sub {
	float: left;
	width: 440px;
	padding-left: 0px;
	padding-top: 15px;
	text-align:justify;
}
#content-left-contacts{
	float: left;
	width: 250px;
	padding-left: 0px;
	padding-top: 15px;
	text-align:justify;
}
#content-right {
	float: left;
	width: 455px;
	padding-left: 27px;
	padding-top: 27px;
	background: url('../images/content_bg.jpg') top left no-repeat;
}
#content-right-sub {
	float: left;
	width: 440px;
	padding-left: 20px;
	padding-top: 15px;
	text-align:justify;
}
.home_content {
	clear: both;
	padding-top: 6px;
}

#footer {
	width: 1000px;
	margin: 0px auto;
	color: #ffffff;
	margin-top: 40px;
	clear: both;
}
#footer-container {
	margin-top: 10px;
	margin-bottom: 15px;
}
.footer-link {
	padding-right: 15px;
}
#footer a {
	color: #999999;
}


#asx {
	float: left;
	width: 200px;
	padding-left: 20px;
	padding-top: 15px;
	text-align:justify;
}
.asxtext {
	color: #fff;
	margin-left: 63px;
	padding-top: 8px;
}
.asxprice {
	color: #fff;
	font-size: 14px;
	margin-top: 17px;
	margin-left: 35px;
	background: #666666;
	width: 133px;
	height: 30px;
	position: relative;
	left: -12px;
	top: -9px;
}
.asxcost {
	padding-left: 35px;
}

.synergy {
	width: 40px;
	float: left;
}
.synergy_header_left {
	width: 360px;
	float: left;
}
.synergy_header {
	width: 330px;
	float: left;
}
.profiles {
	width: 300px;
}
img {
	border: 0px;
}
.more {
	margin-bottom: 30px;
}
#charts {
	float: left;
	width: 600px;
	padding-left: 0px;
	padding-top: 15px;
	text-align:justify;
}

.content-title {
	margin-bottom: 15px;
}
#page-banner {
	margin-bottom: 10px;
}
.clearfix {
	clear: both;
}




/* TYPEFACES -------------------------*/

h2 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;

}
h3 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;

}
h4 {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: -5px 0 10px 0;
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
}
.news {
	color: #346d91;
}
a {
	color: #346d91;
	color: #bbb;
	outline: none;
}

li {
	list-style-image: url(../images/content-arrow.gif);
}
#content li {
	margin-bottom: 10px;
}
ul, ol {
	margin-left: -20px;
 	* margin-left: 20px;
}
#content p {
	margin-top:0px;
	padding-top: 0px;
}








/* NAVIGATION -------------------------*/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;
}
#nav li { /* all list items */
	float: left;
	list-style: none;
}
#nav li a {
 	margin-left: 10px;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	margin-bottom: 1px;
 	* margin-bottom: 1px; /* Hacks for IE7 Menus */
 	* border-bottom: solid 5px transparent; /* Hacks for IE7 Menus */
	color: #5c96ba;
}
html #nav li ul li {
	margin-bottom: 1px;
 	* margin-bottom: 1px; /* Hacks for IE7 Menus */
 	* border-bottom: solid 0px transparent; /* Hacks for IE7 Menus */
	color: #5c96ba;
}
#nav li ul li a {
	background: #222323;
	display: block;
	border: solid 1px #222323;
	padding: 10px;
	padding-left: 10px;
	width: 140px;
	text-decoration: none;
	color: #989898;
}
#nav li ul li a:hover {
	color: #fff;
	background: #2b2e33;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover, #nav li.hover {
	position: static;
}
#nav-home a {
	cursor: pointer;
	width: 79px;
	height: 39px;
	background: url('../images/nav-home.gif') top left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-home-on a{
	cursor: pointer;
	width: 79px;
	height: 39px;
	background: url('../images/nav-home.gif') bottom left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-home a:hover {
	background-position: bottom left;
}
#nav-about a {
	cursor: pointer;
	width: 93px;
	height: 39px;
	background: url('../images/nav-about.gif') top left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-about-on a {
	cursor: pointer;
	width: 93px;
	height: 39px;
	background: url('../images/nav-about.gif') bottom left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-about a:hover {
	background-position: bottom left;
}
#nav-technology a {
	cursor: pointer;
	width: 109px;
	height: 39px;
	background: url('../images/nav-technology.gif') top left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-technology-on a {
	cursor: pointer;
	width: 109px;
	height: 39px;
	background: url('../images/nav-technology.gif') bottom left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-technology a:hover {
	background-position: bottom left;
}
#nav-investors a {
	cursor: pointer;
	width: 97px;
	height: 39px;
	background: url('../images/nav-investors.gif') top left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-investors-on a {
	cursor: pointer;
	width: 97px;
	height: 39px;
	background: url('../images/nav-investors.gif') bottom left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-investors a:hover {
	background-position: bottom left;
}
#nav-contactus a {
	cursor: pointer;
	width: 93px;
	height: 39px;
	background: url('../images/nav-contactus.gif') top left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-contactus-on a {
	cursor: pointer;
	width: 93px;
	height: 39px;
	background: url('../images/nav-contactus.gif') bottom left no-repeat;
	display: block;
	text-indent: -120px;
	overflow: hidden;
	position: relative;
}
#nav-contactus a:hover {
	background-position: bottom left;
}




/* TABLES -------------------------*/

table a {
	color: #ffffff;
}
table td {
	height: 23px;
}
table.wlNewsTable {
	width: 600px;
}




/* FORMS -------------------------*/

.cssform p {
	width: 300px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 155px;
	border-top: 1px dotted #cccccc;
	height: 1%;
}
.cssform label {
	font-weight: bold;
	float: left;
	margin-left: -155px;
	width: 150px;
}
.cssform input[type="text"] {
	width: 180px;
}
.cssform textarea {
	width: 250px;
	height: 150px;
}
* html .threepxfix {
	margin-left: 3px;
}
select, input, textarea {
	font-family: "Helvetica Neue","Helvetica","Arial",sans-serif;
	font-size: 12px;
}
.submit_options {
	margin-left: 150px;
}



