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

html {
	background: #DBF0E1;	
}

body {
	background: #DBF0E1;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #061E5B;
}

br.clear {
	clear: both;
}

a {
	color: #436952;
}

a:hover {
	color: #090644;
}

p {
	line-height: 1.4em;
	margin-bottom: 20px;
}

h1 {
	font-size: 28px;
	font-family: "adelle", serif;
	font-weight: 600;
	margin-bottom: 15px;
}

h2 {
	font-size: 22px;
	font-family: "adelle", serif;
	font-weight: 600;
	margin-bottom: 12px;
}

h3 {
	font-size: 20px;
	font-family: "adelle", serif;
	font-weight: 600;
	margin-bottom: 10px;
}

img.middle {
	vertical-align: middle;
}

/* container */

#container {
	width: 920px;
	margin: auto;
}

/* wrapper */

#wrapper {
	float: left;
	width: 920px;
}

/* header */

#header {
	float: left;
	width: 920px;
	height: 150px;
	background: url('/_grafix/bg_header.gif') top left no-repeat;
	margin: 25px 0 20px;
}

#header .gutter {
	float: left;
	padding: 20px;
	width: 870px;
	height: 110px;
}

/* lan switch */

#lan_switch {
	float: left;
	width: 870px;
	height: 30px;
	text-align: right;
	color: #fff;
	font-size: 11px;
}

#lan_switch ul {
	float: right;
	list-style-type: none;
}

#lan_switch li {
	float: right;
	height: 20px;
	vertical-align: top;
	overflow: hidden;
	font-size: 11px;
	line-height: 1.5em;
	margin-left: 8px;
	padding-left: 8px;
	background: url('/_grafix/bg_lan_switch_item.png') center left no-repeat;
}

#lan_switch li a {
	float: left;
	vertical-align: top;
	text-decoration: none;
	text-transform: uppercase;
	color: #ddd;
}

#lan_switch li a:hover {
	color: #fff;
}

#lan_switch li b {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

/* logo */

#header .logo {
	float: left;
	width: 870px;
	height: 53px;
}

/* navigation */

#navigation {
	float: left;
	width: 700px;
	height: 25px;
}

#navigation ul {
	float: left;
	list-style-type: none;
	margin-top: 2px;
}

#navigation li {
	float: left;
	vertical-align: top;
	height: 22px;
	padding-right: 9px;
	margin-right: 8px;
	background: url('/_grafix/bg_navigation_item.gif') center right no-repeat;
}

#navigation li:last-of-type {
	padidng: 0;
	background: none;	
}

#navigation li a {
	float: left;
	display: block;
	vertical-align: top;
	font-size: 12px;
	color: #ddd;
	text-decoration: none;
	padding: 3px 4px;
	text-transform: uppercase;
}

#navigation li a:hover { 
	color: #fff;
}

#navigation li a.selected, 
#navigation li a.selected:hover {  
	background: #DBF0E1;
	color: #061E5B;
}

/* search */

#search {
	float: right;
	width: 126px;
	height: 22px;
	text-align: right;
	background: url('/_grafix/bg_search.gif') top right no-repeat;
}

form.search_form {
	float: right;
	margin-top: 1px;
	padding-right: 28px;
}

form.search_form input.search_text {
	width: 90px;
	height: 18px;
	font-family: Tahoma;
	font-size: 12px;
	color: #061e5b;
}

/* sidebar */

#sidebar {
	float: left;
	width: 210px;
	height: 475px;
	background: url('/_grafix/bg_sidebar.gif') top left no-repeat;
}

/* content */

#content {
	float: left;
	width: 710px;
	background: url('/_grafix/bg_content.gif') top left repeat-y;
}

#content .top {
	float: left;
	width: 710px;
	height: 30px;
	background: url('/_grafix/bg_content_top.gif') top left no-repeat;
}

#content .bottom {
	float: left;
	width: 710px;
	height: 30px;
	background: #DBF0E1 url('/_grafix/bg_content_bottom.gif') top left no-repeat;
	padding-bottom: 25px;
}

/* main */

#main {
	float: left;
	padding: 0 40px 10px 30px;
	width: 640px;
}

#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-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin-bottom: 18px;
}

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

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

/* sub navigation */

#sub_navigation {
	float: left;
	width: 640px;
	height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 15px;
}

#sub_navigation ul {
	float: left;
	list-style-type: none;
	width: 640px;
	overflow: hidden;
	margin: 0;
}

#sub_navigation ul li {
	float: left;
	padding: 0;
	vertical-align: top;
	height: auto;
	margin: 0;
	margin-right: 15px;
	background: none;
}

#sub_navigation ul li a {
	display: block;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.2em;
	padding: 7px 7px;
	text-align: left;
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none;
}

#sub_navigation ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #061e5b !important;
}

#sub_navigation ul li a.selected,  
#sub_navigation ul li a.selected:hover {
	color: #fff;
	background: #061e5b !important;
}

/* news */

div.news_item {
	float: left;
	width: 640px;
	background: #fff;
}

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

span.date {
	float: left;
	display: block;
	width: 600px;
	font-size: 12px;
	color: #999;
	margin-bottom: 5px;
}

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

/* links */

table#list {
	width: 100%;
}

table#list td {
	padding: 7px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

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;
}

/* races */

table#races {
	width: 75%;
}

table#races th {
	padding: 5px;
	background: #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
	vertical-align: top;
}

table#races td {
	padding: 5px;
	border-right: 1px solid #ddd;
	text-align: center;
	vertical-align: top;
}

/* contact form */

#contact_form table {
	width: 500px;
}

#contact_form span {
	font-size: 13px;
}

#contact_form span.mandatory {
	font-weight: bold;
}

#contact_form span.mandatory_err {
	color: #c00;
	font-weight: bold;
}

#contact_form input.text {
	width: 330px;
	height: 20px;
	padding: 2px;
	background: #fff;
	color: #090644;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	border: 1px solid #ddd;
}

#contact_form .textarea {
	width: 330px;
	height: 60px;
	padding: 2px;
	background: #fff;
	color: #090644;
	font-family: Tahoma, sans-serif;
	font-size: 14px;
	border: 1px solid #ddd;
}

#contact_form input.button {
	font-size: 14px;
	color: #fff;
	background: #061e5b;
	font-weight: bold;
	padding: 6px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 32px;
	margin-bottom: 10px;
}

/* search results */

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

/* footer */

#footer {
	float: left;
	width: 640px;
	height: 25px;
	color: #999;
	font-size: 11px;
	margin-top: 35px;
}
	
#footer .text {
	float: left;
	width: 275px;
	padding-top: 5px;
}

#footer .partners {
	float: right;
	width: 275px;
}

#footer .partners img {
	float: right;
	margin-left: 18px;
	height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#footer .partners a:nth-of-type(2) img {
	height: 30px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #555;
}

/* quoted */

#quoted {
	width: 15px;
	height: 16px;
	vertical-align: top;
	line-height: 1em;
	margin-left: 8px;
}
