/* @override http://local/mandilendia/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	margin-top: 0;
	padding-top: 18px;
	background: url(img/css/background.jpg) repeat scroll;
}

body.index {
	background-image: url(img/css/backgroundFade.jpg);
}

#page {
	width: 870px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	display: block;
	background-color: white;
	background-image: none;
}

#page.index {
	background: url(img/css/background.jpg) repeat scroll -89px -17px;
	height: 656px;
}

.clear {
	clear: both;
	width: 870px;
	display: block;
}

.hun, .eng {
	position: absolute;
	display: none;
}

/* @group header */

#header {
	width: 870px;
	height: 223px;
	background: url(img/css/header.jpg) no-repeat 0;
}

#header.index {
	background: url(img/css/headerIndex.jpg) no-repeat 0 0;
}

#header a {
	width: 722px;
	height: 128px;
	display: block;
	position: absolute;
	margin-left: 74px;
	text-decoration: none;
	margin-top: 12px;
}

h1 {
	text-indent: -50000px;
	display: block;
}

h2 {
	color: #ffa97a;
	font-weight: bold;
	font-size: 26px;
	margin-top: 115px;
}

h2 span {
	position: absolute;
	display: block;
	width: 870px;
	text-align: center;
}

/* @end */

#body {
	display: block;
	overflow: visible;
	width: 720px;
	height: 360px;
	margin-left: auto;
	margin-right: auto;
}

/* @group slide */

#slide {
	width: 240px;
	height: 360px;
	display: inline-block;
	margin-top: 0;
	float: left;
}

#frameForSlides {
	display: none;
}

.fade img {
	position: absolute;
	list-style-type: none;
	height: 360px;
	width: 240px;
}

/* @end */

/* @group thumbs */

#thumbs {
	display: inline-block;
	width: 124px;
	float: left;
	height: 362px;
	margin-top: 0;
	margin-left: 62px;
	margin-right: 54px;
}

#thumbsViewPort {
	width: 124px;
	height: 288px;
	overflow: hidden;
	margin-top: 21px;
}

#thumbsFrame {
	float: left;
}

.arrowFrame {
	display: block;
	height: 18px;
	width: 116px;
}

#arrowUpThumbs, #arrowDownThumbs {
	width: 16px;
	height: 16px;
	margin-right: auto;
	margin-left: auto;
	display: none;
}

#arrowUpThumbs {
	background: url(img/css/arrowUp.jpg) no-repeat;
}

#arrowDownThumbs {
	margin-top: 17px;
	background: url(img/css/arrowDown.jpg) no-repeat;
}

.thumb {
	width: 48px;
	height: 48px;
	display: inline-block;
	float: left;
	border: 3px solid white;
	padding: 0;
	margin: 2px;
}

.thumb img {
	width: 48px;
	height: 48px;
}

/* @end */

/* @group big images */

#right {
	width: 240px;
	height: 360px;
	margin-top: 0;
	background-repeat: no-repeat;
	display: inline-block;
	float: left;
}

.fromThumb {
	display: none;
	position: absolute;
	width: 240px;
	height: 360px;
}



/* @end */

#bottom {
	display: block;
	width: 870px;
	margin-right: auto;
	margin-top: 30px;
	margin-left: auto;
	height: 205px;
}

/* @group nav */

#nav {
	display: block;
	margin-right: 0;
	background: url(img/css/navPinkLine.jpg) repeat-y 40px;
	width: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 35px;
	position: absolute;
}

.navRow {
	margin-bottom: 6px;
	height: 19px;
}

span.navElement {
	display: block;
	padding: 0 20px 5px 61px;
}

span.navElement.current {
	border-bottom: 1px solid #cecece;
}

#nav a {
	color: #ffb200;
	text-decoration: none;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#nav a:hover {
	color: #fcc;
}

#switchLanguage {
	color: #a5a498;
	text-decoration: none;
	display: block;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-top: 14px;
	margin-right: 0;
	margin-bottom: 0;
}

/* @end */

/* @group text */

#text {
	color: #8e8e8e;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 520px;
	margin-left: 275px;
}

#text p a {
	color: #8e8e8e;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	overflow: hidden;
}

#text p {
	margin-bottom: 6px;
	display: block;
	width: 520px;
}

/* @end */

/* @group footer */

#footer {
	color: #a6a6a6;
	display: block;
	text-align: left;
	height: 48px;
}

.copyright {
	padding-top: 13px;
	border-top: 1px solid #dedede;
	width: 514px;
	margin-left: 277px;
	font-size: 8px;
	padding-left: 5px;
}

#footer a {
	color: #a6a6a6;
	text-decoration: underline;
}



/* @end */

/* @group indexPage */

#indexPage {
	width: 720px;
	height: 387px;
	display: block;
	background: white url(img/css/backgroundIndex.jpg) no-repeat left top;
	overflow: hidden;
}

