* {
	margin: 0;
	padding: 0;
}

.cb {
	clear: both;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.55em;
	color: #000000;
	background-color: #F2F3ED;
	text-align: left;
}

th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.55em;
}

img {
	border: 0;
	vertical-align:top;
}

a		{ text-decoration: none; }
a:hover	{}
a:focus	{ outline: 0; }

/*
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times, serif;
	font-weight: bold;
	color:#e6353b;
	margin-bottom: .4em;
	line-height: 1.3em;
}
h1 { font-size:2em; line-height:1.17; }
h2 { font-size:1.6em; }
h3 { font-size:1.6em; }
h4 { font-size:1.4em; }
h5 { font-size:1.2em; }
h6 { font-size:1em; }
*/

/* ************************************************************************** */
#testModeWarning { background-color: #FFF8AF; border-bottom: 1px solid #AFAC8E; line-height: normal; padding: 5px; text-align: center; }
#testModeWarning p { line-height: normal; }
#errorMessageWrapper { text-align: left; width: 780px; margin: 0 auto; padding-top: 10px; padding-bottom: 10px; }
#errorMessageWrapper h1 { color:#709514; font-size:1.6em; line-height:1.17; margin-bottom: 5px; }
#errorMessage {}
/* ************************************************************************** */

#header-wrapper { background-color: #ffffff; text-align: center; }
#header { text-align: left; width: 780px; margin: 0 auto; background-image: url(../images/search-back.jpg); background-repeat: no-repeat; background-position: top right; }
#header #logo { float: left; }
#header #util { float: right; width: 250px; }

#language-selector { padding-top: 5px; font-size: 11px; text-transform: uppercase; }
#language-selector ul { list-style: none; }
#language-selector ul li { display: inline; margin-right: 20px; }
#language-selector a { color: #6B7548; background-repeat: no-repeat; background-position: 0 1px; padding-left: 20px; }
#language-selector a#bg { background-image: url(../images/bg/flag.gif); }
#language-selector a#en { background-image: url(../images/en/flag.gif); }

#helper-navigation { padding-top: 16px; font-size: 11px; }
#helper-navigation ul { list-style: none; }
#helper-navigation ul li { display: inline; margin-right: 10px; }
#helper-navigation ul li.last { margin-right: 0; }
#helper-navigation a { color: #cccccc; background-repeat: no-repeat; padding-left: 18px; }
#helper-navigation a:hover { color: #ffffff; }
#helper-navigation a#home-link { background-image: url(../images/home.gif); }
#helper-navigation a#contact-link { background-image: url(../images/contact.gif); }
#helper-navigation a#sitemap-link { background-image: url(../images/sitemap.gif); }

#search-content { padding-top: 12px; }
#search-content td.fldText { vertical-align: top; width: 175px; background-image: url(../images/search-input.jpg); background-repeat: no-repeat; }
#search-content td.fldText input { width: 166px; margin-top: 2px; margin-left: 5px; background: none; border: none; }
#search-content td.fldButton {}

#top-menu { z-index: 999; height: 36px; background-image: url(../images/top-menu-back.jpg); border-bottom: 3px solid #8AB202; }

#footer-wrapper { background-color: #DEE0D5; border-top: 1px solid #A5A5A5; text-align: center; height: 110px; padding-top: 10px; width: 100% }
#footer { text-align: left; width: 780px; margin: 0 auto; height: 110px; }
#footer #footer-logo { color: #6B7548; float: left; font-size: 10px; width: 369px; }
#footer #footer-logo a { color: #6B7548; }
#footer #footer-logo img { float:left; }
#footer #footer-logo span { color:#A1A984; }
#footer #contact-info { background-image: url(../images/footer-img.jpg); background-repeat: no-repeat; float: left; height: 110px; text-align: right; width: 400px; }
#footer #contact-info table { width: 200px; margin-left: 195px }
#footer #contact-info td { color: #6B7548; font-size:11px; padding: 5px; text-align: left; }
#footer #contact-info a, #contact-info a:hover { float:left; color:#6B7548; font-size:11px; }
#footer #contact-info a:hover { background-image:none; padding:0; text-decoration:none; }
#footer #contact-info .left { text-align: right; color:#A3A98D; font-size:11px; font-weight: bold; vertical-align:top; }

#content-wrapper { text-align: center; }
#content-wrapper #top-bar { text-align: right; width: 780px; margin: 0 auto; background-color:#CEDC9B; height:25px; }
#content-wrapper #top-bar a img { margin-top: 5px; }
#content-wrapper #top-bar a#btnM { margin-left: 5px; }
#content-wrapper #top-bar a#btnP { margin-left: 5px; margin-right: 8px; }
#content { text-align: left; width: 780px; margin: 0 auto; padding-bottom: 10px; }

#mailinglist { margin-bottom: 10px; border: 1px solid #CAC7B4; padding: 10px; background-color: #DEE0D5; text-align: left; }
#mailinglist h3 { text-align: left; font-size: 1.2em; color: #505050; }
#mailinglist h3 a { color: #505050; }
#mailinglist h3 a:hover { color: #505050; }
#mailinglist #ml-form { display: none; }
#mailinglist table { width: 730px; margin: 0 auto; }
#mailinglist td { padding: 3px; vertical-align: middle; line-height: 1; }
#mailinglist td.mi { background-image: url(../images/newsletter_input.jpg); background-repeat: no-repeat; background-position: 0 3px; width: 174px; }
#mailinglist td.mi input { background: none; border: 0; width: 167px; }


div.error p { color: #AF0017; }
