* {	padding: 0;}
body, html {
	background-color: #fff;

	}
.logo {
position: absolute;
	top:  -10px;
	left: -10px;
	height: 136px;
	width: 800px;	
	background: url(../logo.png) no-repeat;
}
#gallery {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 100%;
	overflow: auto;
	height: 300px;
}
#gallery img{
	padding:  0 3px 0 0;

}

/* @group topmenu */

#menu {
position: absolute;
	top: 43px;
	left: 0px;
	z-index: 1;
	height: 30px;
	width: 790px ;
	background: url(../images/dot.png) repeat;
}
#menu ul{
	list-style: none;
	white-space: nowrap;
	height: 30;
	display: table;
	margin: 0;
	padding: 0;
		float:  left;

}
#menu li{
	float:left;
	height: 30px;
	display: table-cell;
	
}
#menu a {
	display:block;
	height: 30px; 
z-index: 100;
	text-decoration:none;
}

#menu a.a{
width: 84px;	background: url(../images/menu_01.png) no-repeat 0 0;
}
#menu a.b{
width: 57px;
	background: url(../images/menu_02.png) no-repeat 0 0;
}
#menu a.c{
width: 86px;
	background: url(../images/menu_03.png) no-repeat 0 0;
}
#menu a.d{
width: 62px;
	background: url(../images/menu_04.png) no-repeat 0 0;
}
#menu a.e{
width: 92px;
	background: url(../images/menu_05.png) no-repeat 0 0;
}
#menu a.f{
width: 95px;
	background: url(../images/menu_06.png) no-repeat 0 0;
}
#menu a.g{
width: 94px;
	background: url(../images/menu_07.png) no-repeat 0 0;
}
#menu a.h{
width: 99px;
	background: url(../images/menu_08.png) no-repeat 0 0;
}
#menu a.i{
width: 121px;
	background: url(../images/menu_09.png) no-repeat 0 0;
}
#menu li.active  a{
	background-position: 0 -60px;
}
#menu  a:hover {
	background-position: 0 -30px;
}
.menu-text {
	visibility: hidden;
}
/* @end */
#contact {
	font-family: tahoma, verdana;
	font-size: 12px;
	text-align: center;
	padding: 20px 40px;
	color: #000;
}
#page #contact {
	display: none;
}
#contact h2 {
	font-family: tahoma, verdana;
	font-size: 13	px;
	font-weight: bold;
}
