* {margin:0;padding:0}

html, body {
  height      : 100%;
  width       : 100%;
  text-align  : left;
  font-family : verdana, tahoma, sans-serif;
  font-size   : 12px;  
  line-height : 14px; 
  color       : #555555;   
  background  : #C3C3C3;    
}

body.mceContentBody
{
	background: #eeeeee;
}


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

#page_container {
  width         : 844px;  
  margin        : 0 auto;
  position      : relative;
}   

#header_container {  
  width       : 844px;  
  height      : 286px;
  position    : relative;   
  background  : url(../../img/site/header.jpg) 0 0 no-repeat;     
  z-index  : 100;  
}
  
#main_container {
  background : url(../../img/site/bg_content.jpg) 0 0 repeat-y;   
  position   : relative;     
  min-height : 200px;     
  padding-bottom: 30px;
}

#left_container {
  float       : left;
  width       : 340px;
  padding     : 0 30px 0 70px;
}  

#right_container {
  float   : left;
  width   : 360px;  
}  

#center_container {
  padding    : 0 60px;
}


#main_content_container {
  background  : url(../../img/site/bg_content_top.jpg) 0 0 no-repeat;   
  position    : relative;
  min-height  : 90px;   
  padding     : 40px 120px 0 240px;       
}

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

#footer_container {    
  text-align : center;    
  position   : relative;   
  height     : 54px;
  background : url(../../img/site/footer.jpg) 0 0 no-repeat;   
  margin     : 0 auto;
  width      : 844px;       
  font-size  : 10px;
  font-family : tahoma;
  padding-top : 10px;
} 


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

#bottom_container {
  background  : url(../../img/site/bottom.png) 0 0 no-repeat;   
  height : 106px;
  position   : relative;
}



#copyright_container {
  position  : absolute;
  top       : 107px;
  left      : 80px;
  font-size : 10px;
}     

a#toplogo_container:link, a#toplogo_container:visited, a#toplogo_container:hover {
  position    : absolute;
  top         : 70px;
  left        : 70px;
  display     : block;
  width       : 170px;
  line-height : 100px;
  text-decoration : none;
}


/* --------------- MENU ------------------- */ 
/* ---------------------------------------- */      

#menu_container {  
  position : absolute;        
  top      : 242px;
  left     : 80px; 
  z-index: 10002;
} 
#menu_nav
{
	list-style: none;
}

#menu_nav li
{
	position: relative;
	float: left;
	width: auto;
	border-right : solid 1px #EAEAEA;
	padding: 0 5px 0 5px;
}

#menu_nav li.last
{
	border: 0;
}

#menu_nav li a
{
	position: relative;
	display: block;
	text-align: center;
	padding: 0 15px 2px 10px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

#menu_nav li a:hover, #menu_nav li#menu_selected a
{
  	text-decoration : underline;
  	background      : url(../../img/site/menu_bullet.gif) 100% 50% no-repeat;
}

#menu_nav li ul, #menu_nav li ul ul
{
	list-style: none;
	position: absolute;
	left: -999em;
	top: 1.3em;
	margin-left: -1px;
	border : solid 1px #4E9CD7;
  	background : #EEEEEE;
}

#menu_nav li ul li
{
	float: none;
	width: 12em;
	background: none !important;
	height: auto;
	border: 0;
}

#menu_nav li ul li a
{
	font-size: 11px;
	float: none;
	text-align: left;
	font-weight: normal;
	height: auto;
	line-height: 1.3;
	padding: 6px 10px 6px 20px;
	margin: 0;
	color: #1368BB;
	background: none !important;
}

#menu_nav li ul li a:hover
{
	text-decoration: underline;
}

#menu_nav li ul ul
{ 
	position: absolute;
	left: -999em;
	margin: -3.6em 0 0 12em;
}

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

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

/* ------------------ BOTTOM MENU -------------------------- */ 

#menu_bottom_container {
 
}
#menu_bottom_container a:link, #menu_bottom_container a:visited, #menu_bottom_container a:hover {
  color  : #5287B8;
  margin : 0 30px;
}

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




/* ------------------ Icons -------------------------- */ 
#icons_container {
  position    : absolute;
  top         : 35px;
  left       : 70px; 
  background  : url(../../img/site/bg_icons.gif) 26px 4px no-repeat;  
  width       : 130px;
  height      : 13px; 
}  
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    : 12px;
  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;
}
*/

#langs_container {
  position    : absolute;
  top         : 33px;
  right       : 70px; 
  text-align  : right;  
}  
#langs_container a {
  padding : 0 5px;
  color   : #8C8C8C;
}


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

#logo_box { 
  position   : absolute;
  top        : 0;
  left       : 48px;
  width      : 287px;
  height     : 168px;  
  background : url(../../img/site/logo_bg.gif) no-repeat;
}

#logo_container {
  position   : absolute;
  background : url(../../img/config/logo.png) no-repeat;
  z-index: 10001;
}
#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  : 796px;
  height : 214px;
  
  position   : absolute;
  top        : 72px;
  left       : 25px;
/*
  background : url(../../img/config/photo.jpg) 365px 0 no-repeat;  
*/
  z-index: 10000;
}  

#photo_top_round {
  width  : 796px;
  height : 214px;
  
  position   : absolute;
  top        : 0px;
  left       : 0px;
  background : url(../../img/site/photo_round.png) no-repeat;  
}

