@charset "utf-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
strong {
    font-weight: bold;  
}
html, body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    color: #2c241f;
}
body {
    background-image: url(/images/bg.png);
    background-repeat: repeat;
}
a {
    color: #80341c;
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div#lb {
    background-image: url(/images/muziejus_kampe.png);
    position: fixed;
    width: 202px;
    height: 191px;
    left: 0px;
    bottom: 0px;
}
div#wrapper {
    width: 935px;
    margin:20px auto;
    position: relative;
}
div#header {
	height: 134px;
	margin-bottom: 5px;
}
div#header .logo {
    margin-top: 15px;
}
div#header .topbega {
    background: url('/images/top_bg.png'); 
    width: 696px;
    height: 134px;
    float: right;
    display: block;
}
div#marquee {
    background-image: url(/images/text_top.png);
    margin-left: 242px;
    height: 20px;
    margin-bottom: 5px;
    line-height: 20px;
    vertical-align: middle;
}
div#container
{

}
div#maincontent
{
	
    margin-left: 242px;
    width:693px;
}
div#content
{
    background-color: transparent;
    min-height: 300px;
    padding: 20px 20px;
}
div#maincontent .text_top {
    background-image: url(/images/text_top.png);
    background-repeat: no-repeat;
    background-color: transparent;
}
div#maincontent .text_bottom {
    background-image: url(/images/text_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom;background-color: #faf7f2;
}

div#leftmenu {
    position:absolute;
    left: 10px;
    width: 199px;
}
div#leftmenu a {
    color: #39301d;
    text-decoration: none;
}
div#leftmenu a:hover {
    text-decoration: underline;
}
div#leftmenu a.current {
    font-weight: bold;
}
div#leftmenu .menu_top {
	display: block;
    width: 199px;
    height: 21px;
    background-image: url(/images/menu_top.png);
}
div#leftmenu .menu_bottom {
	display: block;
    width: 199px;
    height: 18px;
    background-image: url(/images/menu_bottom.png);
}
div#leftmenu ul {
}
div#leftmenu li {
	background-image: url(/images/menu_bg.png);
    display: block;
    width: 199px;
    height: 24px;
    text-align: center;
    vertical-align: middle;
    line-height: 24px;
}
div#leftmenu div.languages {
    text-align: center;
    color: #968b70;
}
div#leftmenu div.languages a {
    color: #968b70;
    text-decoration: none;
}
div#leftmenu div.languages a.current {
    color: #80341c;
    text-decoration: none;
}
div#leftmenu div.languages a:hover {
    color: #80341c;
    text-decoration: none;
}
/*
 *	Gallerija
 */
div#gallery h1 {
    color: #80341c;
    font-size: 14px;
}
div#gallery .list {
	margin: 0 20px;
}
div#gallery img.head {
	margin-right: 30px;
	vertical-align: middle;
}
div#gallery img {
    border: 3px #eee6d2 solid;
}
	
div#gallery li a {
	color: #38301d;
	font-size: 12px;
	text-decoration: none;
}
div#gallery li a.gallery {
    color: #9d8f81;
    font-size: 12px;
    text-decoration: none;
}
div#gallery li a.gallery:hover {
    color: #2C241F;
    font-size: 12px;
    text-decoration: none;
}
div#gallery ul {
	overflow: auto;
}
div#gallery li {
    width: 83px;
    height: 100px;
    float: left;
    display: block;
    margin: 5px;
}
div#gallery li.home {
	width: 290px;
	height: 83px;
    margin-top: 10px;
}
div#gallery .paginationControl {
    margin-bottom: 20px;
    text-align: center;
    font-size: 10px;
    color: #39301d;
}
div#gallery .paginationControl img {
    border: 0px;
}
div#gallery .paginationControl a {
    font-size: 10px;
    text-decoration: none;
    color: #9d8f81;
}
div#gallery .paginationControl a:hover {
    text-decoration: none;
    color: #39301d;
}
div#gallery .paginationControl .current {
    text-decoration: none;
    color: #39301d;
}
span.this_page{
	text-decoration: none;
    color: #39301d;
}
div#footer, div#footer a {
	font-size: 11px;
	color: #968b70;
	margin: 5px;
	text-decoration: none;
	background: transparent;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
	clear: both;
}
.center {
    text-align: center;
}
