html{color:#000;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:top;}
sub {vertical-align:bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
strong { font-weight: bold; }
em { font-style: italic;}
.clear {clear: both;}

html, body {
	height: 100%;
}

body {
	background: #fff url(../images/bg.gif) repeat-x 0 0;
	font: 12px/20px Arial, Tahoma, sans-serif;
	color: #000;
}

body.home {
	background-image: url(../images/bg-home.gif);
}

input, textarea {
	font: 12px/14px Arial, Tahoma, sans-serif;
}

* {
	outline: 0;  outline-color:transparent; outline-style:none; outline-width:0;
}

a {
	color: #9b222a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	position: relative;
	min-height: 100%;
}

#container {
	width: 940px;
	margin: auto;
	padding: 0 0 50px;
}

#header {
	height: 162px;
	margin: 0 0 20px;
	position: relative;
	overflow: hidden;
}
/*.home #header {
	height: 132px;
}*/

#header .logo {
	float: left;
	padding: 21px 0 0 10px;
	width: 740px;
	height: 77px;
}

#header h1 {
	background: url(../images/villa-benita.png) no-repeat 0 0;
	width: 233px;
	height: 47px;
}
#header h1 a {
	display: block;
	width: 233px;
	height: 47px;
	text-indent: -9999px;
}


#music {
	float: right;
	background: #fff;
	border: 1px solid #d1c8b2;
	border-top: 0;
	padding: 0px 2px 1px 11px;
	margin: 0 0 0 0 ;
}
#music a {font-size:10px;color:#4c4c4c;background:url('/images/music.png') no-repeat right center; padding-right:13px;margin-right:6px;}
#music a.on {background:url('/images/music-on.png') no-repeat right center;}
#lang {
	float: right;
	border: none;
	padding: 0px 8px;
	margin: 0px;
	width: 96px;
	height: 23px;
	margin: 0 5px 0 0;
	background: url('/images/lang-bg.jpg') no-repeat right center;
}
#lang a { padding: 0px 3px 0 4px;  }
#jflanguageselection {
	float: right;
	background: #fff;
	border: 1px solid #d1c8b2;
	border-top: 0;
	padding: 4px 2px 6px 11px;
	margin: 0 0 27px 10px;
}
#jflanguageselection li {
	float: left;
	padding: 0 8px 0 0;
	height: 12px;
	line-height: 12px;
}
#jflanguageselection img {
	vertical-align: middle;
	border: 1px solid #dfdfdf;
}

#header .search {
	position:absolute;
	right:0;
	top:50px;
	width:176px;
}
#header .search input {
	float: right;
}
#header .search input.inputbox {
	border: 1px solid #cfc6ad;
	border-right: 0;
	background: #fff;
	width: 144px;
	height: 19px;
	line-height: 19px;
	float: left;
	color: #757575;
	font-size: 11px;
	padding: 0 0 0 5px;
}

#header .menu {
	padding: 0 0 0;
	height: 34px;
}
#header .menu a span {
	font: 15px/15px "Times New Roman", Times, Georgia, serif;
	text-align: center;
	vertical-align: middle;
	display: inline-block;
	width: 107px;
	padding: 0 5px;
	cursor: pointer;
}
#header .menu a:hover {
	text-decoration: none;
}
#header .menu li a {
	color: #000;
	display: block;
	background: url(../images/menu-bg.gif) no-repeat 0 50%;
	height: 33px;
	width: 117px;
	line-height: 32px;
	position: relative;
	z-index: 1;
}
#header .menu ul ul a:hover,
#header .menu ul ul li.active a {
	color: #d2aa17!important;
}
.home #header .menu li a {
	height: 34px;
}

#header .menu li {
	float: left;
	height: 34px;
}

#header .menu li.first a {
	background: none;
}

#header .menu li.current a {
	background: url(../images/menu-current-bg.png) no-repeat 0 0;
	margin: 0 -13px 0 -10px;
	z-index: 2;
	padding: 0 13px 0 10px;
}
#header .menu ul li.active a,
#header .menu ul li.hover a,
#header .menu ul li.current_page_item a {
	background: url(../images/menu-hover-bg.png) no-repeat 0 0;
	z-index: 2;
	margin: 0 -13px 0 -10px;
	padding: 0 13px 0 10px;
}


