html, body
{
	margin:0;
	padding:0;
	height:100%;
	min-width:990px;
	min-height:565px;
}

body
{
	background-color:#85A8BC;
	/*text-shadow: #ffffff 0px 0px 0px; /* remove Safari antialias */
	background-image: url(/img/bg7.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000000;
}

#container
{
	border-collapse:collapse;
	border-spacing:0px;
	border:0px;
	width:100%;
	height:100%;
	min-width:990px;
	margin-bottom:-50px;
}

#main
{
	padding:0 0 50px 0;
}

#foot
{
	min-width:926px;
	height:50px;
	padding:0 32px;
	background-color:#000000;
	color:#898989;
	font-size:10px;
	text-transform:uppercase;
	position:relative;
}

#head
{
	min-width:990px;
	font-size:10px;
	position:relative;
}

#menu_lv, #menu_en, #menu_ru, #menu_it, #menu_es
{
	width:950px;
	height:514px;
	margin:auto;
	position:relative;
	z-index:200;
	/*border:1px solid red;*/
}

#partners
{
	width:250px;
	height:38px;
	position:absolute;
	right:20px;
	bottom:70px;
	z-index:101;
}

.logo_mstag
{
	display:block;
	width:106px;
	height:20px;
	background-image:url(/img/logo_mstag.png);
	text-indent:-9999px;
	overflow:hidden;
}
* html .logo_mstag
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logo_mstag.png");
}

.logo_gs1
{
	display:block;
	width:42px;
	height:38px;
	background-image:url(/img/logo_gs1.png);
	text-indent:-9999px;
	overflow:hidden;
}
* html .logo_gs1
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logo_gs1.png");
}

#slogan_lv, #slogan_en, #slogan_ru, #slogan_it, #slogan_es
{
	width: 280px;
	height: 262px;
	position: absolute;
	left:20px;
	bottom:50px;
	z-index:100;
}
#slogan_lv {background-image: url(/img/slogan_lv.png);}
#slogan_en {background-image: url(/img/slogan_en.png);}
#slogan_ru {background-image: url(/img/slogan_ru.png);}
#slogan_it {background-image: url(/img/slogan_it.png);}
#slogan_es {background-image: url(/img/slogan_es.png);}

* html #slogan_lv
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/slogan_lv.png");
}
* html #slogan_en
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/slogan_en.png");
}
* html #slogan_ru
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/slogan_ru.png");
}
* html #slogan_it
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/slogan_it.png");
}
* html #slogan_es
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/slogan_es.png");
}

#slogantop
{
position: absolute;
right:20px;
top:20px;
z-index:101;
text-transform:uppercase;
}

#ln
{
position: absolute;
left:20px;
top:20px;
z-index:102;
text-transform:uppercase;
cursor:default;
font-size:8px;
}

#ln a {margin-right:10px;padding-bottom:1px;}
#ln a.lnact {border-bottom:2px solid #b5cbd7;}
#ln a:hover {border-bottom:2px solid #ffffff;}


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

