* { padding: 0; margin: 0; }

html, body
{
	font-family: Arial, Tahoma, Verdana, sans-serif;
	color: #000000;
	background: url('../../img/site/body_bottom_right.gif') no-repeat 485px 100%;
}

body
{
	font-size: 1em;
	background: url('../../img/site/body_bottom_left.gif') no-repeat bottom left;
}

a img { border: 0; }

a
{
	color: #a3012b;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

pre
{
	color: #000000;
}

input, textarea, select
{
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size: 1em;
}

button
{
	border: 0;
	background: none;
	cursor: pointer;
	font-size: 8px;
}

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

/* CONTENT STYLES */

.container
{

}

.header
{
	background: url('../../img/site/header_right.gif') no-repeat top right;
	height: 198px;
	position: relative;
	margin-bottom: -79px;
	z-index: 10;
}

.inner_wrap
{
	background: url('../../img/site/center_square.gif') no-repeat 150px 0;
	padding-top: 81px;
	width: 916px;
	position: relative;
}

.content_container
{
	margin-left: 295px;
	width: 621px;
	position: relative;
}

.wrap
{
	float: left;
	position: relative;
	width: 100%;
}

.center
{
	float: right;
	width: 100%;
	position: relative;
}

.left
{
	position: relative;
	width: 295px;
	margin-left: -295px;
}

.footer
{
	height: 95px;
	position: relative;
}


/* HEADER STYLES */

.header_line
{
	height: 66px;
	font-size: 0;
	line-height: 0%;
	background: url('../../img/site/header_line.gif') repeat-x bottom;
}

.logo
{
	position: absolute;
	top: 0;
	left: 0;
}

.logo_link
{
	display: block;
	height: 183px;
	width: 235px;
	position: relative;
	z-index: 1;
}

/* LEFT STYLES */

.left_meniu
{
	margin-left: 55px;
	width: 185px;
	list-style: none;
	font-size: 0.875em;
	padding-top: 30px;		
}

.left_meniu li
{
	background: url('../../img/site/left_meniu_border.gif') repeat-x bottom left;
	padding: 0 0 6px 0;
}

.left_meniu li a
{
	color: #000000;
	display: block;
	padding: 5px 5px 7px 43px;
	background: url('../../img/site/left_bullet.gif') no-repeat 20px center;
}

/* CENTER STYLES */

.content_top
{
	height: 4px;
	font-size: 0;
	line-height: 0%;
	background: url('../../img/site/content_text_top.gif') no-repeat;
	position: relative;
}

.center_left_shade
{
	width: 69px;
	height: 410px;
	position: absolute;
	z-index: 10000;
	left: -28px;
	top: -4px;
	background: url('../../img/site/center_left_shade.jpg') no-repeat;
}

.center_right_shade
{
	width: 3px;
	height: 419px;
	position: absolute;
	right: 103px;
	z-index: 1;
	top: 0;
	background: url('../../img/site/center_right_shade.gif') no-repeat;
}

.content
{
	width: 538px;
	position: relative;
	margin-left: -20px;
	background: url('../../img/site/center_bg.gif') repeat-y;
}

.content_inner
{
	margin: 0 3px 0 26px;
	background: url('../../img/site/content_text_bg.gif') repeat-x;
	min-height: 415px;
	color: #000000;
	font-size: 0.875em;
}

.content_text
{
	padding: 15px 15px 60px 15px;
}

.content_text p
{
	padding: 5px 0;
}

.under_content
{
	height: 10px;
	font-size: 0;
	line-height: 0%;
	background: url('../../img/site/footer_top_line.gif') repeat-x;
	position: relative;
	margin-left: -24px;
}

.under_content_left
{
	height: 10px;
	width: 6px;
	background: url('../../img/site/under_content_left.gif') no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.under_content_right
{
	height: 10px;
	width: 10px;
	background: url('../../img/site/under_content_right.gif') no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

.worker
{
	position: absolute;
	width: 176px;
	height: 200px;
	background: url('../../img/site/worker.png') no-repeat;
	top: -200px;
	right: -30px;
	z-index: 100;
}

#menu_nav
{
	list-style: none;
	padding: 0 0 7px 15px;
}

#menu_nav li
{
	display: inline;
}

#menu_nav li a
{
	color: #e59517;
	font-size: 1.125em;
	background: url('../../img/site/above_content_bullet.gif') no-repeat left center;
	padding: 5px 25px;
}

.copy
{
	font-size: 0.69em;
	text-align: right;
	padding-right: 20px;
	color: #7c7c7c;
}

#cakeSqlLog
{
	color: #000000;
}

/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */ 
#menu_container {
  margin        : 0 auto; 
} 
/*
#menu_nav {  
  text-align : left;
} 
#menu_nav li {  
  list-style   : none;
  border-bottom   : solid 1px #C0C0C0;
}
#menu_nav li a, #menu_nav li a:hover { 
  text-decoration : none;
  display         : block;
  color           : #838383;   
  background      : white; 
  font-weight     : lighter;
  font-size       : 13px;
  line-height     : 51px;
  width           : 145px;
  padding-left    : 34px;
}  
#menu_nav li a:hover {
  text-decoration : none;
  color           : #505050;   
  background      : url(../../img/site/menu_item_on.gif) 0 50% no-repeat; 
}

#menu_nav li ul {
  background    : white url(../../img/site/menu_submenu.gif) 0 100% no-repeat; 
  width         : 144px;
  padding       : 0 0 15px 35px;
  
}
#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           : #838383;   
} 

#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       : #666666;
}
.news_title {
  font-weight : bold;
  color       : #02799B;
}
.news_title a:link, .news_title a:visited, .news_title a:hover {
  color           : #02799B;
  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         : 190px;
  right       : 0; 
  height      : 14px;
  background  : url(../../img/site/box_1.gif) no-repeat;  
}
#langs_container a:link, #langs_container a:visited, #langs_container a:hover {
  color         : #616161;
  font-family   : tahoma;
  width         : 12px;
  display       : block;
  float         : left;
  padding-right : 17px;
  line-height   : 12px;   
  text-decoration : none;  
  font-size       : 10px;
}

/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 123px;
  left        : 0px; 
  width       : 80px;
  background  : url(../../img/site/bg_icons.gif) 32% 50% no-repeat;  
  width       : 466px;
  height      : 37px; 
  padding     : 16px 0 0 30px;;
  
}  
a#icon_home:link, a#icon_home:visited, a#icon_home:hover,
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover,
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  display         : block;
  line-height     : 23px;
  float           : left;
  padding-left    : 15px;
  text-decoration : none;
}
a#icon_home:link, a#icon_home:visited, a#icon_home:hover {
  width      : 23px;
  background : url(../../img/site/icon_home.gif) no-repeat;
}
a#icon_mail:link, a#icon_mail:visited, a#icon_mail:hover {
  width      : 23px;
  background : url(../../img/site/icon_mail.gif) no-repeat;
}
a#icon_map:link, a#icon_map:visited, a#icon_map:hover {
  width      : 10px;
  background : url(../../img/site/icon_map.gif) no-repeat;
}

/*
a#icon_home:hover {
  background : url(../../img/site/icon_home_on.gif) no-repeat;
}
a#icon_mail:hover {
  background : url(../../img/site/icon_mail_on.gif) no-repeat;
}
a#icon_map:hover {
  background : url(../../img/site/icon_map_on.gif) no-repeat;
}
*/

a#icon_home:hover, a#icon_mail:hover, a#icon_map:hover {
  text-decoration : none;
}


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

#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%;
  	background : url(../../img/site/logo.png) no-repeat;
}

#photo_container {
  width  : 498px;
  height : 175px;
  
  position   : absolute;
  top        : 1px;
  right      : 2px;
  background : url(../../img/config/photo.jpg) no-repeat;  
  
}

/* ------------------- 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      : 24px;   
  font-weight    : lighter; 
  line-height    : 30px;
  color          : #666666;   
  text-align     : left;
  padding        : 10px 0 10px 0;
  font-family    : arial;
  background  : url(../../img/site/bg_h1.jpg) 0 100% no-repeat;  
}  
 
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 40px
}

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

#content_container table {
  border       : solid 1px #D3DBE8;
  border-spacing: 1 1;
}
#content_container table th {
  border       : solid 1px #D3DBE8;
  padding      : 2px;
}
#content_container table td {
  border       : solid 1px #D3DBE8;
  padding      : 2px;
}


a.more_link:link, a.more_link:visited, a.more_link:hover {
  color      : #666666;
  padding    : 5px 22px 5px 0;
  text-decoration : none;
}

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

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

a:hover {
  text-decoration: underline;
}
