html {
	overflow-y: scroll;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.4em;
	min-width: 840px;
	text-align: center;
	background: url(backgrou.jpg) no-repeat center top;
}

/* @group Helpers */

.clear {
	clear: both;
}

.debug {
	background-color: orange;
	padding: 1em;
}

hr {width:600px;}

.floatLeft 			{ float: left; }
.floatRight			{ float: right; }
.clear				{ clear: both; }
.layoutCenter		{ margin: 0 auto; }
.textCenter			{ text-align: center; }
.textRight			{ text-align: right; }
.textLeft			{ text-align: left; }

/* @end */


#wrapper {
	margin: 90px auto 0;
	width: 1032px;
}


/* @group Language Selector */

.language {
	position: absolute;
	margin-left: 106px;
	margin-top: 258px;
}

.language ul li,
.language ul li a {
	display: block;
	float: left;
}

.language ul li a span {
	display: none;
}

.language ul li a {
	margin-right: 8px;
	width: 28px;
	height: 28px;
	background-image: url(language.png);
}

a.fr {
	background-position: 0 0;
}

a:hover.fr,
a.fr.selected {
	background-position: 0 -28px;
}

a.en {
	background-position: -36px 0;
}

a:hover.en,
a.en.selected {
	background-position: -36px -28px;
}

a.es {
	background-position: -72px 0;
}

a:hover.es,
a.es.selected {
	background-position: -72px -28px;
}

/* @end */


/* @group Menu */

.menu {
	position: absolute;
	margin-left: 114px;
	margin-top: 107px;
}

.menu ul li,
.menu ul li a {
	display: block;
	float: left;
	clear: both;
}

.menu ul li a span {
	display: none;
}

.menu ul li a {
	width: 183px;
	height: 27px;
}

#menu_fr ul li a {
	background-image: url(menu-fr0.png);
}

#menu_en ul li a {
	background-image: url(menu-en0.gif);
}
#menu_es ul li a {
	background-image: url(menu-es0.png);
}

.menu ul li a.home {
	background-position: 0 0;
	height: 21px;
}

.menu ul li a:hover.home,
.menu ul li a.home.selected {
	background-position: 0 -124px;
}

.menu ul li a.gallery {
	background-position: 0 -21px;
}

.menu ul li a:hover.gallery,
.menu ul li a.gallery.selected {
	background-position: 0 -145px;
}

.menu ul li a.map {
	background-position: 0 -48px;
}

.menu ul li a:hover.map,
.menu ul li a.map.selected {
	background-position: 0 -172px;
}

.menu ul li a.testimonial {
	height: 25px;
	background-position: 0 -74px;
}

.menu ul li a:hover.testimonial,
.menu ul li a.testimonial.selected {
	background-position: 0 -198px;
}


.menu ul li a.contact {
	height: 25px;
	background-position: 0 -99px;
}

.menu ul li a:hover.contact,
.menu ul li a.contact.selected {
	background-position: 0 -223px;
}


/* @end */

#contents {
	width: 410px;
	text-align: justify;
	position: absolute;
	margin-left: 374px;
	margin-top: 94px;
	padding-bottom: 20px;
}
#contents2  {
	text-align:left;
	width: 860px;
	text-align: justify;
	position: relative;
	margin-top: 400px;
	padding-bottom: 20px;
}

#contents h1, #contents2 h1 {
	margin-right: 4px;
	text-align: right;
}

#contents h2, #contents2 h2 {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 26px;
	padding-top: 32px;
	color: #f9b431;
}
#contents2 h2 { padding-top: 0px; }

#contents em, #contents2 em {
	font-style: italic;
}

#contents strong, #contents2 strong {
	font-weight: bold;
}

#contents p, #contents2 p {
	padding-bottom: 16px;
	font-size: 12px;
}

#contents img.illustration , #contents2 img.illustration{
	float: right;
	padding-left: 12px;
}

#slideshow {
	margin-top: 20px;
	margin-left: 10px;
}



form#contact span {
	display: block;
	float: left;
	width: 10px;
}

form#contact label {
	display: block;
	float: left;
	width: 70px;
	text-align: left;
	margin-right: 10px;
	line-height: 16px;
}

form#contact input {
	display: block;
	float: left;
	width: 310px;
	height: 14px;
	border: 1px solid #f9b431;
}

form#contact textarea {
	border: 1px solid #f9b431;
	width: 312px;
	height: 200px;
	display: block;
	float: left;
}

form#contact input,
form#contact textarea {
	font-size: 12px;
}

#contents p a {
	color: #f9b431;
	text-decoration: none;
}

#contents .contact-address a {
	color: black;
	font-weight: bold;
}