/* mac hide\*/
html, body {height:100%}
/* end hide */

body {
	padding:0;
	margin:0;
	text-align:left;
	background-color: #FFFFFF;
	color: #000000;
}

.top_bg {
	height: 50px;
	background: url(../title/top_bg.gif) repeat-x;
}

.bottom_bg {
	height: 50px;
	background: url(../title/bottom_bg.gif) repeat-x;
}

#main_box {
	position: relative;
	width: 754px;
	height: 400px;
	background: url(../title/main_bg.gif) no-repeat;
}

#flashcontent {
	position: absolute;
	left: 14px;
	top: 0px;
	width: 606px;
	height: 369px;
}

#menu_bg_box {
	position: absolute;
	left: 14px;
	top: 0px;
	width: 606px;
	height: 33px;
	background: #FFFFFF;
    border-bottom: 1px solid #999999;
    
    filter:alpha(opacity=90);   
    -moz-opacity: 0.9;   
    opacity: 0.9;   
    
}

/* SEO  - paslepiam */
#main_title_menu {
	position: absolute;
    display: none;
}

#title_menu_box {
	position: absolute;
	left: 14px;
	top: 0px;
	width: 606px;
	height: 33px;
}

#title_menu_box ul {
	display: block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
    -moz-box-sizing: border-box;
}

#title_menu_box li {
	display: block;
	margin: 0px;
	padding: 0px;
	float: left;
    -moz-box-sizing: border-box;
}

#title_menu_box a {
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 30px;
	padding-left: 30px;
	height: 25px;
	line-height: 25px;
	margin-top: 4px; 
	font-size: 12px;
	text-decoration: none;
	-moz-box-sizing: border-box;
	background: url(../title/menu_sep.gif) no-repeat 0px 0px;	
	background-position: right;
	color: #777777;
}

#title_menu_box a:hover {
	color: #333333;
}

#title_menu_box .last {
	background: none;
}