#indexText {
	width: 600px;
	margin-right: auto;
	margin-left: 62px;
	display: block;
	position: absolute;
	margin-top: 20px;
}

#indexText div.eng, #indexText div.hun {
	width: 600px;
}

#indexText img {
	width: 103px;
	float: left;
	margin-right: 26px;
	height: 82px;
	display: inline-block;
}

#indexPage p {
	color: #000d31;
	font: 15px/22px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}

#indexPage p a {
	color: #bd1b00;
	text-decoration: none;
	font-weight: bold;
}

#indexPage p a:hover {
	color: #f17800;
	text-decoration: underline;
}

#indexLang #switchLanguage {
	width: 58px;
	display: block;
	position: absolute;
	height: 20px;
	margin-top: 0;
	margin-left: 662px;
	background-color: #ca5441;
	color: #f1f1f1;
}

#indexLang #switchLanguage span.hun, #indexLang #switchLanguage span.eng {
	margin-left: 8px;
	margin-top: 2px;
}

#indexDecor {
	display: inline-block;
	float: left;
	width: 520px;
	height: 197px;
	background-image: url(img/css/indexDecor.jpg);
}



/* @end */

/* @group contact page */

/* @group contactText */

#contact {
	display: block;
	background: url(img/css/backgroundContact.jpg) no-repeat;
	width: 720px;
	height: 360px;
	overflow: hidden;
}

#contact a {
	color: #e0e2e2;
	background-color: #ff3027;
	text-align: center;
	display: block;
	padding: 2px;
	text-decoration: none;
	width: 78%;
	margin: 5px auto 8px;
}

#contact a:hover {
	color: white;
}

.blockSpace1, .blockSpace2, .blockSpace3 {
	display: inline-block;
	float: left;
	height: 220px;
}

.blockSpace1 {
	width: 16px;
}

.blockSpace2 {
	width: 11px;
}

.blockSpace3 {
	width: 28px;
}

.eng .blockSpace3 {
	width: 15px;
}

.block1, .block2, .block3 {
	width: 211px;
	line-height: 20px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
	float: left;
	background: url(./img/css/contactBlocks.jpg) no-repeat;
}

.blockText {
	display: block;
	margin-left: 20px;
	margin-right: 20px;
}

.block1 {
	margin-top: 11px;
}

.block2 {
	margin-top: 129px;
	background-position: 0 -221px;
}

.block3 {
	margin-top: 58px;
	background-position: 0 -440px;
}

.hun .block1 {
	padding-top: 55px;
	height: 165px;
}

.hun .block2 {
	padding-top: 57px;
	height: 162px;
}

.hun .block3 {
	padding-top: 55px;
	height: 165px;
	width: 215px;
}

.eng .block1 {
	padding-top: 44px;
	height: 175px;
}

.eng .block2 {
	padding-top: 50px;
	height: 169px;
}

.eng .block3 {
	width: 237px;
	height: 197px;
	padding-top: 44px;
	padding-bottom: 0;
	margin-top: 48px;
	background-position: 0 -661px;
}



/* @end */

/* @group contactForm */

#contactForm {
	color: #8e8e8e;
	font: 12px/19px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: justify;
	overflow: hidden;
	display: block;
	margin-left: 275px;
	position: absolute;
	width: 520px;
	height: 200px;
}

form {
	margin-top: 12px;
	position: absolute;
}

table {
	width: 520px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

td {
	vertical-align: top;
	border-style: none;
}

td.inputTd {
	background-color: white;
	border: 1px solid #aba8aa;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	padding: 0;
	margin: 0;
}

td.spaceTd {
	height: 11px;
}

#lbName, #lbEmail, #lbMessage, #sendBtn {
	display: block;
	height: 21px;
	margin-top: 0px;
	width: 90px;
	color: white;
	font: bold 13px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	background: #aba8aa no-repeat;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-style: none;
	padding-bottom: 2px;
	padding-left: 39px;
}

#sendBtn {
	padding-left: 48px;
	width: 80px;
	color: #fffeff;
	margin-top: 10px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

#name, #email, #message {
	border-style: hidden;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #3c3c3c;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	border-width: 0;
}

#name, #email {
	width: 365px;
	height: 17px;
}

#message {
	background-color: white;
	height: 70px;
	overflow: auto;
	width: 364px;
}

#alertFrame {
	display: block;
	overflow: hidden;
	position: absolute;
	height: 21px;
	width: 389px;
	margin-top: 10px;
}

#alert {
	background-color: #a71a34;
	width: 379px;
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 7px;
	color: white;
	display: block;
	margin-left: -389px;
	position: absolute;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
}

#success {
	background-color: white;
	width: 375px;
	height: 22px;
	font-size: 11px;
	font-weight: bold;
	padding-top: 1px;
	padding-left: 14px;
	color: #3c3c3c;
	display: block;
	margin-left: -389px;
	position: absolute;
}

.bizt {
	display: none;
}



/* @end */

/* @end */


