* {
	padding: 0;
	margin: 0;
}

::selection {
	background-color: #bcce29;
	color: #fff;
}

::-moz-selection {
	background-color: #bcce29;
	color: #fff;
}

a {
	outline: none;
	cursor: pointer;
}

img {
	border: 0 solid;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}

/* $Id:menu */

#homePage #menu {
	position: relative;
	height: 27px;
	background: #fff url("../images/menu_bg.png") repeat-x top center;
}

#homePage #menu ul {
	list-style-type: none;
	width: 976px;
	height: 27px;
	margin: auto;
	padding: 0 2px 0 2px;
	background: transparent url("../images/menu_border.gif") no-repeat top left;
}

#homePage #menu li {
	position: relative;
	float: left;
	background: transparent url("../images/menu_bar.gif") no-repeat top right;
	padding: 0 2px 0 0;
}

#homePage #menu li li {
	background: none;
	padding: 0;
}

#homePage #menu li ul {
	width: 150px;
	height: auto;
	position: absolute;
	left: -9999px;
	padding: 7px 8px 7px 8px;
	margin: 0 0 0 -1px;
	z-index: 100;
	background: #e1eb81;
	border-top: 1px solid #e1eb81;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-moz-box-shadow: 1px 1px 4px #bbb;
	-webkit-box-shadow: 1px 1px 4px #bbb;
	box-shadow: 1px 1px 4px #bbb;
}

#homePage #menu li:hover ul,
#homePage #menu li.sfhover ul {
	left: auto;
	background-position: 0 0;
}

#homePage #menu a {
	position: relative; /* IE6 clickable padding fix */
	display: block;
	padding: 6px 20px 5px 20px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	background: transparent url("../images/menu_bg.png") repeat-x top center;
	line-height: 14px;
	text-shadow: 0 0 2px #555;
}

#homePage #menu a:hover {
	padding: 7px 20px 4px 20px;
	background: transparent url("../images/menu_bg.png") repeat-x bottom center;
}

#homePage #menu li li a {
	width: 140px;
	padding: 5px;
	margin: 0 0 1px 0;
	color: #777;
	background: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	line-height: normal;
	text-shadow: 0 1px 0 #f5f8dc;
}

#homePage #menu li:hover a,
#homePage #menu li.sfhover a {
	padding: 7px 20px 4px 20px;
	background: transparent url("../images/menu_bg.png") repeat-x bottom center;
}

#homePage #menu li:hover li a,
#homePage #menu li.sfhover li a {
	padding: 5px;
	background: none;
}

#homePage #menu li:hover li a:hover,
#homePage #menu li.sfhover li a:hover,
#homePage #menu li li a:hover {
	padding: 5px 5px 5px 6px;
	background: #fff;
	color: #bccc27;
	text-shadow: none;
}

#menu #home li.home a,
#menu #laboarte li.laboarte a,
#menu #calendar li.calendar a,
#menu #gallery li.gallery a,
#menu #about li.about a,
#menu #contact li.contact a,
#menu #partners li.partners a,
#menu #project li.project a {
	background: transparent url("../images/menu_bg.png") repeat-x bottom center;
	font-weight: bold;
	padding: 7px 20px 4px 20px;
}

#homePage #menu li.shop {
	float: right;
	background: transparent url("../images/menu_bar.gif") no-repeat top left;
	padding: 0 0 0 2px;
}

#homePage #menu li.shop img {
	float: left;
	display: block;
	margin: -3px 5px 0 0;
}

/* $Id:wrap */

#homePage #wrap {
	width: 980px;
	margin: auto;
	background: #fff url("../images/home_border.png") repeat-y top left;
}

/* $Id:content */

#homePage #content {
	position: relative;
	margin: 0 1px 0 1px;
	padding: 10px 10px 110px 10px;
	background: transparent url("../images/home_footer.png") no-repeat bottom center;
	clear: both;
}

#homePage #content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #adbf0e;
	background: transparent url("../images/footer_bg.png") repeat-x bottom left;
	padding: 3px 1px 3px 1px;
	margin: 0 0 15px 0;
}

#homePage #content h1 span {
	display: none;
	visibility: hidden;
}

#homePage #content h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	margin: 0 4px 5px 4px;
}

#homePage #content p {
	line-height: 19px;
	margin: 0 8px 10px 8px;
}

#homePage #content ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 8px 10px 8px;
	border-left: 5px solid #ccc;
}

#homePage #content li {
	margin: 3px 0 3px 10px;
	line-height: 19px;
}

