/* CSS Document */

body	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #333;
	}

#container	{
	width: 800px;
	margin: 0 auto 0 auto;
	}
	
#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: 40px;
	}



.bg	{
	background-color: #fff;
	}	

p	{
	margin-left: 20px;
	margin-right: 15px;
	}
	
#footer	{
	margin-left: 20px;
	width: 760px;
	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	{
	position: absolute;
		left: 0px;
		bottom: 18px;
	font-size: 14px;
	font-weight: bold;
	}
	
#nav .home			{	text-decoration: none;	color: #000;	height: 18px;	padding-left: 20px;	padding-right: 20px;	}
#nav .companies		{	text-decoration: none;	color: #000;	height: 18px;	padding-left: 20px;	padding-right: 20px;	margin-left: 45px;}
#nav .industrial	{	text-decoration: none;	color: #000;	height: 18px;	padding-left: 20px;	padding-right: 20px;	margin-left: 138px;}
#nav .contact		{	text-decoration: none;	color: #000;	height: 18px;	padding-left: 20px;	padding-right: 20px;	margin-left: 12px;}
