/* reset */

* { margin: 0; padding: 0; }
a {outline: none;}
a img, iframe { border: 0; }
input, textarea, select, button { font-size: 100%; font-family: serif; }
select { margin: inherit; }
table { border-collapse: collapse; border: 0; }
td, th, caption { font-size: 100%; font-weight: normal; }

/* fonts */

@font-face {
    font-family: 'Bodoni';
    src: url('/fonts/bauerbodonistd-roman-webfont.eot');
    src: url('/fonts/bauerbodonistd-roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bauerbodonistd-roman-webfont.woff') format('woff'),
         url('/fonts/bauerbodonistd-roman-webfont.ttf') format('truetype'),
         url('/fonts/bauerbodonistd-roman-webfont.svg#BauerBodoniStd1Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni';
    src: url('/fonts/bauerbodonistd-italic-webfont.eot');
    src: url('/fonts/bauerbodonistd-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bauerbodonistd-italic-webfont.woff') format('woff'),
         url('/fonts/bauerbodonistd-italic-webfont.ttf') format('truetype'),
         url('/fonts/bauerbodonistd-italic-webfont.svg#BauerBodoniStd1Italic') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bodoni';
    src: url('/fonts/bauerbodonistd-bold-webfont.eot');
    src: url('/fonts/bauerbodonistd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bauerbodonistd-bold-webfont.woff') format('woff'),
         url('/fonts/bauerbodonistd-bold-webfont.ttf') format('truetype'),
         url('/fonts/bauerbodonistd-bold-webfont.svg#BauerBodoniStd1Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bodoni';
    src: url('/fonts/bauerbodonistd-bolditalic-webfont.eot');
    src: url('/fonts/bauerbodonistd-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/bauerbodonistd-bolditalic-webfont.woff') format('woff'),
         url('/fonts/bauerbodonistd-bolditalic-webfont.ttf') format('truetype'),
         url('/fonts/bauerbodonistd-bolditalic-webfont.svg#BauerBodoniStd1BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
}

/* defaults */

body ul, ol, a, tr, td, th {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
}

a {
	color: black;
	text-decoration: none;
}

a:hover, a.active {
	color: #6bb445;
}

h1, h2, h3, h1 a, h2 a, h3 a {
	font-weight: normal;
	font-family: 'Times New Roman', serif;
	font-size: 22px;
	line-height: 50px;
}

h1 a, h2 a, h3 a {
	color: #6bb445;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration: underline;
}

h1 span a {
	font-size: 11px;
}

h2, h2 a {
	font-size: 16px;
	line-height: 22px;
}

br.clear {
	clear: both;
}

a.arrow {
	background: url(/img/arrow_black.png) left center no-repeat white;
	padding-left: 35px;
	line-height: 50px;
	font-family: 'Times New Roman', serif;
	font-size: 14px;
	color: black;
}

a.arrow:hover {
	background: url(/img/arrow_green.png) left center no-repeat white;
	color: #6bb445;
}

hr.p1 {
	clear: both;
	background: url(/img/line_935.png) center center no-repeat white;
	height: 18px;
	border: none;
}

/* intro */

#intro {
	background: black;
	color: white;
}

#itop {
	margin: 0 auto;
	background: url(/img/intro_logo.png) center top no-repeat black;
	width: 390px;
	height: 500px;
}

#itop div a {
	display: block;
	padding-top: 300px;
	width: 180px;
	font-family: 'Bodoni', 'Times New Roman', serif;
	font-size: 23px;
	background: transparent;
	color: white;
	text-decoration: none;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 7px;
}

#itop div a:hover {
	color: #6bb445;
	text-decoration: underline;
}

#itop div span {
	text-decoration: none;
}

#itop #itopsl {
	text-align: right;
	float: left;
}

#itop #itopen {
	text-align: left;
	float: right;
}

#itop div span {
	display: block;
	text-transform: uppercase;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 9px;
	background: transparent;
	color: white;
	letter-spacing: 0px;
	text-decoration: none;
}

#istrip {
	background: url(/img/intro_gray_strip.png) center top repeat-x black;
	width: 100%;
	height: 152px;
	text-align: center;
}

#ilasko {
	padding-top: 40px;
	display: block;
	margin: 0 auto;
	text-align: center;
}

/* header */

#header {
	margin: 0 auto;
	background: url(/img/temp.jpg) center top no-repeat black;
	height: 496px;
}

