/*
                                __      _ _                   _   
                               / _|    | (_)                 | |  
 _ __ ___   __ _ _ __ ___ ___ | |_ ___ | |_  ___   _ __   ___| |_ 
| '_ ` _ \ / _` | '__/ __/ _ \|  _/ _ \| | |/ _ \ | '_ \ / _ \ __|
| | | | | | (_| | | | (_| (_) | || (_) | | | (_) || | | |  __/ |_ 
|_| |_| |_|\__,_|_|  \___\___/|_| \___/|_|_|\___(_)_| |_|\___|\__|
                                                                  
*/

/* BASIC RESET */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}


/* COMMON CLASSES */
.break { clear:both; }


.headerimg { background-position: center top; background-repeat: no-repeat; background-color:#e42329; width:100%; height:412px; min-height: 100%; position:absolute;}



/* HEADER TEXT */


#firstline{
	width:1200px;
	margin:0 auto;
	text-align:right; 
	font-size:47px;
	line-height:55px;
	color:#e42329;
	font-weight:700;
	margin-bottom:10px;
	text-shadow:#000 1px 1px 3px; 
	text-transform:uppercase;
	position:absolute;
	z-index:3;
	top:470px;
	text-align:right;
	margin-left:-270px;
	}
	
	
#secondline { background-image:url("../images/textbg.png"); color:#fff; font-size:23px; line-height:29px; clear:both; filter: shadow(color=#000, direction=0, strength=1); }




/* CONTROLS */
.btn { height:32px; width:32px; float:left; cursor:pointer; }
#back { background-image:url("../images/btn_back.png"); }
#next { background-image:url("../images/btn_next.png"); }
#control { background-image:url("../images/btn_pause.png"); }

/* HEADER HAVIGATION */
#headernav-outer { position:relative; top:400px; margin:0 auto; width:960px; z-index:4; }
#headernav { padding-left:864px; position:relative; z-index:4; }

