/* HTML Elements */
html, body {
	height: 100%;
	background: url(../img/bgr.jpg) no-repeat;
	font: normal 12px Arial, sans-serif;
	overflow: hidden;
}
a {
    color: #DD3612;
	text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

.area {
	width: 800px;
	height: 600px;
	line-height: 1.4em !important;
	background: #fff;
}
.area p {
	padding: 10px;
}

/** 
 * Slideshow style rules.
 */
#slideshow {
	position: relative;
	width: 860px;
	height: 600px;
	margin: 0 auto;
}
#slideshow #slidesContainer {
	position: relative;
	width: 800px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width: 540px;
	height: 600px;
	line-height: 0;
}
.control {
	display:block;
	position:absolute;
	top: 0;
	width: 30px;
	height: 600px;
	background: #ccc no-repeat center;
	text-indent:-10000px;
	cursor: pointer;
	background-color: #111;
	opacity: 0.6;
}
.control:hover {
	background-color: #111;
	opacity: 0.8;
}
#leftControl {
	left:0;
	background-image: url(../img/arrow-left.gif);
}
#rightControl {
	right: 0;
	background-image: url(../img/arrow-right.gif);
}

/* */

#iron_curtain {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0;
}

#container {
	position: relative;
	min-height: 100%;
}
#content {
	position: absolute;
	top: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0 0 50 0px;
	background: transparent;
}
#footer {
	position :absolute;
	bottom:0;
	z-index: 4;
	width: 100%;
	height: 26px;
	background: #111;
	opacity: 0.9;
}
#footer .menu li {
	float: left;
	margin: 2px;
}
#footer .menu li a {
	display: block;
	position: relative;
	height: 1em;
	padding: 5px 10px;
	color: #fff;
	line-height: 0.9em;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	
}
#footer .menu li a:hover {
	color: #DD3612;
}


/* Window */
.window {
	position: absolute;
	top: 50%;
	left: 0px;
	z-index: 2000;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	margin: 20px 0 0 0;
	opacity: 0;
}
.inside {
	position: absolute;
	top: -320px;
	left: 50%;
	width: 860px;
	height: 600px;
	margin: 0 0 0 -430px;
	visibility: visible;
}

/* Scroller */
.scroller {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 640px;
	background: #ddd;
	z-index: 5000;
}
.bar {
	width: 15px;
	height: 30px;
	background: #DD3612;
	cursor: pointer;
}
.pane {
	width: 770px;
	height: 550px;
	padding: 10px;
	overflow: hidden;
}

#page {
	display: none;
z-index: 3000;
}
#page .inside {
padding: 20px;
top: -340px;
margin: 0 0 0 -450px;
background: #fff;
opacity: 1;
}

.header {
height: 25px;
position: absolute;
top: -25px;
left: 0;
width: 900px;
background: #111;
opacity: 0.9;
}
.header h1 {
float: left;
padding: 5px 10px;
color: #fff;
font-weight: bold;
font-size: 10px;
}
.header .close {
float: right;
margin: 5px 25px;
font-size: 10px;
font-weight: bold;
}
.header .close:hover {
	background: none;
}

#tip {
position: absolute;
width: 200px;
height: 200px;
background: url(../img/sticky.png);
z-index: 1000;
}