#header .menu li.active a,
#header .menu li.hover a,
#header .menu .current_page_item a {
	color: #fff;
}
#header .menu ul li.home_hover a,
#header .menu ul li.home_active a {
	background: url(../images/menu-current-bg.png) no-repeat 0 0;
	margin: 0 -13px 0 -10px;
	z-index: 2;
	padding: 0 13px 0 10px;
	color:#000000;
}
#header .menu ul ul {
	display: none;
}
#header .menu ul li.active ul {
	/*display:block;*/
}
#header .menu ul .active ul,
#header .menu ul .hover ul,
#header .menu .current_page_item ul {
	display: block;
}
#header ul ul,
#header .menu .current_page_item ul {
	position: absolute;
	z-index: 3;
	left: 0;
	top: 131px;
	width: 100%;
	height: 31px;
}
.home #header ul ul {
	background: #9b222a;
}
#header ul ul,
#header .menu .current_page_item ul {
	width: 940px;
	height: 31px;
	margin: 0 auto;
}
#header ul ul li,
#header ul .hover ul li {
	text-align: left;
	padding: 0 35px 0 0;
	width: auto;
	height: auto;
	font: 13px/28px Arial, Tahoma, Verdana sans-serif;
}
#header ul ul a,
#header ul .hover ul a,
#header .menu ul li.active ul a,
#header .menu ul li.hover ul a,
#header .menu li.current_page_item ul a {
	color: #fff;
	display: inline;
	background: none;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	text-align: left;
	float: none;
	position: static;
	font: 13px/15px Arial, Tahoma, Verdana sans-serif;
}
#header ul ul a span,
#header ul .active ul a span,
#header ul .hover ul a span,
#header .menu li.current_page_item ul a span {
	display: inline;
	position: static;
	font: 13px Arial, Tahoma, Verdana sans-serif;
	padding: 0;
}
#header ul ul .current_page_item a,
#header ul .current_page_item ul .current_page_item a {
	color: #d2aa17;
}

#content {
	float: left;
	width: 670px;
}

#sidebar {
	border: 1px solid #e6a3a7;
	background: url(../images/sidebar-bg.gif) repeat 0 0;
	float: right;
	width: 219px;
	padding: 0 9px 9px;
}

.picture {
	padding: 1px;
	background: #fff;
	border: 1px solid #bdb8ab;
}
.picture-left {
	float: left;
}
.picture img {
	vertical-align: top;
}

.widget {
	background: url(../images/dotted-bg.gif) repeat-x 0 100%;
	padding: 15px 0;
	font-size: 11px;
	line-height: 15px;
}
.widget-last {
	background: none;
}
.widget-prelast {background: none; padding-bottom:0;}
.widget-single {padding:0 0 15px;}
.widget h4,
.frontpage-cols .col h1 {
	color: #9b222a;
	font: 18px/20px "Times New Roman", Times, Georgia, serif;
	margin: 0 0 10px;
}
.widget h5 {
	font-weight: bold;
	line-height: 15px;
}
.widget p {
	margin: 5px 0;
	font-size: 11px;
	line-height: 15px;
}
.widget p.more {
	margin-bottom: 0;
	font-size: 12px;
}
.widget p.date {
	margin: 0;
	font-size: 12px;
}

.widget .picture-left {
	margin: 0 8px 0 0;
}


a.more,
.more a {
	position: relative;
	font-weight: bold;
	color: #9c191f;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 16px;
	background: url(../images/read-more-right.gif) no-repeat right center;
	padding: 3px 25px 3px 6px;
	white-space: nowrap;
}
a.more i,
.more a i {
	position: absolute;
	left:0;
	top:0;
	width: 2px;
	height: 20px;
	background: url(../images/read-more-left.png) no-repeat;
}

a.more:hover,
.more a:hover {text-decoration: none}

#footer {
	background: #7f7f7f;
	position: absolute;
	width: 100%;
	min-width: 940px;
	height: 35px;
	position: absolute;
	bottom: 0;
}
.footer-inner {
	background: #7f7f7f;
	width: 940px;
	margin: 0 auto;
	line-height: 10px;
	padding: 12px 0 0;
	font-size: 11px;
}
#footer .menu ul {
	text-align: center;
}
#footer .menu li {
	display: inline;
	border-left: 1px solid #9b9b9b;
	padding: 0 15px;
	height: 10px;
	line-height: 10px;
}
#footer .menu li.first {
	border: 0;
	padding-left: 0;
}
#footer .menu a {
	color: #f2f2f2;
}

