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

/* home styles */

#container {
	/*min-height: 0;*/
}

#header_bg {
	background: transparent url('/images/header_bg_gallery.png') bottom center repeat-x;
}

#bg_plus {
	display: none;
}

.logo {
	display: none;
}

/* slider */

#supersized {
	position: absolute;
	top: 140px;
	height: 500px;
	width: 100%;
	left: 0;
	overflow: auto;
	display: block;
}

/* content */

#home_content {
	/*height: 500px;*/
}

#intro_text {
	position: relative;
	font-size: 23px;
	line-height: 27px;
	color: #58595b;
	z-index: 500;
	background-image: url('/images/tint_black_50.png');
	width: 260px;
	padding: 35px 25px 0;
	height: 265px;
	margin-left: 55px;
}

#intro_text h1 {
	text-transform: uppercase;
	color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 31px;
	line-height: 31px;
	text-shadow: 0 1px 3px rgba(0,0,0,.5);
}

#intro_text p {
	color: white;
	font-size: 15px;
	line-height: 18px;
	margin-top: 10px;
	text-shadow: 0 1px 2px rgba(0,0,0,.5);
}

#intro_text .home_arrow {
	display: block;
	width: 27px;
	height: 28px;
	background: transparent url('/images/home_arrow.png') top left no-repeat;
	top: 252px;
	left: 260px;
	position: absolute;
}

#intro_text .home_arrow:hover {
	background-position: bottom left;
}

/* intro bits */

#header_white {
	position: absolute;
	background: white;
	height: 100px;
	width: 100%;
	z-index: 5;
}

#overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #9ba00e;
	background: #666;
	z-index: 3;
}

#slider_text {
	position: relative;
	margin-left: -8px;
}

#slider_text div {
	background-image: url('/images/home_slider_text.png');
	height: 148px;
	position: absolute;
	top: 0;
	display: none;
	/*height: 0;
	top: -148px;*/
}

#slider_text .e {
	left: 0;
	width: 110px;
	background-position: 0 0;
}
#slider_text .l {
    background-position: -153px 0;
    left: 153px;
    width: 26px;
}
#slider_text .e2 {
	left: 212px;
	width: 110px;
	background-position: -212px 0;
}
#slider_text .m {
	left: 354px;
	width: 154px;
	background-position: -354px 0;
}
#slider_text .e3 {
	left: 539px;
	width: 110px;
	background-position: -539px 0;
}
#slider_text .n {
	left: 684px;
	width: 96px;
	background-position: -684px 0;
}
#slider_text .t {
	left: 810px;
	width: 62px;
	background-position: -810px 0;
}

#ptop {
	position: absolute;
	/*top: 100px;
	left: 0;*/
	width: 100%;
	height: 450px;
	background: white;
	text-align: center;
	z-index: 7;
}

#pbottom {
	position: absolute;
	bottom: 60px;
	/*left: 0;*/
	width: 100%;
	height: 110px;
	background: blue;
	text-align: center;
	z-index: 7;
}

#pleft {
	position: absolute;
	/*top: 350px;
	left: 0;*/
	width: 0;
	height: 20px;
	background: green;
	text-align: center;
	z-index: 7;
}

#pright {
	position: absolute;
	/*top: 350px;*/
	right: 0;
	width: 110px;
	height: 20px;
	background: orange;
	text-align: center;
	z-index: 7;
	display: none;
}

#pmidx {
	background: none repeat scroll 0 0 #fff;
	height: 20px;
	position: absolute;
	right: 110px;
	bottom: 180px;
	width: 40px;
	z-index: 9;
	display: none;
}

#pmidy {
	background: none repeat scroll 0 0 #fff;
	height: 40px;
	position: absolute;
	right: 120px;
	bottom: 170px;
	width: 20px;
	z-index: 9;
	display: none;
}

#static_plus {
	background: red;
	position: absolute;
	bottom: 10px;
	right: 0;
	display: none;
}

#ptop, #pbottom, #pleft, #pright {
	background: white;
}

/* footer */

/*#footer {
	margin-top: -50px;
}

#footer > div {
	border-top: 0;
}*/