body {
	margin: 0;
	padding: 0;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	
	background-color: #f3f3f3;
}

h1, h2, h3, h4, p, div, a {
	margin: 0;
	padding: 0;
	font-weight: normal;	
	color: #333333;
	text-decoration: none;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	color: #004272;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: 0px solid white;
}

.clear {
	clear: both;
	line-height: 0px;
}

.selected, .selected a {
	font-weight: bold;
}

#header {
	padding: 20px 40px;
	background-color: white;
}

#header_right {
	float: right;
}

#top_navigation, #footer {
	border-top: 10px solid #cccccc;	
	background-color: #f3f3f3;
	
	padding: 8px 20px;
}

#top_navigation {
	border-bottom: 1px solid #e7e7e7;
}

#top_navigation ul, #footer ul {
	margin: 0;
	padding: 0;
}

#top_navigation ul li, #footer ul li {
	list-style-type: none;
	display: inline;
	
	padding: 0px 10px;
}

.navigation_search, .navigation_search form {
	display: inline;
}

#page_content ul {
	list-style-image:url("/images/news_icon_small.png"); 
}

#products_site .products_nav a {
	font-weight: bold;
}
