BODY {
	FONT-SIZE: 14px;
	font-family:"Trebuchet MS";
	margin:0px;
	padding:0px;
	background-color: #efefef;
	color:#000000;
	height:100%;
}
#container {
  position: relative;
  height: 100%;
  background-image:url(images/top.png);
	background-repeat:repeat-x;
	height:100%;
}
#main{
	position:relative;
	padding:0px;        
	margin:0px auto;
	width:900px;
	padding-bottom:2px;
	text-align:left;
	height:100%;
}
A {
	margin:0px;
	padding:0px;
	color:#000000;
	TEXT-DECORATION: none;
	outline:none;
}
A:hover {
	TEXT-DECORATION: none;
	color:#fc6200;
}
#top {
 width:900px;
 height:192px;
 background-image:url(images/harv.png);
}

#next{
position:absolute;
width:820px;
margin-top:132px;
font-weight:bold;
font-size:12px;
color:white;
}
#new{
position:absolute;
margin-left:625px;
margin-top:132px;
font-weight:bold;
font-size:12px;
color:white;
}
#laiks{
position:absolute;
margin-left:749px;
margin-top:132px;
font-weight:bold;
font-size:12px;
color:white;
}
#saturs {
 height:100%;
 padding-bottom:14px;
 padding-left:40px;
 width:900px;
}
#sleja1 {
  float:left;
  width:240px;
  padding:30px;
  padding-bottom:150px;
  padding-top:0px;
  background-color:#f7e2cd;
  height:100%;
  border:1px #ffffff solid;
  border-top:none;
  background-image:url(images/masina.png);
  background-repeat:no-repeat;
  background-position:center bottom;
}
#sleja2 {
  float:left;
  padding:20px;
  height:100%;
  width:512px;
}
#footer {
  padding:0px;
  padding-bottom:6px;
  background-color:#252525;
  text-align:center;
  color:#efefef;
  FONT-SIZE: 10px;
}
#brendi {
  height:102px;
  background-image:url(images/brendi.png);
  background-repeat:no-repeat;
  background-position:center center;
  background-color:#4b4b4b;
  margin-bottom:6px;
}
h1 {
 font-size:30px;
 padding-top:2px;
 margin-top:2px;
 font-weight:normal;
 border-bottom:3px #fc6200 solid;
}
h2 {
 font-size:30px;
 border-bottom:3px #fc6200 solid;
 font-weight:normal;
}
#galerija {
 width:512px;
}
.pic {
 display:inline-block;
 width:120px;
 height:120px;
 border:1px #afaeae solid;
 margin-right:6px;
 margin-bottom:6px;
 -webkit-transition: opacity 0.3s ease-in-out;
 -moz-transition: opacity 0.3s ease-in-out;
 -ms-transition: opacity 0.3s ease-in-out;
 -o-transition: opacity 0.3s ease-in-out;
 transition: opacity 0.3s ease-in-out;
}
.pic:hover {
  opacity: 0.7;  
}

.tabs {
  padding-top: 5px;
  padding-bottom: 16px;
}

.tab {
  display: inline-block;
  white-space: nowrap;
  background-color: #fff;
  color: #fa6521;
  font-size: 12px;
  line-height: 37px;
  border-radius: 10px;
  padding: 0px 10px;
  text-align: center;
  width: 20%;
  margin: 1px;
}
.tab.active {
  background-color: #f64a1c;
  color: #fff;
}
.tab.w25 {
  width: 25%;
}
.tab.w15 {
  width: 15%;
}