* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : tahoma, arial;
  font-size   : 13px;  
  line-height : 16px; 
  color       : #acb7bf;   
  background  : #1e293a url('../../img/site/bg_main.gif') 0 0 repeat-x;
} 

html { background: #1e293a; }

body.mceContentBody
{
	background: #4e6b94;
}

/* --------------- MAIN CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 

#page_container {
  width         : 994px;  
  margin        : 0 auto;
  position      : relative;   
  min-height    : 100%;
  margin-bottom : -35px;
}   

#header_container {
  height     : 139px;
  position   : relative;   
}
  
#main_container {

}

#left_container
{
  float    : left;
  width    : 251px;
}  

#right_container
{
  float      : left;
  width      : 743px;
  background : url(../../img/site/two_shadows.png);
  background-repeat : repeat-y;
}

#content_container {
	width : 563px;
	 min-height : 350px;
  padding : 0px 35px 24px 35px;
  border : solid 1px #4a5f7a;
  border-top : none;
  margin : 0 68px 0 40px;
  background : #4e6b94 url('../../img/site/bg_content.gif') repeat-x;
  background-position : bottom left;
}

#shadow_bottom
{
	width : 743px;
	height : 20px;;
    background-image : url(../../img/site/shadow_bottom.png);
	float : right;
}

.clearfooter {
  clear  : both;
  height : 0px;	
}

#footer_container {  
	text-align : center;
  height      : 20px;
  position    : relative;   
  font-size   : 11px;
  left : 61px;
  width       : 190px;
  float : left;
} 


/* --------------- EXTRA CONTAINERS --------------- */ 
/* ----------------------------------------------- */ 

#contacts_container {
  top       : 0px;
  left      : 0px;
  width     : 190px;
  height	: 93px;
  font-size : 12px;
  text-align : center;
  padding-top : 13px;
  margin : 20px 0px 0px 61px;
  background : url(../../img/site/contacts.gif) no-repeat;
}

#index_left_container {
  float : left;
  width : 360px;
  margin-left :40px;
}
#index_right_container {
  float : left;
  width : 340px;
  margin-left :20px;
}


/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin        : 0 auto;
} 

#menu_nav {  
  text-align : left;
  margin-top : 27px;
  margin-left : 61px;
  width : 190px;
    border-top : solid 1px #253455;
} 

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

#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  display         : block;
  color           : #acb7bf;   
  background : url(../../img/site/arrow.gif);
  background-repeat : no-repeat;
  background-position : 25px 18px; 
  font-weight     : lighter;
  font-size       : 13px;
  line-height     : 41px;
  padding-left    : 40px;
}

#menu_nav li a:hover {
  text-decoration : none;
  color           : #ee015d;   
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
}

#menu_nav li ul {
  background-color : #3c5372;
  width         : 140px;
  padding-left : 50px;
}

#menu_nav li ul li {
  background : none;
  border     : 0;
}
#menu_nav li ul li a, #menu_nav li ul li a:hover { 
  background  : none;
  padding     : 0;
  font-size   : 11px;
  border      : none;
  line-height : 21px;
}  
#menu_nav li ul li a:hover {
  text-decoration : underline;
  color           : #ee015d;   
} 

#menu_nav a.menu_nav_opened, #menu_nav a.menu_nav_opened:visited, #menu_nav a.menu_nav_opened:hover {
  background : url(../../img/site/menu_item_sel.gif) 0 50% no-repeat; 
}


#menu_nav a.menu_nav_selected, #menu_nav a.menu_nav_selected:visited, #menu_nav a.menu_nav_selected:hover {
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
}



/* ------------------ SITEMAP -------------------------- */ 
#sitemap_container { 
  margin     : 0 0 20px 20px;
  text-align : left;   
} 
#sitemap_container li { 
  list-style  : none;
  line-height : 20px;  
}
#sitemap_container li ul { 
  margin-left: 20px;
}


/* ------------------ NEWS  -------------------------- */ 
#news_container {
  position : relative;
}

#news_container h1 {
  text-align : left;
  position   : absolute;
  top        : -57px;
  width      : 340px;
}
.news_item {
  margin-bottom : 15px;
}
.news_date {
  color       : #ee015d;
}
.news_title {
  font-weight : bold;
  color       : #acb7bf;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color           : #acb7bf;
  text-decoration : none;
}
.news_title a:hover {
  text-decoration : underline;
}

.news_item_text {
  width  : 280px;
  margin : 4px auto;
}



/* ------------------ PRODUCTS  -------------------------- */ 

#products_container img {
  border : solid 1px #02799B;    
  margin : 0 10px 0 0; 
} 

