/* CSS Document */

/********************************************
			MAIN CSS RULES
********************************************/

html, body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
	background-color: #0C1B6E;
	text-align: center;
}

body, td {
	font-size: 12px;
}

a {
 color: #0C1B6E;
}

div#container{
	position: relative;
	margin: 0 auto;
	width: 915px;
/*	height: 592px;*/
	background-color: #FFF;
	background-image: url("../img/leftBg.jpg");
	background-repeat: no-repeat;
	background-position: 4px bottom;

	border-right: 4px solid #000;
}
div#footer{
	width: 911px;
	margin-left: auto;
	margin-right: auto;
	height: 5px;
	font-size: 1px;
	position: relative;
	left: 4px !important;
	left: 2px;
	background-color:#000;
}
div#navigation{
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 16px;
/*	height: 592px;
	height: 100%;*/
}

div#content1{
	background-image: url("../img/indexLeft.jpg");
	background-repeat: no-repeat;
	background-position: left 1px;
	float: left;
	height: 462px;
	width: 600px;
	position: relative;
}
* html div#content1{
	background-image: url("../img/indexLeft.jpg");
	background-repeat: no-repeat;
	background-position: right 1px;
	float: left;
	height: 462px;
	width: 596px;
}
div#content2{
	background-image: url("../img/indexRight.jpg");
	background-repeat: no-repeat;
	background-position: left 0px;
	float: left;
	height: 462px;
	width: 165px;
	font-family: Tahoma, Arial, sans-serif;
	overflow: hidden;
}
div#innerPage1{
	background-image: url("../img/topLine.jpg");
	background-repeat: no-repeat;
	background-position: left 40px;
	float: left;
/*	height: 462px;*/
	/*width: 600px;*/
	width: 765px;
	text-align: justify;
}
* html div#innerPage1{
	background-image: url("../img/topLine.jpg");
	background-repeat: no-repeat;
	background-position: left 40px;
	float: left;
	height: 462px;
	/*width: 596px;*/
	width: 761px;
}
div#innerPage2{
	background-image: url("../img/topLine2.jpg");
	background-repeat: no-repeat;
	background-position: left 40px;
	float: left;
	/*height: 462px;*/
	height: 490px;
	width: 165px;
	font-family: Tahoma, Arial, sans-serif;

}

div#innerPage1 div#content{
	/*width: 290px;*/
	width: 260px;
	float: left;
	margin-left: 10px;
	position: relative;
	padding-bottom: 10px;
	color: #5F5F5F;
}

div#innerPage1 div#content td {
	color: #5F5F5F;
}


/*div#innerPage1 div#content h1, div#innerPage1 div#content h2, div#innerPage1 div#content h3{
	color: #5F5F5F;
	font-size: 16px;
	margin: 10px 0 10px 0;
	padding: 0;
}*/

div#gradient{
	background-image: url("../img/gradient.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	border: 1px solid white;
	border-right: none;
	position: relative;
	padding-top: 70px !important;
	padding-top: 80px;
}
#mainBg{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../img/bg/3.png) top right no-repeat !important;
	background: none;
	width: 443px;
	height: 490px;
}
div#advert1{
	width: 600px;
	height: 130px;
	float: right;
	background-image: url("../img/lowerBg.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;	
	/*overflow: hidden;*/
	margin-bottom: 5px !important;
	margin-bottom: 2px;
	position: relative;

}
div#advert2{
	width: 165px;
	height: 130px;
	float: right;
	overflow: hidden;
}

div#languages{
	position: absolute;
	bottom: 130px;
	left: -110px;
	text-align: left;
}

div#languages a{
}

div#languages form {
	margin: 0;
}

div#languages img{
	border: 0;
	margin: 0 5px 0 0;
}

div#languages a.active{
	text-decoration: underline;
}

div#languages input {
	width: 95px;
	margin-bottom: 5px;
}

div.navTop{
	color: #8E8E8E;
	text-decoration: none;
	margin-top: 2px;
	text-align: left;
	padding-left: 30px;
	font-size: 12px;
}
div.navSub{
	margin-top: 2px;
	text-align: left;
	padding-left: 35px;
	font-size: 11px;
}
div.navTop a, div.navSub a{
	color: #8E8E8E;
	text-decoration: none;

}
div.navTop a.selected, div.navSub a.selected{
	font-weight: bold;
	color: #0D1B6F;
}


div#bigTitle{
	font-size: 18px;
	color: #FFF;
	padding-top: 50px;
	padding-right: 10px;
	text-align: right;
	margin-bottom: 20px;
}
div.newsTitle{
	margin-top: 5px;
	color: #5F5F5F;
	font-size: 11px;
	font-weight: bold;	
	text-align: right;
	padding-right: 10px;
	width: 130px;
	float: right;
}
div.newsTitle a{
	color: #5F5F5F;
	text-decoration: none;
}
div.newsTitle a:hover{
	color: #5F5F5F;
	text-decoration: underline;
}
div.newsText{
	color: #5F5F5F;
	font-size: 11px;
	text-align: right;
	padding-right: 10px;
	width: 130px;
	float: right;
}
div.newsText p {
	text-align: right;
}
div.newsText a{
/*	color: #5F5F5F;*/
	color: #787878;
	text-decoration: none;
}
div.newsText a:hover{
	color: #5F5F5F;
	text-decoration: underline;
}

div#container div.newsTitle a, div#container div.newsText a {
	color: #707070;
	font-size: 8pt;
}

div.mainTitle {
	margin-top: 15px;
	font-size: 11px;
	text-align: left;
}
div.mainTitle a{
	text-decoration: none;
	color: #5F5F5F;
	font-weight: bold;	
}
div.mainTitle a:hover{
	text-decoration: underline;
}
div.mainText a{
	text-decoration: none;
	color: #000;
}
div.mainText a:hover{
	text-decoration: underline;
}
div#archive{
	text-align: right;
	padding-right: 10px;
	width: 130px;
	float: right;
	margin-top: 10px;
}
div#archive a{
	color: #0C1B6E;
	font-family: Arial, Helvetica, sans-serif;
}

div.page_numbers{
	margin-top: 30px;
	text-align: center;
}
div#pageNumberWrapper{
	position: absolute;
	bottom: 5px;
	width: 100%;
}
div.page_numbers a{
	background-color: transparent;
	color: #0C2F80;
	text-decoration: none;
	font-size: 11px;
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;

}
div.page_numbers a.active{
	background-color: #0C2F80;
	color: #FFF;

	text-decoration: none;
	font-size: 11px;
	height: 15px;
	padding-left: 4px;
	padding-right: 4px;
}
div#apsaimniekosana{
	position: absolute;
	height: 40px;
	width: 310px;
	top: 100px;
	left: 9px;
}
div#apsaimniekosana a{
	width: 100%;
	height: 100%;
	display: block;
}
div#uzkopsana{
	position: absolute;
	height: 40px;
	width: 190px;
	top: 183px;
	left: 9px;
}
div#uzkopsana a{
	width: 100%;
	height: 100%;
	display: block;
}

/*#content h1, #content h3 {
	color: #0D1B6F;
}


#content h1 {
	font-size: 24px;
}

#content h3 {
	font-size: 16px;
}*/
