/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font: 12px "Trebuchet MS", sans-serif;
	font-weight: normal;
	color: #818284;
	background: #000000 url(../images/bg_slider_black.jpg) 0 0 repeat-x;

}



a {
	text-decoration: none;
	color: #00529b;
}
a:hover {
	color: #88878c;
}


H1 {
	font-size: 20px; 
	font-weight: bold; 
	color: #00529b; 
	margin: 2px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
	margin-bottom:20px;
}

H2 {
	font-size: 14px; 
	font-weight: bold; 
	color: #00529b; 
	margin: 2px;
	padding: 0px;
	height: 20px;
	line-height: 20px;
}

div.bgdiv {
	width: 1500px;
	height: 781px;
	background: #FFFFFF url(../images/bg_black.jpg) 0 0 repeat-x;
	position: absolute;	
}


div.container {
	width: 900px;
	min-height: 781px;
	background: #fff;
	border: 1px solid #e2e2e2;
	margin-left: 198px;
	display: block;
	
}

div.footer {
	clear:both;
	width: 902px;
	height: 15px;
	margin-left: 198px;
	float: left;
	display: block;
	text-align: right;
	font-size: 10px;
}

div.header {
	width: 900px;
	height: 130px;
	background: #FFFFFF;
	float: left;
	display: block;
	background: #FFFFFF url(../images/logo.gif) no-repeat bottom;
	text-align: right;
}

div.menudiv {
	width: 205px;
	height: 400px;
	margin: 23px;
	float: left;
}

div.textdiv {
	width: 500px;
	margin: 23px 10px 23px 10px;
	float: left;
	display: block;

}

div.textdiv2 {
	width: 400px;
	margin: 23px 10px 23px 10px;
	float: left;
	display: block;

}

div.addiv {
	width: 200px;
	height: 400px;
	/*margin: 23px 100px 23px 0px;*/
	margin-top: 270px;
	float: left;
	text-align: center;
	display: block;
}


div.addiv2 {
	width: 200px;
	height: 400px;
	/*margin: 23px 100px 23px 0px;*/
	margin-top: 30px;
	float: left;
	text-align: center;
	display: block;
}


/* PARAGRAPHS */
p {
	margin: 0px 20px 15px 5px;
	padding: 0px;
	
}

p.language {
	margin: 110px 35px 0px 0px;
	padding: 0px;
	text-align: right;
	
}




/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#666;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}




/* CSS Document */

