﻿*{
	margin:0;
	padding:0;
}
body{
	background: #000;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:15px;
	color: #fff;
	text-transform:uppercase;
	overflow-x:hidden;
}
.st_loading{
	position:fixed;
	top:10px;
	right:0px;
	background:#000 url(../images/loader.gif) no-repeat 10px 50%;
	padding:15px 40px 15px 60px;
	-moz-box-shadow:0px 0px 2px #000;
	-webkit-box-shadow:0px 0px 2px #000;
	box-shadow:0px 0px 2px #000;
	opacity:0.6;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
.oe_overlay{
	background:#000;
	opacity:0;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
}
ul.oe_menu{
	list-style:none;
	position:absolute;
	top:0;
	margin:auto;
	color:#999;
	width:750px;
	z-index:0;
}
ul.oe_menu p{
	color:#000;
	text-transform:none;
	font-family: 'Terminal Dosis Light', Arial, sans-serif;
	font-size:16px;
	width:380px;
}

ul.oe_menu > li{
	width:300px;
	height:20px;
	padding-bottom:2px;
	float:left;
	position:relative;
}
ul.oe_menu > li > a{
	display:block;
	position:relative;
	font-family: 'Open Sans Condensed', Arial, sans-serif;
	text-shadow: 0px 0px 1px white;
	text-transform:uppercase;
	background:transparent;
	color:#fff;
	text-decoration:none;
	font-size:24px;
	width:228px;
	height:20px;
	margin:1px;
	text-align:center;
	z-index:1;
}
	
ul.oe_menu > li > a:hover,
ul.oe_menu > li.selected > a{
	color:#f4f4f4;
}
.oe_wrapper ul.hovered > li > a{
	
}
ul.oe_menu div{
	position:absolute;
	top:40px;
	left:1px;
	width:688px;
	height:461px;
	padding:30px;
	display:none;
}
ul.oe_menu div ul li a{
	text-decoration:none;
	color:#222;
	padding:2px 2px 2px 4px;
	margin:2px;
	display:block;
	font-size:12px;
}
ul.oe_menu div ul.oe_full{
	width:100%;
}
ul.oe_menu div ul li a:hover{
	background:#000;
	color:#fff;
}
ul.oe_menu li ul{
	list-style:none;
	float:left;	
	margin-right:10px;
}
li.oe_heading{
	color:#aaa;
	font-size:16px;
	margin-bottom:10px;
	padding-bottom:6px;
	border-bottom:1px solid #ddd;
}   


/* Header Style */
/* #header {background:#333 url(images/pattern.png) repeat top left;position:absolute;top:0px;left:0px;width:100%;font-size:16px;
	text-transform:uppercase;letter-spacing:-1px;height:45px;z-index:4;font-family: 'Days One', Arial, sans-serif;}*/
	
#header {background:#333 url(images/pattern.png) repeat top left;position:absolute;top:0px;left:0px;width:100%;font-size:13px;
	text-transform:uppercase;letter-spacing:-1px;height:45px;z-index:4;font-family: 'PT Sans Narrow', Arial, sans-serif; z-index:102}
#header a{padding:0 10px 0 10px;line-height:45px;letter-spacing:1px;color:#ddd;float:right;text-decoration:none;}
#header a:hover{color:#fff;}
#header a span{font-weight:bold;}
#header a.bf_left{float:left;font-family: 'PT Sans Narrow', Arial, sans-serif; font-size:13px;}

