﻿* { padding: 0; margin: 0; }

body {
  font-family: Arial, Verdana, Sans-serif;
  font-size: 12px;
  line-height: 18px;
  background: url("../images/bg.jpg") no-repeat scroll 50% 0pt;
  background-color: #000000;
}

#wrapper { 
  width: 950px;
  margin: 0px auto;
  background: #ffffff;
}

#container { 
  width: 910px;
  margin: 0px auto;
  overflow: hidden;
  position:relative;
}


/* Header
----------------------------------------------------------------- */

#header { 
  width: 910px; height: 125px;
  background: #ffffff;
  color: #333;
  overflow: hidden;
}

.header_left_cont {
  width: 550px; height: 100%;
  padding: 0 0 0 18px;
  float:left;
}

.header_right_cont {
  width: 270px; height: 100%;
  padding: 0 18px 0 0;
  margin-right: 10px;
  float: right;
  text-align: right;
}

#header img#logo {
  width: 300px;
  height: 100px;
  border: 0px;
  margin: 12px 0 0 12px;
}

/* 
	Language Bar Starts Here
	
 */

#language {
  width: 100%;
  height: 20px;
  margin-top: 12px;
}

ul#langbar {
  display: inline;
  list-style-type: none;
  color: #333333;
}

#langbar li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#langbar li a {
  font-family : Arial;
  font-size : 12px;
  color: #333333;
  text-decoration: none;
  padding: 0 8px 0 4px;
}

#langbar li a:hover {
  color: #27aae1;
  text-decoration: none;
}

#langbar li a#current {
  color: #27aae1;
  text-decoration: underline;
  padding: 0 8px 0 4px;
}




/* 
	Icons Bar Starts Here
	
 */

#icons {
  width: 100%;
  height: 20px;
  margin-top: 4px;
}

ul#iconsbar {
  display: inline;
  list-style-type: none;
}

#iconsbar li {
  display: inline;
  padding: 0px;
  margin: 0px;
}

#iconsbar li a {
  font-family : Arial;
  font-size : 11px;
  color: #999999;
  text-decoration: none;
  padding: 0 8px 0 6px;
}

#iconsbar li a:hover {
  color: #333333;
  text-decoration: none;
}




/* 
	Sitemap Links Starts Here
	
 */


ul#linklist {
  list-style-type: none;
}

ul {
  list-style-type: none;
}

#linklist li {
  padding: 0px;
  margin: 0px;
}

#linklist li.toplink a {
  text-decoration: none;
  font-size: 14px;
  color: #333333;
}

#linklist li.under-1 a {
  text-decoration: none;
  font-size: 12px;
  padding-left: 25px;
  color: #666666;
  background:url("../images/list_bg_dash.gif") no-repeat 15px 4px;
}

#linklist li.under-2 a {
  text-decoration: none;
  font-size: 12px;
  padding-left: 55px;
  color: #999999;
  background:url("../images/list_bg_dash.gif") no-repeat 45px 4px;
}

#linklist li a:hover {
  text-decoration: underline;
  color: #27aae1;
}



/* Navigation
----------------------------------------------------------------- */

#navigation {
  width: 870px;
  height: 42px;
  background: url("../images/nav-bg.PNG") no-repeat;
  font-family: Arial;
  font-size: 12px;
  padding-left: 16px;
  margin-left: 17px;
}

#nav, #nav ul{
  width: 730px;
  float: left;
  padding-left: 0;
  list-style-type: none;
  list-style-position: outside;
  position: relative;
}

#nav a{
  padding: 0;
  color: #333;
  text-decoration: none;
}

#nav a:hover{
  background: #ffffff;
  color: #333;
}

#nav a.sub {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #151515;
  width: 150px;
  padding: 3px 0 3px 18px;
  height: 20px;
  float: left;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#nav a.sub:hover {
  background-color: #000000;
  color: #ffffff;
  text-decoration: none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#nav a.sub-2 {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background-color: #666666;
  width: 150px;
  padding: 3px 0 3px 18px;
  height: 20px;
  float: left;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#nav a.sub-2:hover {
  background-color: #333333;
  color: #ffffff;
  width: 150px;
  text-decoration: none;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}

