@import url('null.css');

/*

		GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

.ok-msg, .error-msg {
	font-weight: bold;
}

.ok-msg {
	color: green !important;
}

.error-msg {
	color: red !important;
}

a, a:hover {
	color: #D4021A;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/*

		MAIN

*/

body {   
	font-size: 80%;
	font-family: Trebuchet MS;
	text-align: center;
}

div#page-container {
	width: 1100px;
	margin: 0 auto;
	height: auto;
	text-align: center;
	background: url(../img/page-bg.jpg) right top no-repeat;
}

#page-container div#page {
	width: 907px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

/*

		TOP BAR

*/

#page div#top-bar {
	width: 100%;
	height: 37px;
	line-height: 37px;
	padding-top: 41px;
}

#top-bar a#logo {
	display: block;
	width: 127px;
	height: 37px;
	float: left;
}

#top-bar div#langs {
	float: right;	
}

#langs span {
	padding-left: 10px;
	padding-right: 10px;
}

#langs a, #langs a:hover {
	text-decoration: none;
}

#langs img {
	margin-right: 5px;
	position: relative;
	top: 2px;
}

/*

		PAGE CONT

*/

#page div#page-cont {
	width: 100%;
	position: relative;
	top: -9px;
	_top: -14px;
}

#page-cont div#right-cont-container {
	width: 688px;
	float: right;
	background: url(../img/cont-left-border.gif) left top repeat-y;
	position: relative;
}

#right-cont-container div#right-cont-container-right-border {
	width: 688px;
	background: url(../img/cont-right-border.gif) right top repeat-y;
	position: relative;
}

/*

		BORDERS, CORNERS

*/

#right-cont-container-right-border div#cr-top-border, #right-cont-container-right-border div#cr-bottom-border {
	width: 681px;
	height: 7px;
	position: absolute;
	left: 0;
}

#cr-top-border {
	top: 0;
	background: url(../img/cont-top-border.gif) left top repeat-x;
}

#cr-bottom-border {
	bottom: 0;
	_bottom: -14px;
	background: url(../img/cont-bottom-border.gif) left top repeat-x;
}

#right-cont-container-right-border div#cr-topright-horizontal, #right-cont-container-right-border div#cr-topright-vertical {
	position: absolute;
}

#cr-topright-horizontal {
	width: 358px;
	height: 7px;
	top: 0;
	right: 9px;
	_right: 7px;
	background: url(../img/cont-topright-horizontal.jpg) left top no-repeat;
}

#cr-topright-vertical {
	width: 7px;
	height: 171px;
	top: 7px;
	_top: 8px;
	right: 0px;
	background: url(../img/cont-topright-vertical.jpg) left top no-repeat;
}

#right-cont-container-right-border div#cr-topleft-corner, #right-cont-container-right-border div#cr-topright-corner,
#right-cont-container-right-border div#cr-bottomleft-corner, #right-cont-container-right-border div#cr-bottomright-corner {
	width: 7px;
	height: 7px;
	position: absolute;
}

#cr-topleft-corner, #cr-topright-corner {
	width: 8px;
	height: 8px;
	top: 0;
}

#cr-bottomleft-corner, #cr-bottomright-corner {
	bottom: 0;
	_bottom: -14px;
}

#cr-topleft-corner, #cr-bottomleft-corner {
	left: 0;
}

#cr-topright-corner, #cr-bottomright-corner {
	right: 0;
}

#cr-topleft-corner {
	background: url(../img/cont-topleft-corner.gif) left top no-repeat;
}

#cr-topright-corner {
	background: url(../img/cont-topright-corner.gif) left top no-repeat;
}

#cr-bottomleft-corner {
	background: url(../img/cont-bottomleft-corner.gif) left top no-repeat;
}

#cr-bottomright-corner {
	background: url(../img/cont-bottomright-corner.gif) left top no-repeat;
}

/*

		RIGHT CONT

*/

#right-cont-container-right-border div#right-cont {
	width: 674px;
	margin-left: 7px;
}

