* {margin:0;padding:0}

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

html { background: #2a0d00; }

body.mceContentBody
{
	background: #2a0d00;
}

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

#page
{
	width : 980px;
	position : relative;
	margin : 0 auto;
	margin-bottom : -34px;
	min-height : 100%;
}

#header
{
	position: relative;
	height : 148px;
	background : url(../../img/site/header_bg2.jpg) bottom center no-repeat;
}

#content
{
	float : right;
	width : 423px;
	padding-right : 37px;
}

#left
{
	float : left;
	width : 459px;
	padding-left : 37px;
	padding-top : 12px;
	padding-bottom: 30px;
}

#contacts_frame
{
	position : relative;
	width : 459px;
	height : 86px;
	float : left;
	background : url(../../img/site/contacts_frame.gif) no-repeat;	
}

#contacts_text
{
	position : absolute;
	left : 200px;
	width : 270px;
	top : 10px;
	text-align : center;
}

#photo_frame
{
	width : 304px;
	height : 282px;
	float : left;
	background : url(../../img/site/photo_frame.gif) no-repeat;
	padding-bottom : 12px;
}

#photo
{	
	float : left;
	width : 266px;
	height : 203px;
	top : 35px;
	left : 18px;
	position : relative;
	background : #f9f9f9 url(../../img/config/photo.jpg) no-repeat;
}

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

#ornament
{
	width : 80px;
	height : 11px;
	background : url(../../img/site/ornament.gif) top center no-repeat;
	margin : 0 auto;
}

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

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

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

#menu
{
	width : 134px;
	float : left;
	padding-left : 21px;
	padding-top : 12px;
} 

#menu_nav 
{
	border-bottom : solid 1px #730400;
	list-style: none;
}

#menu_nav li
{
	list-style: none;
	background : #730400;
	text-align : right;
	position: relative;
	padding: 1px 0 0 0;
	width: 134px;
}

#menu_nav li a
{
	text-decoration: none;
	padding: 10px 20px 11px 0;
	display: block;
	min-height: 1%;
	background: url('../../img/site/menu_bg.gif') no-repeat 10em 1.25em #2a0d00;
	border: solid #2a0d00;
	border-width: 1px 0;
}
  
#menu_nav li a:hover, #menu_nav li a#menu_selected
{
	text-decoration: none;
	background: url('../../img/site/menu_on_bg.gif') no-repeat 10em 1.25em #490300;
	border: solid #2a0d00;
	border-width: 1px 0;
}
#menu_nav li ul
{
	position: absolute;
	border-bottom: solid 1px #730400;
	left: -999em;
	top: 0;
	width: 134px;
}

#menu_nav li ul li
{
	border-top : none;
	text-align : left;
}

#menu_nav li ul li a, #menu_nav li ul li a:hover
{ 
	display : block;
	padding: 10px 20px 11px 10px;
}

#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: 134px;
}

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


/* ===================== 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;
	width : 59px;
	height : 13px;
	left : 28px;
	top : 22px;
	background : url(../../img/site/icon_bg.gif) no-repeat;
	clear : left;
	float : left;
}

#icons img
{
	border : none;
}

#icon_home
{
	margin-left : 0;
}

#icon_mail
{
	margin-left : 13px;
}

#icon_map	
{
	margin-left : 12px;
}

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

#langs_container
{
	position : relative;
	top : 38px;
	height : 14px;
	left : 27px;
	width : 150px;
	clear : left;
	float : left;
}

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

/* ===================== 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 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 : #e0bb86;
	text-decoration : underline;
}

a:hover
{
	text-decoration: underline;
}

.content_block {
	padding : 0 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; }