html, body
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	background-color:#d7d8d9;
	/*text-shadow:#ffffff 0px 0px 0px; /* remove Safari antialias */
	background-image:url(/img/bg.gif);
	background-position:left top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#000000;
}

#outercontainer
{
	width:990px;
	margin:0 auto;
}

#container
{
	width:960px;
	margin:0 auto;
	position:relative;
}


/**************************************************** default
****************************************************/

a {color:#6898b8;}
a:hover {color: #605651;}

a {outline: none;}
a img {border:0px;}
#bannercont img, .bodypic img
{
	vertical-align:bottom;
}

h1
{
	font-size: 22px;
	color:#605651;
	margin: 10px 0px;
	font-weight:bold;
}

h2
{
	font-size: 18px;
	color:#605651;
	margin: 10px 0px;
	font-weight:bold;
}

h3
{
	font-size: 18px;
	color:#605651;
	margin: 10px 0px;
	font-weight:normal;
}

p
{
	margin: 10px 0px;
	line-height:25px;
}

li
{
	list-style-image:url("/img/bullet.gif");
}

.pagetitle
{
	color:#6898b8;
	font-size:16px;
	margin-bottom:30px;
}

.exposed
{
	color:#6898b8;
	font-size:18px;
	line-height:25px;
}

.divider
{
	height:1px;
	border-top:1px solid #6b9827;
	margin:10px 0 9px 0;
	overflow:hidden;
	clear: both;
}

.nopad {padding:0;}
.vmiddle {vertical-align:middle;}
.vtop {vertical-align:top;}
.vbot {vertical-align:bottom;}
.uppercase {text-transform:uppercase;}
.small {font-size: 11px;}
.color1 {color:#6b9827;}
.color2 {color:#c3a700;}
.color3 {color:#689aba;}
.color4 {color:#ff6600;}
.color5 {color:#aa9083;}
.color6 {color:#ffcc00;}
.color7 {color:#856160;}
.color8 {color:#605651;} /*logo color*/

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

.collapsed
{
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
}

.nosize
{
	width:0px;
	height:0px;
	border:0px;
	margin:0px;
	padding:0px;
	font-size:0px;
	overflow:hidden;
	position:absolute;
}

object /* no bottom space for flash */
{
	display: block;
	background-image: url(/img/spacer.gif);
	background-attachment: fixed;
	outline: none;
}

form {margin:0px; padding:0px;}

.fielddef
{
	padding:2px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	color:#707070;
	background-color:#f0f0f0;
	border:1px solid #6b9827;
}

.btn
{
	padding:2px;
	font-family:Verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background-image:url(/img/btnbg1.gif);
	background-repeat:repeat-x;
	background-color:#6b9827;
	border:1px solid #6b9827;
	/*border:1px solid #c0d3a4;*/
	cursor:pointer;
}

*+html .btn {border:1px transparent solid !important;} /*IE7 border space bug*/
* html .btn {border:1px black solid; filter: chroma(color=black);} /*IE6 border space bug*/
/*
.btn:hover
{
	border:1px solid #ffffff;
}
*/

/**************************************************** logo
****************************************************/

#logolv
{
	width:299px;
	height:37px;
	position:absolute;
	left:0;
	top:30px;
	background-image:url(/img/logomint_lv.png);
}
* html #logolv
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logomint_lv.png");
}

#logoen
{
	width:277px;
	height:37px;
	position:absolute;
	left:0;
	top:30px;
	background-image:url(/img/logomint_en.png);
}
* html #logoen
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logomint_en.png");
}

#logoru
{
	width:301px;
	height:37px;
	position:absolute;
	left:0;
	top:30px;
	background-image:url(/img/logomint_ru.png);
}
* html #logoru
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logomint_ru.png");
}

#logolink
{
	display:block;
	width:174px;
	height:37px;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
}

/**************************************************** head
****************************************************/
/*
#head
{
	width:960px;
	margin:0 auto;
	position:relative;
	background:cyan;
}
*/
/**************************************************** menu1
****************************************************/
/*
#men1
{
	padding:0;
	background:red;
}
*/
a.men1item, a.men1itemact
{
	display:block;
	float:right;
	margin:0;
	padding:4px 10px;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	background-color:#605651;
	/*border-left:1px solid #433c38;*/
	background-image:url(/img/menborder.gif);
	background-position:left top;
	background-repeat:repeat-y;
}
a.men1itemact {color:#605651; background-color:#ffffff}
a.men1item:hover {color:#ffffff; background-color:#7b6e66}


/**************************************************** ln
****************************************************/
/*
#ln
{
	padding:0 10px 0 0;
	float:right;
	display:inline;
}
*/
a.lnitem, a.lnitemact
{
	display:block;
	float:right;
	margin:0;
	padding:4px 4px;
	font-size:11px;
	color:#605651;
	text-decoration:none;
}
a.lnitem:hover, a.lnitemact, a.lnitemact:hover
{
	text-decoration:underline;
}


/**************************************************** banner
****************************************************/

#bannercont
{
	width:468px;
	height:60px;
	margin:4px 0 4px auto;
}


/**************************************************** menu2
****************************************************/

#men2lv, #men2en, #men2ru, #men2shortlv
{
	background-color:#ffffff;
	position:relative;
	width:960px;
	height:24px;
	overflow:hidden;
}

#men2lv a#men2item1, #men2lv a#men2item2, #men2lv a#men2item3, #men2lv a#men2item4, #men2lv a#men2item5, #men2lv a#men2item6, #men2lv a#men2item7,
#men2lv a#men2item1act, #men2lv a#men2item2act, #men2lv a#men2item3act, #men2lv a#men2item4act, #men2lv a#men2item5act, #men2lv a#men2item6act, #men2lv a#men2item7act,
#men2en a#men2item1, #men2en a#men2item2, #men2en a#men2item3, #men2en a#men2item4, #men2en a#men2item5, #men2en a#men2item6, #men2en a#men2item7,
#men2en a#men2item1act, #men2en a#men2item2act, #men2en a#men2item3act, #men2en a#men2item4act, #men2en a#men2item5act, #men2en a#men2item6act, #men2en a#men2item7act,
#men2ru a#men2item1, #men2ru a#men2item2, #men2ru a#men2item3, #men2ru a#men2item4, #men2ru a#men2item5, #men2ru a#men2item6, #men2ru a#men2item7,
#men2ru a#men2item1act, #men2ru a#men2item2act, #men2ru a#men2item3act, #men2ru a#men2item4act, #men2ru a#men2item5act, #men2ru a#men2item6act, #men2ru a#men2item7act
{
	display:block;
	position:absolute;
	height:24px;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
}

#men2lv a#men2item1, #men2lv a#men2item2, #men2lv a#men2item3, #men2lv a#men2item4, #men2lv a#men2item5, #men2lv a#men2item6, #men2lv a#men2item7
{
	background-image:url(/img/men2lv_inact.gif);
}
#men2lv a#men2item1act, #men2lv a#men2item2act, #men2lv a#men2item3act, #men2lv a#men2item4act, #men2lv a#men2item5act, #men2lv a#men2item6act, #men2lv a#men2item7act,
#men2lv a#men2item1:hover, #men2lv a#men2item2:hover, #men2lv a#men2item3:hover, #men2lv a#men2item4:hover, #men2lv a#men2item5:hover, #men2lv a#men2item6:hover, #men2lv a#men2item7:hover
{
	background-image:url(/img/men2lv_act.gif);
	border-right:1px solid #ffffff;
	z-index:100;
}

#men2en a#men2item1, #men2en a#men2item2, #men2en a#men2item3, #men2en a#men2item4, #men2en a#men2item5, #men2en a#men2item6, #men2en a#men2item7
{
	background-image:url(/img/men2en_inact.gif);
}
#men2en a#men2item1act, #men2en a#men2item2act, #men2en a#men2item3act, #men2en a#men2item4act, #men2en a#men2item5act, #men2en a#men2item6act, #men2en a#men2item7act,
#men2en a#men2item1:hover, #men2en a#men2item2:hover, #men2en a#men2item3:hover, #men2en a#men2item4:hover, #men2en a#men2item5:hover, #men2en a#men2item6:hover, #men2en a#men2item7:hover
{
	background-image:url(/img/men2en_act.gif);
	border-right:1px solid #ffffff;
	z-index:100;
}

#men2ru a#men2item1, #men2ru a#men2item2, #men2ru a#men2item3, #men2ru a#men2item4, #men2ru a#men2item5, #men2ru a#men2item6, #men2ru a#men2item7
{
	background-image:url(/img/men2ru_inact.gif);
}
#men2ru a#men2item1act, #men2ru a#men2item2act, #men2ru a#men2item3act, #men2ru a#men2item4act, #men2ru a#men2item5act, #men2ru a#men2item6act, #men2ru a#men2item7act,
#men2ru a#men2item1:hover, #men2ru a#men2item2:hover, #men2ru a#men2item3:hover, #men2ru a#men2item4:hover, #men2ru a#men2item5:hover, #men2ru a#men2item6:hover, #men2ru a#men2item7:hover
{
	background-image:url(/img/men2ru_act.gif);
	border-right:1px solid #ffffff;
	z-index:100;
}

#men2lv a#men2item1, #men2lv a#men2item1act {width:109px;	left:0px; background-position:0 0;}
#men2lv a#men2item2, #men2lv a#men2item2act {width:179px;	left:109px; background-position:-109px 0;}
#men2lv a#men2item3, #men2lv a#men2item3act {width:159px;	left:288px; background-position:-288px 0;}
#men2lv a#men2item4, #men2lv a#men2item4act {width:138px;	left:447px; background-position:-447px 0;}
#men2lv a#men2item5, #men2lv a#men2item5act {width:149px;	left:585px; background-position:-585px 0;}
#men2lv a#men2item6, #men2lv a#men2item6act {width:90px;	left:734px; background-position:-734px 0;}
#men2lv a#men2item7, #men2lv a#men2item7act {width:136px;	left:824px; background-position:-824px 0;}

#men2en a#men2item1, #men2en a#men2item1act {width:135px;	left:0px; background-position:0 0;}
#men2en a#men2item2, #men2en a#men2item2act {width:157px;	left:135px; background-position:-135px 0;}
#men2en a#men2item3, #men2en a#men2item3act {width:142px;	left:292px; background-position:-292px 0;}
#men2en a#men2item4, #men2en a#men2item4act {width:145px;	left:434px; background-position:-434px 0;}
#men2en a#men2item5, #men2en a#men2item5act {width:139px;	left:579px; background-position:-579px 0;}
#men2en a#men2item6, #men2en a#men2item6act {width:112px;	left:718px; background-position:-718px 0;}
#men2en a#men2item7, #men2en a#men2item7act {width:130px;	left:830px; background-position:-830px 0;}

#men2ru a#men2item1, #men2ru a#men2item1act {width:107px;	left:0px; background-position:0 0;}
#men2ru a#men2item2, #men2ru a#men2item2act {width:125px;	left:107px; background-position:-107px 0;}
#men2ru a#men2item3, #men2ru a#men2item3act {width:183px;	left:232px; background-position:-232px 0;}
#men2ru a#men2item4, #men2ru a#men2item4act {width:139px;	left:415px; background-position:-415px 0;}
#men2ru a#men2item5, #men2ru a#men2item5act {width:127px;	left:554px; background-position:-554px 0;}
#men2ru a#men2item6, #men2ru a#men2item6act {width:127px;	left:681px; background-position:-681px 0;}
#men2ru a#men2item7, #men2ru a#men2item7act {width:152px;	left:808px; background-position:-808px 0;}

/******** men2 short ********/

#men2shortlv, #men2shorten, #men2shortru
{
	background-color:#ffffff;
	position:relative;
	width:960px;
	height:24px;
	overflow:hidden;
}

#men2shortlv a#men2item1, #men2shortlv a#men2item2, #men2shortlv a#men2item3, #men2shortlv a#men2item4, #men2shortlv a#men2item5, #men2shortlv a#men2item6, #men2shortlv a#men2item7,
#men2shortlv a#men2item1act, #men2shortlv a#men2item2act, #men2shortlv a#men2item3act, #men2shortlv a#men2item4act, #men2shortlv a#men2item5act, #men2shortlv a#men2item6act, #men2shortlv a#men2item7act,
{
	display:block;
	position:absolute;
	height:24px;
	top:0;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
}

#men2shortlv a#men2item1, #men2shortlv a#men2item2, #men2shortlv a#men2item3, #men2shortlv a#men2item4, #men2shortlv a#men2item5, #men2shortlv a#men2item6, #men2shortlv a#men2item7
{
	background-image:url(/img/men2short_lv_inact.gif);
}
#men2shortlv a#men2item1act, #men2shortlv a#men2item2act, #men2shortlv a#men2item3act, #men2shortlv a#men2item4act, #men2shortlv a#men2item5act, #men2shortlv a#men2item6act, #men2shortlv a#men2item7act,
#men2shortlv a#men2item1:hover, #men2shortlv a#men2item2:hover, #men2shortlv a#men2item3:hover, #men2shortlv a#men2item4:hover, #men2shortlv a#men2item5:hover, #men2shortlv a#men2item6:hover, #men2shortlv a#men2item7:hover
{
	background-image:url(/img/men2short_lv_act.gif);
	border-right:1px solid #ffffff;
	z-index:100;
}

#men2shortlv a#men2item1, #men2shortlv a#men2item1act {width:155px;	left:0px; background-position:0 0;}
#men2shortlv a#men2item2, #men2shortlv a#men2item2act {width:226px;	left:155px; background-position:-155px 0;}
#men2shortlv a#men2item3, #men2shortlv a#men2item3act {width:207px;	left:381px; background-position:-381px 0;}
#men2shortlv a#men2item4, #men2shortlv a#men2item4act {display:none;}
#men2shortlv a#men2item5, #men2shortlv a#men2item5act {width:197px;	left:588px; background-position:-588px 0;}
#men2shortlv a#men2item6, #men2shortlv a#men2item6act {display:none;}
#men2shortlv a#men2item7, #men2shortlv a#men2item7act {width:175px;	left:785px; background-position:-785px 0;}

/****************/

.shadwide
{
	width:960px;
	height:8px;
	margin:0;
	background-image:url(/img/shadwide.png);
	overflow:hidden;
}
* html #shadwide
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/shadwide.png");
}


/**************************************************** menu4
****************************************************/

#men4
{
	width:800px;
	height:21px;
	margin:0 0 0 auto;
}

a.men4item, a.men4itemact
{
	display:block;
	float:right;
	margin:0;
	padding:4px 10px;
	font-size:11px;
	color:#ffffff;
	text-decoration:none;
	/*background-color:#605651;
	background-image:url(/img/menborder.gif);
	background-position:left top;
	background-repeat:repeat-y;*/
}
/*a.men4itemact {color:#605651; background-color:#ffffff}
a.men4item:hover {color:#ffffff; background-color:#7b6e66}

a.noleft {background-image:none;} /*men1 & men4 uses*/


/**************************************************** body
****************************************************/

#body
{
	width:780px;
	min-height:413px;
	margin:0 0 0 auto;
	padding:10px;
	background-color:#ffffff;
	position:relative;
	float:right;
}

.shadbody
{
	width:800px;
	height:8px;
	margin:0;
	background-image:url(/img/shadbody.png);
	overflow:hidden;
	clear:both;
}
* html #shadbody
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/shadbody.png");
}

.bodypic
{
	width:169px;
	padding:0 10px 0 0;
}

.galpic
{
	width:626px;
	padding:0;
}

.galpicsmaller
{
	width:495px;
	padding:0;
}

.spic
{
	width:40px;
	height:46px;
	float:left;
	display:inline;
	margin:0 0 4px 10px;
	padding:1px 0 0 1px;
	background-image:url(/img/spicunder.png);
}
* html .spic
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/spicunder.png");
}

.spic a {position:relative;}


/**************************************************** menu3 - laba puse leja
****************************************************/

#men3
{
	padding:0 0 0 10px;
	width:110px;
	border-left:1px solid #e1e1e1;
}

#body a.men3item
{
	display:block;
	float:left;
	margin:0;
	padding:4px 10px;
	font-size:11px;
	color:#6898b8;
	text-decoration:none;
	background-image:url(/img/bullet2_7.gif);
	background-position:right 8px;
	background-repeat:no-repeat;
	clear:both;
}

#body a.men3itemact
{
	display:block;
	float:left;
	margin:0;
	padding:4px 10px;
	font-size:11px;
	font-weight:bold;
	color:#6898b8;
	text-decoration:none;
	background-image:url(/img/bullet1_7.gif);
	background-position:left 8px;
	background-repeat:no-repeat;
	clear:both;
}

#body a.men3item:hover, #body a.men3itemact:hover
{
	background-color:transparent;
	text-decoration:underline;
}


/**************************************************** social
****************************************************/

#social
{
	width:150px;
	float:left;
}

a.linkface
{
	display:block;
	width:24px;
	height:24px;
	background-image:url(/img/icon_facebook.png);
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
* html a.linkface
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/icon_facebook.png");
}

a.linkflic
{
	display:block;
	width:24px;
	height:24px;
	background-image:url(/img/icon_flickr.png);
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
* html a.linkflic
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/icon_flickr.png");
}

a.linktwit
{
	display:block;
	width:24px;
	height:24px;
	background-image:url(/img/icon_twitter.png);
	position:relative;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
* html a.linktwit
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/icon_twitter.png");
}


/**************************************************** develop
****************************************************/

#develop
{
	width:800px;
	height:12px;
	margin:0 0 10px auto;
	position:relative;
}

#developinner_lv
{
	width:409px;
	height:12px;
	background-image:url(/img/develop_lv.png);
	position:relative;
}
* html #developinner_lv
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/develop_lv.png");
}

#developinner_en
{
	width:405px;
	height:12px;
	background-image:url(/img/develop_en.png);
	position:relative;
}
* html #developinner_en
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/develop_en.png");
}

#developinner_ru
{
	width:234px;
	height:12px;
	background-image:url(/img/develop_ru.png);
	position:relative;
}
* html #developinner_ru
{
	background-image: url("/img/spacer.gif");
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/develop_ru.png");
}

a.linkdevelop1, a.linkdevelop2
{
	display:block;
	width:32px;
	height:12px;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
}

#developinner_lv a.linkdevelop1 {left:107px;}
#developinner_en a.linkdevelop1 {left:110px;}
#developinner_ru a.linkdevelop1 {left:110px;}
#developinner_lv a.linkdevelop2 {left:208px;}
#developinner_en a.linkdevelop2 {left:203px;}
#developinner_ru a.linkdevelop2 {left:206px;}



