@charset "utf-8";
/* CSS Document */

* {
margin: 0;
padding: 0;
list-style: none;
}

body {
background-color: #ffffff;
font-size:11px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

div#box {
width: 910px;
margin: 20px auto;
border: #cccccc 0px solid;
background: #ffffff url(img/bg_menu.gif) repeat-y;
}

div#menu ul {}

div#menu ul li {
	border-top: #fff 2px solid;
}

div#menu ul li.bottom {
	border-bottom: #fff 2px solid;
}


div#menu ul li a {
	display: block;
	padding: 5px;
}

.content-table td {
padding: 10px;
border-top:#000000 1px solid;
}

.content-table td.last {
border-bottom:#000000 1px solid;
}

.headline {
color: #085CA8;
font-weight: bold;
margin-bottom: 10px;
}

.clear {
clear: both;
}

.leftcol {
color: #085CA8;
padding: 0px;
padding-top: 0;
}

.leftcol a {
	color: #085CA8;
	text-decoration: none;
}

.leftcol .part1 {
	padding:5px;
}

div#col1, div#col2 {
float: left;
width: 193px;
margin-top: 5px;
}

div#col2 {
margin-left: 20px;
width: 680px;
margin-bottom:10px;
}

.galleryimages .item {
	float: left;
	width: 150px;
	margin: 3px;
	border: #666 1px solid;
	text-align: center;
}

.galleryimages .item .image {
	overflow: hidden;
	width: 150px;
	height: 100px;
}

/*.contentgalrow img { padding-right: 10px; }*/
.galbutton { margin-top: 5px; }
.contentgalrow { position: relative; width: 750px; height: 395px; overflow-x:hidden; margin-top: 10px; background-color: #ECECEC;}
.contentgalrow .close { text-align:right; padding: 3px; }
.contentgalrow .contentgal-item { position:absolute; text-align:center; height:352px; width:748px; padding: 1px; z-index: 10; background-color: #ECECEC; }

.contentgalrow .galArrowLeft { position: absolute; top:18px; width: 18px; top:184px; left:3px; z-index: 4000; }
.contentgalrow .galArrowRight { position: absolute; width: 18px; top:184px; right:3px; z-index: 4000; }
.contentgalrow .galpaging { position: absolute; z-index: 5000; padding: 3px; bottom: 0px; } 
.contentgalrow .galpaging a { font-weight: bold; color: #085CA8; text-decoration:none; padding-right: 3px; }
.contentgalrow .galpaging a.current { color: #000; }
.contentgalrow .lpaging { display: inline-block; width: 110px; }

