table#mainline-header {
	background: #fff url(New-NH-Theme.jpg) no-repeat bottom left;
	height: 136px;
}
	
/* top header block */
div#header {
	clear: both;
}

/* used for website title in header block */
div#header h1 {
	color: black;
}

/* menu block */
div#menu {
	padding: 0px 5px 0px 0px;
}

	/*----- for regular selection ---------------*/
	#navigation a
	{
		color: #fff;
		font-weight: bold;
		background: black url("/pages/themes/website/new-holland-2-advanced/left-tab.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a span
	{
		background: url("/pages/themes/website/new-holland-2-advanced/right-tab.gif") right top no-repeat;
		padding-right: 10px
	}
	
	#navigation a, #navigation a span
	{
		display: block;
		float: left
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#navigation a, #navigation a span
	{
		float: none
	}
	/* End IE5-Mac hack */
	
	#navigation a:hover
	{
		color: #fff;
		background: #0b3d91 url("/pages/themes/website/new-holland-2-advanced/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a:hover span
	{
		background: url("/pages/themes/website/new-holland-2-advanced/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}


	/*----- for current selection ---------------*/
	#navigation a.current
	{
		color: #fff;
		background: #0b3d91 url("/pages/themes/website/new-holland-2-advanced/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current span
	{
		background: url("/pages/themes/website/new-holland-2-advanced/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}
	
	#navigation a.current, #navigation a.current span
	{
		display: block;
		float: left
	}
	
	/* Commented backslash hack hides rule from IE5-Mac \*/
	#navigation a.current, #navigation a.current span
	{
		float: none
	}
	/* End IE5-Mac hack */
	
	#navigation a.current:hover
	{
		color: #fff;
		background: #0b3d91 url("/pages/themes/website/new-holland-2-advanced/left-tab-hover.gif") left top no-repeat;
		text-decoration: none;
		padding-left: 10px
	}
	
	#navigation a.current:hover span
	{
		background: url("/pages/themes/website/new-holland-2-advanced/right-tab-hover.gif") right top no-repeat;
		padding-right: 10px
	}

	
	/*----- common menu items ---------------*/
	#navigation {
		padding: 0px 0px 0px 10px;
		margin: 0px;
		background-color: #fff;
	}

	#navigation ul
	{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#navigation li
	{
		float: left;
		display: block;
		margin: 0;
		padding: 0;
	} 



/* menu item styles */
div#menu a.menu-item {
	color: #23782d;
}

/* top slogan */
div#slogan {
	background-color: #0b3d91;
}

/* menu appearing at bottom of page */
div#footer-menu {
	background-color: #737373;
}

/* bottom menu item styles */
div#footer-menu a.footer-menu-item {
	color: #000;
	font-weight: bold;
}


/* special links at bottom */
div#footer-special-links {
	background-color: #737373;
}

/* special links style */
div#footer-special-links a.footer-special-links-item {
	color: #000;
}

/* special links at top, usually used for back button on custom-content pages */
div.special-menu {
	background-color: #737373;
}

/* content module title */
div.content-module h2 {
	color: #000;
	border-bottom: 2px solid #0b3d91;
}

/*
	for edit page specifically
*/

div.edit-module h2 {
	color: #000;
	border-bottom: 2px solid #0b3d91;
}

/*
	end edit page
*/

/* standard form elements */
input {
	border: 1px solid #000;
}

textarea {
	border: 1px solid #000;
}

/*  

	module styles 

*/

/* div for each location */
div.client-location {
	border: 1px solid #0b3d91;
}

