#headerBar{
	height: 		120px;
	margin:			auto;
	background-color:	#008244;
	font-family:		;
	border-left:		;
	width:			;
	padding-top:		1em;
}

.headerBarBanner {
	background-image: 	url("images/logo3.jpg");
	background-repeat: 	no-repeat;
	background-position: 	center;
}

.headerBarBannerUS {
	background-image: 	url("images/USlogo.jpg");
	background-repeat: 	no-repeat;
	background-position: 	center;
}

#tabBar {
	background-color: 	#008244;
	height:			16px;
	width:			967px;
	margin-left:		0px;
	font-family: 		Verdana;
	font-weight: 		bold;
	font-size: 		13px;
	border:			1px solid #FFFFFF; padding-left:4px; padding-right:0; padding-top:1; padding-bottom:1px
	
}

#tabBar span span span {
	height:			17px;	
	border-right:		1px solid #FFFFFF; padding-left:10px; padding-right:10px; padding-top:4px; padding-bottom:4px	
	
}

#tabBar span span span.selected {
	background-color:	#3AB54A;
	margin-left:		-4px;

}

#sideBar {
	background-image:	url("images/Button_UsefulLinks.jpg");
	background-repeat:	no-repeat;
	background-color: 	#007E47;
	height:			290px;
	width:			200px;
	margin-top:		-290px;
	margin-left:		770px;
	font-family: 		Verdana;
	font-size: 		13px;
	color:			white;

}

#sideBarUSDet {
	background-image:	url("images/Button_UsefulLinksUSDet.jpg");
	background-repeat:	no-repeat;
	background-color: 	#007E47;
	height:			350px;
	width:			200px;
	margin-top:		-350px;
	margin-left:		770px;
	font-family: 		Verdana;
	font-size: 		13px;
	color:			white;

}

#productsBar {
	float:			left;
	background-image:	url("images/Products_row.jpg");
	background-repeat:	no-repeat;
	background-color: 	#007E47;
	margin-top:		10px;
	margin-left:		10px;
	height:			142px;
	width:			955px;
	padding-left:		10px;
	font-family: 		Verdana;
	font-size: 		12px;
	font-weight:		bold;
	color:			white;
}


#footerBar {
	position:		relative;
	padding-top:		42%;
	font-family: 		Verdana;
	font-size: 		12px;
	color:			white;
	text-align:		center;
}

#footerBarDet {
	position:		relative;
	padding-top:		9%;
	font-family: 		Verdana;
	font-size: 		12px;
	color:			green;
	text-align:		center;
}

body {
	height:			200px;
	padding-left: 		0em;
	color: 			black;
  	background-repeat: 	no-repeat;
	width:			980px;
	text-align:		left;
	margin:			auto;
	background-image:	url("images/background3.jpg");
	background-position:	top center;
	background-height:	600px;
}