html, body{
  background: #D3D0BF url(../images/bg.jpg) repeat-y center top;
  font:90%/1.2em Arial;
}
#container{
  margin:10px auto 80px;
  width:742px;
}
#header{
  height:75px;
}
#body{
  clear:both;
  margin:10px 0 5px;
  background-color:#fff;
  min-height:560px;
  padding:23px 17px;
  -moz-border-radius:4px;
  -webkit-border-radius:4px;
}
a{
  color:#00008B;
  text-decoration:none;
}
a:hover{
  text-decoration:underline;
}
#topmenu{
  float:right;
  margin-top:20px;
}
#topmenu a{
  display:block;
  height:27px;
  float:left;
  margin-left:8px;
}
#topmenu a strong{
  display:none;
}
#apie{
  background:url(../images/apie_mus.jpg) no-repeat;
  width:98px;
}
#apie:hover, #apie.selected{
  background:url(../images/apie_mus2.jpg) no-repeat;
}
#darbai{
  background:url(../images/darbai.jpg) no-repeat;
  width:76px;
}  
#darbai:hover, #darbai.selected{
  background:url(../images/darbai2.jpg) no-repeat;
}
#paslaugos{
  background:url(../images/paslaugos.jpg) no-repeat;
  width:109px;
}
#paslaugos:hover, #paslaugos.selected{
  background:url(../images/paslaugos2.jpg) no-repeat;
}
#kontaktai{
  background:url(../images/kontaktai.jpg) no-repeat;
  width:103px;
}
#kontaktai:hover, #kontaktai.selected{
  background:url(../images/kontaktai2.jpg) no-repeat;
}

h1 strong{display:none;}
h1.darbai{background:#fff url(../images/darbai_header.jpg) no-repeat;height:23px;}
h1.kontaktai{background:#fff url(../images/kontaktai_header.jpg) no-repeat;height:23px;}
h1.paslaugos{background:#fff url(../images/paslaugos_header.jpg) no-repeat;height:23px;}
h1.apie{background:#fff url(../images/apie_mus_header.jpg) no-repeat;height:23px;}
.text{
  margin:15px 0 10px;
  text-align:justify;
}

h2.title{margin:0; font-weight: bold; color:#999999; }

#submenu{
  margin:17px 0;
}
#submenu strong{ 
  display:none; 
}
#submenu a{
  display:block;
  float:left;
  height:33px;
  margin-right:8px;
}
#internetas{
  background:#fff url(../images/internetas.jpg) no-repeat;
  width:94px;
}
#internetas:hover, #internetas.selected{
  background:#fff url(../images/internetas_2.jpg) no-repeat;
}
#logotipai{
  background:#fff url(../images/logotipai.jpg) no-repeat;
  width:85px;
}
#logotipai:hover, #logotipai.selected{
  background:#fff url(../images/logotipai_2.jpg) no-repeat;
}
#spauda{
  background:#fff url(../images/spauda.jpg) no-repeat;
  width:71px;
}
#spauda:hover, #spauda.selected{
  background:#fff url(../images/spauda_2.jpg) no-repeat;
}
.project{
  clear:both;
  font-size:90%;
  color:#656565;
  padding:15px 0;
  border-bottom:1px solid #ccc;
  height:260px;
}
.project img{
  float:left;
  margin-right:20px;
}
.clear{
  clear:both;
}
.project p{
  text-align:justify;
}
.project h2{
  font-weight:bold;
  text-decoration:underline;
  color:#999999;
  margin-bottom:2px;
}
strong{
  font-weight:bold;
}
#bottom{
  color:#fff;
  margin:0 5px;
  font-size:95%;
}
ul{
  list-style-type:disc;
  margin:5px 10px 5px 15px;
}
li{
  margin:5px 0;
  text-align:justify;
}