@charset "UTF-8";
body{
    background-color: #fff;
    font-family: arial;
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 5px;
    border: 0;
}
div.page{
    width: 715px;
    margin-left: auto;
    margin-right: auto;
}
div.header{
    display: block;
    padding-left: 10px;
    width: 700px;
    height: 265px;
    background: url(startpage/startlogo2.png) no-repeat;
}
div.thumbNail{
    display: block;
    width: 715px;
    height: 290px;
}
div.thumbText{
    display: block;
    width: 715px;
    height: 215px;
}

div#reklam{
    width: 232px;
    margin-right: 7px;
    float: left;
    background: url(startpage/blankBanner.png) repeat-x;
    border: 1px solid grey;
}
div#media{
    width: 232px;
    float: left;
    background: url(startpage/blankBanner.png) repeat-x;
    border: 1px solid grey;
}
div#produkcio{
    width: 232px;
    float: right;
    background: url(startpage/blankBanner.png) repeat-x;
    border: 1px solid grey;
}
div#reklamHir{
    width: 222px;
    height: 200px;
    margin-right: 7px;
	padding-left: 5px;
	padding-right: 5px;
    float: left;
    background: url(startpage/blankBanner.png) repeat-x;
    border: 1px solid grey;
}
div#mediaHir{
    width: 222px;
    height: 200px;
	padding-left: 5px;
	padding-right: 5px;
    float: left;
    background: url(startpage/blankBanner.png) repeat-x;
    border: 1px solid grey;
}
div#produkcioHir{
    width: 222px;
    height: 200px;
	padding-left: 5px;
	padding-right: 5px;
    float: right;
    background: url(startpage/blankBanner.png) repeat-x;
    border: 1px solid grey;
}
div.footer{
    clear: both;
    width: 715px;
    height: 30px;
    background: url(startpage/blankBanner.png) repeat-x;
    font-family: verdana,arial,helvetica;
    font-weight: bold;
    font-size: 2em;
    text-align: center;
    padding-top: 0.2em;
}

div#startReklam{
  position: relative;
  top: 205px;
  left: 30px;
  width: 190px;
  height: 40px;
  background: url(startpage/reklam.png);
  background-position: bottom;
  float: left;
}
div#startMedia{
  position: relative;
  top: 205px;
  left: 40px;
  width: 150px;
  height: 40px;
  background: url(startpage/media.png);
  background-position: bottom;
  float: left;
}
div#startProdukcio{
  position: relative;
  top: 205px;
  left: 50px;
  width: 259px;
  height: 40px;
  background: url(startpage/produkcio.png);
  background-position: bottom;
  float: left;
}
p.bigFont{
  margin: 0;
  padding: 0;
  height: 40px;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  font-size: 1.6em;
  text-align: center;
  color: white;  
}
span.copyRight{
  vertical-align: bottom;
  width: 100%;
  padding: 0;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  color: #666;  
}
p.NewS{
  width: 100%;
  padding: 0;
  font-family: verdana,arial,helvetica;
  font-weight: bold;
  font-size: 10px;
  text-align: right;
  color: #666;
}

