@charset "utf-8";
/* CSS Document */

/*css menu classes*/
#top-menu {
	list-style-type:none;
	float:left;
	margin:0;
	padding:18px 0 0 22px;
	height:53px;
	width:928px;
	background: url(../images/newMenu.png) no-repeat;
	font-size:14px;
}
#top-menu li {
	list-style-type:none;
	display:inline;
	padding:0 15px;
	float:left;
}
#top-menu li.last {
	float:right;
	margin-right:20px;
}
#top-menu li a {
	padding:0;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #000;
	color:#FFF;
	text-decoration:none;
}
#top-menu li a:hover {
	border-bottom:2px solid #fff;
	text-decoration:none;
}
#top-menu .active a{
	color:#e7787b;
	border-bottom:2px solid #e7787b;
}

/*GALLERY BUTTON*/
.gallery-img a {
	position:absolute;
	top:22px;
	right:-252px;
	background: url(../images/media/gallery.png) 0 0 no-repeat;
	width:81px;
	height:111px;
	display:block;
	padding:0px;
	text-decoration:none;
}
.gallery-img a:hover {
	background-position:-81px 0;
	text-decoration:none;
}
.gallery-show a {
	position:absolute;
	top:10px;
	left:-91px;
	background: url(../images/media/gallery-show.png) 0 0 no-repeat;
	width:101px;
	height:69px;
	display:block;
	padding:0px;
	text-decoration:none;
}
.gallery-show a:hover {
	background-position:-101px 0;
	text-decoration:none;
}
