* { 
	border: 0;
	padding: 0;
	margin: 0; 
}

body {
	background: #fff;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #000;
}

br.clear {
	clear: both;
}

a {
	color: #333;
}

p {
	line-height: 1.3em;
	margin-bottom: 18px;
}

h1 {
	margin-bottom: 12px;
}

h2 {
	margin-bottom: 6px;
}

h3 {
	margin-bottom: 3px;
}

img.middle {
	vertical-align: middle;
}


/* container */

#container {
	float: left;
}

/* wrapper */

#wrapper {
	float: left;
}


/* header */

#header {
	float: left;
	background: #0B0759;
}

#header .gutter {
	float: left;
}

#header .lan_switch {
	display: none;
}

#header .logo {
	float: left;
}

/* navigation */

#navigation {
	display: none;
}

/* search */

#search {
	display: none;
}

/* sidebar */

#sidebar {
	display: none;
}

/* content */

#content {
	float: left;
}

#content .top {
	display: none;
}

#content .bottom {
	display: none;
}

/* main */

#main {
	float: left;
}

#main ul {
	list-style-type: none;
	margin-bottom: 15px;
}

#main ol {
	margin-bottom: 15px;
	margin-left: 20px;
}

#main li {
	padding: 0 0 3px 20px;
	background: url('/_grafix/list_icon.gif') top left no-repeat;
	line-height: 1.3em;
}

#main ol li {
	padding: 0 0 3px 2px;
	background: none !important;
	line-height: 1.3em;
}

#main table {
	border: 1px solid #ccc;
	margin-bottom: 18px;
}

#main td {
	padding: 3px;
	border: 1px solid #ccc;
}

#main span.search_result {
	background: #ff6;
}


/* news */

div.news_item {
	float: left;
}

div.news_item_gutter {
	float: left;
	padding: 20px;
}

span.date {
	display: none;
}

hr.news {
	width: 100%;
	height: 1px;
	border: 0;
	background-color: #ccc;
	color: #ccc;
	margin: 3px 0 25px 0;
}


/* links */

table#list {
	width: 100%;
	border: 0;
}

table#list td {
	padding: 5px;
	vertical-align: middle;
}

table#list tr {
	background: transparent;
}

table#list tr.highlight {
	background: #fff;
}

a.url {
	font-size: 12px;
	text-decoration: none;
	color: #666;
}

a.url:hover {
	text-decoration: underline;
}

/* contact form */

#contact_form table {
	display: none;
}

/* search results */

ul.search_results li {
	padding: 0 0 15px 0 !important;
	background: none !important;
}


/* footer */

#footer {
	float: left;
	color: #666;
	font-size: 12px;
	margin-top: 25px;
}
	
#footer .text {
	float: left;
	padding-top: 5px;
}

#footer .partners {
	float: right;
}

#footer .partners img {
	float: right;
	margin-left: 20px;
}


/* quoted */

#quoted {
	display: none;
}


/* sIFR */

.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}