/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  /*color: #18507C;*/
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  /* color: #18507C; a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
 /* color: #18507C;*/
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
 /* background-color: #C3D4DF;*/
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'style' */
html, body{
	background-image:url(images/body_bg9.gif);
	background-repeat:repeat-y;
	background-position:center;
	background-color: #EFE7D4;
	height: 100%;
	margin: 0px;
	}
body{
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	}
a{
	color: #575656;
	text-decoration:underline;
outline: none;
	}
a:hover{
	text-decoration:none;
	}
div#content a img{
	border: 2px solid #FDFCFC;
	}
div#content h1{
font-size: 16px;
}
div#content img{
	margin: 3px;
	}
div#content ul{
	list-style-image: url(images/lim.gif);
padding-left: 20px;
margin-top: 3px;
margin-bottom: 3px;
	}
div#content p{
	margin-top: 10px;
	margin-bottom: 10px;
	}
div#pagewrapper{
	width: 931px;
	margin-left:auto;
	margin-right: auto;
	height: 100%;
	}
table#main_container{
	width:100%;
	margin: 0px;
	padding: 0px;
		border:none;
	height: 100%;
	}
table#main_container td#left_container{
	width: 353px;
	background-color:#F1E9D6;
	}
table#main_container td#right_container{
	width: 578px;
	background-image:url(images/t_bg.gif);
	background-repeat: repeat-y;
	background-color: #EFE7D4;
		}
div#left_h{
	height: 277px;
	}
div#h_nav{
	height: 51px;
	background-image: url(images/h_nav.gif);
	background-repeat:no-repeat;
	background-position:right bottom;
	}
div#lang_select{
	width: 266px;
	float:left;
	display: inline;
	height: 51px;
	}
div#internal_links{
	width: 87px;
	display:inline;
	float: right;
	/*height: 51px;*/
	margin-top: 16px;
	}
div#h_nav_01{
	width: 22px;
	height: 17px;
	display:inline;
	float:left;
	}
div#h_nav_01 a{
	display:block;
	background-image:url(images/h_nav_01.gif);
	width: 22px;
	height: 17px;
	}
div#h_nav_01 a:hover{
	background-image: url(images/h_nav_h_01.gif);
	}
div#h_nav_02{
	width: 27px;
	height: 17px;
	display:inline;
	float:left;
	}
div#h_nav_02 a{
	display:block;
	background-image:url(images/h_nav_02.gif);
	width: 27px;
	height: 17px;
	}
div#h_nav_02 a:hover{
	background-image: url(images/h_nav_h_02.gif);
	}
div#h_nav_03{
	width: 24px;
	height: 17px;
	display:inline;
	float:left;
	}
div#h_nav_03 a{
	display:block;
	background-image:url(images/h_nav_03.gif);
	width: 24px;
	height: 17px;
	}
div#h_nav_03 a:hover{
	background-image: url(images/h_nav_h_03.gif);
	}
div#lang_select_container{
	margin-top: 16px;
	margin-left: 19px;
	font-family:"Georgia", Times New Roman, Times, serif;
	font-size: 12px;
	color: #846F3C;
	}
div#lang_select_container span{
	border-bottom: 2px solid #D6CAAF;
	padding-right: 2px;
	padding-left: 2px;
	}
div#lang_select_container a{
	color: #846F3C;
	text-decoration:none;
	padding-right: 2px;
	padding-left: 2px;
	
	}
div#lang_select_container a:hover{
	text-decoration: none;
	}
div#creation1{
	position: absolute;
	margin-top: 33px;
	height: 53px;
	width: 239px;
	margin-left: 256px;
	background-image: url(images/creation.gif);
	}
div#creation1 a{
	display:block;
	height: 53px;
	width: 239px;
	}
div#slogan{
	margin-top: 95px;
	margin-right: 14px;
width: 250px;
float: right;
	}