#nav li{
  float: left;
  position: relative;
}

#nav li.sub-2 {
  float: left;
  position: relative;
}

#nav ul {
  position: absolute;
  display: none;
  width: 150px;
  top: 42px;
}

#nav li ul a{
  width: 150px;
  height: auto;
  float: left;
}

#nav ul ul{
  top: auto;
}	

#nav li ul ul {
  left: 145px;
  margin: 0px 0 0 23px;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
  display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
  display:block;
}

li a span { display:none }


/* 
	Buttons Starts Here
	
 */

a#b1 {
	display: block;
	width: 98px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/par-mums_0.PNG");
	text-decoration: none;
	}
	
a#b1:hover {
	background: url("../images/par-mums_1.PNG");
	}
	
a#b2 {
	display: block;
	width: 100px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/produkcija_0.PNG");
	text-decoration: none;
	}
	
a#b2:hover {
	background: url("../images/produkcija_1.PNG");
	}

a#b3 {
	display: block;
	width: 106px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/pakalpojumi_0.PNG");
	text-decoration: none;
	}
	
a#b3:hover {
	background: url("../images/pakalpojumi_1.PNG");
	}

a#b4 {
	display: block;
	width: 85px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/jaunumi_0.PNG");
	text-decoration: none;
	}
	
a#b4:hover {
	background: url("../images/jaunumi_1.PNG");
	}

a#b5 {
	display: block;
	width: 81px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/galerija_0.PNG");
	text-decoration: none;
	}
	
a#b5:hover {
	background: url("../images/galerija_1.PNG");
	}
	
a#b6 {
	display: block;
	width: 88px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/kontakti_0.PNG");
	text-decoration: none;
	}
	
a#b6:hover {
	background: url("../images/kontakti_1.PNG");
	}
	
a#b7 {
	display: block;
	width: 85px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/partneri_0.PNG");
	text-decoration: none;
	}
	
a#b7:hover {
	background: url("../images/partneri_1.PNG");
	}
	
a#b8 {
	display: block;
	width: 85px; height: 42px;
	margin: 0; padding: 0;
	background: url("../images/rekviziti_0.PNG");
	text-decoration: none;
	}
	
a#b8:hover {
	background: url("../images/rekviziti_1.PNG");
	}



/* Navigation 2 Starts Here
----------------------------------------------------------------  */

#navcontainer
{
margin-top: 0px;
width: 100%;
margin-bottom: 35px;
}

ul#navlist
{
padding-left: 0;
margin-left: 0;
margin-top: 10px;
width: 100%;
}

#navlist li.li-1
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #e9e9e9;
background-color: #f9f9f9;
padding-left: 12px;
}

#navlist li.li-2
{
list-style: none;
margin: 0;
padding: 0.25em;
border-top: 1px solid #e9e9e9;
background-color: #ffffff;
padding-left: 12px;
}

#navlist li.under-1
{
list-style: none;
margin: 0;
padding: 1px 0 1px 24px;
font-size: 11px;
background:url("../images/list_bg_dash.gif") no-repeat 15px 6px;
}

#navlist li a 
{ 
text-decoration: none;
color: #333333;
}

#navlist li a:hover 
{ 
text-decoration: none;
color: #27aae1;
}

#navlist li a#current-link
{ 
text-decoration: underline;
color: #27aae1;
}
	

/* Main Content
----------------------------------------------------------------- */

#content { 
  width: 910px;
  color: #000000;
  background: #ffffff;
  height: 100%;
  overflow: hidden;
  margin-top: 3px;
}

.left_cont {
  padding: 23px 0 70px 18px;
  width: 550px;
  float:left;
}

.left_cont2 {
  padding: 15px 0 30px 18px;
  width: 100%;
  float:left;
}

#banner {
  width: 550px;
  height: 167px;
  margin: 0 0 30px 0;
  padding: 0;
  background: #ffffff;
  border: 0px
}

#banner img {
  border: 0px;
}

/* 
	Other Left Content Columns and Blocks start Here
	
 */

