html {
	min-height: 100%;
}
body{
  font-size: 16px;
	font-family:Arial, Helvetica, sans-serif;
	min-height: 100%;
	padding:0;
	margin: 0;
  background: #404040;
}
h1{
  padding: 0;
  margin: 0;
}
h3{

}
a span {
  display: none;
}
a img {
  border: 0;
}
form textarea,
form select,
form input {border: 1px solid grey; margin: 1px;}
form p {padding: 1px;}
.clear {
  clear: both;
}
.hide {
  display: none;
}
.smallmargin p {
  margin: 2px 0 2px 0;
}
.news_text {
  clear: both;
}
.smallmargin {
  float: left;
}
.map {
  padding: 30px 20px 0 0;
  float: right;
}
#wrapper{
	width: 945px;
	margin: 0 auto;
  margin-top: 20px;
	min-height: 100%;
  background: url(../images/bg.gif) repeat-y left;
  margin-bottom: 20px;
}
#wrapper .header {
  width: 945px;
  height: 428px;
  background: url(../images/head.gif);
}
#wrapper .main {
  height: 260px;
}
#wrapper .header .header_top {
  width: 945px;
  float: left;
}
#wrapper .header .header_top h1 {
  float: left;
  margin-bottom: 20px;
}
#wrapper .header .header_top h1 a {
  margin: 10px 0 0 8px;
  background: url(../images/logo.gif);
  display: block;
  width: 193px;
  height: 57px;
}
#wrapper .header .header_top .head_text {
  float: right;
  margin: 25px 10px 0 0;
  color: #504f54;
  font-size: 14px;
}
#menu {
  float: right;
  background: url(../images/menu.jpg);
  width: 698px;
  height: 33px;
  padding: 0 0 0 30px;
  margin: 0;
  margin-top: 14px;
  margin-right: 8px;
}
#menu li {
  list-style: none;
  float: left;
  padding: 0;
  margin: 0;
  width: 136px;
}
#menu li.it a {
  display: block;
  width: 136px;
  padding-top: 7px;
  height: 26px;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: url(../images/menu_hover.gif) left top;
  cursor: default;
}
#menu li.sub-it a{
   cursor: pointer;
}
#menu li.not a {
  background: url(../images/menu_hover2.gif) left top;
  cursor: pointer;
}
#menu li.it:hover {
  background: url(../images/menu_hover.gif) left bottom;
}
#menu li.it a:hover {
  background: url(../images/menu_hover.gif) left bottom; 
}
#menu li.not a:hover {
  background: url(../images/menu_hover2.gif) left bottom;
}
#wrapper .header .welcome {
  float: left;
  background: url(../images/welcome.jpg);
  width: 930px;
  height: 173px;
  margin-left: 7px;
}
#wrapper .header .show {
  background: url(../images/show.jpg);
  width: 910px;
  height: 139px;
  float: left;
  padding: 20px 0px 0 20px;
  margin-top: 8px;
  margin-left: 7px;
}
#wrapper .header .show img {
  margin-right: 29px;
}
#wrapper .left {
  float: left;
  width: 220px;
  min-height: 200px;
  margin-left: 7px;
  padding-top: 10px;
}
#wrapper .left .contact {
  width: 200px;
  height: 158px;
  background: url(../images/contact.jpg);
  color: #FFF;
  font-size: 12px;
  padding-left: 15px;
  padding-top: 20px;
}
#wrapper .left .contact h2 {
  font-size: 12px;
  text-transform: uppercase;
}
#wrapper .left .contact p {
  margin: 3px 0 3px 0;
}
#wrapper .left .news {
  width: 215px;
  background: url(../images/newstop.jpg) no-repeat top left;
  padding-top: 8px;
  margin-bottom: 0px;
  margin-top: 10px;
}
#wrapper .left .news .news_in {
  background: #de9524 url(../images/newsbottom.jpg) no-repeat bottom left;
  color: #FFF;
  font-size: 12px;
  padding: 0 8px 8px 8px;
  width: 199px;
  float: left;
  }
#wrapper .left .news .news_in h2 {
  margin: 0 0 5px 0;
}
#wrapper .left .news .news_in h3 {
  float: left;
  display: block;
  margin: 4px 5px 4px 0;
  padding: 0;
}
#wrapper .left .news .news_in .date {
  margin: 4px 0 4px 0;
  padding: 0;
}
#wrapper .left .news .news_in div {
  margin: 4px 0 4px 0;
  padding: 0;
  float: left;
}
#wrapper .left .news .news_in p {
  margin: 3px 0 3px 0;
  width: 200px;
  display: block;
}
#wrapper .left .news .news_in a {
  color: #FFF;
  text-decoration: underline;
}
#wrapper .left .news .news_in a:hover {
  text-decoration: none;
}
#wrapper .right {
  color: #504f54;
  float: right;
  width: 705px;
  min-height: 100%;
  padding-left: 5px;
  padding-right: 8px;
  font-size: 13px;
  padding-bottom: 5px;
  background: url(../images/bgcontent.gif) no-repeat right bottom;
}
#wrapper .right a {
  color: #135fb5;
}
#wrapper .right a:hover {
  text-decoration: none;
}
#wrapper .right h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
}
#wrapper .right ul li {
  color: #3a3c3b;
  list-style: none;
  padding-left: 15px;
  background: url(../images/odd.gif) no-repeat left center;
}
#wrapper .right h3 {
  text-transform: uppercase;
  color: #135fb5;
}
#wrapper .right form label {
  display: block;
  width: 200px;
  float: left;
}
#wrapper .footer{
  clear: both;
  width: 945px;
  height: 12px;
  background: url(../images/footer.gif) no-repeat left bottom;
}
#wrapper .links {
  background: #404040;
  float: right;
}
#wrapper .links .webdesign {
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  display: block;
  height: 15px;
  width: 85px;
  float: right;
  padding: 2px 0 0 15px;
  background: url(../images/webdesign.jpg);
}
#wrapper .links .webdesign:hover {
  text-decoration: underline;
}
#wrapper .links .moonlake {
  display: block;
  width: 106px;
  height: 17px;
  background: url(../images/moonlake.jpg);
  float: right;
}

#gallery {
  padding: 10px;
}
#gallery tr td {
  padding: 10px;
}



#content-fckeditor{
  background-color: white;
}
