/*

	CSS for NATM website
	
	-- produced by Minus3 BV, Amsterdam - http://www.minus3.nl/ 

	The stylesheet is divided into 3 parts:

   1. colors, backgrounds, borders, link and emphasis indication
   2. font and text properties, exclusive of link indication, alignment, text-indent
   3. box properties (exclusive of borders), positioning, alignments, list types, text-indent 

*/

/* HEADER
---------------------------------- */
#header {
	background: url(../images/bg_header_p.gif) bottom right no-repeat;
}

/* CONTENT
---------------------------------- */
h4.title {
	color: #78be00;
}
#content {
	background: url(../images/bg_content_p.gif) top right no-repeat;
}
#content.home {
	background: url(../images/bg_content_home_p.gif) top right no-repeat;
}

/* CRUMBPATH 
---------------------------------- */
ul#crumbpath {
	background-color: #e6e9f0;
}

/* MAIN CONTENT */
#mainContent ul li {
	background: url(../images/content-ul-bullet_p.gif) center left no-repeat;
}
#mainContent h3 {
	color: #f54400;
}

/* LEFT CONTENT */
#leftContent .block h3 {
	color: #f54400;
}

div#rotator2 div {
	overflow: hidden !important;
	display: block !important; 
	min-height: 121px;
	border: 0px solid black;
	padding: 0px;  
}

div#rotator2{
	height: 621px !important;
}

