* { margin:0; padding:0; }
html {}
body { background:#fff; height:100%; margin:0px; color:#666; font-family:Arial, Helvetica, sans-serif;}
@font-face {
    font-family: 'boldCondensed';
    src: url('../font/helveticaneueltstd-bdcn-webfont.eot');
    src: url('../font/helveticaneueltstd-bdcn-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/helveticaneueltstd-bdcn-webfont.woff') format('woff'),
         url('../font/helveticaneueltstd-bdcn-webfont.ttf') format('truetype'),
         url('../font/helveticaneueltstd-bdcn-webfont.svg#boldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;

}
a {color:#000; text-decoration:none;}
a:hover {color:#AFAB3A;}
/* TOP */
#e-top{ width:100%; height:40px; padding:0px 0px 5px; overflow:hidden; background:url('../img/white_bg.png'); border-bottom:1px solid #999; z-index:4; display:block; position:fixed; top:0;}
/* HEADER */
#e-header{ width:240px; padding:15px; overflow:hidden; background:url('../img/white_bg.png'); z-index:6; position:fixed; top:50%; left:50%; right:50%; margin-top:-180px; margin-left:-135px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -moz-box-shadow: 0px 0px 4px #999; -webkit-box-shadow: 0px 0px 4px #999; box-shadow: 0px 0px 4px #999; }
#e-header .logo{text-align:center; z-index:7; margin-top:15px;}
#e-header .e-title h1{font-family:'boldCondensed',Arial,sans-serif; font-size:12px; letter-spacing:0.5px; line-height:22px; color:#000; font-weight:normal; height:22px; margin:0px; text-align:center; z-index:7;}
#e-header .e-title h1 a{color:#666; font-weight:normal;}
#e-header .e-title h1 a:hover {color:#AFAB3A;}
#e-header .e-text{text-align:center; font-size:11px; line-height:22px; margin:30px 0px 15px; text-transform:uppercase; color:#666;z-index:7; border-bottom:1px dotted #999; border-top:1px dotted #999; padding:3px 0;}
#e-header .e-text a.e-link{font-family:'boldCondensed',Arial,sans-serif; font-size:16px; letter-spacing:0.5px; line-height:22px; color:#000; font-weight:normal; text-transform:none; padding-left:5px;}
#e-header .e-text a.e-contact{text-transform:none;}
#e-header .e-text a:hover{color:#AFAB3A;}

img { border:none; }
	
#supersized-loader { position:absolute; top:50%; left:50%; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(../img/progress.gif) no-repeat center center;}
	
#supersized {  display:block; position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img { width:auto; height:auto; position:relative; display:none; outline:none; border:none; }
#supersized.speed img { -ms-interpolation-mode:nearest-neighbor; image-rendering: -moz-crisp-edges; }	/*Speed*/
#supersized.quality img { -ms-interpolation-mode:bicubic; image-rendering: optimizeQuality; }			/*Quality*/
		
#supersized li { display:block; list-style:none; z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#fff; }
#supersized a { width:100%; height:100%; display:block; }
#supersized li.prevslide { z-index:-20; }
#supersized li.activeslide { z-index:-10; }
#supersized li.image-loading { background:#111 url(../img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized li.image-loading img{ visibility:hidden; }
#supersized li.prevslide img, #supersized li.activeslide img{ display:inline; }

#e-footer{width:100%; position:fixed; bottom:0px; display:block; height:24px; background:#fff; font-size:10px; line-height:24px; padding:5px 50px;background:url('../img/white_bg.png');border-top:1px solid #999;}