.column1 {
  width: 265px;
  float: left;
  padding-left: 12px;
}
 
.column2 {
  width: 225px;
  float: right;
  padding-right: 12px;
}

#c2 ul li {
  background: url("../images/list_bg_blue.gif") no-repeat 0 6px;
  padding-left:12px;
  list-style-type: none;
}

#c2_list {
  margin: 10px 0 10px 0;
}

#test {
  margin: 0px 0 5px 0;
}

#c2_list li a {
  color: #27aae1;
  text-decoration: none;
}

#c2_list li a:hover {
  color: #27aae1;
  text-decoration: underline;
}

#c200 ul li {
  background: url("../images/list_bg_blue.gif") no-repeat 0 6px;
  padding-left:12px;
  list-style-type: none;
}

#c200_list {
  margin: 10px 0 10px 0;
}

#c200_list li a {
  color: #27aae1;
  text-decoration: none;
}

#c200_list li a:hover {
  color: #27aae1;
  text-decoration: underline;
}

#c3 ul li {
  background: url("../images/list_bg_dash.gif") no-repeat 0 6px;
  padding-left: 12px;
  list-style-type: none;
  margin-left: 1px;
}

.c3 ul li {
  background: url("../images/list_bg_dash.gif") no-repeat 0 6px;
  padding-left: 12px;
  list-style-type: none;
  margin-left: 1px;
}

.dashlist ul li {
  background: url("../images/list_bg_dash.gif") no-repeat 0 3px;
  padding-left: 12px;
  list-style-type: none;
  margin-left: 1px;
}

#c4 ul li {
  list-style-type: none;
}

#c4_list {
  margin: 10px 0 10px 0;
}

#c4_list li a {
  color: #333333;
  text-decoration: none;
  padding-left: 5px;
}

#c4_list li a:hover {
  color: #333333;
  text-decoration: underline;
  padding-left: 5px;
}

.column3 {
  width: 525px;
  clear: both;
  padding: 35px 0 0 12px;
}

.column4 {
  width: 525px;
  float: left;
  padding: 4px 0 0 12px;
}

.column5 {
  width: 525px;
  padding: 0 0 0 12px;
}

.column6 {
  width: 100%;
  padding: 0px;
  clear: both;
}

.column7 {
  width: 525px;
  float: left;
  padding: 25px 0 0 12px;
}

.column8 {
  width: 100%;
  padding-top: 30px;
  clear: both;
}

.half_left {
  margin-top: 25px;
  clear: left;
  width: 260px;
  float: left;
  padding-left: 12px;
}

.half_right {
  margin-top: 25px;
  width: 260px;
  float: right;
  padding-right: 12px;
}

.partner-1 {
  margin-top: 25px;
  clear: left;
  width: 260px;
  float: left;
}

.partner-2 {
  margin-top: 25px;
  width: 260px;
  float: right;
}

.hlnp {
  clear: left;
  width: 250px;
  float: left;
}

.hrnp {
  width: 245px;
  float: right;
  padding-right: 12px;
}

.three-left {
  clear: left;
  width: 160px;
  float: left;
}

.three-middle {
  width: 160px;
  float: left;
  margin: 0 0 0 10px;
}

.three-right {
  padding-right: 12px;
  width: 160px;
  float: left;
  margin: 0 0 0 10px;
}


.quote {
  clear: both;
  margin: 20px 0 0 50px;
  padding: 0;
  padding: 8px 0 25px 35px;
  font-size: 18px;
  width: 350px;
  color: #444444;
  background: url("../images/quotetop.gif") no-repeat;
}

a.q {
  color: #333333;
  text-decoration: none;
}

a:hover.q {
  color: #333333;
  text-decoration: underline;
}

.floatleft
{
float: left;
margin: 0 10px 10px 0;
border: 1px solid #999999;
padding: 2px;
}

/* 
	Production Blocks Starts Here
	
 */
 
 
.block_name {
  width: 150px;
  margin-bottom: 3px;
}

.block_name a {
  cursor: pointer;
  text-decoration: none;
  background: url("../images/list_bg_black.gif") no-repeat 0 4px; padding-left:12px;
  color: #000000;
  font-size: 14px;
}

