/******************************************************************************/
/*  GENERAL SETTINGS                                                          */
/******************************************************************************/
body, p, h1, h2, h3, h4, h5, ul, ol, li, form {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	background: #454545 url('../images/bg_body.gif') repeat-x;
	font-family: "Tahoma CE", Tahoma, "Helvetica CE", Helvetica, "Arial CE", Arial, "Verdana CE", Verdana, sans-serif;
	font-size: 12px;
	color: #454545;
	height: 100%;
}
td {
	font-size: 12px;
}
th {
	font-size: 12px;
	text-align: left;
}
img {
	border: 0;
}
a {
	color: #ee2123;
}
a:hover {
	color: #fb7475;
}
div.cleaner {
	clear: both;
	height: 1px;
	line-height: 1px;
}

/******************************************************************************/
/******************************************************************************/

#container {
	background: white;
	height: 100%;
	width: 900px;
	border: 0;
	border-collapse: collapse;
}
#container td {
	border: 0;
	padding: 0;
	vertical-align: top;
}

/******************************************************************************/

#header {
	height: 131px;
	background: url('../images/bg_header.gif') no-repeat;
	padding-top: 1px;
	padding-right: 23px;
	text-align: right;
	position: relative;
}
#header h1 {
	float: left;
	width: 216px;
	height: 35px;
	margin: 47px 0 0 0;
	background: url('../images/logo_main.gif') 48px 0 no-repeat;
}
#header h1 span {
	display: none;
}
#header h2 {
	display: none;
}

#header .quotation {
	margin: 21px 0 0 230px;
	height: 89px;
	border-collapse: collapse;
	background: url('../images/bg_quotation_left.gif') no-repeat left;
}
#header .quotation[class] {
	position: absolute;
	right: 23px;
	margin-left: 260px;
}
#header .quotation td {
	vertical-align: middle;
	padding: 0 41px 0 41px;
	font-size: 11px;
	background: url('../images/bg_quotation_right.gif') no-repeat right;
	text-align: left;
}
#header .quotation td .author {
	color: #a9a9a9;
	font-style: italic;
}

#languageSelect {
	position: absolute;
	left: 48px;
	top: 100px;
	list-style: none;
}
#languageSelect li {
	float: left;
	margin-right: 10px;
}
#languageSelect li a {
	color: #555555;
}

/******************************************************************************/

#menu {
	padding-top: 1px;
	height: 49px;
	background: #dddddd url('../images/bg_menu.gif') no-repeat;
	position: relative;
}

#menu ul.mainMenu {
	position: absolute;
	left: 23px;
	list-style: none;
	height: 47px;
	width: 570px;
	vertical-align: middle;
}
#menu ul.mainMenu li {
	margin: 11px 0 0 0;
	padding: 0 0 0 20px;
	height: 28px;
	float: left;
	position: relative;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	background: url('../images/divider_menu.gif') 10px 50% no-repeat;
}
#menu ul.mainMenu li.first {
	background: none;
	padding: 0;
}
#menu ul.mainMenu li a {
	color: #555555;
	font-weight: bold;
	text-decoration: none;
}
#menu ul.mainMenu li a.singleLine {
	line-height: 27px;
}

#menu .subMenu {
	display: none;
	position: absolute;
	left: -15px;
	top: 28px;
	width: 190px;
	padding: 0 0 0 0;
	list-style: none;
	background: #dddddd;
}
#menu .subMenu ul {
	list-style: none;
	margin: 0 5px 0 5px;
}
#menu .subMenu ul li {
	float: left;
	width: 182px;
	text-transform: none;
	border-top: 1px solid #b1b1b1;
	text-align: left;
	height: auto;
	margin: 0;
	background: none;
	padding: 0;
}
#menu .subMenu ul li.first {
	border-top: 0;
}
#menu .subMenu ul li a {
	display: block;
	padding: 5px 12px 5px 30px;
	background: url('../images/bullet_list_1.gif') 10px 50% no-repeat;
}
#menu .subMenu ul li a:hover {
	background-color: #c7c7c7;
}


#menu h3.links {
	margin: 0 0 0 629px;
	width: 164px;
	height: 49px;
	background: url('../images/heading_links.gif') center no-repeat;
}
#menu h3.links_en {
	background: url('../images/heading_links_en.gif') center no-repeat;
}
#menu h3 span {
	display: none;
}

/******************************************************************************/

#mainPanel {
	background: url('../images/bg_main.gif') no-repeat;
}

/******************************************************************************/

#mainPanel .linksColumn {
	background: url('../images/bg_links.jpg') no-repeat;
	width: 294px;
	float: right;
	padding: 87px 0 0 0;
}

#mainPanel .linksColumn ul {
	list-style: none;
	margin: 0 27px 0 27px;
}
#mainPanel .linksColumn ul li {
	margin-bottom: 14px;
	padding: 0 0 0 15px;
	border-left: 1px solid #ed2123; 
}
#mainPanel .linksColumn ul li a {
	color: #09819b;
}
#mainPanel .linksColumn ul li a:hover {
	color: #35b6d2;
}
#mainPanel .linksColumn ul li .linkName {
	font-weight: bold;
}

#mainPanel .linksColumn .mbtable {
	margin: 0 27px 0 27px;
}
#mainPanel .linksColumn .mbodd, #mainPanel .linksColumn .mbeven {
	padding-bottom: 10px;
}
#mainPanel .linksColumn .mblink a {
	color: #09819b;
}
#mainPanel .linksColumn .mblink a:hover {
	color: #35b6d2;
}
#mainPanel .linksColumn .mblink {

}
#mainPanel .linksColumn .mbdate {
	font-weight: bold;
}

/******************************************************************************/

#mainPanel .contentColumn {
	float: left;
	background: url('../images/bg_content.jpg') no-repeat;
	width: 606px;
	padding: 120px 20px 0 48px;
}
#mainPanel .contentColumn[class] {
	width: 538px;
}

#mainPanel .contentColumn p {
	margin: 0 0 16px 0;
}

#mainPanel .contentColumn h3 {
	color: #ed2123;
	font-size: 21px;
	font-weight: normal;
	margin: 0 0 12px 0; 
}

#mainPanel .contentColumn ul {
	list-style: none;
	padding: 10px 0 10px 0;
}
#mainPanel .contentColumn ul li {
	background: url('../images/bullet_list_1.gif') 15px 4px no-repeat;
	margin: 0 0 14px 0;
	padding: 0 0 0 36px;
}

#mainPanel table.contactForm td.label {
	padding: 3px 20px 0 0;
	font-weight: bold;
}
#mainPanel table.contactForm input.text {
	width: 375px;
	margin-bottom: 4px;
}
#mainPanel table.contactForm textarea {
	width: 375px;
	height: 120px;
}
#mainPanel table tr.buttons td {
	padding: 6px 0 0 0;
}

#mainPanel p.error {
	color: red;
}


/******************************************************************************/

#footer {
	background: url('../images/bg_footer.gif') right top no-repeat;
	font-size: 11px;
	margin: 0px 0px 20px 24px;
	padding: 106px 24px 16px 0;
}

/******************************************************************************/

#footer .leftColumn {
	float: left;
}

/******************************************************************************/

#footer .rightColumn {
	text-align: right;
}

#footer .rightColumn p.logo {
	display: block;
	width: 94px;
	height: 19px;
	background: url('../images/logo_copyright.gif');
	margin: 6px 0 0 602px;
}
#footer .rightColumn p.logo span {
	display: none;
}
#footer .navrcholu {
	margin-top: 10px;
}
/******************************************************************************/

/******************************************************************************/