body {
	margin:0px;
	background:url(bg_body.jpg) repeat-x #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p, h1, h2 {
	margin:0px 0px 12px 0px;
}
h1 {
	font-size:15px;
}
h2 {
	font-size:15px;
}

/*  LINKS */
a 			{ color:#d57106; text-decoration:none; }
a:hover 	{ color:#000000; text-decoration:underline; }

#footer-links a 	  { color:#a4a4a4; text-decoration:none; }
#footer-links a:hover { color:#000000; text-decoration:underline; }

#tabs-1 a, #tabs-2 a, #tabs-3 a 				  { color:#f1bb30; text-decoration:none; }
#tabs-1 a:hover, #tabs-2 a:hover, #tabs-3 a:hover { color:#FFFFFF; text-decoration:underline; }

/* CONTAINERS */

#container-navigation {
	width:1002px;
	height:91px; 
	margin:0px auto;
}
#container-company {
	width:1080px;
	height:533px; 
	margin:0px auto;
	clear:both;
}
#container-buttons {
	width:1000px;
	margin:0px auto;
	padding: 18px 0px 24px 0px;
	height:130px;
}
#container-footer {
	width:1000px;
	margin:0px auto;
	height:99px;
	clear:both;
	border-top:1px solid #EFEFEF;
}


/* CLASSES AND IDS */
/* NAVIGATION */
#navigation {
	margin:0px;
	padding:0px;
	list-style: none;
}
#navigation li {
	margin:0px;
	padding:0px;
	display:block;
	float:left;
}

/* COMPANIES */
#company-previous {
	float:left;
}
#company-frame {
	float:left;
	width:1000px;
	height:533px;
}
#company-next {
	float:right;
}
#company-top {
	width:1000px;
	height:28px;
}
#top {
	float:left;
}
#members-button {
	float:left;
}
#company {
	clear:both;
	width:1000px;
	height:505px;
	background:url(bg_company.jpg) repeat-x;
}
#loading {
	width:1000px;
	height:505px;
	background:url(bg_loading.jpg) no-repeat;	
	text-align:center;
}
#loader {
	padding-top:243px;
	font-size:10px;
	color:#999999;
}
#tabs-1, #tabs-2, #tabs-3 {
	padding: 15px 27px;
}

/* BUTTONS */
#container-buttons div {
	float:left;
}

/* FOOTER */
#footer-links {
	float:left; 
	padding:33px 4px 0px 3px;
	color:#a4a4a4;
	font-size:11px;
}
#blender {
	float:right;
	padding:25px 0px 0px 0px;
}

/* NEWS */
.news_wrapper {
	width:520px;
	background: url(news_separator.gif) no-repeat center;
	padding:20px 0px;
	position:relative;
	left:-20px;
	float:left;
}
.news_item {
	color:#FFFFFF;
	float:left;
	width:220px;
	padding:0px 20px;
}


/* DROP DOWN MENU */

#dd-menu ul {
	list-style: none;
	margin: 0;
	padding:0;
	position: relative;
	float: left;
}
#dd-menu ul ul {
	position: absolute;
	width:588px;
	height:175px;
	left:-440px;
	background:#EFEFEF;
}
#dd-menu ul li ul li {
	margin: 0;
	float:left;
}
#dd-menu ul li ul li a {
	margin: 0;
}
#dd-menu a, #dd-menu ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
#dd-menu ul li ul li a:hover {
	float:left;
}
#dd-menu li {
	position: relative;
	float:left;
}



div#dd-menu ul ul,
div#dd-menu ul li a:hover ul ul
{display: none;}

div#dd-menu ul li:hover ul,
div#dd-menu ul ul li:hover ul
{display: block;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(iehoverfix.js);
font-size: 100%;
}
 #dd-menu ul li {float: left;}
</style>
<![endif]-->
