* { margin: 0; padding: 0; border: 0; outline: 0; }
html { height: 100%; overflow : auto;}

h1,h2,h3{
	text-indent:-99999px;
	position:absolute;
}


#btnpagetop{
	position: fixed;
	width:60px;
	height:60px;
	bottom: 30px;
	right: 30px;
}

/* loading
---------------------------------- */

#loader {
	background:url(../images/loading.gif);
	background-size: cover;
    width: 30px;
    height: 30px;
    position: fixed;
    _position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    z-index: 200;
}

#overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
}

a:link {color: #c50018;}
a:visited {color: #c50018;}
a:hover {color: #EF0003;}
a:active {color: #8B0002;}

a img{border:0;}
a:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
} 

a:focus{ outline: none;}


/*  print
--------------------------------------*/

@media print {
	body {
	display: none !important;
}
}