#homePage #content li span {
	padding: 0 0 0 5px;
}

#homePage #content dl {
	width: 942px;
	margin: 0 8px 10px 8px;
}

#homePage #content dt {
	width: 200px;
	float: left;
	padding: 0 0 10px 0;
}

#homePage #content dd {
	width: 742px;
	float: left;
	padding: 0 0 10px 0;
}

#homePage #content a {
	color: #a5b60e;
	text-decoration: underline;
}

#homePage #content a:hover {
	color: #a5b60e;
	text-decoration: none;
}

#homePage #content a.pdf {
	background: transparent url("../images/icons/pdf.png") no-repeat center right;
	padding: 2px 22px 2px 0;
}

#homePage #content a.doc {
	background: transparent url("../images/icons/doc.png") no-repeat center right;
	padding: 2px 22px 2px 0;
}

#homePage #content .spacer {
	height: 90px;
	background: transparent url("../images/spacer.png") no-repeat top center;
	clear: both;
}

#homePage #content .spacerSmall {
	padding: 6px;
	height: 35px;
	background: transparent url("../images/spacer_small.png") no-repeat center center;
	clear: both;
}

#homePage #content p.imgRight img {
	clear: right;
	float: right;
	display: block;
	margin: 0 0 10px 10px;
	padding: 5px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#homePage #content p.imgLeft img {
	float: left;
	display: block;
	margin: 0 10px 10px 0;
	padding: 5px;
	background-color: #fafafa;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#homePage #content .holiday {
	color: #f00;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 15px;
	background-color: #fafafa;
	border: 1px solid #f00;
	text-align: center;
}

#homePage #content .clear {
	clear: both;
}

#homePage .right {
	text-align: right;
}

/* $Id:table */

#homePage table {
	width: 943px;
	margin: 8px 8px 10px 8px;
	border-collapse: collapse;
	border: 1px solid #adbf0e;
}

#homePage th, td {
	padding: 5px;
}

#homePage th {
	background: transparent url("../images/menu_bg.png") repeat-x top left;
	text-align: left;
	color: #fff;
	padding: 4px;
	text-shadow: 0 0 2px #555;
}

#homePage tr.even { background-color: #f8f8f8; }
#homePage tr.odd { background-color: #fff; }

/* $Id:home */

#homePage .centered {
	width: 800px;
	margin: 0 0 0 85px;
}

/* $Id:eventBox */

#homePage #eventBox {
	position: relative;
	width: 919px;
	height: 350px;
	margin: 30px auto 0 auto;
	background: transparent url("../images/events.png") no-repeat top left;
}

#homePage #eventBox div {
	position: absolute;
	width: 189px;
	height: 254px;
	overflow: hidden;
}

#homePage #eventBox .first { top: 16px; left: 140px; }
#homePage #eventBox .second { top: 16px; left: 365px; }
#homePage #eventBox .third { top: 16px; left: 590px; }

#homePage #eventBox .viewport {
	z-index: 100;
	margin: -127px 0 0 -189px;
}

#homePage #eventBox .event-image,
#homePage #eventBox .event-text {
	display: block;
	width: 189px;
	height: 127px;
}

#homePage #eventBox .event-text {
	width: 165px;
	height: 103px;
	padding: 12px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-shadow: 0 1px 0 #fff;
}

#homePage #eventBox a {
	text-decoration: none;
}

#homePage #eventBox a:hover .event-text {
	color: #a5b60e;
	/*text-decoration: underline;*/
}

/* $Id:selectionBox */

#homePage .selectionBox {
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 10px 10px 0 10px;
	margin: 0 8px 10px 8px;
	clear: both;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 1px 0 #fff;
}

#homePage .selectionBox .left {
	width: 456px;
	float: left;
}

#homePage .selectionBox .right {
	width: 456px;
	float: right;
	text-align: left;
}

/* $Id:galleryBox */

.galleryView {
	position: relative;
}

.galleryLeft, .galleryRight {
	position: absolute;
	width: 44px;
	height: 150px;
	top: 0;
	background-color: #999;
	cursor: pointer;
	z-index: 10;
}

.galleryLeft { left: 0; background: transparent url("../images/galleryLeft.png") no-repeat top left; }
.galleryRight { right: 0; background: transparent url("../images/galleryRight.png") no-repeat top right; }

.galleryBox {
	position: relative;
	height: 150px;
	overflow: hidden;
	margin: 0 44px 10px 44px;
}

.galleryContent {
	position: absolute;
	top: 0;
	left: 0;
	height: 150px;
	white-space: nowrap;
}

