	* {margin:0;padding:0}

	html, body 
	{
	  font-family : tahoma, arial;
	  font-size : 12px;
	  color : #777777;
	  background: #5089bc;
	  
	}
	
	body.mceContentBody
	{
		background: #FFFFFF;
		color: #000000;
	}

	/* ===================== Layout ===================== */

	#page
	{
		position : relative;
		width: 874px;
		margin: 46px auto;
		border: solid 1px #FFFFFF;
		border-width: 0 1px;
	}

	#header
	{
		position: relative;
		height : 159px;
		z-index: 1000;
		background: url('../../img/site/header_bg.gif') no-repeat top left;
	}
	
	#photo_box
	{
		position: relative;
		margin-top: 6px;
		float: left;
	}
	
	#photo_frame
	{
		background : url('../../img/config/photo.jpg') no-repeat top left;
		height: 115px;
		position: relative;
		width: 874px;
	}
	
	#photo_frame h1
	{
		width: 750px;
		margin: 0 auto;
		padding: 70px 0 0 3px;
		color: #457ab1;
	}
	
	#photo
	{	
		width: 100%;
		height: 100%;
		position : relative;
		background : url('../../img/site/photo_frame.png') no-repeat;
	}

	#main
	{
		position: relative;
		background: #FFFFFF;
	}

	#content
	{
		position: relative;
		padding: 20px 90px 30px;
	}

	#left
	{
		float : left;
		width : 350px;
		position: relative;
		padding: 14px 0 20px 0;
	}

	#contacts_frame
	{
		position : relative;
		width: 216px;
		margin: 350px auto 20px;
		padding: 0;
	}

	#contacts_text
	{
		padding: 0 15px;
		margin-bottom: -22px;
		position: relative;
		background : url('../../img/site/contact_bg.gif') repeat-y;	
	}

	#contacts_top
	{
		height: 13px;
		background: url('../../img/site/contact_top.gif') no-repeat;
		font-size: 0;
		line-height: 0%;
		margin: 0;
	}

	#contacts_bottom
	{
		height: 37px;
		background: url('../../img/site/contact_bottom.gif') no-repeat;
	}

	#footer
	{
		height : 35px;
		position: relative;
		clear : both;
		background: url('../../img/site/footer_bg.gif') no-repeat bottom left #FFFFFF;
	}

	#solution
	{
		position : absolute;
		right: 50px;
		top: 2px;
	}

	#solution a
	{
		color : #FF9900;
		font-size : 11px;
		display: block;
		padding: 6px 0 0 0;
		text-align: center;
	}

	/* ===================== Menu ===================== */
	
	#menu
	{
		z-index: 100;
		position: absolute;
		bottom: 0; 
		left: 0;
		width: 874px;
		height: 38px;
		background: url('../../img/site/menu_bg.gif') repeat-x top left;
	} 

	#menu_nav 
	{
		padding: 0 90px;
		font-size: 11px;
		z-index: 1000;
	}

	#menu_nav li
	{
		display: block;
		float: left;
		position: relative;
		color: #FFFFFF;
		height: 37px;
		background: url('../../img/site/meniu_item.gif') no-repeat center left;
	}
	
	#menu_nav li.last
	{
		
	}
	
	#menu_nav li.last:hover ul li a
	{
		background: none;
	}

	#menu_nav li a
	{
		text-decoration: none;
		padding: 12px 20px 5px 10px;
		display: block;
		text-align: center;
		color: #e9f0f3;
		font-weight: bold;
	}
  
	#menu_nav li a:hover, #menu_nav li a#menu_selected, #menu_nav li a#menu_selected:hover
	{
		text-decoration: underline;
		color: #ff9900;
	}
	#menu_nav li ul
	{
		position: absolute;
		left: -999em;
		top: 37px;
		width: 140px;
	}

	#menu_nav li ul li
	{
		border-top : none;
		text-align : left;
		display: block;
		float: none;
		width: auto;
		height: auto;
		padding: 0;
		margin: 0;
		background: #88adce;
	}

	#menu_nav li ul li a
	{ 
		display : block;
		background: none;
		text-align: left;
		width: auto;
		padding: 5px 15px;
		margin: 0;
		color: #e9f0f3;
		font-weight: normal;
	}

	#menu_nav li ul li a:hover
	{
		text-decoration: underline;
		color: #e9f0f3;
	}

	#menu_nav li ul ul
	{
		position: absolute;
		top: 0;
		left: -999em;
		margin: 0 0 0 134px;
	}

	#menu_nav li:hover ul
	{
		left: auto;
	}

	#menu_nav li ul li.submenu_top, #menu_nav li ul li.submenu_bottom
	{	
		background: #88adce;
		height: 8px;
		font-size: 0;
		line-height: 0%;
	}
	
	#menu_nav li:hover ul ul, #menu_nav li:hover ul ul ul
	{
		left: -999em;
	}
	
	#menu_nav li:hover ul, #menu_nav li li:hover ul, #menu_nav li li li:hover ul
	{
		left: auto;
	}

	/* ===================== Logo ===================== */

	#logo_container
	{
		position : absolute;
		background : url('../../img/config/logo.png') no-repeat;
		clear : both;
		z-index: 1000;
	}

	#logo_container a:link, #logo_container a:visited, #logo_container a:hover
	{
		display : block;
		width : 100%;
		line-height : 100%;
		position : relative; 
		z-index : 1000;
		text-decoration : none;
	}

	#logo_innerwrap
	{
		width : 100%;
		height : 100%;
	}

	/* ===================== Icons ===================== */

	#icons {
		position : absolute;
		right: 28px;
		top : 15px;
		z-index: 100;
	}

	#icons img
	{
		border : none;
	}

	#icon_home
	{
		margin-left : 0;		
		padding-right: 10px;
	}

	#icon_mail
	{
		padding: 0 10px;
	}

	#icon_map	
	{
		padding-left: 10px;
	}

	/* ===================== Languages ===================== */

	#langs_container
	{
		position : absolute;
		top : 35px;
		right : 28px;
		z-index: 1000;
	}

	#langs_container a:link, #langs_container a:visited, #langs_container a:hover
	{
		color : #6b94b9;
		float : left;  
		text-decoration : none;
		font-size : 10px;
		padding-left : 20px;	
	}

	#langs_container a:hover
	{
		color: #4576a1;
		text-decoration: none;
	}

	/* ===================== Content ===================== */

	h1
	{  
		font-size : 16px;
		font-weight	 : 100;
		color : #5d96c5;   
		text-align : left;
		font-family : tahoma;
		padding : 22px 0 10px 0;
	}  
 
	h2
	{
		font-size : 16px;   
		font-weight : bold; 
		line-height : 23px;
		text-align : center;    
		color : #e0bb86;     
		text-decoration : underline;
	}  

	#content_text
	{

	}

	#content h1
	{
		color: #ff9900;
		font-size: 18px;
		font-weight: normal;
		text-align: left;
		padding: 7px 10px 12px 0;
	}

	#content img, .mceContentBody img
	{
		border : solid 0 #e0bb86;
		margin : 3px;
	}

	#content ul, .mceContentBody ul
	{
		list-style-position: inside;
		padding-left: 10px;
	}

	#content blockquote, .mceContentBody blockquote
	{
		padding-left: 20px;
	}

	#content p, .mceContentBody p
	{
		padding: 6px 0;
	}

	#content table, .mceContentBody table
	{
		border : solid 0 #e0bb86;
		border-spacing: 0;
	}

	#content table th, .mceContentBody table th
	{
		border : solid 0 #e0bb86;
		padding : 0;
	}

	#content table td, .mceContentBody table td
	{
		border : solid 0 #e0bb86;
		padding : 0;
	}

	a:link, a:visited, a:hover {
		color : #ff9900;
		text-decoration : underline;
	}

	a:hover
	{
		text-decoration: underline;
	}

	.content_block {
		padding : 0 0;
	}

	.clear
	{
		font-size: 0;
		clear: both;
		line-height: 0%;
		height: 0;
	}

	.clearfooter {
		clear : both;
		height : 60px;
		position: relative;
	}

	.button
	{ 
		padding : 0 10px;
		font-family : arial, sans-serif;  
		font-size : 11px;
		border : #666666 1px solid; 
		background : #4e87ba;
		color : white;
	}
 
	.error_message
	{
		color : red;
		font-size : 10px;
	}
 
	.success_message
	{
		color : #33568E;
		font-size : 11px; 
		font-weight : bold; 
		text-align : center; 
		line-height : 15px;
	}
