/*@font-face {
    font-family: "Existance";
    src: url(Existence-Light.ttf);
} */
body{
	font-family: Tahoma, Sans-Serif;
	font-size:90%;
	background:#ccc;
}
h1,h2,h3,h4,h5,h6{
	padding:0px;
	margin:0px;	
	margin-bottom:5px;
	color:#FFF;
        font-weight:normal;
}

p{
	margin:0px;
	padding:0px;	
	margin-bottom:10px;
	color: #B5B5B3;
}

a{
	text-decoration:none;
	color:inherit;
}
a:hover{
	text-decoration:underline;
}
a:active{
	background-color: #CCCCCC;
	color: #000;
  	outline:none;
	display: block;
}
:focus {
  -moz-outline-style:none;
}

a img{
	border:none;
}
ul li{
    list-style-type:none;
}

#top{
	background-color: #271F1C;
	height:15px;
	width:1016px;
	margin:0 auto;
}
#wrapper{
	background-color: #271F1C;
	width:1016px;
	margin:0 auto 0px;
}
#container{
	width:1000px;
	margin:auto;
}

#header{
	
}
#header #logo{
	text-align:center;
	padding:6px 0px 13px;
}
#header #menu{
	float:left;
	width:220px;
	color:#b5b5b3;
	z-index:8000;
	font-size:120%;
}
#header	#menu ul{
	padding:0px;
	margin:-5px 0px 0px 30px;
}
#header #menu ul li{
	list-style-type:none;
	border-top:#b5b5b3 dashed 1px;
}
#header #menu ul li a{
	margin:5px 0px;
	display:block;
	color:#b5b5b3;
}
#header #menu .menu_level2{
	padding-bottom:10px;
}
#header #menu .menu_level2 li{
	border:none;
}
#header #menu .menu_level2 li{
	font-size:85%;
}
#header #menu .menu_level2 li a{
	padding:0px;
}
#header #menu .menu_level3 li{
	font-size:80%;
}
#header #menu ul li a:hover{
	color:#ffffff;
	text-decoration:none;
}
#header #menu ul li.selected > a{
	color:#ffffff;
}
#header #image{
	float:right;
	width:780px;
	height:100%;
	margin-bottom:10px;

}
#header #imagelist ul{
	margin:0px;
	padding:0px;
	list-style:none;
}
#header #caption{
	float:right;
	width:750px;
	text-align:center;
}

#content{
	padding:10px 30px 0px;
}
#content a{
	color:#38385B;
}

#copyright{
	text-align:center;
	color:#271F1C;
}
#copyright p{
	margin:0px;
	padding:0px;	
	margin-bottom:10px;
	color: #000;
}
#copyright a{
	color:#271F1C;
}
#keywords{
	font-size: 17px;
	text-align: center;
	margin: 0px 220px 0 0;
	padding:0px;	
    	color: #B5B5B3;
	float: right;
}
#address {
	margin:-140px 0 0 30px;
}
#phone{
	float:left;
    margin-top:20px;
}
#about{
	width: 1000px;
	margin-left: -220px;
	
}
#footer{
	background-color: #271F1C;
	height: 15px;
	width:1016px;
	margin: 0px auto 0px;
}
#frame{
	z-index: 15;
	top: 243px;
	left: 30px;
	position: relative;
}
.imagelist{
	margin-top: -261px;
    	height: 100%;
}

/*------------------------*/
/*** set the width and height to match your images **/

#slideshow {
    	position:relative;
    	height:500px;
}

#slideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 500px;
	display: none;
}

#slideshow DIV.active {
	z-index:10;
    	opacity:1.0;
	display: block;
}

#slideshow DIV.last-active {
    	z-index:9;
}
.image {
   	height: 500px;
	display: block;
    	border: 0;
    	margin-bottom: 10px;
	margin-left: 30px;
}
.singleimage {
	height: 500px;
	display: block;
	border: 0;
	margin-bottom: 10px;
	margin-left: 30px;
}
.brand-logo {
	left: -193px;
	top: -128px;
	border: 0;
	position: relative;
	z-index:30;
}
#dots{
	float:right;
	margin-top: -20px;
}
#dots a.current{
	background-position: 0 -16px;
}
#dots a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;		
}
#dots a:hover {
	background-position:0 -8px;      
}


.control-panel{
	text-align:right;
	cursor: pointer;	 
   	z-index: 140;
	display: none;
}
#intro, #overlay{
	display: none;
}

#js_content #thumbs, #no_js_content #thumbs{
	float:left;
	width:215px;
	overflow:hidden;
}
#js_content #thumbs img, #no_js_content #thumbs img{
	margin-bottom:5px;
}
#js_content #large_container, #no_js_content #large_container{
	float:right;
	width:752px;
	overflow:hidden;
	text-align:center;
}


.clear{
	clear:both;
}
.ui-widget-overlay{
	filter:alpha(opacity=80);
}

