* {margin:0;padding:0}

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

html { background: #FFFFFF; }

body.mceContentBody
{
	background: #FFFFFF;
}

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

#page
{
	width : 970px;  
	position : relative;
	margin : 0 auto;
	min-height : 630px;
	margin-bottom : -58px;
}

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

#content
{
	width : 500px;
	right : 0px;
	float : right;
	min-height : 350px;
	z-index : 3000;
}

#image
{
	width : 470px;
	height : 604px;
	position : absolute;
	top : 4px;
	z-index : 100;
}

#photo
{	
	width : 400px;
	height : 571px;
	background : #f9f9f9 url(../../img/config/photo.jpg) 2px 4px no-repeat;
	float : left;
}

#photo_top
{	
	width : 468px;
	height : 18px;
	background : url(../../img/site/photo_top.png) no-repeat;
}

#photo_left
{	
	width : 37px;
	height : 571px;
	background : url(../../img/site/photo_left.png) no-repeat;
	float : left;
}

#photo_right
{	
	width : 32px;
	height : 571px;
	background : url(../../img/site/photo_right.png) no-repeat;
	float : left;
}

#photo_bottom
{	
	width : 468px;
	height : 15px;
	background : url(../../img/site/photo_bottom.png) no-repeat;
	clear : left;
}

#footer
{
	height : 58px;
	background : url(../../img/site/footer_bg.gif) 0 0 repeat-x;
	clear : both;
}

#solution
{
	position : relative;
	padding-left : 12px;
	padding-top : 5px;
	top : 6px;
	right : 20px;
	text-align : right;
	background : url(../../img/site/star_blue.gif) top left no-repeat;
	float : right;
}

#solution a
{
	color : #ffffff;
}

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

#menu {
	height : 27px; 
	left : 450px;
    width : 600px;
    top : 82px;
    position : relative; 
	z-index: 1000;
} 

#menu_nav 
{  
	text-align : center;
	position: relative;
	z-index: 1000;
} 

#menu_nav li {  
	list-style : none;
	text-align : left;      
	float : left;
	/*background : url(../../img/site/star_green.gif) 20px 0px no-repeat;*/
	line-height : 27px;
	height: 27px;
	position : relative;  
}

#menu_nav li a, #menu_nav li a:hover { 
	text-decoration : none;
	color : #ffffff;   
	font-size : 11px;
	font-family : tahoma;
	font-weight : bold;
	padding-left : 15px;
	height : 34px;
	display : block;
	float : left;
	position : relative;
}
  
#menu_nav li a:hover {
	text-decoration : underline;
}

#menu_nav li ul { 
	position: absolute;
	top: 32px;
	left: 15px;
	display: none;
	width: 12em;
}

#menu_nav li ul li { 
	display: block;
	float: left;
	width: 12em;
	height: auto;
	line-height: 120%;
	text-align : left;  
	background  : none;   
	background : #95a845;  
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
	text-decoration : none;
	display : block;
	float: none;
	color : #ffffff;   
	font-size : 11px;
	font-family : tahoma;
	height : auto;
	width : 100%;
	height : 14px;
	padding : 5px 10px;
	text-align : left;
}  
#menu_nav li ul li a:hover {
	text-decoration : underline;  
}

#menu_nav li:hover  ul {display: block;}

#menu_nav li ul #menu_nav_top {
	line-height : 9px;   
	font-size : 8px;
	background : url(../../img/site/menu_top.gif) 0 0 no-repeat;  
	padding : 0;
	width : 150px;   
}
#menu_nav li ul #menu_nav_bottom {
	line-height : 9px;
	background : url(../../img/site/menu_bottom.gif) 0 0 no-repeat;  
}

#menu_nav .submenu_top, #menu_nav li .submenu_bottom
{
	line-height : 0%;
	padding : 0;
	margin : 0;
	height : 0;
}

/* ===================== 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;
	left : 465px;
	top : 40px;
	z-index : 2000;
	width : 100px;
	height : 13px;
	background : url(../../img/site/icon_bg.gif) no-repeat;
}

#icons img
{
	border : none;
}

#icon_home
{
	margin-left : 0px;
}

#icon_mail
{
	margin-left : 14px;
}

#icon_map	
{
	margin-left : 13px;
}

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

#langs_container
{
	position : absolute;
	top : 40px;
	right : 0px; 
	height : 14px;
	z-index : 200;
}

#langs_container a:link, #langs_container a:visited, #langs_container a:hover
{
	color : #adadad;
	font-family : verdana;
	float : left;  
	text-decoration : none;  
	font-size : 10px;
	padding-left : 15px;
	background : url(../../img/site/lang_sep.gif) 7px 5px no-repeat;
}

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

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

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

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

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

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

#content table, .mceContentBody table
{
	border : solid 0px #3c6c96;
	border-spacing: 0;
}

#content table th, .mceContentBody table th
{
	border : solid 0px #3c6c96;
	padding : 0px;
}

#content table td, .mceContentBody table td
{
	border : solid 0px #3c6c96;
	padding : 0px;
}

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

a:hover
{
	text-decoration: underline;
}

.content_block {
  padding    : 0 0;
}

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

.clearfooter {
  clear  : both;
  height : 68px;
  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;
}