.block_name a:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #27aae1;
  background:url("../images/list_bg_blue.gif") no-repeat 0 4px; padding-left:12px;
}

#xx1 {
  width: 535px;
  margin: 5px 0 10px 12px;
}

#xx2 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx3 {
  width: 535px;
   padding: 5px 0 10px 12px;
}

#xx4 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx5 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx6 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx7 {
  width: 535px;
  padding: 5px 0 10px 12px;
}

#xx8 {
  width:535px;
  padding: 5px 0 10px 12px;
}

#xx9 {
  width:535px;
  padding: 5px 0 10px 12px;
}

/* 
	Tables Styles Starts Here
	
 */

table.simple-table {
  width: 525px;
}

th.simple {
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  height: 20px;
} 

th.left-th {
  text-align: left;
  padding-left: 5px;
  border-bottom: 1px solid #e9e9e9;
  border-left: none;
  height: 20px;
} 

td.simple {
  text-align: center;
  background-color: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 46px;
  height: 20px;
}

td.hlight {
  text-align: center;
  background-color: #f9f9f9;
  border-bottom: 1px solid #e9e9e9;
  border-left: 1px solid #e9e9e9;
  width: 46px;
  height: 20px;
}

td.last {
  border-left: 1px solid #e9e9e9;
  border-bottom: none;
  text-align: center;
  background-color: #ffffff;
  width: 46px;
  height: 20px;
}

td.left-td {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 5px;
  background-color: #ffffff;
  border-left: none;
  width: 150px;
}

td.left-td-last {
  text-align: left;
  border-bottom: none;
  padding-left: 5px;
  border-left: none;
}

td.left-hlight {
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 5px;
  background-color: #f9f9f9;
  border-left: none;
  width: 150px;
}

tr:hover {
  color: #27aae1;
}

tr.dont-hover {
  color: #333333;
}


table#ral-color {
  margin-left: 8px;
}

td.ral {
  height: 40px;
  width: 80px;
  text-align: center;
}

td.ral-name {
  height: 30px;
  width: 80px;
  color: #666666;
  text-align: center;
  vertical-align: top;
  background: #ffffff;
  font-size: 11px;
}

td.ral-name:hover {
  color: #666666;
}

/* 
	Titles Starts Here
	
 */

h1 {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

h1.galerija {
  font-family: Tahoma;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin-left: 10px;
}

h2 {
  font-family: Tahoma;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
}

h2.news {
  color: #666666;
}

h2.downloads {
  color: #27aae1;
  background-color: #e9e9e9; /*url("../images/icon-down-black.PNG") no-repeat; padding-right: 40px;*/
  margin-left: 16px;
}

h2.info {
  color: #666666;
  background: #ffffff; /*url("../images/icon-mail-black.PNG") no-repeat; padding-left: 40px; padding-bottom: 10px;*/
}


h2.about {
  color: #27aae1;
  background:url("../images/icon-about-blue.PNG") no-repeat; padding-left: 40px; padding-bottom: 10px;
  padding-top: 5px;
}

h2.promotion {
  color: #27aae1; /*4183b4*/
  background:url("../images/icon-cogwheel-blue.PNG") no-repeat; padding-left: 40px;
  padding-top: 5px;
}


h3 {
  font-family: Tahoma;
  font-size: 16px;
  padding-bottom: 14px;
  font-weight: bold;
}



/* 
	Right Content Starts Here
	
 */

.right_cont {
  padding: 23px 18px 40px 0;
  margin-right: 10px;
  width: 270px;
  float: right;
}



/* 
	Search Starts Here
	
 */

#search {
  width: 100%;
  margin-bottom: 15px;
}


/* 
	News Starts Here
	
 */
 
#news {
  width: 100%;
  margin-top: 0px;
}

#news ul#news_list {
  list-style-type: none;
  margin: 10px 0 10px 0;
  padding: 0;
}

#news ul li{ background:url("../images/list_bg_black.gif") no-repeat 0 6px; padding-left: 12px }

