* {margin:0;padding:0}

html, body 
{
	height: 100%;
	text-align : left;
	font-family : tahoma, arial;
	font-size : 12px;
	line-height : 16px; 
	color : #797979;   
	background : url(../../img/site/main_bg.gif) #ffffff 0 0 repeat-x;
}

html { background: #ffffff; }

body.mceContentBody
{
	background: #ffffff;
}

a img
{
	border: 0;
}

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

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

#page
{
	width : 914px;
	position: relative;
	margin-bottom : -160px;
	min-height : 100%;
	z-index: 100;
}

#header
{
	height: 145px;
	position: relative;
	
}

#header_container
{
	position: absolute;
	bottom: 3px;
	left: 0;
}

#fimage
{
	position: absolute;
	top: 67px;
	left: 0;
	background : url('../../img/site/fimage.gif') left bottom no-repeat;
	width : 66px;
	height : 78px;
}

#simage
{
	position: absolute;
	left: 351px;
	top: 37px;
	background : url('../../img/site/simage.gif') left bottom no-repeat;
	height : 138px;
	width : 442px;
}

#right
{
	float : right;
	width : 563px;
	position: relative;
}

#left
{
	float : left;
}

#photo
{	
	width : 321px;
	height : 522px;
	position : relative;
	background : url(../../img/config/photo.jpg) no-repeat;
	margin : 8px 0 8px 8px;
}

#solution
{
	position : relative;
	top : 2px;
	margin : 0 auto;
	text-align : right;
}

#solution a
{
	font-size : 10px;
}

#footer
{
	text-align: right;
	height : 160px;
	position : relative;
	background : url('../../img/site/footer_bg.jpg') repeat-x;
}

#footer a
{
	font-size: 10px;
	color: #525a82;
}

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

/* ===================== Menu ===================== */

#menu
{
	position: relative;
	padding-top: 25px;
	margin-left: 106px;
} 

#menu_nav 
{
	list-style: none;
	width: 190px;
	position: relative;
}

#menu_nav ul
{
	list-style: none;
}

#menu_nav li
{
	display: block;
	position: relative;
	border-bottom: solid 1px #cecfdc;
	padding-bottom: 1px;
}

#menu_nav li a
{
	text-decoration: none;
	display: block;
	color: #000f58;
	background: url('../../img/site/menu_arrow.gif') no-repeat 0.3em center;
	padding: 13px 20px;
	text-align: center;
}
  
#menu_nav li a:hover
{
	text-decoration: underline;
	background: url('../../img/site/menu_active_arrow.gif') no-repeat 0.3em center;
}

#menu_nav li ul
{
	position: absolute;
	border: solid 1px #cfd0dd;
	background: #fbfbfb;
	display: block;
	left: -999em;
	top: -1px;
	width: 12em;
	z-index: 1000;
	margin: 0 0 0 180px;
}

#menu_nav li ul li
{
	float: none;
	display: block;
	border: 0;
	height: auto;
	width: auto;
}

#menu_nav li ul li a, #menu_nav li ul li a:hover
{ 
	display : block;
	padding: 4px 8px;
	background: none;
}

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

#menu_nav li:hover ul ul, #menu_nav li:hover ul ul ul
{
	left: -999em;
	margin: 0 0 0 12em;
}

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

#menu_nav ul li.submenu_top, #menu_nav ul li.submenu_bottom
{	
	display: block;
	height: 6px;
	line-height: 0%;
	font-size: 0;
	border: 0;
	padding: 0;
}


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

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

#logo_box
{
	position: absolute;
	top: 0;
	left: 0;
	width : 284px;
}

#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_container
{
	position: absolute;
	top: 100px;
	left: 800px;
}

#icons_container a
{
	display: block;
	float: left;
	padding: 0 7px;
	background: url('../../img/site/icon_bullet.gif') repeat-y top right;
}

#icons img
{
	border : none;
}

#icon_home
{
	margin-left : 0;
}

#icon_mail
{
	margin-left : 0;
}

#icon_map	
{
	margin-left : 0;
}

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

#langs_container
{
	position : absolute;
	padding: 0 0 0 10px;
	left: 800px;
	bottom: 50px;
}

#langs_container a:link, #langs_container a:visited, #langs_container a:hover
{
	color : #8c8c8c;
	font-family : tahoma;
	float : left;  
	text-decoration : none;
	font-size : 12px;
	padding-right : 14px;
	background : url(../../img/site/lang_sep.gif) 19px 5px no-repeat;
}

#langs_container a.active
{
	color: #fc801a;
	text-decoration: underline;
}

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

h1
{  
	font-size : 16px;
	font-weight	 : normal;
	color : #000e54;   
	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 : #6581a1;     
	text-decoration : underline;
}  

#content
{
	width: 563px;
	overflow: hidden;
}

#content img, .mceContentBody img
{
	border : solid 2px #6581a1;
	margin : 3px;
}

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

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

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

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

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

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

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

a:hover
{
	color: #000f58;
	text-decoration: underline;
}

.content_block {
	padding : 0 0;
}

.clearfooter {
	clear : both;
	height : 72px;
	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 : #6581a1;
	font-size : 11px; 
	font-weight : bold; 
	text-align : center; 
	line-height : 15px;
}

#content table.form_table td, #content table.form_table th
{
	padding: 4px 0;
}

/*================ footer styles ==========*/

#footer_left
{
	height: 125px;
	width: 222px;
	position: absolute;
	bottom: 0;
	left: 37px;
	background: url('../../img/site/footer_left.jpg') no-repeat;
}

#footer_right
{
	height: 82px;
	width: 280px;
	position: absolute;
	bottom: 0;
	left: 750px;
	background: url('../../img/site/footer_right.jpg') no-repeat;
}

#footer_right a
{
	display: block;
	float: left;
	margin: 53px 0 0 50px;
}

/*================ paging ================*/

.pages_container
{
	text-align: center;
}