@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}

body, html { background:#000 }

#supersize {
	position:fixed;
}

#supersize img {
	height:100%;
	width:100%;
	position:absolute;
	z-index: 0;
}

#loading {
	position: absolute;
	top: 49.5%; 
	left: 49.5%;
	z-index: 3;
	width: 16px; 
	height: 16px;
	text-indent: -999em;
	background-image: url('/style/images/geo/lechateau-geolocate-loader.gif');
	z-index:0;
}

#geo {
	display:block;
	width:400px;
	height:372px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-186px 0 0 -200px;
	background:url('/style/images/geo/lechateau-geolocate-geobg.png') repeat;
	z-index:9999;
}

#geo h1 {
	display:block;
	width:197px;
	height:41px;
	text-indent:-9999em;
	overflow:hidden;
	background:url('/style/images/geo/lechateau-geolocate-logo.png') no-repeat;
	margin:65px auto 38px;
	font-size: 2em;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}

#geo hr {
	display:block;
	width:132px;
	height:1px;
	margin:0 auto;
	clear:both;
	background:#fff;
	border:0;
}

#geo .canada,
#geo .america {
	width:200px;
	margin:0;
	min-height:100px;
	float:left;
}


#geo a.can,
#geo a.usa {
	display:block;
	width:96px;
	height:12px;
	text-indent:-9999em;
	overflow:hidden;
	padding:10px 0;
	font-weight: bold;
}

#geo a.can {
	background:url('/style/images/geo/lechateau-geolocate-can.png') 0 10px no-repeat;
	float:right;
	margin:11px 0 0 ;
}

#geo a.usa {
	background:url('/style/images/geo/lechateau-geolocate-usa.png') 0 10px no-repeat;
	float:left;
	margin:11px 0 0 38px;
}

#geo .canada .can-links {
	display:block;
	width:81px;
	float:left;
	margin:16px 0 0 114px;
}	

#geo .can-links a {
	display:block;
	width:81px;
	height:14px;
	text-indent:-9999em;
	overflow:hidden;
	margin:0 0 16px;
	font-weight: bold;
}

#geo .can-links a.english {
	background:url('/style/images/geo/lechateau-geolocate-eng.png') 0 0 no-repeat;	
}

#geo .can-links a.french {
	background:url('/style/images/geo/lechateau-geolocate-fra.png') 0 0 no-repeat;	
}

#geo .can-links a.english:hover,
#geo .can-links a.french:hover{
	background-position:0 -14px;
}
#geo p {
	font-weight: bold;
}
#geo p.eng,
#geo p.fra {
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	margin:14px auto;
}

#geo p.eng {
	background:url('/style/images/geo/lechateau-geolocate-eng-copy.png') 0 0 no-repeat;
	width:217px;
	height:15px;
}

#geo p.fra {
	background:url('/style/images/geo/lechateau-geolocate-fra-copy.png') 0 0 no-repeat;
	width:182px;
	height:32px;
}