@import url(//fonts.googleapis.com/css?family=Cardo:400,700,400italic);
html {overflow-y: scroll;}
body {
	font-family: Arial, "Sans Serif";
  	font-family: Cardo, Arial, "Sans Serif";
	font-size: 1.0em;
	letter-spacing: 1.3px;
	color: #000;
	background-color: #FFFFFF;
	margin: 0;
}

a {
	color: #B20839;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #666666;
	text-decoration: none;
}
img {
	border: none;
}


.wrapper {
	width: 990px;
	margin: 0 auto;
	padding: 0;
}
.header  {
	height: 160px;
}
.logo {
  float: right;
}
.breadcrumbs { 
	color: #8F999E;
    float: right;
    font-size: 0.75em;
    margin-top: 15px;
    padding: 0 20px;
}
.breadcrumbs a { 
	color: #8f999e;
}
.breadcrumbs a:hover { 
	color: #B20839;
}
.search {
	float: left;
    height: 20px;
    margin-left: 25px;
    margin-top: 12px;
}

.body {
	min-height: 400px;
	padding-bottom: 50px;
}
.full {
	width: 950px;
	padding: 0 20px;
	text-align: left;
	font-size: 1em;
	color: #333;
	line-height: 24px;
}
.right {
	width: 703px;
	text-align: left;
	font-size: 1em;
	color: #333;
	line-height: 24px;
	float: right;
}
.right p {
	padding-right: 10px;
}
.image {
	width: 703px;
	height: 318px;
	overflow: hidden;
}
.image, .image p {
	margin: 0;
	padding: 0;
}
.minigallery {
	margin-top: 15px !important;
}
.minigallery img {
	margin-right:10px  !important;
}
.left {
	min-height: 278px;
	width: 260px;
	float: left;
	margin-top:0px;
	padding: 0;
}
.left .submenu {
	min-height: 278px;
	width: 260px;
	margin-top:0px;
	background: #AAC2AC;
	padding: 20px 5px;
}
.left .lefttext {
	width: 260px;
	margin-top:0px;
	padding: 20px 5px;
}

.footer {
	background: #f4f4f4;
	padding: 10px 5px 15px;
	color: #666;
	line-height: 20px;
}
.innerfooter {
	width: 990px;
	margin: 0 auto;
}
.fleft {
	float: left;
    padding: 0px 30px;
    width: 169px;
	border-right: 1px solid #AAC2AC;
	min-height: 275px;
}
.fleftw {
	float: left;
    padding: 0px 30px;
    width: 230px;
}
.footer a {
	color: #666;
	font-weight: normal;
}
.footer a:hover {
	color: #B20839;
}
.clr { clear:both; padding:0; margin:0; background:none;}
.spacer { height: 5px;}

.flags {
	float: left;
	margin-left: 10px;
	height: 15px;
}
.flags img {
	height: 32px;
	margin: 5px 5px;
	float: left;
	border: none;
	opacity: 0.6;
}
.flags img:hover {
	opacity: 1;
}

.srchbutton {
	background: #B20839;
	color: #fff;
	padding: 3px;
	border: none;
	cursor: pointer;

}
.highlight {
	color: #B20839;
	background: #ddd;
}
a.button {
    background: #b20839 none repeat scroll 0 0;
    bottom: 33px;
    color: #ffffff;
    display: block;
    float: right;
    margin-top: 10px;
    padding: 5px 10px;
    position: relative;
    right: 33px;
    text-decoration: none;
}
