body {
	background-color: #fff;
	background-image: url('images/bg.gif');
	background-repeat: repeat-x;
	margin: 0px auto;
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	color: #4b4b4b;
}

a {
	color: #4b4b4b;
	text-decoration: underline;
}

a:hover {
	color: #4b4b4b;
	text-decoration: none;
}

hr {
	border-top: 1px #adadad solid;
	border-bottom: none;
	height: 1px;
	margin: 60px 0px 60px 0px;
}

h3 {
	margin: 0px;
}

h3 a {
	font-size: 14px;
}

ul {
	list-style-type: square;
}

::selection {
	background: transparent;
	color: #000;
}

::-moz-selection { 
	background: transparent;
	color: #000;
}

.header {
	background-image: url('images/header_1.jpg');
	width: 723px;
	height: 191px;
}

.nav {
	color: #fff;
	font-family: Arial, Verdana, Tahoma;
	font-size: 14px;
	padding-top: 160px;
	padding-left: 370px;
}

.nav a {
	color: #fff;
	text-decoration: none;
}

.nav a:hover {
	color: #fff;
	text-decoration: underline;
}

.response {
	width: 690px;
	text-align: left;
	margin-top: 35px;
}

.response a {
	color: #8f8f8f;
	text-decoration: underline;
}

.response a:hover {
	text-decoration: none;
}

a.ats {
	color: #8f8f8f;
	padding: 8px;
	border: 1px #dfdfdf solid;
	border-radius: 8px;
	text-decoration: none;
}

a.ats:hover {
	color: #606060;
	border: 1px #d9d8d8 solid;
}

.cite {
	font-family: Georgia, Times New Roman;
	font-size: 18px;
	color: #9a9a9a;
}

.cite:hover {
	color: #3a3a3a;
}

.author {
	text-align: right;
	font-size: 13px;
}

.sub-bg {
	background-image: url('images/sub-bg.gif');
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	margin-top: 30px;
}

.text-box {
	background-image: url('images/sub-bg_1.jpg');
	width: 723px;
	height: 29px;
	padding-top: 13px;
	color: #fff;
}

.text-box a {
	color: #fff;
	text-decoration: none;
}

.text-box a:hover {
	color: #fff;
	text-decoration: underline;
}

.page-text {
	font-family: Arial, Verdana, Tahoma;
	font-size: 13px;
	line-height: 23px;
	margin-top: 35px;
	width: 690px;
	text-align: left;
}

.warning {
	border: 1px #d4bd59 solid;
	background-color: #fdf5e2;
	border-radius: 5px;
	padding: 10px;
	font-size: 14px;
	margin-bottom: 40px;
}

.gallery {
	color: #a2a2a2;
	vertical-align: top;
	font-size: 13px;
	line-height: 14px;
	text-shadow: #fff 1px 1px;
}

.gallery a {
	color: #a2a2a2;
}

.gallery a:hover {
	color: #4b4b4b;
	text-decoration: underline;
}

.gallery:hover {
	color: #4b4b4b;
	background-color: #f1f1f1;
}

p.tautos-svetaine {
	margin: 5px;
}

.tautos-svetaine a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-family: Tahoma, Verdana, Arial;
}

.page-text img {
	padding: 2px;
}

.page-text a img {
	border: 1px #c2c2c2 solid;
}

.page-text a:hover img {
	padding: 3px;
	border: 0px;
}

.footer-bg {
	background-image: url('images/footer-bg.gif');
	background-repeat: repeat-x;
	height: 42px;
	width: 100%;
	margin-top: 10px;
}

.footer-text {
	background-image: url('images/footer_1.jpg');
	width: 723px;
	height: 37px;
	padding-top: 5px;
	color: #fff;
}

.footer-text a {
	color: #fff;
}



/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	border: 2px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(iamges/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 0px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(images/closelabel.gif) no-repeat center;
	margin: 5px 10px;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}