a {color:#00a0ff;}
a:hover {color: #898989;}

a {outline: none;}
a img {border:0px;}

h1
{
	font-size: 30px;
	/*color: #ed145b;*/
	color:#00a0ff;
	margin: 10px 0px;
}

h2
{
	font-size: 14px;
	color:#ffffff;
	margin: 10px 0px;
}

a.note
{
	font-size: 11px;
	color:#959595;
	text-decoration:none;
}

a.note:hover
{
	color:#00a0ff;
}

a.downlink
{
	background-image: url(/img/icondisk.gif);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:20px;
	font-size:14px;
	font-weight:bold;
}

li
{
	list-style-image:url("/img/bullet1.gif");
	/*list-style: circle outside;
	color:#00a0ff;*/
}

.nopad {padding: 0px;}
.small {font-size: 11px;}
.color1 {/*color: #ed1c24;*/ color:#00a0ff;}


input, textarea, select
{
	padding:2px;
	font-family:Arial,	sans-serif;
	font-size:12px;
	color:#636363;
}

fieldset
{
	background:#000000;
	border:1px solid #636363;
	margin:10px 0;
}
legend
{
	background:#464646;
	border:1px solid #636363;
	color:#000000;
}
.txtdef {width:300px; height: 100px;}
form {margin:0px; padding:0px;}
.btnl {font-size:16px;}


.divider
{
	height: 11px;
	background-image: url(/img/divider.gif);
	background-position: left;
	background-repeat: repeat-x;
	clear: both;
}

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

.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;
}




/**************************************************** language
****************************************************/



/**************************************************** menu
****************************************************/

#menu_lv a#men2d, #menu_lv a#menmobi, #menu_lv a#menfolio, #menu_lv a#mencont, #menu_lv a#mengen, #menu_lv a#mennews, #menu_lv a#menread, #menu_lv a#mensoft,
#menu_en a#men2d, #menu_en a#menmobi, #menu_en a#menfolio, #menu_en a#mencont, #menu_en a#mengen, #menu_en a#mennews, #menu_en a#menread, #menu_en a#mensoft,
#menu_ru a#men2d, #menu_ru a#menmobi, #menu_ru a#menfolio, #menu_ru a#mencont, #menu_ru a#mengen, #menu_ru a#mennews, #menu_ru a#menread, #menu_ru a#mensoft,
#menu_it a#men2d, #menu_it a#menmobi, #menu_it a#menfolio, #menu_it a#mencont, #menu_it a#mengen, #menu_it a#mennews, #menu_it a#menread, #menu_it a#mensoft,
#menu_es a#men2d, #menu_es a#menmobi, #menu_es a#menfolio, #menu_es a#mencont, #menu_es a#mengen, #menu_es a#mennews, #menu_es a#menread, #menu_es a#mensoft
{
	height:55px;
	text-indent:-9000px;
	display:block;
	position:absolute;
	overflow:hidden;
}

/**** LV ****/ /* !!!! kopēšanai lūdzu lietot šo LV, jo nav jāmaina left right, bet tikai width !!!! */

#menu_lv a#men2d
{
	width:124px;
	right:639px;
	top:23px;
	background-image: url(/img/men2d_lv1.gif);
}
#menu_lv a#men2d:hover {background-image: url(/img/men2d_lv2.gif);}

#menu_lv a#menmobi
{
	width:104px;
	right:768px;
	top:107px;
	background-image: url(/img/menmobi_lv1.gif);
}
#menu_lv a#menmobi:hover {background-image: url(/img/menmobi_lv2.gif);}

#menu_lv a#menfolio
{
	width:86px;
	left:777px;
	top:149px;
	background-image: url(/img/menfolio_lv1.gif);
}
#menu_lv a#menfolio:hover {background-image: url(/img/menfolio_lv2.gif);}

#menu_lv a#mencont
{
	width:72px;
	left:806px;
	top:259px;
	background-image: url(/img/mencont_lv1.gif);
}
#menu_lv a#mencont:hover {background-image: url(/img/mencont_lv2.gif);}

#menu_lv a#mengen
{
	width:131px;
	left:509px;
	bottom:6px;
	background-image: url(/img/mengen_lv1.gif);
}
#menu_lv a#mengen:hover {background-image: url(/img/mengen_lv2.gif);}

#menu_lv a#mennews
{
	width:76px;
	left:687px;
	top:75px;
	background-image: url(/img/mennews_lv1.gif);
}
#menu_lv a#mennews:hover {background-image: url(/img/mennews_lv2.gif);}

#menu_lv a#menread
{
	width:102px;
	left:681px;
	bottom:95px;
	background-image: url(/img/menread_lv1.gif);
}
#menu_lv a#menread:hover {background-image: url(/img/menread_lv2.gif);}

#menu_lv a#mensoft
{
	width:124px;
	right:724px;
	top:206px;
	background-image: url(/img/mensoft_lv1.gif);
}
#menu_lv a#mensoft:hover {background-image: url(/img/mensoft_lv2.gif);}

/**** EN ****/ /* sho valodu nelietot kopeesanai, jo savaadaak jaamaina arii buus left un right */

#menu_en a#men2d
{
	width:139px;
	left:173px;
	top:23px;
	background-image: url(/img/men2d_en1.gif);
}
#menu_en a#men2d:hover {background-image: url(/img/men2d_en2.gif);}

#menu_en a#menmobi
{
	width:116px;
	left:66px;
	top:107px;
	background-image: url(/img/menmobi_en1.gif);
}
#menu_en a#menmobi:hover {background-image: url(/img/menmobi_en2.gif);}

#menu_en a#menfolio
{
	width:79px;
	right:94px;
	top:149px;
	background-image: url(/img/menfolio_en1.gif);
}
#menu_en a#menfolio:hover {background-image: url(/img/menfolio_en2.gif);}

#menu_en a#mencont
{
	width:79px;
	right:65px;
	top:259px;
	background-image: url(/img/mencont_en1.gif);
}
#menu_en a#mencont:hover {background-image: url(/img/mencont_en2.gif);}

#menu_en a#mengen
{
	width:128px;
	right:313px;
	bottom:6px;
	background-image: url(/img/mengen_en1.gif);
}
#menu_en a#mengen:hover {background-image: url(/img/mengen_en2.gif);}

#menu_en a#mennews
{
	width:54px;
	right:209px;
	top:75px;
	background-image: url(/img/mennews_en1.gif);
}
#menu_en a#mennews:hover {background-image: url(/img/mennews_en2.gif);}

#menu_en a#menread
{
	width:107px;
	right:162px;
	bottom:95px;
	background-image: url(/img/menread_en1.gif);
}
#menu_en a#menread:hover {background-image: url(/img/menread_en2.gif);}

#menu_en a#mensoft
{
	width:78px;
	left:148px;
	top:206px;
	background-image: url(/img/mensoft_en1.gif);
}
#menu_en a#mensoft:hover {background-image: url(/img/mensoft_en2.gif);}


/**** RU ****/

#menu_ru a#men2d
{
	width:154px;
	right:639px;
	top:23px;
	background-image: url(/img/men2d_ru1.gif);
}
#menu_ru a#men2d:hover {background-image: url(/img/men2d_ru2.gif);}

#menu_ru a#menmobi
{
	width:140px;
	right:768px;
	top:107px;
	background-image: url(/img/menmobi_ru1.gif);
}
#menu_ru a#menmobi:hover {background-image: url(/img/menmobi_ru2.gif);}

#menu_ru a#menfolio
{
	width:80px;
	left:777px;
	top:149px;
	background-image: url(/img/menfolio_ru1.gif);
}
#menu_ru a#menfolio:hover {background-image: url(/img/menfolio_ru2.gif);}

#menu_ru a#mencont
{
	width:85px;
	left:806px;
	top:259px;
	background-image: url(/img/mencont_ru1.gif);
}
#menu_ru a#mencont:hover {background-image: url(/img/mencont_ru2.gif);}

#menu_ru a#mengen
{
	width:141px;
	left:509px;
	bottom:6px;
	background-image: url(/img/mengen_ru1.gif);
}
#menu_ru a#mengen:hover {background-image: url(/img/mengen_ru2.gif);}

#menu_ru a#mennews
{
	width:76px;
	left:687px;
	top:75px;
	background-image: url(/img/mennews_ru1.gif);
}
#menu_ru a#mennews:hover {background-image: url(/img/mennews_ru2.gif);}

#menu_ru a#menread
{
	width:129px;
	left:681px;
	bottom:95px;
	background-image: url(/img/menread_ru1.gif);
}
#menu_ru a#menread:hover {background-image: url(/img/menread_ru2.gif);}

#menu_ru a#mensoft
{
	width:135px;
	right:724px;
	top:206px;
	background-image: url(/img/mensoft_ru1.gif);
}
#menu_ru a#mensoft:hover {background-image: url(/img/mensoft_ru2.gif);}


/**** IT ****/ /* sho valodu nelietot kopeesanai, jo savaadaak jaamaina arii buus left un right */

#menu_it a#men2d
{
	width:146px;
	left:165px;
	top:23px;
	background-image: url(/img/men2d_it1.gif);
}
#menu_it a#men2d:hover {background-image: url(/img/men2d_it2.gif);}

#menu_it a#menmobi
{
	width:141px;
	left:41px;
	top:107px;
	background-image: url(/img/menmobi_it1.gif);
}
#menu_it a#menmobi:hover {background-image: url(/img/menmobi_it2.gif);}

#menu_it a#menfolio
{
	width:79px;
	right:94px;
	top:149px;
	background-image: url(/img/menfolio_it1.gif);
}
#menu_it a#menfolio:hover {background-image: url(/img/menfolio_it2.gif);}

#menu_it a#mencont
{
	width:72px;
	right:72px;
	top:259px;
	background-image: url(/img/mencont_it1.gif);
}
#menu_it a#mencont:hover {background-image: url(/img/mencont_it2.gif);}

#menu_it a#mengen
{
	width:169px;
	right:272px;
	bottom:6px;
	background-image: url(/img/mengen_it1.gif);
}
#menu_it a#mengen:hover {background-image: url(/img/mengen_it2.gif);}

#menu_it a#mennews
{
	width:64px;
	right:199px;
	top:75px;
	background-image: url(/img/mennews_it1.gif);
}
#menu_it a#mennews:hover {background-image: url(/img/mennews_it2.gif);}

#menu_it a#menread
{
	width:137px;
	right:132px;
	bottom:95px;
	background-image: url(/img/menread_it1.gif);
}
#menu_it a#menread:hover {background-image: url(/img/menread_it2.gif);}

#menu_it a#mensoft
{
	width:78px;
	left:148px;
	top:206px;
	background-image: url(/img/mensoft_it1.gif);
}
#menu_it a#mensoft:hover {background-image: url(/img/mensoft_it2.gif);}


/**** ES ****/

#menu_es a#men2d
{
	width:176px;
	right:639px;
	top:23px;
	background-image: url(/img/men2d_es1.gif);
}
#menu_es a#men2d:hover {background-image: url(/img/men2d_es2.gif);}

#menu_es a#menmobi
{
	width:117px;
	right:768px;
	top:107px;
	background-image: url(/img/menmobi_es1.gif);
}
#menu_es a#menmobi:hover {background-image: url(/img/menmobi_es2.gif);}

#menu_es a#menfolio
{
	width:91px;
	left:777px;
	top:149px;
	background-image: url(/img/menfolio_es1.gif);
}
#menu_es a#menfolio:hover {background-image: url(/img/menfolio_es2.gif);}

#menu_es a#mencont
{
	width:87px;
	left:806px;
	top:259px;
	background-image: url(/img/mencont_es1.gif);
}
#menu_es a#mencont:hover {background-image: url(/img/mencont_es2.gif);}

#menu_es a#mengen
{
	width:168px;
	left:509px;
	bottom:6px;
	background-image: url(/img/mengen_es1.gif);
}
#menu_es a#mengen:hover {background-image: url(/img/mengen_es2.gif);}

#menu_es a#mennews
{
	width:72px;
	left:687px;
	top:75px;
	background-image: url(/img/mennews_es1.gif);
}
#menu_es a#mennews:hover {background-image: url(/img/mennews_es2.gif);}

#menu_es a#menread
{
	width:135px;
	left:681px;
	bottom:95px;
	background-image: url(/img/menread_es1.gif);
}
#menu_es a#menread:hover {background-image: url(/img/menread_es2.gif);}

#menu_es a#mensoft
{
	width:78px;
	right:724px;
	top:206px;
	background-image: url(/img/mensoft_es1.gif);
}
#menu_es a#mensoft:hover {background-image: url(/img/mensoft_es2.gif);}


/**************************************************** main
****************************************************/

#logo
{
width: 358px;
height: 149px;
position: absolute;
left:296px;
top:160px;
background-image: url(/img/logo.png);
}

* html #logo
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/logo.png");
}

/**************************************************** footer
****************************************************/

a.footmen
{
	padding:5px;
	border-left: 1px solid #00a0ff;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a.footmen1st
{
	padding:5px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
}

a.footmen:hover, a.footmen1st:hover
{
	color: #00a0ff;
}


/**************************************************** callout
****************************************************/

.blackbox
{
	padding:13px;
	background-color:#000000;
}

.calloutr
{
	width:13px;
	height:20px;
	padding:0;
	background-image: url(/img/calloutr.png);
	overflow:hidden;
}

* html .calloutr
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/calloutr.png");
}



/**************************************************** phone
****************************************************/

.phonetop
{
	width:304px;
	height:120px;
	padding:0;
	background-image: url(/img/phonetop.png);
	overflow:hidden;
}

* html .phonetop
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/phonetop.png");
}

