@charset "utf-8";
/* CSS Document */

html { background:#000;}
body {
background:#000;
margin:0px;
font-family:Verdana, Geneva, sans-serif;
color:#D7E6EF;
font-size:14px;
width:100%;
}
h1 {
color:#FFF;
font-size:18px;
font-weight:normal;
margin:0px;
line-height:70px;
}
h2 {
color:#664422;
font-family:Georgia, Times New Roman, Times, serif;
font-size:20px;
font-weight:normal;
}
a {
outline:0px;
}

#container {
width:960px;
margin:auto;
}

/* header */
.toprow {
height:47px;
background: url(img/topmenu-bg.jpg) no-repeat;
padding-top:15px;
}
.topmenu {
text-align:center;
}
.topmenu td {
background:url(img/menusep.gif) right no-repeat;
}
.topmenu td.last {
background:none;
}
.topmenu a {
color:#FFF;
font-size:14px;
text-decoration:none;
line-height:28px;
}
.topmenu a:hover {
color:#5993B2;
text-decoration:underline;
}
#topimg img {
position:absolute;
}

/* content */
#content {
background:url(img/content-bg.jpg) top no-repeat;
min-height:300px;
}
#texthold {
width:880px;
margin:auto;
}

/* gallery */
#gallery {
width:900px;
}
#gallery li {
float:left;
height:122px;
width:162px;
text-align:center;
margin:3px;
padding:3px;
}
#gallery li img {
border:1px solid #0A507F;
}
#gallery li:hover {
background:#7FAFCB;
}

/* contact */
#contact {
width:500px;
margin:auto;
}
#contact li {
float:left;
padding-bottom:10px;
}
#contact .lft {
width:150px;
clear:left;
}
#contact .txtfld {
border:1px solid #0A507F;
background:#021219;
color:#FFF;
padding:2px;
}

/* footer */
#footer {
color:#7996B2;
text-align:center;
font-size:12px;
padding:5px 0px;
border-top:1px dotted #BED3ED;
width:900px;
margin:auto;
font-size:11px;
}

/* common */
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
} 

.nul {
padding:0px;
margin:0px;
list-style:none;
}

.tal { text-align:left;}
.tac { text-align:center;}
.tar { text-align:right;}
.taj { text-align:justify;}

.FS12 { font-size:12px;}
.FWB { font-weight:bold;}

.PT10 { padding-top:10px;}

.MB1 { margin-bottom:1px;}

.CL { clear:left;}
.CB { clear:both;}
.FL { float:left;}
.FR { float:right;}

/* SLIMBOX */

#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(img/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(img/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(img/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
