	* { padding: 0; margin: 0; }
	
	html
	{
		background: #eee6d2;
		height: 100%;
	}
	
	body
	{
		height: 100%;
		font-size: 12px;
		color: #64686c;
		font-family: Tahoma, Verdana, Arial, sans-serif;
	}
	
	body.mceContentBody
	{
		background: #eee6d2;
		color: #64686c;
	}
	
	#page
	{
		width: 986px;
		margin: 0 auto;
		min-height: 100%;
	}
	
	#top_header
	{
		height: 21px;
		background: url('../../img/site/top_header.gif') repeat-x;
		border-bottom: solid 1px #141d1a;
	}
	
	#header
	{
		height: 326px;
		position: relative;
		z-index: 100;
	}
	
	#header_top
	{
		position: relative;
		height: 45px;
		
	}
	
	#main
	{
		padding: 29px 0 0;
	}
	
	#left
	{
		width: 348px;
		float: left;
		position: relative;		
	}
	
	#right
	{
		width: 638px;
		float: left;
		position: relative;
	}
	
	#footer
	{
		clear: both;
		position: relative;
		width: 989px;
		margin: -29px auto 0;
		height: 29px;
		background: url('../../img/site/footer_bg.gif') no-repeat;
	}
	
	
	/* ===================== Menu ===================== */

	#menu
	{
		position: absolute;		
		z-index: 10000;
		top: 70px;
		left: 140px;
	} 

	#menu_nav 
	{
		list-style: none;
	}

	#menu_nav li
	{
		list-style: none;
		position: relative;		
		display: block;
		width: 170px;
	}

	#menu_nav li a
	{
		text-decoration: none;
		padding: 10px 15px 11px 25px;
		display: block;
		color: #da0000;
	}

	#menu_nav li a:hover
	{
		text-decoration: underline;
	}
	#menu_nav li ul
	{
		position: absolute;
		left: -999em;
		background: #eedfb8;
		border: solid 1px #da0000;
		top: 0;
		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: 11em;
	}

	#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: 11em;
	}


	/* ===================== 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: absolute;
		top: 20px;
		left: 365px;
	}
	
	#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;
		top: 22px;
		left: 500px;
		
	}

	#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: #d44664;
		text-decoration: none;
		font-size: 12px;
	}

	#langs_container a:hover
	{
		color: #FFFFFF;
	}

	/* ===================== Content ===================== */

	h1
	{  
		font-size : 16px;
		font-weight	 : 100;
		color : #e0bb86;   
		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
	{
		padding: 0 80px 20px 0;
	}
	
	#solution
	{
		color: #4585a3;
		text-align: center;
		position: absolute;
		right: 0;
		width: 300px;
		top: 7px;
	}
	
	#solution a
	{
		color: #eee6d2;
	}

	#left h1
	{
		color: #da0000;
		font-size: 18px;
		font-weight: normal;
		text-align: center;
		display: block;
		padding: 0 10px 0 60px;
	}

	#content h1
	{
		color: #00d600;
		font-size: 18px;
		font-weight: normal;
		text-align: right;
		padding: 7px 0 12px;
	}

	#content img, .mceContentBody img
	{
		border : solid 2px #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 : #db0e0c;
		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 : #dc7685;
		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;
	}
	
	#photo_frame
	{
		position: relative;
		width : 986px;
		height : 281px;
		background : url('../../img/config/photo.jpg') no-repeat center center;
	}

	#photo
	{	
		width: 100%;
		height: 100%;
		position : relative;
		background : url('../../img/site/photo_frame.png') no-repeat;
	}
	
