html, body {
	padding: 0;
	margin: 0;
	min-width: 800px;
	color: #555;
	font: 10pt verdana, arial, sans-serif;
	text-align: center;
	height: 100%;
}

#wrapper { /* footer turēšanai apakšā (http://matthewjamestaylor.com/blog/keeping-footers-at-the-bottom-of-the-page) */
	min-height: 100%;
	position: relative;
}

/* layout divs
-----------------------------------------------------
----------------------------------------------------- */


/* header
------------------------------- */

#header {
	height: 115px;
	background: url(h_bg.png);
}

#header div {
	margin: 0 auto;
	width: 900px;
	height: 115px;	
	position: relative;
}

#header img {
	border: none;
	padding: 0;
}

#header_img1  {
	position: absolute;
	bottom: 30px;
	left: 15px;
}

#header_img2 {
	position: absolute;
	bottom: 30px;
	right: 15px;
}

h1 {
	display: none;
}



/* nav 
-------------------------------*/

#header ul {
	position: absolute;
	bottom: 5px;
	left: 15px;
	margin: 0;
	padding: 0;
	font: 10pt tahoma, sans-serif;
	font-weight: bold;
	text-transform: lowercase;
	width: 880px;
	/*height: 35px;*/
}
	
#header ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#header ul a {
	/*margin: 12px 0 0 0;*/
	padding-right: 15px;
	float: left;
	width: auto;
	border: none;
	color: #AEAEAE;
	/*background: #ececec;*/
}

#header ul a:hover {
	color: #C7C7C7;
	background: transparent;
}

#en {
	float: right;
}

#en a {
}



		
#index #ind a, #insp #i a, #cl #c a, #photos #ph a, #prices #p a, #publ #pb a, #index-en #en a {
	color: #8e98c0;
	background: transparent;
	/*border-bottom: 5px solid #8e98c0;*/
}





/* container
------------------------------- */

#container {
	margin: 0 auto;
	width: 900px;
	padding-bottom: 60px;
	/*background: url(bg.png) center repeat-y;*/
	text-align: left;

}


		

/* main
------------------------------- */

#main {
	padding: 15px;
	float: left;
	width: 550px;
	clear: both;
}



/* sidebar
------------------------------- */

#sidebar, #noderigi {
	padding: 20px;
	float: right;
	width: 240px;
	font-size: 9pt;
}

#sidebar h2 {
	/*font-size: 12pt;*/
}

#sidebar ul {
	padding-left: 2em;
	margin-left: 0;
}
		

/* noderigi
------------------------------- */

#noderigi {
	border-bottom: 3px solid white;
}




/* footer
------------------------------- */

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 30px;
	padding: 15px;
	background: #D4D4D4;
	/*color: #999;*/
	font-size: 85%;
	text-align: center;
}

#footer a {
	/*color: slategray;*/
}
	
#footer a:hover {
	color: slategray;
	background: #cacaca;
}
	





/* headings
------------------------------- */

h2, h3, h4 {
	color: slategray;
	font-family: 'georgia', serif;
}

h2 {
	border-bottom: 3px solid tan;
	margin-top: 1.25em;
	margin-bottom: 0;
}

h3 {
	border-bottom: 2px solid tan;
	width: 60%;
}

/*.jaunums {
	background: url(jaunums.png) top right no-repeat;
	padding-right: 70px;
}*/

/* links
------------------------------- */

a {
	border-bottom: 1px solid;
	color: slategray;
	text-decoration: none;
}

a:hover {
	border-bottom: none;
	color: white;
	background: slategray;
}

		

/* lists
------------------------------- */

li {
	list-style: none url(bullet.gif);
	margin-bottom: .75em;
}

dt {
	color: tan;
}

dd {
	margin-left: 2em;
	margin-bottom: .5em;
}



/* images
------------------------------- */

img {
	padding: 2px;
	border: 5px solid gainsboro;
	background: white;
}

p img {
	float: right;
	margin: 0 .25em .5em 1em;
}


/* tables 
------------------------------- */

table {
	border: 1px solid tan;
	width: 100%;
	margin-top: 1em;
}

td, th {
	padding: .5em .25em;
}

th {
	color: slategray;
	background: #E3D0B7;
	text-align: center;
}

tr.alt {
	background: #F3FAF3;
}

.moneycolumn {
	width: 25%;
}

		

/* the rest
------------------------------- */

em, strong {
	background: #E0F1E1;
	font-style: normal;
}

strong {
	background: #E0F1E1;
	font-weight: normal;
}



/* foto lapa 
-----------------------------------------------------
-----------------------------------------------------*/

.gallery a, #lbBottom a, #lbImage a {
	border: none;
}

.gallery a:hover {
	background: none;
}

.gallery img:hover {
	border-color:#708090;
}

.gallery img {
	margin: 8px 8px 0 0;
}


/* dirty hacks
-----------------------------------------------------
----------------------------------------------------- */		
		
		

/* clearing
------------------------------- */

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}

/* End hide from IE-mac */



.jaunums {
	background: #F1F3F7;
	padding: 10px;
	margin-top: 10px;
}

	.jaunums h2 {
		margin-top: 5px;
	}


.jaunums strong {
	background: #E0E5EF;
}	


/*.special {
	background: navajowhite;
}*/