*{
	position:relative;
	/*top:0;
	left:0;*/
	padding:0;
	margin:0;
	border:0;
	z-index:1;
	line-height:0;
	font-size:0;
}

html, body{
	min-height: 100%;
	height: 100%;
	max-height: 100%;
	min-width: 100%;
	max-width: 100%;
	color:#000;
	overflow:hidden;
}

body{
	-webkit-text-size-adjust: 100%;
}

body *{
	display:inline-block;
}

.gmaps *{
	font-size: initial;
	line-height: initial;
	display: block;
}

a{
	text-decoration:none;
	color: #555;
}

ul,ol{
	margin:0px;
	padding:0px;
	list-style-type:none;
}

span{
	cursor:text;
	font-size:18px;
	line-height:18px;
}

input[type=submit]{
	border-radius:0px;
	-webkit-appearance: none;
}

b, i, u, strong {
	font-size: inherit;
	color: inherit;
}



div.noscript{
	position:fixed;
	display:inline-block;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:#fff;
	z-index:1000;
}

#header{
	width:100%;
	max-width:100%;
	z-index:5;
}

#main_layer, #outer_content, #content{
	width:100%;
}

#footer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	min-width:1000px;
	z-index:2;
}

div.central{
	display:block;
	margin:0px auto 0px auto;
	overflow:hidden;
	width:100%;
	max-width:1000px;
}

.buttons span{
	width:100%;
	text-align:center;
	cursor:default;
}

.buttons a{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	cursor:pointer;
	border: none;
}

.disabled a{
	display:none;
}

#injector_panel{
	display:none;
}




/** --------------------------------------
          GENERAL PURPOSE CLASSES
    --------------------------------------*/

@keyframes sliding{
	0%{margin-left:0px;}
	14%{margin-left:0px;}
	21%{margin-left:-1000px;}
	47%{margin-left:-1000px;}
	54%{margin-left:-2000px;}
	80%{margin-left:-2000px;}
	87%{margin-left:-3000px;}
	100%{margin-left:-3000px;}
}

@-webkit-keyframes sliding{
	0%{margin-left:0px;}
	14%{margin-left:0px;}
	21%{margin-left:-1000px;}
	47%{margin-left:-1000px;}
	54%{margin-left:-2000px;}
	80%{margin-left:-2000px;}
	87%{margin-left:-3000px;}
	100%{margin-left:-3000px;}
}


.transition6000{
	-webkit-transition: all 6000ms ease;
    -moz-transition: all 6000ms ease;
    -o-transition: all 6000ms ease;
    transition: all 6000ms ease;
}

.transition2000{
	-webkit-transition: all 2000ms ease;
    -moz-transition: all 2000ms ease;
    -o-transition: all 2000ms ease;
    transition: all 2000ms ease;
}

.transition1000{
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}

.transition750{
	-webkit-transition: all 750ms ease;
    -moz-transition: all 750ms ease;
    -o-transition: all 750ms ease;
    transition: all 750ms ease;
}

.transition500{
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.transition250{
	-webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.opaque0{
	opacity:0;
	filter:alpha(opacity=0);
}

.opaque20{
	opacity:0.2;
	filter:alpha(opacity=20);
}

.opaque40{
	opacity:0.4;
	filter:alpha(opacity=40);
}

.opaque60{
	opacity:0.6;
	filter:alpha(opacity=60);
}

.opaque80{
	opacity:0.8;
	filter:alpha(opacity=80);
}

.opaque90{
	opacity:0.9;
	filter:alpha(opacity=90);
}

.removed{
	display:none;
}


