/* www.dircms.lv style  */
html, body {
	height: 100%;
}
body {
	background: url(images/bgr.jpg) repeat-y center top;
	font-family: verdana, sans-serif, arial;
	font-size: 62.5%;
	color: #000;
}
#wrapper {
	font-size: 1.2em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
}
#main, #footerc {
  width: 980px;
	height: 100%;
  position: relative;	
}
#head {
	background: url('images/logo.gif') no-repeat;
	height: 90px;
}
#content {
	padding: 30px 20px 0px 50px;
	text-align: justify;
}
#right {
	position: absolute;
	right: 0px;
}
#left {
	position: absolute;
	left: 0px;
}
/* ------------------- bottom ------------------- */
#footer_wrap, .push {
	margin: 0px auto;
	height: 30px;
	padding: 30px 0 0 0;
	clear: both;
}
#footer_wrap{
}
#footer_wrap a {
	color: #000;
}
#footer {
  position: absolute;
  left: 10px;
}
#powered_by {
  position: fixed;
  right: 10px;
  bottom: 10px;
}
#powered_by a{
  text-decoration: none;
  color: rgb(162,162,162);
}
#bottom_links {
	text-align: center;
	padding: 0 0 20px 0;
}
#bottom_links a {
	text-decoration: none;
}
#bottom_links a:hover {
	text-decoration: underline;
}
/* ------------------- bottom ------------------- */
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 {
	margin: 3px 3px;
	padding: 0;
	font-family: Helvetica;
	font-weight: normal;
	color: rgb(67,67,67);
}
h1 {
	margin:  10px 0 20px 0px;
	font-size: 2.5em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}
h6 {
	font-size: 0.8em;
}
.breadcrumb {
	font-size: 1.1em;
	font-style: italic;
	color: rgb(128,128,128);
}
.breadcrumb a {
	text-decoration: none;
}
.breadcrumb a:hover {
	text-decoration: underline;
}
/* --------------- DIVs BEGIN --------------- */
#div_languages {
	position: absolute;
	top: 5px;
	left: 10px;
}
#div_languages a {
	color: #000;
	font-size: 0.8em;
	margin-right: 10px;
}
DIV.div_search {
  display: none;
  position: absolute;
  top: 50px;
  right: 20px;
}
DIV.div_search input {
	width: 180px;
	height: 20px;
}
DIV.div_item_pictures {
}
DIV.div_item_default {
}
#content, #content p {
	line-height: 180%;
}
#content ul, #content ol {
	margin-left: 20px;
	padding-left: 20px;
}
/* --------------- DIVs END --------------- */
/* --------------- Admin BEGIN --------------- */
#div_admin {
	color: #fff;
	padding-top: 4px;
	height: 20px;
	background: url(images/admin_bg.gif) repeat-x;
	position: relative;
}
#div_admin #admin_title {
	position: absolute;
	left: 0px;
	font-weight: bold;
	padding-left: 5px;
}
#div_admin .admin_button {
	float: right;
	font-weight: bold;
	margin-right: 50px;
	padding: 0px 10px 0px 10px;
}
#div_admin .admin_button a {
	color: #fff;
}
/* --------------- Admin END --------------- */
DIV.logon_user {
	color: #fff;
	padding-bottom: 10px;
	height: 10px;
	float: right;
}
DIV.logon_user a {
	color: #fff;
}
.search_text {
	height: 16px;
	width: 130px;
	border: 1px rgb(127,157,185) solid;
}
.div_search form input {
	height: 16px;
}
/*------------------------------- Side menu (begin)  ----------------------------*/
.cats {
  margin: -5px 0 40px 0;
	text-align: left;
	font-size: 1.2em;
	font-family: myriad pro;
	font-family: trebuchet MS;
	list-style: none;
}
.cats li {
	margin: 10px 3px 5px 3px;
	border-bottom: 1px rgb(88,88,88) dashed;
	background: transparent url(images/bullet.png) no-repeat scroll 0px 7px;
}
.cats a {
	padding-left: 15px;
	text-decoration: none !important;
  color: #000;
}
.cats a:hover {
	text-decoration: underline !important;
}
.cats ul {
  margin-bottom: 10px;
}
.cats ul.sub li {
	padding: 0px;
  font-size: 0.8em;	
	border-bottom: none;
	list-style-type: none;
	list-style-image: none;
	background: transparent url(images/white.gif) no-repeat scroll 0px 8px;
}
.cats .sub a {
	margin: 0px;
	padding: 0px;
}
.cats .selected a {
	font-weight: bold;
}
/*------------------------------- Side menu (end)  -------------------------------*/
p table {
	border: 1px #000 solid;
}
p table td {
	border: 1px #000 solid;
}
/* ----------------------------- TA Menu styles ------------------------------- */
#linija{
  height: 15px;
  background-color: rgb(241,125,0);
}
#topmenu {
	height: 45px;
	margin:  0 0 20px 0;
	list-style: none;
	top: 0px;
	left: 275px;
	position: absolute;
}
#topmenu li {
	float: left;
}
#topmenu li a {
	display: block;
	font-size: 1.1em;
	font-family: trebuchet MS;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 55px 25px 0 25px;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
#topmenu li a b {
	float: left;
	display: block;
	padding: 0 24px 0 8px;
}
#topmenu li#current a, #topmenu a:hover {
  background-color: rgb(241,125,0);
  color: #fff;
	
}
/*------------------------------- Pages (end)  ----------------------------------*/
SPAN.page {
	border: 1px solid rgb(187,204,238);
	padding: 2px 4px 2px 4px;
	margin: 2px;
}
SPAN.page:hover {
	background-color: rgb(187,204,238);
	color: rgb(ff,ff,ff);
}
SPAN.active_page {
	border: 1px solid rgb(187,204,238);
	padding: 2px 4px 2px 4px;
	margin: 2px;
	font-weight: bold;
	background-color: rgb(187,204,238);
}
.pages {
	margin-bottom: 10px;
}
/*------------------------------- Pages (end)  ----------------------------------*/
.image {
	margin: 10px;
}
.to_do {
	margin: 1px;
}
.to_do:hover {
	border: 1px rgb(73,137,77) dashed;
	margin: 0px;
}
.seo_title {
	margin: 30px 0 30px 0;
}
.seo_title .title {
	margin: 5px 0;
	font-weight: bold;
}
.seo_title .description {
	margin: 5px 0;
	font-style: italic;
}
.seo_title input {
	margin-top: 5px;
	width: 477px;
}
.kontaktforma {
	font-size: 0.8em;
	font-weight: bold;
	color: rgb(134,134,134);
}
.warning {
	color: red;
	font-weight: bold;
	font-size: small;
	padding-bottom: 5px;
	text-align: center;
}
.search {
	margin: 0 0 20px 10px;
	font-style: italic;
}
.search .title {
	display: block;
	color: rgb(61,161,210);
	margin: 10px 0 5px -10px;
	font-size: 1.7em;
	font-family: georgia;
	font-style: italic;
	text-decoration: none;
}
.search a:hover {
	text-decoration: underline;
}
.search .result, .search_result {
	background-color: yellow;
	font-weight: bold;
}
#links a {
	margin-right: 15px;
}
img{
  border: none;
}
/*------buttons-------*/
.imgbord{
  border: 1px gray solid;
}

