* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
	font: 11px Verdana, sans-serif;
	background-image: url(../images/index_02.jpg);
	background-repeat: repeat-x;
	background-color: #F1F5F7;
}

#page_body {
	margin: 0px;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	position: relative;
}

#body_top{
	height: 163px;
	width: 100%;
}

#body_top #header {
	background-image: url(../images/index_03.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 962px;
	text-align: left;
	position: relative;
}

#header #header_menu{
	position: absolute;
	height: 40px;
	width: 700px;
	left: 200px;
	top: 122px;
	text-shadow: 1px 1px 1px #000;
}

#header #header_info1{
	position: absolute;
	top: 6px;
	left: 520px;
	height: 36px;
	width: 140px;
	color: White;
	font-size: 12px;
	padding: 4px;
	text-shadow: 2px 2px 2px #000;
}

#header #header_info2{
	position: absolute;
	top: 6px;
	left: 685px;
	height: 36px;
	width: 190px;
	color: White;
	font-size: 12px;
	padding: 4px;
	text-shadow: 2px 2px 2px #000;
}

#header #header_info3{
	position: absolute;
	top: 63px;
	left: 520px;
	height: 28px;
	width: 350px;
	color: White;
	font-size: 18px;
	padding: 4px;
	text-shadow: 2px 2px 2px #4682B4;
	line-height: 28px;
}

#header #header_info3 a{
	color: white;
	text-decoration: none;	
}
#header #header_info3 a:hover{
	text-shadow: 2px 2px 2px #222222;
}

#header #tlogo{
	position: absolute;
	background-image: url(../images/logo.jpg);
	top: 2px;
	left: 840px;
	height: 50px;
	width: 37px;
	background-repeat: no-repeat;
}

#header strong{
	font-size: 18px;
}

#body_content{
	text-align: center;
	margin: 0px;
	width: 900px;
	position: relative;
}


#content_left{
	width: 196px;
	text-align: left;
	position: relative;
	margin: 0px;
	float: left;
	padding-bottom: 65px;
}

#content_center{
	width: 700px;
	text-align: left;
	margin: 0px;
	display: block;
	float: right;
	padding-bottom: 65px;
}


#page_body #body_bottom{
	background-image: url(../images/index_17.jpg);
	background-repeat: repeat-x;
	height: 60px;
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#body_bottom #footer{
	line-height: 55px;
	color: #B6B6B6;
	text-align: center;
}

/* -------------- menu START ------------*/

#header_menu ul {
	margin:0;
	padding:0px;
	list-style:none;
}

#header_menu li {
	display:inline;
	margin:0;
	padding:0;
	float: left;
}

#header_menu a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	height: 40px;
	font-size: 16px;
	line-height: 28px;
	font: bold;
	color: White;
	background: url(../images/buttonz_01.png) no-repeat left top;
}

#header_menu a span {
	float: left;
	display: block;
	background: url(../images/buttonz_02.png) no-repeat right top;
	padding: 4px 8px 4px 4px;
	margin-right: 2px;
	height: 40px;
}


#header_menu li.active a {
	float: left;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: none;
	height: 40px;
	font-size: 16px;
	line-height: 28px;
	font: bold;
	color: White;
	background: url(../images/button_01.png) no-repeat left top;
}

#header_menu li.active a span {
	float: left;
	display: block;
	background: url(../images/button_02.png) no-repeat right top;
	padding: 4px 8px 4px 4px;
	margin-right: 2px;
	height: 40px;
}




/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header_menu a span {float:none;}

/* End IE5-Mac hack */
#header_menu a:hover span {

}

#header_menu a:hover {
	background: url(../images/button_01.png) no-repeat left top;
}

#header_menu a:hover span {
	background: url(../images/button_02.png) no-repeat right top;
}

#header_menu a:active {
	border: 0px;
}

#header_menu a:active span {
	border: 0px;
}
/*****************end******************/


/*----------------BOX---------------------*/

#box {
	width: 196px;
	margin: 0px;
	margin-top: 10px;
	padding-bottom: 8px;
	background-image: url(../images/index_15.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	float: left;
}

#text #box {
	margin: 2px;
}

#box_head {
	width: 196px;
	background-image: url(../images/index_07.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 7px;
}

#box_head_title {
	width: 196px;
	background-image: url(../images/index_12.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	height: 33px;
	line-height: 33px;
	padding-left: 6px;
	color: White;
	font-size: 14px;
	text-shadow: 1px 1px 1px #000;
}

