/* HEADER */
#header { height:779px;}
.headerimg { background-position:50% 50%; background-repeat: no-repeat; width:100%; height:779px; position:absolute;}


/* HEADER TEXT */
#headertxt { width:1300px; left:50%; margin-left: -570px; clear:both; position:relative; top:380px;}
#firstline { color:#343434; font-size:30px;  padding-bottom:10px;  font-family: 'GmarketSansMedium'; font-weight:300;}
#secondline {color:#343434; text-decoration:none; font-size:30px;  padding-bottom:0px;  font-family: 'GmarketSansMedium';font-weight:300;}
#thirdline {color:#343434; text-decoration:none; font-size:40px;  padding-bottom:10px;  font-family: 'GmarketSansMedium';font-weight:300;}

#pictured { color:#343434; font-size:20px;  font-family: 'GmarketSansMedium';font-weight:300;}

/* CONTROLS */
/*.msbtn { height:132px; width:32px; float:left; cursor:pointer; }
#back:before { position:absolute;	content: "\276E"; cursor:pointer; left:50%; margin-left:-900px; font-size:100px;}
#next:before {  position:absolute;	content: "\276F"; cursor:pointer; left:50%; margin-left:800px; font-size:100px;}
#control { background-image:url("/images/btn_pause.png");  background-repeat:no-repeat;}
*/

#header:hover .prev,
#header:hover .next {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index:9999999999999;
}
#header:hover .prev:hover,
#header:hover .next:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index:9999999999999;
}
.prev {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	right: 95%;
	line-height: 1;
	margin-top: -455px;
	font-size: 150px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.prev:before {
	display: block;
	color: #fff;
	font-family: Font Awesome, sans-serif;
	content: "\276E";
}
.next {
	opacity: 0;
	filter: alpha(opacity=0);
	position:absolute;
	left: 95%;
	line-height: 1;
	margin-top: -455px;
	font-size: 150px;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.next:before {
	display: block;
	color: #fff;
	font-family: Font Awesome, sans-serif;
	content: "\276F";
}



/* HEADER HAVIGATION */
#headernav-outer { position:absolute; top:800px; width:100%;}


/* CONTENT */
#content { color:#575757; background-color:#eee; }
#content p { padding:10px 20px; font-size:16px; width:960px; margin:0 auto; }
#content p a { text-decoration:none; color:#CD2B3A; }
#content p a:hover { text-decoration:underline; color:#7F000C; }