@charset "utf-8";
/* CSS Document */

html, body {
	background-image: url(/images/bg.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	line-height:1.3em;
}

h1 { font-size:1.8em; font-weight:normal; margin-bottom:15px; color:#191919; }
h2 { font-size:1.6em; font-weight:normal; margin-bottom:15px; color:#191919; }
h3 { font-size:1.3em; font-weight:normal; margin-bottom:15px; color:#191919; }
h4 { font-size:1.1em; font-weight:normal; margin-bottom:15px; color:#191919; }
#information h3 { color:#fff; }

* { padding:0; margin:0; }

p { margin-bottom:10px; }

#header {
	width: 979px;
	height: 120px;
	background-image:url(/images/header.gif);
}
#logo {
	float:left;
	padding-top:45px;
	padding-left:45px;
}
#top_navi {
	float:right;
	padding-top:30px;
	padding-right:45px;
}


#breadcrumbs {
	width: 979px;
	height: 23px;
	padding-top:11px;
	color:#fff;
	font-size:11px;

}
#breadcrumbs a{
color:#fff;
text-decoration:none;
}
#breadcrumbs a:hover{
text-decoration:underline;
}
#breadcrumbs_left {
	float:left;
	padding-left:25px;
}
#breadcrumbs_right {
	float:right;
	color:#FF0000;
	padding-right:25px;
}
#side_navi {
	float:left;
	width: 318px;
	padding-left:35px;
	padding-top:25px;
	background-image:url(/images/shadow_left.gif);
	background-repeat:no-repeat;
	background-color:#fff;
}
#content {
	margin-left:368px;
	width: 596px;
	padding-right:55px;
	padding-top:25px;
	min-height: 730px;
	background-image:url(/images/shadow_right.gif);
	background-repeat:no-repeat;
	background-position:top right;
	background-color:#fff;
}
#footer {
	width:100%;
	background-image:url(/images/footer_bg.gif);
	background:#908A7A;
}
#footer_top {
margin-left:30px;
	height: 140px;
	padding-top:14px;

}
#footer_bottom {
    float:right;
	padding-top:54px;
	width: 840px;
	height: 61px;
	text-align:center;
	color:#fff;
	font-size:12px;	
}
#footer_bottom a {
	color:#fff;
	text-decoration:none;
}
.text {
	padding:15px;
	background-color:#eaf3ef;
	border:2px solid #e0eee8;
	margin-bottom:15px;
	font-weight:bold;
}
/* NAVIGATION BUTTONS*/


.menu {
	height: 400px;
	width: 287px;
	margin-left:20px;
}
.cssnav {
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(/images/side_nav_roll.gif) no-repeat;
	width: 287px;
	height: 40px;
	overflow:hidden;/* for ie to hide extra heigh*/
}
.cssnav a {
	display: block;
	color: #838180;
	font-size: 12px;
	width: 287px;
	height: 40px;
	float: left;
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra heigh*/
}
.cssnav a:hover {
	color:#fff;
}
.cssnav img {
	width: 287px;
	height: 40px;
	border: 0;
}


* html a:hover {
	visibility:visible
}
.cssnav a:hover img {
	visibility:hidden
}
.cssnav span {
	position: absolute;
	left: 10%;
	top: 35%;
	width: 200px;
	cursor: pointer;
}
/* END OF NAVIGATION*/


#contacts {
margin-left:20px;
}


/* Galleries */
td.photogalleryItem img {
border:3px solid #D6D1BF;
}
table.photogalleryTable td {
padding:4px;
}
.photogalleryNavigation a { 
font-weight:bold;
margin-right:5px;
font-size:1.2em;
 }