#right-cont div#right-cont-self {
	padding: 238px 10px 15px 10px;
	color: #343434;
	background: #f3f3f3 url(../img/right-cont-pattern.gif) left top repeat;
}

#right-cont-self h2 {
	font-family: Trebuchet MS;
	font-size: 1.2em;
	color: #d4021a;
}

#right-cont-self ul {
	padding-left: 15px;
/*	color: #535353; */
}

#right-cont-self p {
	margin-top: 15px;
	line-height: 20px;
/*	color: #535353; */
}

#right-cont-self p img {
	border: 1px solid #393939;
}

#right-cont-self div#cont-right-controls {
	width: 100%;
	margin-top: 10px;
	text-align: right;
}

#cont-right-controls span {
	color: #d4021a;	
}

#cont-right-controls a, #cont-right-controls a:hover {
	color: #d4021a;
	text-decoration: underline;
}

#cont-right-controls a:hover {
	text-decoration: none;
}

/*

		LEFT CONT

*/

#page-cont div#left-cont {
	width: 210px;
	_width: 215px;
	float: left;
}

#left-cont div#left-cont-menu-container {
	width: 204px;
	_width: 209px;
	margin-top: 194px;
	padding: 2px 0 2px 0;
	text-align: center;
	background: white url(../img/cont-left-menu-container.gif) left top repeat-x;
}

#left-cont-menu-container div#left-cont-menu-inner {
	width: 198px;
	_width: 203px;
	min-height: 221px;
	_height: 221px;
	margin: 0 auto;
	background: #d8021a url(../img/cont-left-menu-inner.gif) left top repeat-x;
	position: relative;
}

#left-cont-menu-inner div#lc-menu-topleft, #left-cont-menu-inner div#lc-menu-topright,
#left-cont-menu-inner div#lc-menu-bottomleft, #left-cont-menu-inner div#lc-menu-bottomright {
	width: 8px;
	height: 8px;
	position: absolute;
}

#lc-menu-topleft, #lc-menu-topright {
	top: -2px;
}

#lc-menu-bottomleft, #lc-menu-bottomright {
	bottom: 0;
	_bottom: -10px;
}

#lc-menu-topleft, #lc-menu-bottomleft {
	left: -3px;
}

#lc-menu-topright, #lc-menu-bottomright {
	right: -3px;
	_right: -4px;
}

#lc-menu-topleft {
	background: url(../img/lc-menu-topleft.gif) left top no-repeat;
}

#lc-menu-topright {
	background: url(../img/lc-menu-topright.gif) left top no-repeat;	
}

#lc-menu-bottomleft {
	left: 0;
	background: url(../img/lc-menu-bottomleft.gif) left top no-repeat;	
}

#lc-menu-bottomright {
	right: 0;
	_right: -1px;
	background: url(../img/lc-menu-bottomright.gif) left top no-repeat;	
}

#left-cont-menu-inner ul {
	padding: 15px;
	text-align: left;
}

#left-cont-menu-inner ul, #left-cont-menu-inner ul li {
	list-style: none;
}

#left-cont-menu-inner ul li {
/*	clear: both; */
	line-height: 27px;
	border-bottom: 1px dashed #de5d6d;
}

#left-cont-menu-inner ul li span {
	display: block;
	width: 10%;
	float: left;
	font-size: 1.6em;
	font-weight: bold;
	color: white;
}

#left-cont-menu-inner ul li a, #left-cont-menu-inner ul li a:hover {
	display: block;
	width: 90%;
	float: left;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#left-cont-menu-inner ul li a:hover {
	text-decoration: underline;
}

#left-cont div#left-menu-shadow {
	width: 100%;
	height: 32px;
	margin-top: 5px;
	background: url(../img/left-menu-shadow.jpg) left top no-repeat;
}

#left-cont div#banner {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}

#banner img {
	margin: 0 auto;
}

#left-cont div#banner-shadow {
	width: 100%;
	height: 30px;
	margin-top: 5px;
	background: url(../img/banner-shadow.jpg) left top no-repeat;
}

