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

@font-face {
    font-family: 'ExpresswayFreeRegular';
    src: url('exprswy_free-webfont.eot');
    src: url('exprswy_free-webfont.eot?#iefix') format('embedded-opentype'),
         url('exprswy_free-webfont.woff') format('woff'),
         url('exprswy_free-webfont.ttf') format('truetype'),
         url('exprswy_free-webfont.svg#ExpresswayFreeRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body, html
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	background-color: none;
	background: none;
	overflow: hidden;
	cursor: default;
	letter-spacing: 2px;
	font-family: ExpresswayFreeRegular, Arial, Helvetica, sans-serif;
	cursor: url(openhand.cur),url(styles/openhand.cur),default;
}

img
{
	border: none !important;
	outline: none !important;
}

.bold
{
	font-weight: bold;
}

.uppercase
{
	text-transform: uppercase;
}

.white-bg
{
	background-color: #fff;
}

.grab-cursor
{
	cursor: url(openhand.cur),url(styles/openhand.cur),default;
}

.grabbing-cursor
{
	cursor: url(closedhand.cur),url(styles/closedhand.cur),default;
}

#container #header
{
	position: absolute;
	left: 50%;
	width: 1011px;
	height: 195px;
}

#container #logo
{
	position: absolute;
	top: 0px;
	height: 195px;
	width: 173px;
	background-color: #491f18;
	cursor: pointer;
}

#container #logo img
{
	border: none;
}

#cover-container
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	overflow: hidden;

}

#cover
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	background-color: #491f18;
	/**
	-moz-box-shadow: 6px 0px 15px #000;
	-webkit-box-shadow: 6px 0px 15px #000;
	box-shadow: 6px 0px 15px #000;
	**/
	/* For IE 8 */
	/**-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color='#000000')";**/
	/* For IE 5.5 - 7 */
	/**
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=90, Color='#000000');
	**/
}

#cover #cover-over
{
	position: absolute;
	
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
	background-image: url(../Assets/transparent_background.png);
}

#cover #cover-shadow
{
	position: absolute;
	right:-10px;
	height: 100%;
	width: 10px;
	top: 0px;
	background-image: url(../Assets/cover_shadow.png);
}

