
body {
	margin:0px;
	background:url(bg_body.jpg) repeat-x #FFFFFF;
}
body, div, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
}

p, h1, h2 {
	margin:0px 0px 12px 0px;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:15px;
}
form {
	display:inline;
}

/*  LINKS */
a 		{ color:#bb1213; text-decoration:none; }
a:hover { color:#000000; text-decoration:underline; }

#footer-links a 	  { color:#FFFFFF; text-decoration:none; }
#footer-links a:hover { color:#b9ccdd; text-decoration:underline; }


/* CONTAINERS */

#container-top {
	width:980px;
	height:104px;
	background:url(bg_top.jpg) repeat-x;
}
#container-content {
	width:980px;
	margin:0px auto;
	padding-top:9px;
}
#container-footer {
	width:100%;
	background:url(bg_footer.jpg) repeat-x;
	height:219px;
	clear:both;
}
#subcontainer-footer {	
	width:100%;
	background:url(bg_footer_right.jpg) no-repeat right top;
	height:219px;
}

#logo {
	float:left;
}
#stockquote {
	float:right;
	background:url(bg_stock.jpg) no-repeat bottom right;
	height:36px;
	margin-top:68px;
	width:275px;
	text-align:right;
}
#stockquote div {
	padding:11px 15px 0px 0px;
	font-size:13px;
}
/* NAVIGATION */
#navigation {
	margin:0px;
	padding:0px;
	list-style: none;
	width:980px;
}
#navigation li {
	margin:0px;
	padding:0px;
	display:block;
	height:44px; 
	float:left;
}

/* CONTENT */
#content-left {
	float:left;
	width:526px;
}
#content-center {
	float:left;
	width:194px;
}
#content-right {
	float:left;
	width:260px;
}
#content {
	padding:20px;
}
#container-signup {
	border-top:1px solid #DCDCDC;
	border-bottom:1px solid #DCDCDC;
	margin:0px 20px;
	padding: 20px 0px;
}
.signup-field {
	float:left;
	padding-right:10px;
}
.signup-field input {
	padding:7px 0px;
	float:left;
	width:170px;
}
#header-signup {
	color:#2a61ab;
	padding-bottom:10px;
	font-size:13px;
}
#signup {
	height:33px;
}
#corporate-news {
	padding:11px 24px;
}
#lithium-news {
	padding:11px 24px;
}

/* FOOTER */
#footer {	
	width:980px;
	margin:0px auto;
	z-index:40;
	position:relative;
}
#footer-links {
	float:left;
	padding-top:30px;
	color:#FFFFFF;
	font-size:11px;
}
#copyright {
	float:left;
	padding:30px 20px 0px 50px;
	color:#FFFFFF;
	font-size:11px;
}
#blender {
	float:right;
	padding-top:23px;
}