div#slogan h1{
	font-size: 24px;
	font-family:"Georgia", Times New Roman, Times, serif;
	color: #AD9866;
	text-align:right;
	font-weight:normal;
margin-top: 0px;
margin-bottom: 0px;
	}
div#mnav_container{
	background-image:url(images/flower.jpg);
	background-repeat:no-repeat;
	background-position: left 7px;
	height: 233px;
	}
div#mmenu{
	height: 39px;
	margin-left: 140px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	}
div#content_container{
	margin-right: 6px;
	margin-left: 45px;
	}
div.c_headline{
	background-image:url(images/ch_line.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	margin-top:-18px;
	}
div.c_headline h1{
	margin: 0px;
	padding: 0px;
	padding-bottom:3px;
	color: #846F3C;
	font-size: 14px;
	}
div#content{
	font-size: 11px;
	color: #575656;
	line-height: 15px;
	margin-top:10px;
	margin-bottom: 20px;
	min-height: 600px;
line-height: 140%;
	}
* html #content{
	height: 600px;
	}
div#page_title{
	margin-top: 50px;
	}
div#page_title h1{
	text-align:right;
	font-size:36px;
	text-transform:uppercase;
	color: #604D1E;
	margin: 0px;
	padding: 0px;
	font-weight:bold;
	}
div#submenu{
	margin-top: 16px;
	margin-left: 31px;
	clear: both;
	}
/* catalog preview display */
div#l_cat_header{
	display: inline;
	float:left;
	width: 25px;
	height: 43px;
	background-color: #E2D7BD;
	border-left:1px solid #EAE1CB;
	margin-top: 8px;
	}
div#r_cat_header{
	display:inline;
	float:right;
	height: 51px;
	width: 327px;
	background-color: #E2D7BD;
	}
div#m_cat_header{
	margin-top: 11px;
	height: 34px;
	background-color: #AD9866;
	color: #FEFDFB;
	line-height: 34px;
	text-indent: 24px;
	font-size:16px;
	}
div#cat_item{
	clear: both;
	}
table#cat_preview{
	background-image:url(/images/cat_rpt.gif);
	background-repeat:repeat-y;
	}
table#cat_preview tr td.image_cont{
	padding-left: 50px;
	
	}
table#cat_preview tr td.image_cont img{
	border: 2px solid #FDFCFC;
	}
table#cat_preview tr td.bottom_tr{
	background-image:url(/images/tr_spacer.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height: 25px;
	}
div.job_company{
	padding-left: 50px;
	}
div.job_company span{
	background-color: #DC352F;
	font-size: 11px;
	color: #FEFEFD;
	padding-left:2px;
	padding-right: 2px;
	}
table#cat_preview tr td.more_li a{
	background-image:url(/images/more_li.gif);
	background-repeat:no-repeat;
	width: 38px;
	height: 44px;
	display:block;
	margin-right: 100px;
	}
table#cat_preview tr td.more_li a:hover{
	background-image:url(/images/more_li_h.gif);
	background-repeat:no-repeat;
	}
table#cat_preview tr td.more_li{
	}
	
div.c_sep{
	height: 21px;
	background-image:url(images/ch_line.gif);
	background-repeat:repeat-x;
	 background-position:8px;
	 margin-left: 50px;
	 margin-right: 90px;
	 }
div.job_title{
	margin-left: 50px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-top: 3px;
	font-size: 16px;
	color: #846F3C;
	}
div#trick{
	height: 15px;
	background-image:url(/images/cat_rpt.gif);
	background-repeat: repeat-y;
	margin-top: -15px;
	}
div.catnav{
	text-align: right;
	}
div#footer{
	font-size: 11px;
	color: #A48F5C;
	margin-bottom: 10px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif;
	}
div#footer a{
	font-weight:normal;
	text-decoration:none;
	color: #A48F5C;
	}
div#footer a:hover{
	text-decoration:underline;
	}
div#footer table tr td{
padding-top: 3px;
padding-bottom: 3px;
	}
