#wrapper {
	height: 740px;
	overflow: visible;
	overflow-x: hidden;
	position: relative;
}
HTML>BODY #wrapper {
	height: auto;
	min-height: 740px;
	overflow: hidden;
}

#nav {
	height: 1px;
	width: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: visible;
	background: none;
	font: bold 22px/34px Arial, sans-serif;
}
#nav UL {
	margin: 0 auto;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	height: 34px;
	overflow: hidden;
	position: absolute;
}
#nav UL LI A {
	display: inline-block;
	padding: 0px 6px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	background-color: #fff100;
}
#nav UL LI A:hover {
	color: #fff;
	background-color: #5a5a5a;
}
#nav UL LI A SPAN {
	display: block;
	height: 34px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#nav UL LI#nav2 {
	width: 177px;
	top: 180px;
		left: 60px;
}
#nav UL LI#nav2 A {
	width: 165px;
}
#nav UL LI#nav2 A SPAN {
	width: 177px;
	background: url(color_white/pics/nav/index-showroom.jpg) no-repeat left top;
}
#nav UL LI#nav2 A:hover SPAN {
	background: url(color_white/pics/nav/index-showroom.jpg) no-repeat left -34px;
}
#nav UL LI#nav3 {
	width: 146px;
	top: 255px;
	left:78px;
}
#nav UL LI#nav3 A {
	width:134px;
}
#nav UL LI#nav3 A SPAN {
	width: 146px;
	background: url(color_white/pics/nav/index-services.jpg) no-repeat left top;
}
#nav UL LI#nav3 A:hover SPAN {
	background: url(color_white/pics/nav/index-services.jpg) no-repeat left -34px;
}
#nav UL LI#nav4 {
	width:178px;
	top:333px;
	left:55px;
}
#nav UL LI#nav4 A {
	width:166px;
}
#nav UL LI#nav4 A SPAN {
	width:178px;
	background: url(color_white/pics/nav/index-customers.jpg) no-repeat left top;
}
#nav UL LI#nav4 A:hover SPAN {
	background: url(color_white/pics/nav/index-customers.jpg) no-repeat left -34px;
}
#nav UL LI#nav5 {
	width:105px;
	top:179px;
	left:616px;
}
#nav UL LI#nav5 A {
	width:93px;
}
#nav UL LI#nav5 A SPAN {
	width:105px;
	background: url(color_white/pics/nav/index-space.jpg) no-repeat left top;
}
#nav UL LI#nav5 A:hover SPAN {
	background: url(color_white/pics/nav/index-space.jpg) no-repeat left -34px;
}
#nav UL LI#nav6 {
	width:139px;
	top:342px;
	left:628px;
}
#nav UL LI#nav6 A {
	width:127px;
}
#nav UL LI#nav6 A SPAN {
	width:139px;
	background: url(color_white/pics/nav/index-contact.jpg) no-repeat left top;
}
#nav UL LI#nav6 A:hover SPAN {
	background: url(color_white/pics/nav/index-contact.jpg) no-repeat left -34px;
}
#nav UL LI#nav7 {
	width:118px;
	top:268px;
	left:629px;
}
#nav UL LI#nav7 A {
	width:106px;
}
#nav UL LI#nav7 A SPAN {
	width:118px;
	background: url(color_white/pics/nav/index-events.jpg) no-repeat left top;
}
#nav UL LI#nav7 A:hover SPAN {
	background: url(color_white/pics/nav/index-events.jpg) no-repeat left -34px;
}



#column1,
#column2 {
	display: none;
}
#main {
	margin-top: 95px;
	background-color: #fff;
	width: 300px;
	position: relative;
	left: 250px;
	height: 550px;
	overflow: visible;
}
HTML>BODY #main {
	height: auto;
	min-height: 550px;
	overflow: hidden;
}
#main,
.mainText P {
	padding: 0;
}

/* News
================*/
/*
H2.newsBulletinItemTitle A:hover {
	color: #6699cc;
	text-decoration: none;
}
*/