/* Footer Style */
.bf_footer{background:#000 url(images/pattern.png) repeat top left;position:fixed;bottom:0px;left:0px;width:100%;font-size:10px;
text-transform:uppercase;letter-spacing:-1px;height:25px;z-index:4;font-family: 'Arial', Arial, sans-serif;}
.bf_footer a{padding:0 10px 0 10px;line-height:25px;letter-spacing:1px;color:#aaa;float:right;text-decoration:none;}
.bf_footer a:hover{color:#fff;}
.bf_footer a span{font-weight:bold;}
.bf_footer a.bf_left{float:left;}

/* Style for overlay and box */
.overlay{background:transparent url(../images/overlay.png) repeat top left;position:fixed;top:0px; bottom:0px;left:0px;right:0px;z-index:1;}
.box{position:fixed;top:-300px;left:30%;right:30%;background:transparent url(../images/grey-bg.jpg);color:#7F7F7F;padding:20px;border:2px solid #ccc;z-index:101;}
.box p{color:#666;text-transform:none;font-family: 'PT Sans Narrow', Arial, sans-serif;font-size:15px; text-align:right}
.box h3{color:#333; font-family: 'Terminal Dosis Light', Arial, sans-serif; text-align:right}
a.boxclose{float:right; width:26px; height:26px; background:transparent url(../images/cancel.png) repeat top left; margin-top:-30px;
   margin-right:-30px; cursor:pointer;}

/* Content Rotator Style */
.cr-container{
	width:98.5%;
	height:85%;
	border:10px solid #fff;
	position:fixed;
	top:45px;
	margin:auto;
	z-index:100;
	
}
.cr-content-wrapper{
	width:100%;
	height:100%;
	overflow:hidden;
}
.cr-content-container{
	display:none;
	position:absolute;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	display:none;
	overflow:hidden;
}
.cr-img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:1;
	
}
.cr-content{
	position:relative;
	z-index:10;
	margin:20px;
	height:360px;
}
.cr-content h2{
	font-size:20px;
	line-height:20px;
	width:90%;
	color:#000;
	font-family: 'PT Sans Narrow', serif;
	text-transform:uppercase;
}
.cr-content h3{
	width:90%;
	color:#fff;
	padding:15px 0px;
	line-height:30px;
}
.cr-content h3 span{
	background:#000;
	padding:4px 0px;
	font-style:italic;
	font-family:Georgia, serif;
	letter-spacing:3px;
	font-size:14px;
}
.cr-more-link{
	text-transform:uppercase;
	color:#000;
	font-size:11px;
	padding:0px 5px;
}
.cr-more-link:hover{
	color:#000;
}
.cr-content-text{
	color:#000;
	background:transparent url(../collection/bg_content.png) repeat top left;
	font-size: 14px;
	font-family: Georgia;
	font-style: italic;
	line-height: 24px;
	position:relative;
	display:none;
	z-index:999;
	clear:both;
}
.cr-content-text p{
	padding:10px;
}
.cr-thumbs{
	position:absolute;
	left:15px;
	height:110px;
	width:100%;
	bottom:0px;
	z-index:20;
	overflow:hidden;
}
.cr-thumbs div{
	float:left; /* Set to absolute each 150px*/
	cursor:pointer;
	position:relative;
	display:none;
	width:143px;
	height:106px;
}
.cr-thumbs img{
	display:block;
	margin:6px 5px 6px 0px;
	border:4px solid #fff;
	-moz-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.25);
	box-shadow:1px 1px 1px rgba(0,0,0,0.25);
}
.cr-thumbs h4{
	position:absolute;
	left:15px;
	right:15px;
	bottom:15px;
	font-family:'Holtwood One SC', serif;
	font-size:13px;
	line-height:14px;
	text-shadow:0px 1px 1px rgba(0,0,0,0.5);
	color:#fff;
}
.cr-thumbs div:hover h4{
	bottom:14px;
}
.cr-thumbs div.cr-selected{
	border-color:#000;
	background:transparent url(../collection/triangle.png) no-repeat 50% 0%;
}
.cr-thumbs div.cr-selected img{
	border-color:#000;
}
.cr-nav span{
	position:absolute;
	z-index:50;
	text-indent:-9000px;
	cursor:pointer;
	width:35px;
	height:35px;
	margin-bottom:-17px;
	left:-24px;
	background:transparent url(../collection/nav.png) no-repeat top left;
}
.cr-nav span.cr-nav-next{
	background-position:bottom left;
	right:-24px;
	left:auto;
}
.cr-nav span.cr-nav-prev:hover,
.cr-nav span.cr-nav-next:hover{
	bottom:34px;
}
.cr-hide, .cr-show{
	position:absolute;
	z-index:50;
	left:50%;
	margin-left:-25px;
	bottom:-10px;
	background:#000 url(../collection/hide.png) no-repeat top center;
	cursor:pointer;
	width:100px;
	height:15px;
}
.cr-show{
	background-position:bottom center;
}