div#footer table tr td#f_left{
	border-right: 1px solid #D8CCAE;
	padding-right: 27px;
	}
div#footer table tr td#f_middle{
	padding-left: 27px;
	padding-right: 27px;
	}
div#footer table tr td#f_right{
	border-left: 1px solid #D8CCAE;
	padding-left: 27px;
	}
td.img_cnt{
	width: 144px;
	}
td.img_cnt img{
	border:2px solid #F9F8F7;
	}
td.savitumai{
	padding-left: 10px;
	}
td.cat_row2{
	height: 20px;
	background-image: url(images/ch_line.gif);
	background-repeat:repeat-x;
	background-position: center;
	}
div#uzkausa{
	text-align:center;
	margin-top: 5px;
	}
div.catnav{
font-weight: bold;

}
div.catnav span{
color: #575656;
}
div.catnav a{
text-decoration: none;
color: #CE0808; 
}

/* home page table container */
table#hp_container h1{
font-size: 14px;
}
table#hp_container{
margin: 0px;
padding: 0px;
}
table#hp_container td#news_c{
width: 50%;
/*border-right: 1px solid black;*/
padding-right: 10px;
}
table#hp_container td#tree_c{
padding-left: 10px;
}
div.NewsSummaryPostdate{
font-weight: bold;
margin-bottom: 5px;
}
div.NewsSummarySummary{
background-image:url(images/ch_line.gif);
background-position:center bottom;
background-repeat:repeat-x;
padding-bottom: 15px;
margin-bottom: 10px;
}
/* end home page table container */
table#clients tr td img{
 margin: 5px;
padding: 1px;
border: 1px solid white;
}
div.shift_r{
margin-left: 22px;
}
div#rss_n a{
text-decoration: none;
}
div#rss_n a img{
border: 0px;
margin-bottom: -4px;
}

div#tags{
margin-top: 20px;
/*border-top: 1px solid #D8CCAE;*/
background-image:url(images/ch_line.gif);
background-position:center top;
background-repeat:repeat-x;
padding-top: 5px;
}
/*div#tags a{
color: #A48F5C;
text-decoration: none;
}*/
div#content ul.menu_horiz{
padding: 0px;
margin-left: 25px;
}
div#content ul.menu_horiz li ul{
margin-left: 0px;
}
div#content ul.menu_horiz a{
line-height: 18px;
padding-left: 3px;
}
/*div#content ul.menu_horiz li{
margin: 0px;
padding: 0px;
}*/
div#content ul.menu_horiz2 a{
font-weight: bold;
}
div#content ul.menu_horiz2 li ul{
margin-left: 0px;
}
h3#NewsPostDetailTitle{
font-size: 15px;
color: #846F3C;
}
div#content h3{
font-size: 14px;
}
div.img_greeting a{
text-decoration: none;
}
div.print_news_l a{
text-decoration: none;
padding-top: 3px;
}
div#NewsPostDetailContent{
padding-bottom: 20px;
}
table.hosting{ 	border-top:1px solid #846F3C; 	border-left:1px solid #846F3C; 	} 
table.hosting tr td{ 	border-bottom:1px solid #846F3C; 	border-right:1px solid #846F3C; 	padding:5px 10px; 	} 

div#NewsPostDetailAuthor{
margin-top: -13px;
margin-bottom: 20px;
color: #8F8F8F;
font-size: 10px;
}


/* album styles */
div#content ul.picturelist,
div#content ul.albumlist{
	list-style: none;
	margin: 0px;
	padding: 0px;
margin-left: 15px;
	}
div#content ul.albumlist li.thumb,
div#content ul.picturelist li.thumb{
	float: left;
	margin: 8px;
	}
div#content ul.albumlist li.thumb a,
div#content ul.picturelist li.thumb a{
	display: block;
	width: 106px;
	height: 81px;
	background-color: #E2D7BD;
	text-align: center;
	border: 1px solid #AD9866;
	}
