	* { padding: 0; margin: 0; }
	
	html
	{
		background: #000000;
	}
	
	body
	{
		font-size: 12px;
		color: #000000;
		font-family: Verdana, Tahoma, Arial, sans-serif;
		background: url('../../img/site/page_bg.jpg') repeat-x 0 113px;
	}
	
	body.mceContentBody
	{
		background: #FFFFFF;
		color: #000000;
	}
	
	#page
	{
	}
	
	#header
	{
		height: 143px;
		background: #030303;
		position: relative;
		z-index: 100;
	}
	
	#header_inner
	{
		width: 451px;
		margin: 0 auto;
		position: relative;
		height: 143px;
	}
	
	#main
	{
		min-height: 401px;
		width: 451px;
		margin: 0 auto;
		background: url('../../img/site/content_bg.gif') repeat-x bottom left #FFFFFF;
	}
	
	#left
	{
		width: 190px;
		float: left;
		position: relative;		
	}
	
	#right
	{
		width: 765px;
		float: left;
		position: relative;
	}
	
	#footer
	{
		width: 451px;
		position: relative;
		margin: 0 auto;
		height: 55px;
		background: url('../../img/site/footer.gif') no-repeat;
	}
	
	
	/* ===================== Menu ===================== */

	#menu
	{
		position: absolute;
		z-index: 100;
		bottom: 0;
		left: 0;
	} 

	#menu_nav 
	{
		list-style: none;
	}

	#menu_nav li
	{
		list-style: none;
		position: relative;
		float: left;
		display: block;
		width: 137px;
		height: 25px;
		margin-left: 20px;
		background: url('../../img/site/meniu1.gif') repeat-x;
	}
	
	#menu_nav li.first
	{
		margin-left: 0;
		background: url('../../img/site/meniu0.gif') repeat-x;
	}
	
	#menu_nav li.last
	{
		background: url('../../img/site/meniu2.gif') repeat-x;
	}

	#menu_nav li a
	{
		text-decoration: none;
		padding: 5px 0 0 0;
		display: block;
		color: #FFFFFF;
		text-align: center;
	}

	#menu_nav li a:hover
	{
		text-decoration: none;
		background: url('../../img/site/meniu_active.gif') no-repeat left center;
	}
	#menu_nav li ul
	{
		position: absolute;
		left: -999em;
		background: #4a4d4f;
		border: solid 1px #3f4443;
		top: 32px;
		width: 134px;
	}

	#menu_nav li ul li
	{
		border-top : none;
		text-align : left;
		display: block;
		padding: 0;
		margin: 0;
	}

	#menu_nav li ul li a
	{ 
		display : block;
		background: none;
		padding: 4px 8px;
		text-align: left;
		width: 118px;
	}

	#menu_nav li ul li a:hover
	{
		text-decoration: underline;
		background: none;
	}

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

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

	#menu_nav ul li.submenu_top, #menu_nav ul li.submenu_bottom
	{	
		display : none;
	}

	#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;
	}

	#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: relative;
		float: right;
	}
	
	#icons a
	{
		background: url('../../img/site/top_header_corner.gif') no-repeat top left;
		padding: 5px 6px 0 12px;
		display: block;
		float: left;
	}

	#icons img
	{
		border : none;
	}

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

	#langs_container
	{
		position: absolute;
		right: 0;
		top: 10px;
	}

	#langs_container a:link, #langs_container a:visited, #langs_container a:hover
	{
		background: url('../../img/site/top_header_corner.gif') no-repeat top left;
		padding: 3px 6px 0 12px;
		display: block;
		float: left;
		color: #FFFFFF;
		text-decoration: none;
	}

	#langs_container a:hover, #langs_container a.active
	{
		text-decoration: underline;
		color: #FFFFFF;
	}
	
	/* ===================== Content ===================== */

	h1
	{  
		font-size : 16px;
		font-weight	 : 100;
		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
	{
		
	}
	
	#content_text
	{
		padding: 35px 32px 25px 32px;
	}
	
	#contacts
	{
		color: #FFFFFF;
		position: absolute;
		right: 0;
		top: 40px;
		text-align: right;
	}
	
	#contacts a
	{
		color: #FFFFFF;
	}
	
	#solution
	{
		color: #4585a3;
		width: 24px;
		height: 88px;
		position: absolute;
		top: -84px;
		left: -24px;
		background: url('../../img/site/solution.png') no-repeat;
	}
	
	#solution a
	{
		color: #b9b9b9;
	}

	#content h1
	{
		font-size: 18px;
		font-weight: normal;
		padding: 0 0 15px 0;
	}

	#content img, .mceContentBody img
	{
		
	}

	#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 : #77aa26;
		text-decoration : none;
	}

	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 : 34px;
		position: relative;
	}

	.button
	{ 
		padding : 0 10px;
		font-family : arial, sans-serif;  
		font-size : 11px;
		border : #666666 1px solid; 
		background : #C0C0C0;
		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;
	}
	
	.pages_container
	{
		text-align: center;
		padding-bottom: 5px;
	}
	
	#logo_creation
	{
		position: absolute;
		color: #FFFFFF;
		top: 10px;
		left: 0;
		font-size: 1.17em;
		width: 137px;
		text-align: center;
	}
	
	.photo_text
	{
		padding: 5px 14px 0 14px;
	}
	
	#content table.form_table td
	{
		padding: 3px 0;
	}
	
	#slogan {
	 height: 30px;
	 position: absolute;
	 bottom: 25px;
	 left: 0;
	 color: #FFF;
	 text-align: center;
	 width: 451px;
	 font-size: 1.1667em;
	}