*{
	margin:0;
	padding:0;
}

@font-face {
	font-family: "COM4tSansMediumRegular";
	src: url('fonts/com4s_m-webfont.eot');
	src: url('fonts/com4s_m-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/com4s_m-webfont.woff') format('woff'),
         url('fonts/com4s_m-webfont.ttf') format('truetype'),
         url('fonts/com4s_m-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

a{
	text-decoration:none;
	outline:none;
}
ul{
	list-style:none;
}
body{
	background: #FFFFFF;
	font-family: "COM4tSansMediumRegular", Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	text-shadow: 0px 0px 1px #fff;
	letter-spacing: 0.1875em;
	overflow: hidden;
	padding-top: 3em;
}
.top_menu{
	height: 40px;
	line-height: 20px;
	position: absolute;
	top: -60px;
	left: 0px;
	width: 100%;
	overflow: hidden;
	background: #FFFFFF;
	border-bottom: 1px solid #000;
	z-index: 100;
	-moz-box-shadow: 0px 0px 4px #010101;
	-webkit-box-shadow: 0px 0px 4px #010101;
	box-shadow: 0px 0px 4px #010101;
}
.top_menu .back{
	position: absolute;
	top: 0px;
	left: 10px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	color: #999;
}
.top_menu .back span{
	width: 14px;
	height: 40px;
	display: block;
	float: left;
	background: #FFF url(../images/prev.png) repeat-x left center;
	margin-right: 10px;
	opacity: 0.5;
}
.top_menu .back:hover{
	color: #6c3;
	font-weight: bold;
		text-shadow: 0 0 0.2em #f8f8b9, 0 0 0.2em #f8f8b9,
        0 0 0.2em #f8f8b9;

}
.top_menu .back:hover span{
	opacity:0.9;
}
.top_menu span.description{
	font-style: italic;
	position: absolute;
	width: 100%;
	text-align: center;
	vertical-align: text-top;
	left: 0px;
	/*height: 40px;*/
}


.top_menu .info{
	float:right;
	margin-right:10px;
}
.header{
	height: 100px;
	position: absolute;
	top: 30px;
	left: -1px;
	width: 100%;
	overflow: hidden;
	z-index: 90;
	-moz-box-shadow: 0px 0px 10px #010101;
	-webkit-box-shadow: 0px 0px 10px #010101;
	box-shadow: 0px 0px 10px #010101;
	background-image: url(../../images/sky3.png);
	background-repeat: repeat;
	background-position: 100%;
}
h1, h1 a{
	font-size: 1.75em;
	padding-left: 1em;
	padding-top: 0em;
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
	letter-spacing: 0.25em;
	line-height: 2.25em;
}

h1 a:hover  {
	text-shadow: 0 0 0.2em #f8f8b9, 0 0 0.2em #f8f8b9,
        0 0 0.2em #f8f8b9;
	-webkit-transition:color 1s ease-in;  
   -moz-transition:color 1s ease-in;  
   -o-transition:color 1s ease-in;  
   transition:color 1s ease-in;  
	}
	
h1 span{
	font-size: 0.75em;
	float: right;
	margin-right: 0em;
	line-height: 110px;
	text-shadow: 0px 0px 0px #000;
	background: url(none) no-repeat right top;
}
.preview img{ /*reflection*/
	position:absolute;
	left:0;
	top:0;
	-moz-box-shadow:1px 1px 5px #111;
	-webkit-box-shadow:1px 1px 5px #111;
	box-shadow:1px 1px 5px #111;
	-webkit-box-reflect:
		below -5px
		-webkit-gradient(
		linear,
		left top,
		left bottom,
		from(transparent),
		to(rgba(255,255,255,0.4))
		);

}
.footer{
	z-index: 100;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	background: #FFFFFF;
	border-top: 1px solid #999;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	-moz-box-shadow: 0px 0px 8px #010101;
	-webkit-box-shadow: 0px 0px 8px #010101;
	box-shadow: 0px 0px 8px #010101;
	color: #666;
}
.footer a{
	color: #666;
	text-decoration: none;
	margin: 40px;
}
.loader{
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 50%;
	left: 50%;
	opacity: 0.7;
	z-index: 9999;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	margin-top: -100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -100px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	background: #A5A5A5 url(../images/ajax-loader.gif) no-repeat center center;
}

a.next_image,
a.prev_image{
	width:40px;
	height:40px;
	position:fixed;
	top:50%;
	margin-top:-25px;
	cursor:pointer;
	opacity:0.7;
	z-index:999999;
/*	-moz-box-shadow:0px 0px 3px #000;
	-webkit-box-shadow:0px 0px 3px #000;
	box-shadow:0px 0px 3px #000;*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
a.next_image:hover,
a.prev_image:hover
{
	opacity:1;
}
a.next_image{
	background: #FFF url(../images/next.png) no-repeat center center;
	right: -50px;
}
a.prev_image{
	background:#fff url(../images/prev.png) no-repeat center center;
	left:-50px;	
}
.thumbnails_wrapper{
	position:absolute;
	top:-255px;
	left:0px;
	width:100%;
	-moz-box-shadow:0px 3px 5px #000;
	-webkit-box-shadow:0px 3px 5px #000;
	box-shadow:0px 3px 5px #000;
}
.bubble img{
	position:fixed;
	top:50%;
	left:50%;
	width:0px;
	height:0px;
}
/* Based on Manos Malihu's brilliant thumbnail scroller http://manos.malihu.gr/jquery-thumbnail-scroller */
.tshf_container{
	height: 80px;
	position: relative;
	width: 100%;
	background-color: #A5A5A5;
}
.tshf_container .thumbScroller{
	position:relative;
	width:100%;
	overflow:hidden;
}
.tshf_container .thumbScroller,
.tshf_container .thumbScroller .container,
.tshf_container .thumbScroller .content{
	height:75px;
}
.tshf_container .thumbScroller .container{
	position:relative;
	left:0;
}
.tshf_container .thumbScroller .content{
	float:left;
}
.tshf_container .thumbScroller .content div{
	height:100%;
	position:relative;
}
.tshf_container .thumbScroller img{
	border:none;
}
.tshf_container .thumbScroller .content div a{
	display:block;
	height:75px;
	width:75px;
}
.tshf_container .thumbScroller .content div a img{
	width:75px;
}
.tshf_container .thumbScroller .content div a:hover{
	border-color:#fff;
	
}
.tshf_container .thumbScroller .content div:hover span{
	background:transparent url(../images/thumb_overlay_hover.png) no-repeat top left;


}
.tshf_container .thumbScroller .content span{
	cursor:pointer;
	position:absolute;
	width:75px;
	height:75px;
	top:0px;
	left:0px;back
}