div#content ul.albumlist li.thumb a:hover,
div#content ul.picturelist li.thumb a:hover{
	background-color: #BFAD83;
	}
div#content ul.albumlist li.thumb a img,
div#content ul.picturelist li.thumb a img{
	border: 1px solid #ffffff;
padding: 0px;
	}
table.ftable2 tr td img{
filter:alpha(opacity=50);
opacity: 0.5;
-moz-opacity:0.5;
}
table.ftable2 tr td img:hover{
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
}
/* end album styles */
/* End of 'style' */

/* Start of CMSMS style sheet 'Module: Lytebox' */
#lbOverlay { position: fixed; top: 0; left: 0; z-index: 99998; width: 100%; height: 500px; }
    #lbOverlay.grey { background-color: #000000; }
    #lbOverlay.red { background-color: #330000; }
    #lbOverlay.green { background-color: #003300; }
    #lbOverlay.blue { background-color: #011D50; }
    #lbOverlay.gold { background-color: #666600; }

#lbMain { position: absolute; left: 0; width: 100%; z-index: 99999; text-align: center; line-height: 0; }
#lbMain a img { border: none; }

#lbOuterContainer { position: relative; background-color: #fff; width: 200px; height: 200px; margin: 0 auto; }
    #lbOuterContainer.grey { border: 3px solid #888888; }
    #lbOuterContainer.red { border: 3px solid #DD0000; }
    #lbOuterContainer.green { border: 3px solid #00B000; }
    #lbOuterContainer.blue { border: 3px solid #5F89D8; }
    #lbOuterContainer.gold { border: 3px solid #B0B000; }

#lbDetailsContainer {   font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; width: 100%; line-height: 1.4em; overflow: auto; margin: 0 auto; }
    #lbDetailsContainer.grey { border: 3px solid #888888; border-top: none; }
    #lbDetailsContainer.red { border: 3px solid #DD0000; border-top: none; }
    #lbDetailsContainer.green { border: 3px solid #00B000; border-top: none; }
    #lbDetailsContainer.blue { border: 3px solid #5F89D8; border-top: none; }
    #lbDetailsContainer.gold { border: 3px solid #B0B000; border-top: none; }

#lbImageContainer, #lbIframeContainer { padding: 10px; }
#lbLoading { position: absolute; top: 45%; left: 0%; height: 32px; width: 100%; text-align: center; line-height: 0; background: url(modules/Lytebox/images/loading.gif) center no-repeat; }

#lbHoverNav { position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#lbImageContainer>#lbHoverNav { left: 0; }
#lbHoverNav a { outline: none; }

#lbPrev { width: 49%; height: 100%; background: transparent url(modules/Lytebox/images/blank.gif) no-repeat; display: block; left: 0; float: left; }
    #lbPrev.grey:hover, #lbPrev.grey:visited:hover { background: url(modules/Lytebox/images/prev_grey.gif) left 15% no-repeat; }
    #lbPrev.red:hover, #lbPrev.red:visited:hover { background: url(modules/Lytebox/images/prev_red.gif) left 15% no-repeat; }
    #lbPrev.green:hover, #lbPrev.green:visited:hover { background: url(modules/Lytebox/images/prev_green.gif) left 15% no-repeat; }
    #lbPrev.blue:hover, #lbPrev.blue:visited:hover { background: url(modules/Lytebox/images/prev_blue.gif) left 15% no-repeat; }
    #lbPrev.gold:hover, #lbPrev.gold:visited:hover { background: url(modules/Lytebox/images/prev_gold.gif) left 15% no-repeat; }