#footer .copyrights {
	float: right;
	color: #c3c3c3;
	margin: -11px 0 0;
	line-height: 12px;
}

.frontpage-cols {
	margin: 0 -10px 0;
	width: 690px;
}
.frontpage-cols .col {
	width: 201px;
	float: left;
	background: url(../images/frontpage-col-bg.gif) no-repeat 5px 0;
	padding: 20px 15px 10px 14px;
}
.frontpage-cols .col .contentpaneopen {
	width: 100%;
}
.frontpage-cols .col h1 {
	text-align: center;
}
.frontpage-cols .col p {
	line-height: 16px;
	margin: 7px 0;
}
.frontpage-cols .col p.more {
	margin: 0;
}

#text  h2.testimonials {background:url(../images/testimonial-header-bg.png) no-repeat left center;padding:5px 0 5px 40px;}
#text .testimonials-intro {padding:20px 15px;border:1px dotted #94151e;background:#f3efe3;}
#text .testimonials-author {text-align:right;font-weight: bold;display:block;}

#text {
	margin: 0 0 30px;
}
#text h1 {
	/*color: #9b222a;*/
	font: 24px/24px "Times New Roman", Times, Georgia, serif;
	margin: 0 0 10px;
}
#text .menu {
	height: 14px;
	margin: 10px 0;
}
#text .menu ul {
	margin: 0;
}
#text .menu a {
	text-decoration: underline;
}
#text .menu a:hover {
	text-decoration: none;
}
#text .menu li {
	float: left;
	line-height: 14px;
	font-weight: bold;
	list-style-type: none;
	padding: 0 34px 0 10px;
}
#text .menu li {
	background: url(../images/arrow-right.gif) no-repeat 0 4px;
}
#text .menu .current_page_item {
	background-image: url(../images/arrow-yellow.gif);
}
#text .menu .current_page_item a {
	color: #d2aa17;
}
#text p {
	margin: 10px 0;
}
#text .welcome p,
#text .search-item p {
	margin: 0 0 10px;
}
#text .welcome .article_separator {display:none;}
/*#text .welcome p {margin-left:466px;}*/
#text .picture-left {
	margin: 13px 14px 10px 0;
}
#text .welcome .picture-left {
	margin: 0 18px 0 0;
}

#text ul,
#text ol {
	margin: 0 0 0 40px;
}
#text ul li {
	list-style-type: disc;
}
#text ol li {
	list-style-type: decimal;
}

.news-item {
	background: url(../images/dotted-bg.gif) repeat-x 0 100%;
	margin: 20px 0;
	padding: 0 0 20px;
}
.news-item-last {
	margin: 0; padding: 0;
	background: none;
}
#text h2 {
	color: #9b222a;
	font: 18px/20px "Times New Roman", Times, Georgia, serif;
	margin: 0 0 4px;
	background: url(../images/header-1-bg.png) no-repeat 1px center;
	padding:15px 0 15px 35px;
}

#text h3 {
	color: #9b222a;
	font: 18px/20px "Times New Roman", Times, Georgia, serif;
	margin: 50px 0 15px;
	background: url(../images/header-2-bg.png) no-repeat center top;
	padding:30px 0 0;
	text-align: center;
}

#text h4 {
	color: #9b222a;
	font: 18px/20px "Times New Roman", Times, Georgia, serif;
	margin: 50px 0 15px;
	background: url(../images/header-3-bg.png) no-repeat center;
	padding:5px 30px;
	text-align: center;
}
#text .news-item p {
	line-height: 16px;
	margin: 4px 0;
}
#text p.date {
	font-weight: bold;
	margin: -2px 0 -12px;
}
#text .news-item p.date{
	margin: 0;
}
#text .news-item p.more {
	margin: 0;
}

#text .search-form {
	background: url(../images/dotted-bg.gif) repeat-x 0 100%;
	margin: 15px 0;
	padding: 0 0 17px;
}
#text .input-field,
#text .checkbox-field,
#text .radio-field {
	margin: 10px 0;
}
#text .input-field label,
#text span.label {
	font-weight: bold;
	display: inline-block;
	width: 85px;
}
#text .input-field input {
	width: 200px;
	padding: 0 0 0 4px;
}
#text .input-field select {
	width: 209px;
}
#text input.radio,
#text input.checkbox{
	vertical-align: middle;
}
#text .input-nolabel {
	padding: 0 0 0 85px;
}
#text .input-field textarea {
	width: 290px;
}
#text .buttons input {
	width: 100px;
	height: 22px;
	line-height: 22px;
	text-transform: uppercase;
	border: 0;
	background: #9b222a;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
}
#text .radio-field label {
	font-size: 0.9em;
}
#text .radio-field label,
#text .checkbox-field label {
	padding: 0 5px 0 0;
}
#text input.radio,
#text input.checkbox {
	margin: 0 3px 0 0;
}