#cover #cover-content
{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -93px;
	margin-top: -60px;
	width: 187px;
	height: 320px;
	overflow: visible;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#cover #cover-content #cover-text
{
	position: absolute;
	top: 120px;
	width: 280px;
	color: #FFF;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}

#cover #cover-content #cover-text a, 
#cover #cover-content #cover-text a:hover, 
#cover #cover-content #cover-text a:link
{
	text-decoration: none;
	color: #fff;
}

#cover #cover-button
{
	position: absolute;
	top: 50%;
	right: 27px;
	margin-top: -67px;
	width: 39px;
	height: 64px;
}

#cover #cover-button #cover-button-arrow
{
	background-image: url(../Assets/drag_arrow.png);
	width: 39px;
	height: 64px;
}

#cover #cover-button #cover-button-arrow:hover
{
	background-image: url(../Assets/drag_arrow_hover.png);
}

#cover #cover-button #cover-button-tooltip
{
	position: absolute;
	background-image: url(../Assets/bubble_right.png);
	width: 94px;
	height: 36px;
	left: -90px;
	top: -70px;
	text-transform: lowercase;
	text-align: center;
	line-height: 22px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

#container
{
	width: 100%;
	height: 100%;
}

.dmxSlidingPanels
{
	height: 100%;
	width: 100%;
	background-color: none;
	background: none;
}

#sliding-panel
{
	height: 100%;
	width: 100%;
	background-color: none;
	background: none;
	overflow: visible;
}

.dmxSlidingPanelsView 
{
	background-color: none;
	background: none;
}

.content-page
{
	width: 570px;
	margin: auto;
	top: 200px;
	position: absolute;
}

.content-inner
{
	padding: 20px;
	background-image: url(../Assets/background.png);
	display: block;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
}

.title-page
{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #491f18;
	letter-spacing: 4px;
}

.title-page .content
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 450px;
	margin-left: -180px;
	/**
	height: 500px;
	margin-top: -250px;
	**/
	font-size: 40px;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
	line-height: 50px;
	overflow: visible;
}

.title-page .content h1, .content-page .content h1
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 40px;
	width: 290px;
	text-transform: uppercase;
}

.content-page
{
	position: absolute;
	top: 0px;
	width: 346px;
	left: 50%;
	margin-left: -173px;
	height: 100%;
	background-image: url(../Assets/white_background.png);
	text-align: left;
	outline: 0;
}

.content-page .content
{
	padding-top: 70px;
	padding-left: 30px;
	width: 326px;
	color: #421614;
	outline: 0;
}

.content-page .content a, .content-page .content a:link
{
	display: block;
	cursor: pointer;
	padding-bottom: 15px;
}

.accordion-label
{
	font-size: 40px;
}

.content-page .content a:hover
{
	color: #000;
}

.content-page .content h1
{
	padding-bottom: 15px;
}

.content-page .content .accordion-content, 
.content-page .content .content-alone
{
	font-size: 18px;
	/**text-align: justify;**/
	text-align: left;
	line-height: 25px;
}

.content-content-inner
{
	width: 290px;
}

.content-alone
{
	width: 290px;
}

.content-page .content .accordion-content a,
.content-page .content .accordion-content a:hover, 
.content-page .content .accordion-content a:link, 
.content-page .content .accordion-content a:active,
.content-page .content .accordion-content a:visited,
.content-page .content .accordion-content a:focus
{
	text-decoration: none;
	color: #421614;
	margin: 0px;
	padding: 0px;
}

#container .sliding-panel-page, #container2 .sliding-panel-page
{
	text-align: center;
	padding: 0px 0px 0px 0px;
	background-color: none;
	background: none;
	overflow: visible;
	height: 100%;
	width: 100%;
}

.arrow-button
{
	position: absolute;
	top: 50%;
	margin-top: -41.5px;
	width: 83px;
	height: 83px;
}

.arrow-button a
{
	display: block;
	width: 83px;
	height: 83px;
	cursor: pointer;
}

#prev-button
{
	left: 20px;
	background-image: url(../Assets/arrow_button_left.png);
	background-repeat: no-repeat;
}

#prev-button:hover
{
	background-image: url(../Assets/arrow_button_left_over.png);
	background-repeat: no-repeat;
}

#next-button
{
	right: 20px;
	background-image: url(../Assets/arrow_button_right.png);
	background-repeat: no-repeat;
}

#next-button:hover
{
	background-image: url(../Assets/arrow_button_right_over.png);
	background-repeat: no-repeat;
}

#navigation-container
{
	position: absolute;
	bottom: 0px;
	height: 136px;
	width: 100%;
	text-align: center;
	background-image: url(../Assets/transparent_background.png);
	background-repeat: repeat;
}

#navigation-container ul, #navigation-container ul li
{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

#navigation
{
	position: absolute;
	height: 136px;
	bottom: 0px;
	text-align: center;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 1011px;
	display: block;
}

.navigation-element
{
	position: absolute;
	text-transform: uppercase;
	/**width: 256px;**/
	width: 249px;
	height: 136px;
	text-align: center;
	background-color: none;
	background-image: url(../Assets/button_bg_normal.png);
	background-repeat: repeat;
	color: #fff;
	font-size: 30px;
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}

.navigation-element.selected
{
	background-color: #fff;
	background-image: none;
	color: #421614;
}

.navigation-element a
{
	display: block;
	/**width: 256px;**/
	width: 249px;
	height: 136px;
	vertical-align: middle;
	line-height: 70px;
	background-color: none;
	line-height: 135px;
}

.navigation-element a, 
.navigation-element a:link,
.navigation-element a:hover
{
	text-decoration: none;
	color: #fff;
}

.navigation-element a:hover
{
	background-color: #421614;
}

.navigation-element a.selected, 
.navigation-element a:hover.selected, 
.navigation-element a:link.selected
{
	background-color: #fff;
	color: #421614;
}

.accordion-label
{
	text-transform: uppercase;
}

.content-sizer
{
	/**background-color: #333;**/
}

.background-image
{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	display: none;
	 -webkit-backface-visibility: hidden;
   	backface-visibility: hidden;
	background-color: #ffffff;
	background-position: center center !important;
	overflow: hidden !important;
	z-index: -1;
}

.background-image.show
{
	display: block;
}