.galleryBox img {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline;
	background-color: #ccc;
}

/* $Id:tooltip */

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #adbf0e;
	background-color: #fff;
	max-width: 400px;
}

#tooltip h3 {
	background: transparent url("../images/menu_bg.png") repeat-x top left;
	color: #fff;
	padding: 4px;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 0 2px #555;
}

#tooltip .body {
	padding: 8px;
}

/* $Id:contact */

#homePage .contactBox {
	float: right;
	width: 250px;
	border: 1px solid #ccc;
	background-color: #fafafa;
	padding: 10px;
	margin: 5px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#homePage .contactBox h2 {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding: 1px;
	margin: 0 0 10px 0;
}

#homePage .contactBox p {
	line-height: 19px;
	margin: 0 3px 10px 3px;
	text-shadow: 0 1px 0 #fff;
}

#homePage .contactBox ul {
	list-style-type: none;
	list-style-position: outside;
	margin: 0 3px 10px 3px;
	border-left: 0 solid !important;
}

#homePage .contactBox li {
	padding: 2px 2px 3px 24px;
	margin: 0 !important;
}

#homePage .contactBox li.contactTel { background: transparent url("../images/icons/phone.png") no-repeat center left; }
#homePage .contactBox li.contactMobile { background: transparent url("../images/icons/mobile.png") no-repeat center left; }
#homePage .contactBox li.contactEmail { background: transparent url("../images/icons/email.png") no-repeat center left; }
#homePage .contactBox li.contactFacebook { background: transparent url("../images/icons/facebook.png") no-repeat center left; }

/* $Id:facebook */

#facebook {
	height: 30px;
	margin: -4px 8px 10px 8px;
}

/* $Id:forms */

#homePage form {
	padding: 5px 0 5px 0;
}

#homePage form p {
	margin: 0 3px 8px 3px;
}

#homePage form p span {
	color: #a5b60e;
	font-size: 14px;
	vertical-align: top;
	padding-left: 3px;
}

#homePage .noMsg {
	display: none;
}

#homePage .passMsg {
	margin: 0 3px 16px 3px;
	padding: 0 0 0 20px;
	background: transparent url("../images/icons/pass.png") no-repeat center left;
	color: #6bb555;
}

#homePage .failMsg {
	margin: 0 3px 16px 3px;
	padding: 0 0 0 20px;
	background: transparent url("../images/icons/fail.png") no-repeat center left;
	color: #e9584c;
}

#homePage .contactBox .passMsg,
#homePage .contactBox .failMsg {
	margin: 10px 6px 0 6px !important;
}

#homePage label {
	display: block;
	float: left;
	width: 150px;
	text-align: right;
	padding: 1px 20px 0 0;
}

#homePage .contactBox label {
	display: block;
	float: none;
	width: auto;
	text-align: left;
	padding: 0 0 5px 0;
}

#homePage label.inline {
	display: inline;
	float: none;
	width: auto;
	text-align: left;
	padding: 3px 0 0 0;
}

#homePage input[type="text"],
#homePage input[type="password"],
#homePage input[type="submit"],
#homePage select,
#homePage textarea {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#homePage input[type="text"],
#homePage input[type="password"],
#homePage select,
#homePage textarea {
	background: #fff url("../images/input_bg.png") repeat-x top left;
}

#homePage input[type="submit"] {
	background: #eee url("../images/button_bg.png") repeat-x bottom left;
}

#homePage input[type="text"]:hover,
#homePage input[type="text"]:focus,
#homePage input[type="password"]:hover,
#homePage input[type="password"]:focus,
#homePage select:hover,
#homePage select:focus,
#homePage textarea:hover,
#homePage textarea:focus {
	border: 1px solid #999;
}

#homePage input[type="checkbox"] {
	margin-right: 8px;
}

#homePage input[type="submit"] {
	color: #666;
	border: 1px solid #ccc;
	background-color: #eee;
	padding-right: 10px;
	padding-left: 10px;
	cursor: pointer;
}

#homePage input[type="submit"]:hover,
#homePage input[type="submit"]:focus {
	color: #666;
	border: 1px solid #999;
	background-color: #eee;
}

/* $Id:footer */

#footer {
	position: relative;
	margin: -41px 0 10px 0;
	background: transparent url("../images/footer_bg.png") repeat-x bottom left;
}

#footer h1 {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 0 0 3px 0;
}

#footer p {
	font-size: 11px;
	padding: 0 0 15px 0;
	text-align: center;
}

#footer a {
	color: #a5b60e;
	text-decoration: none;
}

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