.search-item {
	margin: 20px 0;
}
#text .search-item h2,
#text .item-employee h2 {
	font-size: 1.667em;
	line-height: 20px;
}

.item-employee {
	background: url(../images/dotted-bg.gif) repeat-x 0 100%;
	margin: 19px 0;
	padding: 0 0 20px;
}
.item-employee-last {
	background: none;
	padding: 0;
}

#text .item-employee .picture {
	float: left;
	width: 107px;
	height: 107px;
}
#text .item-employee .text {
	float: left;
	width: 295px;
	padding: 0 0 0 16px;
}
#text .item-employee .text h2 {
	margin: 0 0 4px;
}
#text .item-employee .text p {
	margin: 0;
	line-height: 20px;
}
#text p.about,
#text .item-employee .text p.about {
	font-size: 0.9em;
	line-height: 14px;
}
#text .item-employee .text p.about {
	margin: 4px 0 0;
}

#text .news-item .picture {
	float: left;
	width: 89px;
}
#text .news-item .text {
	float: left;
	width: 560px;
	padding: 0 0 0 15px;
}

.item-faq, .item-job {
	background: url(../images/dotted-bg.gif) repeat-x 0 100%;
	padding: 10px 0 12px;
}

#text .item-faq h2, 
#text .item-job h2 {
	background: url(../images/faq-closed.gif) no-repeat 0 3px;
	margin: 0;
	padding: 0 0 0 31px;
}
#text .item-faq .answer {
	display: none;
	padding: 10px 0 0;
}
#text .item-faq-opened h2 {
	background-image: url(../images/faq-opened.gif);
}
#text .item-faq p {
	margin: 0;
}

form.feedback {
	/*width: 315px;*/
	width: 100%;
	position:relative;
	
}
form.feedback .error-message {
	position:absolute;
	color:#9B222A;
	position:absolute;
	right:5px;	
}
form.feedback .buttons {
	text-align: right;
	width:520px;
}
#text form.feedback .input-field {
	margin:15px 0 15px 200px;
}
#text form.feedback .input-field label {
	width: 105px;
	vertical-align: top;
}
#text form.feedback .input-field input,
#text form.feedback .input-field textarea {
	border: 1px solid #bcbcbc;
	background: #fff;
}
#text form.feedback .input-field input {
	height: 18px;
	line-height: 18px;
	width: 207px;
}
#text form.feedback .input-field textarea {
	overflow: auto;
	height: 75px;
	width: 316px;
	padding: 0 0 0 4px;
}

#text form.feedback label.reg {
	font-weight: bold;
	width: 180px!important;
	float: left;
}

#text form.reg .input-field {
	margin: 0px!important;
}
#text form.reg .buttons .submit {
	width: auto!important;
	padding: 0 5px;
	margin: 10px 0;
}
#text form.reg .overview p {
	clear: both;
	height: 18px;
}

#text form.reg .overview p span {
	float: left;
	width: 180px;
	font-weight: bold;
	margin: 0 10px 0 0;
}


#text .googlemap {
	float:left;
	padding:1px;
	border: 1px solid #bcbcbc;
	background: #fff;
	margin:0 17px 17px 0;
}

.view-cap, .view-container-border {background : gray!important;}


.print {float:right;position:relative;color:#999;font-size:10px;}
.print span {position:relative; margin:0 0 0 4px; bottom:1px;}

.fontsize {float:right;position:relative;bottom:3px;color:#999;font-size:9px;border-right: 1px solid #999;margin:0 12px;padding:0 12px;}
.fontsize span {text-transform: uppercase;padding-right:2px;}
.fontsize a {color:#4c4c4c;text-decoration: none;padding:0 2px;}
.fontsize .active {color:#9b222a;}
.fontsize .normal {font-size:12px;}
.fontsize .medium {font-size:14px;}
.fontsize .big {font-size:16px;}

#gcalendar_powered {
	display: none;
}

