body   {
	background-color: #ffffff;
	background-image: url("../images2/bg_main.png");
	background-position: top left;
	background-repeat: repeat-x;
	font-family: verdana;
	margin: 0;
	padding: 0;
	border: 0;
}

#maindiv  {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 768px;
	background-color: transparent;/*white;*/
}

#header  {
	position: relative;
	left: 145px;
	top: 0px;
	width: 690px;
	height: 88px;
}


#top-logo-left  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 187px;
	background-image: url("/images2/logo.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}


#top-logo-right  {
	top: 20px;
	right: 43px;
	width: 94px;
	height: 60px;
	cursor: pointer;
	background-image: url("/images2/plotter.gif");
	background-position: top left;
}

#top-logo-right-text p {
	position: absolute;
	top: 94px;
	right: 3px;
	width: 184px;
	height: 15px;
	font-size: 10px;
	color: #8A8A8A;
}

#menu  {
	position: absolute;
	top: 156px;
	left: 840px;
	width: 184px;
	height: 200px;
}

.menus  {
	position: absolute;
	left: 0px;
	width: 184px;
	height: 24px;
	cursor: pointer;
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #7A7A7A;
}

/*#item0  {	background-image: url("../images/menu1_logo.jpg");}
#item1  {	background-image: url("../images/menu2_style.jpg");}
#item2  {	background-image: url("../images/menu3_sharg.jpg");}
#item3  {	background-image: url("../images/menu4_package.jpg");}
#item4  {	background-image: url("../images/menu5_graphik.jpg");}*/

#content  {
	background-image:url(/images/sand_glass_bg2.jpg);
	position: absolute;
	top: 93px;
	left: 165px;
	width: 650px;
	height: 550px;
	overflow: hidden;
}

#bottom-cover  {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 650px;
	height: 50px;
	background-color: white;
	z-index: 1;
	overflow: hidden;
}

#bottom-info  {
	position: absolute;
	top: 598px;
	left: 230px;
	width: 460px;
	height: 46px;
	overflow: hidden;
	z-index: 2;
}

#years  {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 120px;
	height: 50px;
	font-size: 10px;
	color: #E12D2D;
	font-weight: bold;
}

#describtion  {
	position: absolute;
	top: 1px;
	left: 101px;
	width: 340px;
	height: 50px;
}

#describtion p {
	margin-left: 18px;
	font-size: 11px; 
	color: #888;
	line-height: 14px;	
}

#thumb-box  {
	position: absolute;
	top: 650px;
	left: 170px;
	width: 650px;
	height: 83px;
	overflow: hidden;
	background-image: url("/images2/bg_preview.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	
}

.thumb  {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 61px;
	height: 61px;
	background-position: top left;
	background-repeat: no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.thumb img  {
	filter: alpha(opacity = 0);
    opacity: 0;
}

#nav-left, #nav-right  {
	position: absolute;
	top: 0px;
	width: 80px;
	height: 80px;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 2;
}

#slider-place  {
	position: absolute;
	top: 0px;
	left: 80px;
	width: 490px;
	height: 83px;
	overflow: hidden;
	
}

#slider  {
	position: absolute;
	top: 0px;
	left: 13px;
	height: 83px;
}

#nav-left  {
	left: 0px;
	background-image: url("/images2/no_left.jpg");
	background-position: 40% 0%;
}

#nav-right  {
	right: 0px;
	background-image: url("/images2/btn_right.jpg");
	background-position: 60% 0%;
}

/*#hr  {
	position: absolute;
	left: 0px;
	top: 744px;
	height: 1px;
	background-image: url("/images2/point.png");
	background-repeat: repeat-x;
}*/

#bottom-logo  {
	bottom: 0px;
	left: 0px;
	width: 277px;
	height: 23px;
	color: black;
	font-family: verdana;
	font-size: 10px;
}

#newmental-text  {
	bottom: 0px;
	right: 0px;
	width: 120px;
	height: 23px;
	
}

#newmental-text span  {
	color: #828180;
	font-size: 11px;
	font-weight: bold;
	

}

#newmental-text, #bottom-logo, #top-logo-right  {
	position: absolute;
	background-position: top left;
	background-repeat: no-repeat;
}

#about-place  {
	position: absolute;
	top: 120px;
	left: 165px;
	width: 650px;
	height: 550px;
	overflow: auto;
}

a:link  {
	text-decoration: none;
	color: #555;
}
a:visited {
	text-decoration: none;
	color: #555;
}

a:hover  {
	text-decoration: none;
	color: #A00;
}


.pngfix { 
  behavior: url("/styles/iepngfix.htc"); 
}