/* ------------------- Paging ------------------------- */ 
.pages_container  {
  text-align  : center;     
  line-height : 30px
}  
.pages_container a:link, .pages_container a:visited, .pages_container a:hover {
  color           : #5A5956;  
  padding         : 2px 4px;
  text-decoration : none;
}
.pages_container a:hover {
  text-decoration : none;
  background      : #AFCAE2;
  color           : white;
}
  
a.page_next:link, a.page_next:visited, a.page_next:hover {
  line-height     : 15px; 
  background      : url(../../img/site/next.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/prev.gif) 0 50% no-repeat;  
  color           : #848689;
  text-decoration : none;
}   
.page_current {
  line-height : 14px; 
  padding     : 2px 4px; 
  background  : #AFCAE2;  
  color       : white;
}   


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

h1 {  
  font-size      : 14px;   
  padding: 15px 0 10px 0;
  color          : #1F72C3;   
  text-align     : left;
}  
 
h2 {
  font-size   : 11px;   
  font-weight : bold; 
  line-height : 23px;
  text-align  : center;    
  text-decoration : underline;
}  
 
.button { 
  padding     : 0 10px;
  font-family : arial, sans-serif;  
  font-size   : 11px;
  border      : #7A7A7A 1px solid; 
  background  : white;
  color       : #4F4E4E;;
}
 
.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 30px 0 0;
}

#content img, .mceContentBody img {
  border : solid 0 #FFB400;
  margin : 3px;
}
#content ul, .mceContentBody ul {
  padding-left: 20px;
}
#content blockquote, .mceContentBody blockquote {
  padding-left: 20px;
}
#content p {
  padding: 6px 0;
}

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



a.more_link:link, a.more_link:visited, a.more_link:hover {
  color       : #171717;
  line-height  :15px;
  font-size    : 11px;
  text-decoration : underline;
  background      : url(../../img/site/link_bullet.gif) 100% 60% no-repeat;  
  padding-right : 10px;
}
  
.clear {
  clear       : both; 
  line-height : 0px;
  font-size   : 0px;
}

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

a:hover {
  text-decoration: underline;
}

#crossfade
{
	position: relative;
	width: 333px;
	height: 159px;
	overflow: hidden;
}

#crossfade li, #crossfade li img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 333px;
	height: 159px;
}

#crossfader
{
	width: 333px;
	height: 159px;
	position: absolute;
	background: #C3C3C3;
	top: 72px;
	left: 392px;
	z-index: 9000;
	overflow: hidden;
}

.tree_icon
{

}

.treeview img
{
	border: 0;
}

.treeview a
{
	text-decoration: none;
}

.treeview
{
	width: 240px;
}

#cart_link
{
	font-size: 1.167em;
}

/* CART STYLES */
#product_cart
{
	position: relative;
	margin: 0 10px 20px 21px;
	border: solid 1px #bbbaba;
	background: #d7d7d7;
	color: #000;
	padding: 5px;
}

#product_cart a img
{
	border: 0;
}

.product_cart_table
{
	width: 100%;
}

.product_cart_table th
{
	background: #707070;
	color: #FFF;
	padding: 1px 4px;
	font-weight: normal;
	text-align: center;
}

.product_cart_table td
{
	padding: 1px 4px;
}

.product_cart_table tr.product_cart_odd_rows td
{
	background: #e2e2e2;

}

.product_cart_table tr.product_cart_even_rows td
{
	background: #d3d3d3;
}

.product_cart_title
{
	font-size: 1.2em;
	padding-bottom: 7px;
}

.product_cart_total
{
	font-size: 1.2em;
	padding: 3px 4px;
	background: #707070;
	color: #FFF;
}

.product_cart_buy
{
	text-align: right;
	padding: 6px 4px 0;
}
.product_cart_buy a
{
	padding-left: 4px;
	color: #000;
}

.public_cart_table
{
	width: 100%;
	color: #000;
	border: 0;
}

#content .public_cart_table a img
{
	border: 0;
}

#content .public_cart_table th
{
	background: #707070;
	color: #FFF;
	padding: 4px 7px;
	text-align: center;
	border: 0;
}

#content .public_cart_table td
{
	padding: 4px 7px;
	border: 0;
}

#content .public_cart_table tr.product_cart_odd_rows td
{
	background: #e2e2e2;
}

#content .public_cart_table tr.product_cart_even_rows td
{
	background: #d3d3d3;		
}

#content .public_cart_table tr.public_cart_bottom_row td
{
	background: #707070;
}

.public_cart_total
{
	padding: 15px;
	text-align: right;
	font-size: 1.5em;
}

.public_cart_total_price
{	
	color: #000;
}

#content .product_cart_contacts
{
	border: 0;
}

#content .product_cart_contacts td
{
	padding: 4px 7px;
	border: 0;
}

#content .product_cart_small_input, #content .product_cart_big_input
{
	padding: 2px;
	border: solid 1px #7A7A7A;
	font-size: 1em;
}

#content .product_cart_big_input
{
	width: 280px;
}

.error-message
{
	background: #ffcccc;
	border: solid 1px #cc3333;
	padding: 2px 8px;
	color: #000;
	font-weight: bold;
}

.error_message, .message
{
	background: #ffcccc;
	border: solid 1px #cc3333;
	padding: 8px;
	color: #000;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

.form-error
{
	background: #ffcccc;
}

.success_message
{
	background: #ccffcc;
	border: solid 1px #66cc33;
	padding: 8px;
	color: #000;
	font-weight: bold;
	font-size: 14px;
}
.required_star
{
	color: #e25555;
	padding-left: 2px;
}