#news_list li {
  margin: 0 0 5px 0;
}

#news_list li a {
  color: #666666;
  text-decoration: none;
}

#news_list li a:hover {
  color: #000000;
  text-decoration: underline;
}

/* 
	Download Links Starts Here
	
 */


#download {
width: 100%;
margin-top: 35px;
padding-top: 12px;
padding-bottom: 12px;
background-color: #e9e9e9;
}

#download ul#down_list {
  list-style-type: none;
  margin: 6px 14px 0 14px;
  padding: 0;
}

#download ul li {
  padding: 0px;
  margin: 0 0 5px 0;
  list-style-type: none;
  background: url("../images/list_bg_arrow.gif") no-repeat 0 5px; padding-left: 12px;
}

#down_list li.last {
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  list-style-type: none;
  border-bottom: none;
  background: url("../images/list_bg_arrow.gif") no-repeat 0 5px; padding-left: 12px;
}

#down_list li a {
  color: #666666;
  text-decoration: none;
}

#down_list li a:hover {
  color: #666666;
  text-decoration: underline;
}

#down_list img {
  border: 0px;
  margin-left: 5px;
}



/* 
	Contacts Starts Here
	
 */

#info {
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0;
  color: #666666;
}

#info p.info {
  margin: 10px 10px 0 0;
  text-align: center;
  padding: 0;
  color: #666666;
}

#info img.cont {
  padding-top: 8px;
  text-align: center;
  border: 0px;
}

#info img.icon1_5 {
  margin-bottom: 6px;
  border: 0px;
}

#info a.mail3 {
  font-family: Arial;
  font-size: 12px;
  font-weight: normal;
  color: #27aae1;
  text-decoration: none;
}

#info a.mail3:hover {
  color: #27aae1;
  text-decoration: underline;
}

.gray {
  color: #666666;
}

.red_bold {
  color: #27aae1;
  font-weight: bold;
}

.red {
  color: #27aae1;
  font-weight: normal;
}

  

/* Footer
----------------------------------------------------------------- */

#footer { 
  width: 94%;
  margin: 0px auto;
  height: 105px;
  text-align: center;
  background: #ffffff;
  color: #666666;
  line-height: 18px;
  clear: both;
}

#footernav {
  list-style: none;
  padding: 14px 0 6px 0;
  margin: 0;
  color: #27aae1;
}

#footernav li {
  display: inline;
  padding: 0;
  margin: 0;
}

#footernav li a {
  font-family : Arial;
  font-size : 12px;
  color: #27aae1;
  text-decoration: underline;
  padding: 0 12px 0 8px;
}

#footernav li a:hover {
  color: #000000;
  text-decoration: underline;
}

#footer-fix {
  width: 100%;
  background: #000000;
  height: 25px;
}

/* Hyperlinks
----------------------------------------------------------------- */

a.simple {
  text-decoration: none;
  color: #333333;
}

a.simple:hover {
  text-decoration: underline;
  color: #333333;
}

a.blue {
  text-decoration: none;
  color: #27aae1;
}

a.blue:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.red-on-over {
  text-decoration: none;
  color: #333333;
}

a.red-on-over:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.red {
  text-decoration: underline;
  color: #27aae1;
}

a.red:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.form {
  text-decoration: none;
  color: #27aae1;
}

a.form:hover {
  text-decoration: underline;
  color: #27aae1;
}

a.mail {
  font-family : Arial;
  font-size : 12px;
  font-weight : normal;
  color: #666666;
  text-decoration: none;
}

a.mail:hover {
  font-family : Arial;
  font-size : 12px;
  color: #333333;
  text-decoration: none;
}

img.at {
  border: 0px;
  vertical-align: middle;
}

.s-fix {
  width: 201px;
}

span.news {
  font-size: 11px;
  color: #999999;
}

a.news {
  font-size: 11px;
  color: #666666;
  text-decoration: none;
}

img.border {
  border: 0px;
}

img.ban-small {
  width: 88px;
  height: 31px;
  border: 0px;
}

div.rating {
  width: 908px;
  text-align: left;
  padding-left: 30px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}