#header #strip {
	padding-top: 16px;
}

#header #strip #s {
	background: white;
	color: black;
	height: 57px;
}

#header #strip #menu {
	margin: 0 auto;
	width: 935px;
}

#header #strip #menu ul {
	float: right;
}

#header #strip #menu ul li {
	display: block;
	float: right;
	background: url(/img/menu_pav.gif) right center no-repeat white;
	padding-right: 30px;
	padding-left: 12px;
}

#header #strip #menu ul li.last {
	background: white;
}

#header #strip #menu ul li a {
	display: block;
	font-family: 'Bodoni', 'Times New Roman', serif;
	font-size: 15px;
	line-height: 57px;
	color: black;
	text-decoration: none;
}

#header #strip #menu ul li a:hover,
#header #strip #menu ul li a.active {
	color: #6bb445;
}

#header #strip #menu #logo {
	position: absolute;
	margin-top: -16px;
	background: url(/img/logo_slogan_pavus.png) left top no-repeat transparent;
	width: 285px;
	height: 496px;
	cursor: pointer;
}

#header #strip #menu #lang {
	position: absolute;
	width: 30px;
	margin-left: 252px;
	padding-top: 3px;
}

#header #strip #menu #lang a {
	text-transform: uppercase;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: black;
	text-decoration: none;
}

#header #strip #menu #lang a:hover {
	color: #6bb445;
}

#body {
	margin: 0 auto;
	width: 913px;
}

ul#t3 {
	list-style: none;
}

ul#t3.footer_content p {
	margin: 0;
	padding: 0;
}

ul#t3 li {
	display: block;
	float: left;
	width: 299px;
	margin-right: 8px;
}

ul#t3.news li {
	position: relative;
	height: 170px;
}

ul#t3 li.last {
	margin-right: 0px;
}

ul#t3 li span.img {
	display: block;
	float: left;
	border: 6px solid #e6e7e8;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	width: 75px;
	height: 75px;
}

ul#t3 li h2, ul#t3 li p, ul#t3 li a.arrow {
	display: block;
	margin-left: 95px;
	margin-right: 5px;
}

ul#t3 li p {
	text-align: justify;
}

ul#t3 li a.arrow {
	position: absolute;
	bottom: 0px;
	margin-left: 89px;
}

ul#t3 li p {
	margin-top: 10px;
}






div.single {
	margin-top: 20px;
}

div.single p {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 13px;
	line-height: 19px;
	text-align: justify;
	margin-bottom: 10px;
}

div.single p.quote {
	font-family: 'Bodoni', 'Times New Roman', serif;
	background: url(/img/dotted_line.gif) top left no-repeat transparent;
	margin: 30px 0px;
}

div.single p.quote span {
	display: block;
	background: url(/img/dotted_line.gif) bottom left no-repeat transparent;
	padding: 10px 350px 10px 10px;
}

div.single p.quote em {
	display: block;
	float: left;
	height: 30px;
	margin-right: 10px;
	font-style: normal;
	font-weight: bold;
}



div.single img.award {
	float: left;
}

div.single p.award {
	margin-left: 120px;
}



div.gallery {
	margin: 50px 10px 100px 30px;
	float:  right;
	width: 292px;
}

div.gallery.big {
	margin: 0px;
	float: none;
	width: 100%;
}

div.gallery .big {
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	border: 6px solid #e6e7e8;
	width: 280px;
	height: 280px;
}

div.gallery .small, div.gallery .midi {
	float: left;
	margin-top: 10px;
	width: 85px;
	padding-left: 15px;
}

div.gallery .midi {
	width: 255px;
	padding-left: 25px;
}

div.gallery .small a, div.gallery .midi a {
	display: block;
	background-color: white;
	background-repeat: no-repeat;
	background-position: center center;
	border: 6px solid #e6e7e8;
	width: 80px;
	height: 80px;
}

div.gallery .midi a {
	width: 250px;
	height: 250px;
}

div.gallery .small a:hover, div.gallery .midi a:hover {
	border: 6px solid #999;
}

div.gallery .small p, div.gallery .midi p {
	font-family: 'Times New Roman', serif;
	font-size: 13px;
	padding: 4px 0px 0px 3px;
	text-align: left;
}

div.gallery .small span, div.gallery .midi span {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	display: block;
	padding: 0px 0px 0px 3px;
	color: #999;
	font-style: italic;
}