.phonebot
{
	width:304px;
	height:96px;
	padding:0;
	background-image: url(/img/phonebot.png);
	overflow:hidden;
}

* html .phonebot
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/phonebot.png");
}

.phoneleft
{
	width:32px;
	height:345px;
	padding:0;
	background-image: url(/img/phoneleft.png);
	overflow:hidden;
}

* html .phoneleft
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/phoneleft.png");
}

.phoneright
{
	width:32px;
	height:345px;
	padding:0;
	background-image: url(/img/phoneright.png);
	overflow:hidden;
}

* html .phoneright
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/phoneright.png");
}

.phonemid
{
	width:240px;
	height:345px;
	padding:0;
	background-color:#000000;
	overflow:hidden;
}

a.phoneclosebtn
{
	display:block;
	width:56px;
	height:56px;
	background-image: url(/img/phoneclose.jpg);
	cursor:pointer;
	margin:10px auto;
}

a.phoneclosebtn:hover
{
	background-image: url(/img/phoneclose2.jpg);
}

.previewtitle
{
	width:139px;
	height:89px;
	padding:0;
	background-image: url(/img/example.png);
	position:absolute;
	right:24px;
	top:10px;
}

* html .previewtitle
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/example.png");
}

.thumbpic
{
	width:83px;
	padding:1px;
	background-color:#ffffff;
	display:block;
}

.thumbpic img {vertical-align:bottom;}

.thumbbot
{
	width:85px;
	height:18px;
	padding:0;
	background-image: url(/img/thumbbot.png);
	overflow:hidden;
}

* html .thumbbot
{
background-image: url("/img/spacer.gif");
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src="/img/thumbbot.png");
}