@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'caviar_dreamsbold';
    src: url(../font/Caviar_Dreams_Bold-webfont.eot)
    src: url(../font/Caviar_Dreams_Bold-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/Caviar_Dreams_Bold-webfont.woff) format('woff'),
         url(../font/Caviar_Dreams_Bold-webfont.ttf) format('truetype'),
         url(../font/Caviar_Dreams_Bold-webfont.svg#caviar_dreamsbold) format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'amblelight_condensed';
    src: url(../font/Amble-LightCondensed-webfont.eot);
    src: url(../font/Amble-LightCondensed-webfont.eot?#iefix) format('embedded-opentype'),
         url(../font/Amble-LightCondensed-webfont.woff) format('woff'),
         url(../font/Amble-LightCondensed-webfont.ttf) format('truetype'),
         url(../font/Amble-LightCondensed-webfont.svg#amblelight_condensed) format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
margin:0;
padding:0;	
	
	}


#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 44%;
    margin-left: -200px;
    position: fixed;
    top: 15%;
    width: 35%;
    z-index: 9999;
	height:auto;
}
div.loader {
    background: url(../images/loading.gif) no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url(../images/closebox.png) no-repeat scroll 0 0 transparent;
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 27px;
    position: relative;
    width: 30px;
}
span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}
#back-to-top {
	position: fixed;
	bottom: 30px;
	left: 10px;
	z-index:300;
}

#back-to-top a {
	width: 40px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color:#1a7cc5;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-to-top a:hover{color: #1a7cc5;}

/* arrow icon (span tag) */
#back-to-top span {
	width: 42px;
	height: 50px;
	display: block;
	
	background:url(../images/back-to-top.png) no-repeat 0 center;
	opacity:0.8;
	
}
#back-to-top a:hover span {
	background:url(../images/back-to-top.png) no-repeat 0 center;
	opacity:1;
}