body {}

.header h1 {
	background: url(oas_logo.png) no-repeat;
	text-indent: -10000px;
	height: 62px;
	width: 570px;
}

h1 {
	font: bold 24px Arial;
	letter-spacing: -1px;
	color: #444;
}

	h1 a, h1 a:link, h1 a:visited {
		color: #444!important;
		text-decoration: none;	
	}

a:link, a:visited {
	color: #1f4964!important;
}

a:hover {
	color: #4096cd!important;
}

.navigation {
	text-align: right;
	color: #333;
	padding-top: 30px;
}

	.navigation li {
		display: inline;
	}
	
	.navigation li:after {
		content: ' | ';
	}
	
	.navigation .current_page_item a {
		font-weight: bold!important;
	}

.claim {
	background: #dfeaf5 url(product_bg.png) center top;
	color: #1f4964;
	padding: 13px 0px;
	margin-bottom: 20px;
}

.claim:hover {
	background: #c4dcf5 url(product_bg.png) center top;
}

	.claim h2 {
		margin: 0px;
		color: inherit;
		font: bold 20px Arial;
		letter-spacing: -1px;
	}
	
	.claim:hover a {
		color: #4096cd!important;	
	}
	
	.claim a {
		text-decoration: none;
		color: #aaa!important;
		border-bottom: 2px dotted #aaa;
	}
	
.product {
	background: #dfeaf5 url(product_bg.png) center top;
	letter-spacing: -1px;
	font: bold 20px Arial!important;
	color: #333;
	line-height: 150%!important;
	padding: 15px 0;
	margin-bottom: 20px;
}
	
	.product ul {
		margin: 0;
		padding: 0;
	}
	
	.product li {
		list-style: none;
		background: url(arrow.png) no-repeat left center;
		padding: 5px 50px;
		font: bold 29px Arial;
	}
	
		.product li a {
			text-decoration: none;
		}
	
	.language {
		font: normal 12px Arial;
		margin-top: 30px;
		letter-spacing: 0px;
	}

.content {
	
}

	.content h2 {
		font: bold 24px Arial;
		letter-spacing: -1px;	
	}
	
		h2 a {
			text-decoration: none!important;
		}
.foldable h2 {
	background: url(arrow.png) no-repeat left center;
	padding: 5px 50px;
	cursor: pointer;
	}

.foldable h2.open {
	background: url(direction_down.png) no-repeat left center;
	}

.foldable h2:hover {
color: #4096cd!important;
text-decoration: underline;
	}

	
.sidebar li, .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.sidebar h2 {
	color: #4096cd;
}

	#pp-feed a {
		display: block;
		background: url(rss.png) no-repeat;
		font: bold 18px Arial;
		padding: 5px 0 5px 40px;
		margin-top: 10px;
	}

	.widget {
		padding: 5px!important;
		background: #eee;
		margin-bottom: 10px!important;
	}
.container {	
padding-left: 10px;
}

.clear {
font-size: 1px!important;
margin-bottom: 0px;
}