html {
	height:100%;
	background:url('../images/background.jpg') #7D909D;
}
body {
	position:relative;
	margin:0;
	padding:0;
	font-size:1em;
	font:76% Tahoma, Georgia, Helvetica, sans-serif;
	height:100%;
	color:#FFFFFF;
}
* html body {
	text-align:center;
}

/* ***************************************************************** */

h1, h2, h3, h4, h5, h6, form, dl, ul {
	margin:0;
	padding:0;
}
strong, b {
	font-weight:bold;
}
em, i {
	font-style:italic;
}
small {
	display:block;
}
fieldset, img {
	border:0;
}
h1 {
	display:none;
}
.clear {
	clear:both;
}
hr {
	border:0;
	color:#CBA844;
	background-color:#CBA844;
	height:1px;
}

/* ***************************************************************** */

#wrapper {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
}
* html #wrapper {
	text-align:left;
}
#skeleton {
	width:100%;
	height:100%;
	border-collapse:collapse;
	border:none;
	padding:0;
	margin:0;
}
#skeleton td.header {
	vertical-align:top;
	padding:0;
	margin:0;
}
#skeleton td.footer {
	vertical-align:bottom;
	padding:0 0 20px 0;
	margin:0;
	text-align:right;
	font-size:10px;
	color:#B4C0C9;
}
#skeleton td.footer p {
	padding:0;
	margin:0;
}
#skeleton td.footer a {
	color:#B4C0C9;
}

#skeleton td .center {
	width:876px;
	margin:0 auto;
}

/* ***************************************************************** */

#logo {
	width:230px;
	height:80px;
	position:absolute;
	top:75px;
	left:50%;
	margin:0 0 0 170px;
	display:block;
}
#logo span {
	display:none;
}
#start {
	position:absolute;
	width:624px;
	height:354px;
	top:50%;
	left:50%;
	margin:-177px 0 0 -312px;
	background:url('../images/start.jpg') 50% 50% no-repeat;
}
#en {
	position:absolute;
	width:54px;
	height:14px;
	bottom:20px;
	right:50%;
	margin:0 20px 0 0;
	background:url('../images/english.jpg') 50% 50% no-repeat;
	display:block;
	outline:none;
}
#en span {
	display:none;
}
#lt {
	position:absolute;
	width:77px;
	height:14px;
	bottom:20px;
	left:50%;
	background:url('../images/lietuviskai.jpg') 50% 50% no-repeat;
	display:block;
	outline:none;
}
#lt span {
	display:none;
}

/* ***************************************************************** */

#menu {
	list-style:none;
	padding:0 0 6px 270px;
	margin:0;
	overflow:hidden;
	background:url('../images/menu.jpg') 50% -7px no-repeat;
}
#menu li {
	float:left;
	padding:0 9px 4px 9px;
}
#menu li.active {
	background:url('../images/active.png') 50% 100% no-repeat;
}
#menu li a {
	color:#E4CEA8;
	text-decoration:none;
	text-transform:uppercase;
}

#submenu {
	list-style:none;
	padding:0 0 10px 0;
	margin:0;
	overflow:hidden;
	font-size:11px;
}
#submenu li {
	float:left;
	padding:0 9px 4px 9px;
	background:url('../images/delimiter.gif') 100% 3px no-repeat;
}
#submenu li.last {
	background:none;
}
#submenu li.active {
	background:url('../images/active.png') 50% 100% no-repeat;
}
#submenu li a {
	color:#E4CEA8;
	text-decoration:none;
}
#submenu li a.active {
	font-weight:bold;
}

/* ***************************************************************** */

#content {
	margin-top:30px;
}
#image {
	width:876px;
	height:452px;
	background:url('../images/header.jpg');
}
#bottom {
	width:876px;
	height:48px;
	background:url('../images/tile-bottom.jpg') 50% 100%;
}

/* ***************************************************************** */

#text {
	background:url('../images/tile-y.jpg') repeat-y;
	padding:20px 180px 10px 180px;
	color:#DBC096;
}
#text table {
	border-collapse:collapse;
	border:1px solid #DBC096;
}
#text table.noborder {
	border-collapse:collapse;
	border:0;
	border:none;
}
#text table img {
	padding:3px;
}

#galleria { 
	width:520px;
	margin:0 auto;
}

.cats {
	list-style:none;
	padding:0 0 10px 0;
	overflow:hidden;
}
.cats li {
	float:left;
	margin:2px;
}
.cats li a {
	color:#E4CEA8;
}