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

#navbar-container {
	width:974px;
	padding:0;
}
.navbar-bottom {
	height:43px;
}
#navbar-bottom {
	background-image: url("../images/tm_bg.gif");
	background-repeat:repeat-x;
	background-position:center top;
}
#header-bottom {
	background-color:#000;
	height:2px;
}

/*  TABS  */
.navbar-bottom-l a {
	background:url("../images/tm_bg.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	color:#fff;
	display:block inline;
	height:18px;
	padding:14px 34px 9px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-size: 14px;
}
.navbar-bottom-l a:hover {
	background-position:0 -42px;
}
.navbar-bottom-r {
	float: right;
	padding-left: 2px;
}
.navbar-bottom-r a {
	background:url("../images/store-button.png");
	background-repeat:no-repeat;
	background-position:center top;
	color:#fff;
	font-size:16px;
	display:block inline;
	height:30px;
	padding:12px 0 0 0;
	margin:0;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
	text-shadow:0 0 2px #000;
	width:230px;
}
.navbar-bottom-r a:hover {
	background-position:center bottom;
}

.navbar-bottom-l a#menu-consult {
	background:url("../images/tm_bg3.gif");
	background-repeat:repeat-x;
	background-position:0px 0px;
	color:#fff;
	display:block inline;
	height:18px;
	padding:14px 40px 9px;
	margin:0px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	float:left;
	font-size: 14px;
}
.navbar-bottom-l a#menu-consult:hover {
	background-position:0px -42px;
}

.tm_dlm {
    width: 2px;
    height: 43px;
    background: url("../images/tm_dlm.gif") 0 0 no-repeat;
	padding:0px;
	margin:0px;
	float:left;
}


#home #menu-home {
	background-position:0 -42px;
}
#biography #menu-biography {
	background-position:0 -42px;
}
#gallery-page #menu-gallery {
	background-position:0 -42px;
}
#events #menu-events {
	background-position:0 -42px;
}
#events #menu-store {
	background-position:0 -42px;
}

/* CSS FOR SLIDESHOW SCRIPT */

#imageSlideshowHolder2 {
	background-color:#000;
	margin: 0px;	/* "Air" */
	width: 974px;	/* Image width */
	height: 202px;	/* Image height */
	position:relative;	/* Don't remove this line */

}
#imageSlideshowHolder2.successHolder {
	background-color:#000;
}

/* Don't change these values */
#imageSlideshowHolder2 img {
	position:absolute;
	left: 0px;
	top: 0px;
}
/* END CSS SLIDESHOW SCRIPT */
