/* RESET ---------------------------------------------------------------- */
/* v1.0 | 20080212 | http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
/* remember to define focus styles! */
:focus{outline:0}
/* remember to highlight inserts somehow! */
ins{text-decoration:none}
del{text-decoration:line-through}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0}
.clear{clear:both}

/* LAYOUT */
html,body{height:100%;background:#3F95CB url(../images/bg_splash.png) repeat-x;overflow:hidden}
.pageContainer{width:100%;height:100%;overflow:hidden}
.pageAlign{position:relative;min-width:770px;max-width:940px;margin:0 auto;z-index:1}
.bgImage1{position:absolute;top:-110px;left:-390px;width:1278px;height:1164px;background:url(../images/bg_splash_sun.png) no-repeat;z-index:2}
.bgImage2{position:absolute;top:370px;right:0;width:525px;height:160px;background:url(../images/bg_splash_plane.png) no-repeat;z-index:3}
.header{position:relative;z-index:4;padding:66px 0 0}
	h1{width:219px;height:174px;background:url(../images/logo_splash.png) no-repeat;text-indent:-9999px}
	h2{width:365px;height:46px;background:url(../images/txt_splash_flyazores.png) no-repeat;text-indent:-9999px;border:2px solid #003366;border-width:0 0 2px 0}
.content{position:relative;z-index:4}
	.nav_country, .nav_language{float:left;width:190px;padding:17px 0 15px 0}
	.nav_country label{display:block;width:140px;height:36px;background:url(../images/txt_splash_choosecountry.png) no-repeat;text-indent:-9999px}
	.nav_language label{display:block;width:160px;height:36px;background:url(../images/txt_splash_chooselanguage.png) no-repeat;text-indent:-9999px}
	.nav_country select, .nav_language select{width:164px;font:12px Arial;color:#003366}
	.nav_remember input{width:13px;height:13px;float:left;margin:0 5px 0 0;padding:0}
	.nav_remember label{float:left;font:10px/13px Arial;color:#003366}
	.nav_submit{display:block;margin:10px 0 0;width:112px;height:48px;background:url(../images/bt_splash_enter.png) no-repeat left top;border:none;text-indent:-9999px;text-transform:uppercase;cursor:pointer}
	.nav_submit:hover{background-position:left bottom}
.footer{position:relative;z-index:4;padding:66px 0 0}
	h3{width:120px;height:14px;background:url(../images/txt_splash_otherwebsites.png) no-repeat;text-indent:-9999px}
	li{list-style-type:none;float:left;padding:0 20px 0 0;font:12px/16px Arial;color:#003366}
	li a{font:12px/16px Arial;color:#003366;text-decoration:none}
	li a:hover{text-decoration:underline}
	p.copyright{clear:both;padding:18px 0 0;font:10px/10px Arial;color:#003366}