#box_title{
	width: 196px;
	height: 30px;
	line-height: 30px;
	background-image: url(../images/index_10.jpg);
	background-repeat: no-repeat;
	font-size: 12px;
	color: White;
	padding-left: 10px;
}

#box_content{
	width: 196px;
	background-image: url(../images/index_09.jpg);
	background-repeat: repeat-y;
}

#box_content p{
	padding-left: 5px;
	padding-right: 5px;
	color: #264F7C;
	
}

#box_content ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#box_content ul li{
	background-image: url(../images/box_menuli.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 22px;
	padding-left: 20px;
	padding-bottom: 1px;
}
	
#box_content ul li a{
	color: #264F7C;
	font-size: 12px;
	text-decoration: none;
	padding-left: 10px;
}

#box_content ul li a:hover{
	/*background-image: url(../images/trist2.png);
	background-position: left;
	background-repeat: no-repeat;*/
	color: #1E90FF;
}

#box_content ul li a.active{
	/*background-image: url(../images/trist.png);
	background-position: left;
	background-repeat: no-repeat;*/
	color: #1E90FF;
	font-size: 12px;
	font-weight: bolder;
}

#box_content ul li a:hover{

}

/*******************************************************/


/*---------------------TEXT Content----------------------*/

#content_center #text{
	padding: 4px;
	padding-top: 6px;
	color: #0E161E;
}

#content_center #text h1{
	color: #3A597A;
}

#content_center #text p{
	font-size: 12px;
	text-align: justify;
}

#content_center #text .pleft p{
	font-size: 12px;
	text-align: justify;
	text-indent: 30px;
	margin-bottom: 6px;
}

#content_center #text li{
	list-style: disc inside url(../images/tristli.png);
	padding-left: 16px;
}

#content_center #text ol{
	list-style: decimal inside;
	padding-left: 16px;
}

#content_center #text a{
	text-decoration: none;
	color: #548ECB;
}

#content_center #text a:hover{
	text-decoration: none;
	color: #FA8072;
}


#text #rekviziti{
	margin-top: 4px;
	height: 20px;
	border-top: 1px solid #B6B6B6;
	width: 690px;
	padding-bottom: 6px;
	margin-bottom: 18px;
}

#rekviziti #autors{
	color: #B6B6B6;
	width: 250px;	
	height: 20px;
}

#rekviziti #pievienots{
	color: #B6B6B6;
	float: right;
	width: 250px;
	text-align: right;
	height: 20px;
	
}

/********************************************************/


/*----------------------FORMAS --------------------------------*/

FIELDSET{
	border: 1px solid #164674;
	padding: 6px;
	line-height: 20px;
}

LEGEND{
	color: #1E5E9B;
	font-size: 16px;
	padding: 4px;
}

/**************************************************************/


/*---------------------buttons-----------------------------*/
#content_center #text a.ovalbutton{
	text-decoration: none;
	color: White;
}

a.ovalbutton{
	background: transparent url(../images/wbutt_01.png) no-repeat top left;
	display: block;
	float: left;
	line-height: 20px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 29px; /* Height of button background height */
	padding-left: 5px; /* Width of left menu image */
	text-decoration: none;
	color: White;
}

a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
	color: White;
}

a.ovalbutton span{
	background: transparent url(../images/wbutt_02.png) no-repeat top right;
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	height: 29px; /* Height of button background height */
}

a.ovalbutton:hover{ /* Hover state CSS */
	background: transparent url(../images/wbutt2_01.png) no-repeat top left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
	background: transparent url(../images/wbutt2_02.png) no-repeat top right;
	color: black;
}

.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
}

.r-box {
	background-color: #91B9E3;
	color: White;
	padding: 8px;
	border: 1px solid #2E6AA9;
	-moz-border-radius: 8px;
	text-shadow: 1px 1px 1px #000;
	text-align: left;
}

/****************************** TABLE *****************************/
table
{

	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}


tr.contactDept
{
	background-color: #98BEE3;
	border: 1px solid #265888;
	font-weight: bold;
	font-size: 12px;
	color: #404040;
}

td{

	padding: 2px;
	border-bottom: 1px #6699CC dotted;
	
}

table.table{
	border: 1px solid #C0D5EB;
}

table.table th{
	padding: 2px;
	border-bottom: 1px #6699CC dotted;
}

td.ob_tab1{
	background-color: #DCF7DF;
}