/* --== MAIN ==-- */
html,body,div {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fefefe;
}

.lb {
	position: relative;
	display: block;
}

#full {
	margin: 0px auto;
	width: 980px;
}

#head {
	margin: 5px auto 0px auto;
	width: 100%;
	height: 46px;
	background: #909090;
	background: url('/img/title.gif') repeat-x;
}

#body {
	width: 100%;
	margin: 0px auto;
	background:white left url('/img/background.png') repeat-y;
}

#leftColumn {
	float: left;
	width: 234px;
}

#main {
	width: 520px;
	float: left;
}

#main_big {
	width: 746px;
	float: left;
}

#rightColumn {
	float: left;
	width: 226px;
	background: #fff;
}

#footer {
	height: 50px;
	clear: both;
	margin: 0px auto 0px auto;
	padding-left:43px;
	text-align: left;
	clear: both;
	border:1px solid #BCC5D6;
	background:#FAFAFA left url('/img/infobaltic.gif') no-repeat;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/* slightly enhanced, universal clearfix hack */
.clearfix {
	display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
} 
/* close commented backslash hack */ 

/* --== TOP LINKS ==-- */
#top_links {
	line-height: 48px;
	float: right;
	margin-right: 10px;
	text-align: right;
	width: 270px;
	color: #eb9007;
}

#top_links a:link,#top_links a:visited {
	color:#eb9007;
	text-decoration: underline;
}

#top_links a:hover {
	color:#ff6725;
}

/* --== BREADCRUMBS ==-- */
#breadcrumbs {
	background-color: #e1e1e1;
	height: 22px;
	line-height: 22px;
	color:#ff9900;
	font-weight: bold;
	background: url('/img/langline.png') repeat-x;
	border: 1px solid #BCC5D6;
	border-bottom:0px;
}

#breadcrumbs a:visited,#breadcrumbs a:link,#breadcrumbs a:active {
	color: #ff9900;
	font-size: 12px;
	font-weight: normal;
}

#breadcrumbs a:hover {
	color: #ff6725;
	font-size: 12x;
	font-weight: normal;
}

/* --== ACCOUNT MENU ==-- */
#account_menu {
	line-height: 25px;
	height: 25px;
	font-size:13px;
	border: 1px solid #7D8BB3;
	color:#7D8BB3;
	margin: 3px 0px;
	padding:0 5px;
}

#account_menu a:visited, #account_menu a:link, #account_menu a:active {
	margin:0px 5px 0 5px;
	color: #184E87;
	font-size: 13px;
	text-decoration: none;
}

#account_menu a:hover {
	color: #184E87;
	font-size: 13x;
	text-decoration: underline;
}

/* --== NAVIGATION ==--*/
#navigation {
	width: 700px;
	height: 32px;
	margin: 13px auto auto auto;
	float: left;
}

.navigation li {
	float: left;
	list-style: none;
	font: 12px Tahoma, Arial
}

.navigation li a {
	display: block;
	text-align: center;
	line-height: 25px;
	margin: 0px 0px 2px 10px;
	text-decoration: none;
	padding:0px 10px;
	color: #ffffff;
	white-space: nowrap;
	height: 25px;
	text-transform: uppercase;
	font-size:13px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.navigation li a:hover,.navigation li.active a {
	background-color:#ff6725;
}

.navigation li.active ul li a {
	background: #ff6725;
}

.navigation li ul {
	margin: 0;
	padding: 0;
	position: absolute;
	display: none;
	background: #fcaf17;
	z-index: 100;
}

.navigation li ul li {
	float: none;
	display: inline
}

.navigation li ul li a {
	width: 114px;
	background: #fcaf17;
	margin: 0px;
}

.navigation li ul li a:hover {
	background: #ed9f07;
}
