body {
margin: 0 auto;
padding: 0;
font-family: Arial, sans-serif;
background: url(img/bg.png) repeat-x #111111;
font-size: 12px;
color: black;
text-align: left;
}

.left {float: left; }
.right {float: right; }
.clr {clear: both;}
.center {text-align: center;}

img {border: none;}
h1 {font-size: 170%; font-weight: normal; margin: 0;}
h2 {font-size: 150%; font-weight: normal; margin: 0;}

h4 {font-size: 120%; font-weight: normal; margin: 0;}
h5 {font-size: 160%; font-weight: normal; margin: 0;}


thead {cursor: pointer;}
th {text-align: left;}

input {}
textarea {}
select {}

a {}
a:hover {}

/******************************main************************************/

#page {width: 944px; margin: 0 auto;}

#header {height: 470px;position:relative;}

#top-top	{height:61px;background:url(img/top-top.png) 0 0 no-repeat;}
#top-bottom	{height:46px;background:url(img/top-bottom.png) 0 0 no-repeat #fff;}
#top-logo	{position:absolute;top:0;left:8px;background:url(img/logo.png) 0 0 no-repeat;width:127px;height:190px;z-index:100;}
#slideshow-wrap	{background:#101010;}
#top-slideshow	{height:325px;position:relative;width:919px;margin:0 auto;}
#top-slideshow	{display:block;margin:0 auto;}

#top-menu	{text-align:center;list-style:none;background:url(img/top-menu.jpg) 0 0 repeat-x;height:27px;margin:0 0 0 0;border:1px solid #101010;padding:9px 0 0 135px;}
#top-menu li	{display:inline;position:relative;list-style:none;}
#top-menu > li	{background:url(img/separator.png) 100% 50% no-repeat;padding:5px 6px 5px 4px;}
#top-menu > li.last	{background:none;}
#top-menu li a	{color:#fff;padding:13px 10px;text-decoration:none;font-size:12px;}
#top-menu li ul	{position:absolute;top:30px;left:0px;text-align:left;width:200px;z-index:100;}
#top-menu li ul li	{display:block;background:url(img/top-submenu.png) 0 0 repeat;padding:5px;}
#top-menu li ul li a:hover	{text-shadow: 0px 0px 10px #ffffff;filter: dropshadow(color=#ffffff, offx=0, offy=0);}
#top-menu li ul li a	{background:none;color:#fff;}

#map	{height:390px;width:420px;}

#middle {background: white; }

#content {padding: 10px 0; }
#content a {text-decoration: none; color: #6B6B6B; font-weight: bold; }
#content a:hover {}
#content h3 {font-size: 120%; font-weight: bold; color: #6B6B6B; }

#clu {padding: 0 18px;}

#gallery {background: #111111; min-height: 390px; padding: 10px; width: 885px;}
#gallery h1 {color: #6B6B6B; background: url(img/galltop.jpg) no-repeat bottom left; padding-bottom: 15px; margin-bottom: 10px;}



.boxfoto {float: left; border: 1px solid #4C4C4C; padding: 1px 1px 0 1px; margin: 5px; width: 52px; height: 57px;}
.boxfoto1 {border: 1px solid #4C4C4C; padding: 2px 2px 0 2px; }

#footer {background: url(img/bgfooter.jpg) no-repeat; height: 100px;}

#menu {padding: 40px 0;}
#menu a {color: white; text-decoration: none;}
#menu li {display: inline; border-right: 1px dotted white; padding: 0 10px;}

input {width: 230px; margin-bottom: 5px; margin-top: 5px;}
input.button {width: 80px; }
textarea {height: 100px; width: 230px;}


.table {background: url(img/bgtable.jpg) repeat-x;}




strong {color: #0067D8;}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}