div.gallery .newline {
	clear: left;
	padding-left: 0px;
}





ul#t3.v2 li h1 a {
	background: url(/img/arrow_black.png) right center no-repeat white;
	padding-right: 40px;
	line-height: 50px;
	color: black;
}

ul#t3.v2 li h1 a:hover {
	background: url(/img/arrow_green.png) right center no-repeat white;
	color: #6bb445;
	text-decoration: none;
}

ul#t3.v2 li table {
	width: 100%;
}

ul#t3.v2 li table th {
	font-weight: bold;

	vertical-align: bottom;
}

ul#t3.v2 li table th span {
	display: block;
	font-weight: normal;
}

ul#t3.v2 li table td {
	color: gray;
	padding: 5px 0px 10px 0px;
}

ul#t3.v2 li#t3g img {
	border: 6px solid #e6e7e8;
}

ul#t3.v2 li#t3g ol {
	padding-left: 5px;
	padding-top: 10px;
}

ul#t3.v2 li#t3g ol li {
	display: block;
	float: left;
	background: url(/img/menu_pav.gif) right center no-repeat white;
	padding-right: 35px;
	padding-left: 7px;
	width: auto;
}

ul#t3.v2 li#t3g ol li.last {
	background: white;
	padding-right: 0px;
}

ul#t3.v2 li#t3g ol li a {
	display: block;
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	color: black;
	text-decoration: none;
}

ul#t3.v2 li#t3g ol li a:hover,
ul#t3.v2 li#t3g ol li a.active {
	color: #6bb445;
}

#footer {
	margin: 0 auto;
	width: 935px;
	background: url(/img/footer_pavus.png) 10px center no-repeat #221f1f;
	height: 85px;
	margin-top: 30px;
}

#footer #copyright {
	float: left;
	width: 320px;
	padding-left: 120px;
	padding-top: 25px;
	line-height: 18px;
	color: #808080;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#footer #copyright a {
	color: #808080;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

#footer #copyright a:hover {
	color: white;
}

#footer #newsletter {
	float: left;
	width: 250px;
	padding-top: 10px;
	line-height: 18px;
	color: white;
	font-family: 'Times New Roman', serif;
	font-size: 15px;
	font-weight: normal;
}

#footer #newsletter p {
	padding-bottom: 10px;
}

#footer #newsletter input.text,
.book input, .book select, .book textarea {
	border: 1px solid black;
	line-height: 25px;
	height: 25px;
	background: white;
	width: 100px;
	padding: 0px 4px;
}

.book input, .book select, .book textarea {
	width: 100%;
}

 .book textarea {
 	height: 100px;
 }

.book .submit {
	padding: 7px 30px;
	width: auto;
	height: auto;
	font-family: 'Bodoni', 'Times New Roman', serif;
	background: black;
	color: white;
}

.book .submit:hover {
	background: white;
	color: black;
	cursor: pointer;
}

#footer #newsletter input.submit {
	border: none;
	background: url(/img/btn_arrow.png) left center no-repeat transparent;
	padding-left: 35px;
	height: 28px;
	line-height: 28px;
	color: white;
	margin-left: 10px;
}

#footer #newsletter input.submit:hover {
	background-image: url(/img/btn_arrow_on.png);
}

#footer #fblikebox {
	float: left;
	width: 200px;
	padding-top: 25px;
}


#messages {
	font-size: 120%;
	padding: 10px;
	text-align: center;
	color: #6bb445;
}

#messages .warning {
	color: #B24745;
}

.message {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	background: #e7ffe6;
	padding: 20px;
	text-align: center;
}

.warning {
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-size: 14px;
	background: #ffe6e6;
	padding: 20px;
	text-align: center;
}

ul.listing {
	list-style: none;
	margin-bottom: 100px;
	margin-top: 30px;
	margin-left: 235px;
}

ul.listing li {
	font-family: 'Bodoni', 'Times New Roman', serif;
	background: url(/img/dotted_line.gif) bottom left no-repeat transparent;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 15px 15px;
	font-size: 13px;
}

ul.listing li a {
	font-family: 'Bodoni', 'Times New Roman', serif;
}

.book {
	width: 600px;
}

.book th,
.book td {
	padding: 7px;
}

.book th {
	font-weight: bold;
	text-align: left;
}
