/* General styles */
body {
   margin:0;
   padding:0;
   border:0;			  /* This removes the border around the viewport in old versions of IE */
   width:100%;
   min-width:600px;    /* Minimum width of layout - remove line if not required */
					   /* The min-width property does not work in old versions of Internet Explorer */
   font-size:90%;
   font-family: Arial;

}
a {
   color: #002A5D;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}
h1, h2, h3 {
   margin:.8em 0 .2em 0;
   padding:0;
}
p {
   margin:.4em 0 .8em 0;
   padding:0;
}
img {
   margin:10px 0 5px;
}


/* Main wrapper */
#wrapper {
   width: 960px;
   margin: 0 auto;
}
#wrapper-inner {
   margin: 0;
}

/* Header styles */
#header {
   clear:both;
   float:left;
   width:100%;
   height:281px;
   background: url(../img/bg-header.jpg) no-repeat;
   position: relative;
}
#header-inner {
   margin: 8px 0;
}
#logo-link {
   display: block;
   position: absolute;
   top: 0;
   left: 218px;
   z-index: 999;
   width: 270px;
   height: 195px;
}
#top-images {
   margin: 50px 0 0 530px;
   padding: 0px;
   list-style-type: none;
}
#top-images li {
   width: 121px;
   height: 121px;
   background: transparent url(../img/bg-top-image.gif) no-repeat;
   float: left;
   margin-right: 22px;
}
#top-images li > img {
   width: 115px;
   height: 115px;
   margin: 1px 0 0 1px;
}
#top-menu {
   margin: 49px 0 0 208px;
   padding: 0px;
   list-style-type: none;
   clear: both;
   text-transform: uppercase;
}
#top-menu li {
   padding: 7px 24px 0 24px;
   float: left;
}
#top-menu li > a {
   color: black;
   font-weight: bold;
}
.menu-left {
   background: transparent url(../img/top-menu-left.gif) no-repeat scroll left top;
}
.menu-right {
   background: transparent url(../img/top-menu-right.gif) no-repeat scroll right top;
   height: 30px;
   padding: 7px 24px 0 24px;
   font-weight: bold;
}

#top-menu .active {
   background: transparent url(../img/top-menu-bg.gif) repeat-x;
   padding: 0;
}
#top-menu .active a {
   color: white;
}


/* Left menu settings */
#leftmenu {
   float: left;
   width: 190px;
   min-height: 330px;
   background: transparent url(../img/bg-menu-top.jpg) no-repeat scroll 0 top;
   padding-top: 28px;
   margin-bottom: 30px;
   text-transform: uppercase;
}
#leftmenu > ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   margin-left: 69px;
}
#leftmenu > ul > li {
   background: transparent url(../img/menu-item-bg.gif) repeat-y;
   margin-bottom: 16px;
}
#leftmenu > ul a {
   color: white;
   font-size: 90%;
}
.menu-top {
   background: transparent url(../img/menu-item-top.gif) no-repeat scroll 0 top;
}
.menu-bottom {
   background: transparent url(../img/menu-item-bottom.gif) no-repeat scroll 0 bottom;
   padding: 10px;
   font-weight: bold;
}

#leftmenu > ul > li.active {
   background: transparent url(../img/menu-item-sel-bg.gif) repeat-y;
}
#leftmenu > ul > li.active a {
   color: black;
}
#leftmenu > ul > li.active .menu-top {
   background: transparent url(../img/menu-item-sel-top.gif) no-repeat scroll 0 top;
}
#leftmenu > ul > li.active .menu-bottom {
   background: transparent url(../img/menu-item-sel-bottom.gif) no-repeat scroll 0 bottom;
}

#leftmenu > ul > ul {
   list-style-type: none;
   padding: 0px;
   margin: 0px;
   margin-left: 36px;
   margin-bottom: 15px;
}
#leftmenu > ul > ul > li {
   margin-bottom: 10px;
   font-weight: bold;
}
#leftmenu .active a {
   color: #FD7C11;
}
#vert-shadow {
   float: right;
   background: transparent url(../img/bg-shadow.gif) no-repeat;
   width: 29px;
   height: 150px;
   margin: 0;
   padding: 0;
}

/* Column container */
.colmask {
   position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
   clear:both;
   float:left;
   width:100%;			/* width of whole page */
   overflow:hidden;	/* This chops off any overhanging divs */
}
/* 2 column left menu settings */
.leftmenu {
   background: transparent url(../img/bg-left.gif) repeat-y;
}
.leftmenu .colright {
   float:left;
   width:200%;
   position:relative;
   left:219px;
   background:#fff;
}
.leftmenu .col1wrap {
   float:right;
   width:50%;
   position:relative;
   right:219px;
   padding-bottom:1em;
}
.leftmenu .col1 {
   margin:0 0 0 219px;
   padding: 0;
   min-height: 290px;
   position:relative;
   right:100%;
   overflow:hidden;
   background: transparent url(../img/bg-content.jpg) no-repeat;
}
.leftmenu .col1 h1 {
   color: #e75c01;
   margin: 0 0 15px 0;
   font-size: 130%;
}
.leftmenu .col2 {
   float:left;
   width:219px;
   position:relative;
   right:219px;
}


/* Content container */
#content {
   float: left;
   width: 98%;
   padding: 0;
   min-height: 400px;
   margin: 10px 0 0 5px;
   text-align: justify;
   font-size: 13px;
   line-height: 1.25em;
}
#content h1 {
   color: #000;
   margin: 0 0 15px 0;
   font-family: sans-serif;
   font-weight: bold;
   font-size: 130%;
}
#content h2 {
   color: #000;
   margin: 10px 0;
   font-family: sans-serif;
   font-weight: bold;
   font-size: 120%;
}
#content h3 {
   color: #000;
   margin: 10px 0;
   font-family: sans-serif;
   font-weight: bold;
   font-size: 110%;
}
#content table {
   border-collapse: collapse;
}
#content table td {
/*   border: 1px solid #CCC;*/
   padding: 2px;
}

.border_table td {
   border: 1px solid #CCC;
   padding: 2px;
}

/* Footer styles */

/* Other common styles */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0;
}
.al {
   text-align: left;
}
.ac {
   text-align: center;
}
.ar {
   text-align: right;
}
/* Message styles */
.msgOk { color: #008000; text-align: center; margin: 8px 0px; }
.msgError { color: #FF0000; text-align: center; margin: 8px 0px; }
.msgText { text-align: center; }

.asterisk { padding-left: 5px; color: red; }


/* Atlases sieta jautājumi */
#q2,#q3,#q4,#q5,#q6,#not-qualify,#not-qualify1,#feedback-form {
   display: none;
}

/* Uzņēmumu sadaļa */
#content .companies {
   border-collapse: separate;
}
#content .companies p {
   margin: 3px 0;
}
#content .companies td {
   border: 0;
   vertical-align: top;
   padding: 0 0 10px 0;
}
#content .companies img {
   margin-left: 10px;
}
#content .companies .place {
   padding-top: 20px;
   padding-bottom: 5px;
   font-weight: bold;
}

/* Places */
#places-filter {
   text-align: center;
   height: 24px;
}
#places-filter form {
   margin: 0;
   padding: 0;
   text-align: center;
}
#places-loader {
   background: transparent url(../img/ajax-loader.gif) no-repeat scroll top center;
   height: 24px;
   display: none;
}
.banners {
   clear: both;
   padding: 5px;
}
.news-item {
  margin-bottom: 25px;
}
.news-thumb {
  margin: 5px 10px 5px 0;
}
.news-title {
  font-weight: bold;
  margin-bottom: 5px;
}