#products_categories {
  margin-bottom : 30px;
}
#products_categories a:link, #products_categories a:visited, #products_categories a:hover {
  text-decoration : none;
  padding         : 5px;    
  background      : white;
  width           : 200px;
  display         : block;
  margin          : 1px 0;   
  border          : solid 1px #C0C0C0;
}  
#products_categories a:hover {
  text-decoration : none;
  background      : #F2F2F4;;
}

#products_items {
}
#products_items td {
  padding-right : 10px;
}
#products_items a:link, #products_items a:visited, #products_items a:hover {
  text-decoration : none;
  font-weight     : bold; 
}  
#products_items a:hover {
  text-decoration : underline;
}  
.products_empty_photo {
  text-align  : center;
  width       : 75px; 
  padding     : 21px 0 20px 0; 
  border      : solid 1px #02799B;
  font-size   : 11px;
  font-family : tahoma
}
   
#products_path_container {
  margin-bottom : 10px;    
  font-size     : 11px;
} 
#products_search_container {
  margin-bottom : 10px;
}
/* ------------------ Langs -------------------------- */ 
#langs_container {
  position    : absolute;
  top         : 8px;
  left       : 34px; 
  height      : 14px;
  background  : url(../../img/site/box_1.gif) no-repeat;
  z-index : 200;
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #bacde5;
  font-family   : tahoma;
  width         : 12px;
  display       : block;
  float         : left;
	margin-right : 17px;
  line-height   : 12px;   
  text-decoration : none;  
  font-size       : 10px;
}

/* ------------------ Icons -------------------------- */ 
#icons_container {
  position : absolute;
  top : 28px;
  left : 926px;
  width : 35px;
  height : 92px;
  padding-top : 19px;
  background: url(../../img/site/bg_icons.jpg) no-repeat;
}

#icons_container img
{
	border : none;	
	padding-left : 10px;
	padding-top : 10px;
}

/* ------------------- Logo and Photo ------------------------- */ 

#logo_container_out
{
	background-image: url(../../img/site/bg_logo.jpg);
	width	:	257px;
	height	:	111px;
	left	:	34px;
	top	: 28px;
	position : absolute;
}

#logo_container {
  position   : absolute;
  background : url(../../img/config/logo.png) no-repeat;
}
#logo_container a:link, #logo_container a:visited, #logo_container a:hover {
  display         : block;
  width           : 100%;
  line-height     : 100%;
  position        : relative; 
  z-index         : 1;
  text-decoration : none;
}
#logo_innerwrap {
  width  : 100%;
  height : 100%;
}

#photo_container {
  width  : 633px;
  height : 137px;
  position   : absolute;
  top        : 0px;
  left      : 291px;
  background : url(../../img/config/photo.jpg) no-repeat;
  border : solid 1px #5f7ea8;
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #666666;  
  padding         : 2px 4px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : none;
  background      : #DCDDDF;
  color           : #666666;
}
  
a.page_next:link, a.page_next:visited, a.page_next:hover {
  line-height     : 15px; 
  background      : url(../../img/site/arrow_right.gif) 100% 50%  no-repeat;     
  color           : #848689;
  text-decoration : none;
}
a.page_previuos:link, a.page_previuos:visited, a.page_previuos:hover {
  line-height     : 15px; 
  background      : url(../../img/site/arrow_left.gif) 0 50% no-repeat;  
  color           : #848689;
  text-decoration : none;
}   
.page_current {
  line-height : 14px; 
  padding     : 0px 3px; 
  background  : #02799B;  
  color       : white;
}   


/* --------------- EXTRAS --------------------- */ 
/* -------------------------------------------- */ 

h1 {  
  font-size      : 18px;
  font-weight	 : 100;
  color          : #d6e3f4;   
  text-align     : left;
  font-family    : verdana;
  padding : 40px 0px 25px 0px;
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  color       : #56699F;     
  text-decoration : underline;
}  
 
.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;
} 

.content_block {
  padding    : 0 0;
}

#content_container img, .mceContentBody img
{
  border : solid 2px #02799B;
  margin : 3px;
}
#content_container ul, .mceContentBody ul
{
  list-style-position: inside;
  padding-left: 10px;
}
#content_container blockquote, .mceContentBody blockquote
{
  padding-left: 20px;
}
#content_container p, .mceContentBody p
{
  padding: 6px 0;
}

#content_container table, .mceContentBody table
{
  border       : solid 0px #D3DBE8;
  border-spacing: 0;
}
#content_container table th, .mceContentBody table th
{
  border       : solid 0px #D3DBE8;
  padding      : 0px;
}
#content_container table td, .mceContentBody table td
{
  border       : solid 0px #D3DBE8;
  padding      : 0px;
}


a.more_link:link, a.more_link:visited, a.more_link:hover {
  color      : #666666;
  padding    : 5px 22px 5px 0;
  background : url(../../img/site/href.gif) 100% 80% no-repeat;  
  text-decoration : none;
}

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

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

a:hover {
  text-decoration: underline;
}