/* _GENERAL STYLES
*/

html, body, ul, li, a, p, h1, input, img, h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
}

body {
	font-size: 62.5%; /*  that will make 1 em ~10px */
	font-family: arial,sans-serif;
}

a, p, h1, h2, h3, h4, h5, h6 {
	font-size: 1.3em;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Times New Roman, Georgia;
	font-style: italic;
	font-weight: normal;
}

h2, h4 {
	font-size: 2.7em;
}

p {
color: #4d4a3f;
}

li {
	list-style-type: none;
}

img {

}

a img {
	border: 2px solid gray;
}

hr {
	border: none;
	color: #aaa;
	background-color: #aaa;
	height: 1px;	
}

/* end of GENERAL STYLES */

/* LAYOUT STYLES */
html, body {
	height: 100%;
}

#container {
	min-height: 100%;
	width: 900px;
	padding:0 21px;
	margin: 0 auto;
	background: #f6f0e6 url(../img/bodyFades.gif) repeat-y top left;
}
#IE6 #container {
	height: 100%; /* IE6: treaded like min-height */
}

#container .inner { /* inner container */
	background: url(../img/mainBg.jpg) no-repeat top left;
}

#contentWrapper {
	float: left;
}

#gallery, #map {
	float: right;
}

#map {
	clear: right;
}

/* end of LAYOUT STYLES */


h1 { /* header */
	padding-top: 132px;
	padding-left: 30px;
	height: 200px;
	color: #fff;
	font-size: 3.8em;
}

/* _NAVIGATION STYLES
*/
ul#nav {
	float: left;
	width: 100%;
	height: 45px;
	background: url(../img/navBgRight.gif) no-repeat top right;
	padding-top: 18px;
}

ul#nav li {
	float: left;
	background: url(../img/listSeperator.gif) no-repeat 100% 50%;
	padding-right: 10px;
	padding-left: 10px;
}
ul#nav li#first { /* first list element */
	padding-left: 35px;
}
ul#nav li#last { /* last list element */
	padding-right:0;
	background: none;
}

ul#nav li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

ul#nav li a:hover {
	text-decoration: underline;
}
/* end of _NAVIGATION STYLES
*/

/* _page title */
h2 {
	clear: left;
	padding-top: 5px;
	padding-left: 30px;
	padding-bottom: 4px;
	color: #111;
}

/* _content div */
#content {
	margin-top: 130px;
	text-align: justify;
	width: 454px;
	background: #ece1cf url(../img/navBgMid.gif) repeat-x top left;
}

/* the inner div is only needed for the bottom background */
div#content div {
	min-height: 347px;
}
#IE6 div#content div{
	height: 347px; /* IE6: treated as min-height */
}
div#content div {
	background: url(../img/contentBgBottom.gif) no-repeat bottom right;
}

#content p {
	text-align: justify;
	padding: 0 50px 10px 30px;
}

#contacts {
	width: 454px;
	background: #ece1cf url(../img/contactsBgLeft.gif) no-repeat top left;
}
#contacts div { /* this div is only needed for the bottom right corner background */
	padding-top: 10px;
	padding-left: 160px;
	height: 164px;
	background: url(../img/contactsBgRight.gif) no-repeat bottom right;
}

#contacts h4 {
	color: #111;
}

#contacts p {
	padding-top:5px;
}

#contacts a, p a {
	text-decoration: none;
	color: #4d4a3f;
	font-size: 1em;
}

#contacts a:hover, p a:hover {
	text-decoration: underline;
}

/* end of content */

/* gallery */
#gallery  {
	margin-top: 12px;
	width: 430px;
}

#gallery ul {
	margin-top: 50px;
	margin-left: 20px;
}

#gallery ul li {
	margin-top: 15px;
}

#gallery #flash {
	float: right;
}

#gallery #no_flash {
	float: right;
}

/* map */
#map  {
	margin-top: 30px;
	width: 410px;
	border: 0;
}

#map  h4 {
	margin-bottom: 10px;
	margin-left: 5px;
}

#map img {
	border: none;
}

/* footer */
#footer {
	clear: both;
	padding: 7px 0;
	font-size: 1em;
	text-align: center;
	
}

#footer  a {
	color: #333;
	text-decoration: none;
	font-size: 1.1em;
}

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

#footer span {
	margin-right: 20px;
}
.forma {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

.gallery-pic {
	width: 100%;
	text-align: center;
}
.gallery-pic img {
	border: 2px solid gray;
}
.label {
width: 200px;
}

/* Added 2009.09.18 */
.lang {
    font-size: 1em;
    margin: -5px 0;
    position: relative;
    top: 120px;
    left: 15px;
}
.lang a {
    text-decoration: none;
    color: #000000;
}
.lang a:hover {
    color: #000000;
    text-decoration: underline;
}
.lang a:visited {
    color: #000000;
}
.lang .active {
    font-weight: bold;
    text-decoration: underline;
}