/*

		HEADER

*/

#page-cont div#header {
	width: 898px;
	height: 170px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 15px;
	background: url(../img/header-border.gif) left top no-repeat;
}

#header img {
	margin-top: 5px;
}

#header object {
	position: relative;
	top: 5px;
}

/*

		MAIN MENU

*/

#page-cont div#main-menu {
	width: 664px;
	height: 39px;
	line-height: 39px;
	position: absolute;
	left: 231px;
	top: 189px;
	background: url(../img/main-menu.gif) left 5px repeat-x;
}

#main-menu div#main-menu-topleft, #main-menu div#main-menu-topright,
#main-menu div#main-menu-bottomleft, #main-menu div#main-menu-bottomright {
	width: 5px;
	height: 5px;
	position: absolute;
}

#main-menu-topleft, #main-menu-topright {
	top: 5px;
}

#main-menu-bottomleft, #main-menu-bottomright {
	bottom: 5px;
	_bottom: -7px;
}

#main-menu-topleft, #main-menu-bottomleft {
	left: 0;
}

#main-menu-topright, #main-menu-bottomright {
	right: 0;
}

#main-menu-topleft {
	background: url(../img/main-menu-topleft.gif) left top no-repeat;	
}

#main-menu-topright {
	background: url(../img/main-menu-topright.gif) left top no-repeat;		
}

#main-menu-bottomleft {
	background: url(../img/main-menu-bottomleft.gif) left top no-repeat;		
}
 
#main-menu-bottomright {
	background: url(../img/main-menu-bottomright.gif) left top no-repeat;	
}

#main-menu ul {
	margin-left: 15px;
	_margin-left: 10px;
}

#main-menu ul, #main-menu ul li {
	list-style: none;
}

#main-menu ul li {
	float: left;
	width: 24%;
	text-align: center;
	border: 1px solid transparent;
	_border: 0 none;
	_padding: 1px;
	position: relative;
/*	behavior: url('../js/menu.htc'); */
}

#main-menu ul li:hover, #main-menu ul li.hover {
	_padding: 0;
	background: white url(../img/main-menu-hover.gif) left top repeat-x;
	border: 1px solid #dc011a;
}

#main-menu ul li a, #main-menu ul li a:hover {
	display: block;
	width: 100%;
	height: 39px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

#main-menu ul li:hover a, #main-menu ul li:hover a:hover,
#main-menu ul li.hover a, #main-menu ul li.hover a:hover {
	color: #555555;
}

#main-menu ul li ul {
	display: none;
	width: 100%;
	margin-left: 0;
	position: absolute;
	left: -1px;
	top: 39px;
}

#main-menu ul li ul li {
	float: none;
	width: 100%;
	min-height: 19px;
	line-height: 19px;
	overflow: hidden;
	_padding: 0;
	background: white;
	border: 1px solid #dc011a;
	border-bottom: 0 none !important;
}

#main-menu ul li:hover ul, #main-menu ul li.hover ul {
	display: block;
}

#main-menu ul li ul li a, #main-menu ul li ul li a:hover {
	height: auto;
	min-height: 19px;
	color: #555555;
}

#main-menu ul li ul li:hover, #main-menu ul li ul li.hover {
	background: #e73c4f url(../img/main-menu-submenu-hover.gif) left top repeat-x;
}

#main-menu ul li ul li:hover a, #main-menu ul li ul li.hover a {
	color: white !important;
}

#main-menu ul li ul li.menu-last, #main-menu ul li ul li.hover.menu-last {
	border-bottom: 1px solid #dc011a !important;
}

/*

		FOOTER, BOTTOM SPACER

*/

div#footer {
	width: 688px;
	float: right;
	margin-top: 15px;
	text-align: center;
}

#footer p {
	font-size: .9em;
}

#footer p, #footer p a, #footer p a:hover {
	color: #909090;	
}

#footer p, #footer p a, #footer p a:hover {
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

div#bottom-spacer {
	height: 20px;
}