#lbNext { width: 49%; height: 100%; background: transparent url(modules/Lytebox/images/blank.gif) no-repeat; display: block; right: 0; float: right; }
    #lbNext.grey:hover, #lbNext.grey:visited:hover { background: url(modules/Lytebox/images/next_grey.gif) right 15% no-repeat; }
    #lbNext.red:hover, #lbNext.red:visited:hover { background: url(modules/Lytebox/images/next_red.gif) right 15% no-repeat; }
    #lbNext.green:hover, #lbNext.green:visited:hover { background: url(modules/Lytebox/images/next_green.gif) right 15% no-repeat; }
    #lbNext.blue:hover, #lbNext.blue:visited:hover { background: url(modules/Lytebox/images/next_blue.gif) right 15% no-repeat; }
    #lbNext.gold:hover, #lbNext.gold:visited:hover { background: url(modules/Lytebox/images/next_gold.gif) right 15% no-repeat; }

#lbPrev2, #lbNext2 { text-decoration: none; font-weight: bold; }
    #lbPrev2.grey, #lbNext2.grey, #lbSpacer.grey { color: #333333; }
    #lbPrev2.red, #lbNext2.red, #lbSpacer.red { color: #620000; }
    #lbPrev2.green, #lbNext2.green, #lbSpacer.green { color: #003300; }
    #lbPrev2.blue, #lbNext2.blue, #lbSpacer.blue { color: #01379E; }
    #lbPrev2.gold, #lbNext2.gold, #lbSpacer.gold { color: #666600; }

#lbPrev2_Off, #lbNext2_Off { font-weight: bold; }
    #lbPrev2_Off.grey, #lbNext2_Off.grey { color: #CCCCCC; }
    #lbPrev2_Off.red, #lbNext2_Off.red { color: #FFCCCC; }
    #lbPrev2_Off.green, #lbNext2_Off.green { color: #82FF82; }
    #lbPrev2_Off.blue, #lbNext2_Off.blue { color: #B7CAEE; }
    #lbPrev2_Off.gold, #lbNext2_Off.gold { color: #E1E100; }

#lbDetailsData { padding: 0 10px; }
    #lbDetailsData.grey { color: #333333; }
    #lbDetailsData.red { color: #620000; }
    #lbDetailsData.green { color: #003300; }
    #lbDetailsData.blue { color: #01379E; }
    #lbDetailsData.gold { color: #666600; }

#lbDetails { width: 60%; float: left; text-align: left; }
#lbCaption { display: block; font-weight: bold; }
#lbNumberDisplay { float: left; display: block; padding-bottom: 1.0em; }
#lbNavDisplay { float: left; display: block; padding-bottom: 1.0em; }

#lbClose { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
    #lbClose.grey { background: url(modules/Lytebox/images/close_grey.png) no-repeat; }
    #lbClose.red { background: url(modules/Lytebox/images/close_red.png) no-repeat; }
    #lbClose.green { background: url(modules/Lytebox/images/close_green.png) no-repeat; }
    #lbClose.blue { background: url(modules/Lytebox/images/close_blue.png) no-repeat; }
    #lbClose.gold { background: url(modules/Lytebox/images/close_gold.png) no-repeat; }

#lbPlay { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
    #lbPlay.grey { background: url(modules/Lytebox/images/play_grey.png) no-repeat; }
    #lbPlay.red { background: url(modules/Lytebox/images/play_red.png) no-repeat; }
    #lbPlay.green { background: url(modules/Lytebox/images/play_green.png) no-repeat; }
    #lbPlay.blue { background: url(modules/Lytebox/images/play_blue.png) no-repeat; }
    #lbPlay.gold { background: url(modules/Lytebox/images/play_gold.png) no-repeat; }

#lbPause { width: 64px; height: 28px; float: right; margin-bottom: 1px; }
    #lbPause.grey { background: url(modules/Lytebox/images/pause_grey.png) no-repeat; }
    #lbPause.red { background: url(modules/Lytebox/images/pause_red.png) no-repeat; }
    #lbPause.green { background: url(modules/Lytebox/images/pause_green.png) no-repeat; }
    #lbPause.blue { background: url(modules/Lytebox/images/pause_blue.png) no-repeat; }
    #lbPause.gold { background: url(modules/Lytebox/images/pause_gold.png) no-repeat; }
/* End of 'Module: Lytebox' */

