/* CSS Document */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #ffffff;
	}

#container	{
	width: 100%;
	}
	
#header	{
	position: relative;
	height: 187px;
	background-color: #000;
	background-image:url(images/nav_backgroundwithshadow.gif);
	background-position: bottom center;
	background-repeat: repeat-x;
	text-align: center;

	}
#header .logo	{
	margin-right: -282px;
	}



.bg	{
	background-color: #fff;
	}	

p	{
	margin-left: 20px;
	margin-right: 15px;
	}
	
#footer	{
	margin-left: 20px;
	width: 100%;
	height: 100px;
	border-top: 2px solid #febd10;
	}
#footer p	{	margin-left: 0;}
	

h1	{
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	padding-top: 0;
	margin-left: 20px;
	}

h2	{
	font-size: 18px;
	font-weight: normal;
	margin-top: 0;
	padding-top: 0;
	margin-left: 20px;
	}
h2 a	{color: #009; text-decoration: none;	font-weight: bold;}
	
#nav_sidebar	{
	margin-left: 20px;
	margin-right: 15px;
	}
	
#nav_sidebar .item	{
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin-top: 7px;
	}
	
#nav_sidebar .item-first{
	display: block;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 13px;
	margin-top: 0px;
	}

#nav_sidebar .item-sub	{
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 11px;
	}
	
	
#nav	{ float: right; visibility: hidden; }
#nav .home, #nav .companies, #nav .industrial, #nav .contact	{ visibility: hidden; }