html, body {
	height:100%;
	scrollbar-face-color: #000;
	scrollbar-arrow-color: #FFF;
}

body {
	font-family:Verdana;
	font-size:9px;
	color:#fff;
	background:#000 no-repeat top left fixed;
}

a:link, a:visited {
	text-decoration:none;
	color:#d1d3d4;
}

a:hover, a:active, a:focus, a.active {
	text-decoration:underline;

}

div.clear {
	font-size:0px;
	height:0px;
	clear:both;
}

strong{
	font-weight:bold;}
	
/* LOGO */
div#logo{
	width:165px;
	position:absolute;
	top: 40px; 
	left: 0;
	z-index:100;
}

/* LANGUAGE SWITCH */

div#language-switch {
	width:200px;
	position:absolute;
	top:59px;
	right: 40px;
	z-index:100;
}

div#language-switch li {
	margin-left:5px;
	float:right;
}

div#language-switch a{
	width:57px;
	height:13px;
	display:block;
	padding:0;
	margin-left:17px;
}

div#language-switch a.lv{
	background:url(../img/lang-lv-off.png) no-repeat center center;	
}

div#language-switch a.en{
	background:url(../img/lang-en-off.png) no-repeat center center;	
}

div#language-switch a.lv-active{
	background:url(../img/lang-lv-on.png) no-repeat center center;
}

div#language-switch a.en-active{
	background:url(../img/lang-en-on.png) no-repeat center center;
}


/* CONTAINER */

div#container {
	margin:0 auto 0 auto;
	padding-top:105px;
	padding-left:40px;
}

/* MENU */
div#menus{
	width:300px;
	text-align:left;
}

div#menus ul#menu li a{
	display:block;
	margin:0 0 0 0;
	padding:0;
}

/* CONTACTS */
div#contacts{
	position:relative;
}

div#contacts a.map{
	display:block;
	position:absolute;
}

div#contacts a.email{
	display:block;
	position:absolute;
}
			
/*PROJECT LIST*/
table.list{
	margin-right:40px;}

table.project-list{
	margin-right:0;}
	
div.entry{
	width:266px;
	border:9px solid #000;
	margin-bottom:33px;
	margin-right:42px;
	background-color:#000;}

div.entry_last{
	margin-bottom:0;}
	
table.project-list div.entry{
	border-bottom-width:7px;}

div.entry div.image{
	margin:0 auto;
	vertical-align:middle;
}

div.entry div.image img{
	margin:0 auto;
	float:left;
	border-bottom:4px solid #000;
}
	
div.entry div.title{
	margin:0 auto;
}

div.entry div.title img{
	margin:0 auto;
	float:left;

}
div.entry div.text{
	margin:0 auto;
	line-height:18px;
	padding-top:8px;
	clear:both;
}

/* PROJECT DETAIL */
table.project-detail{
	background-color:#000;}

table.project-detail img{
	margin-top:9px;}

table.project-detail img.first{
	margin-left:9px;}
		
table.project-detail div.entry{
	height:534px;
	margin:0 15px 0 5px;}

/* NAVIGATION BOTTOM */
a.navigation{
	width:150px;
	height:35px;
	display:block;
	position:absolute;
	bottom:0;
	z-index:100;
}

a#next{
	right:0;
}

a#prew{
	left:0;
}
	
/* PROCESS */
table.process-list{
	background-color:#000;}

table.process-list img{
	margin-top:9px;}
		
table.process-list div.entry{
	height:534px;
	margin:0 8px 0 0;
	background-color:#d80017;}

table.process-list div.entry div.text{
	padding:30px 30px 0 30px;
}	
	
/* MAP */
table.map div.entry{
	width:auto;}

table.map div.entry img{
	float:left;}
	

/* Scroll Styles */

#motioncontainer {

width: 100%; 
height: 100%; 
}

#statusdiv {
background-color: lightyellow;
border: 1px solid gray;
padding: 2px;
position: absolute; 
left: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red;
}
/* End Scroll Styles */