body {
	margin:0;
	padding:0;
	overflow:hidden;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #1D1D1B;	
}


#logo{
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 3000;
	}


#legal{
	position: absolute;
	bottom: 10px;
	right: 15px;
	z-index: 3000;
	color: #FFF;
	font-size: 13px;
	padding: 0 0 0 600px;
	}	


#switch{
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 3000;
	color: #FFF;
	font-size: 13px;
	float: left;
	list-style: none;
	margin: 0 0 0 300px;
	padding: 0;
	}



#switch li{
	float: left;
	padding: 0 10px 10px 0;
	}			

#switch li a{
	float: left;
	width: 38px;
	height: 38px;
	text-indent: -9999px;
	background: url("../img/select-thumbs.png") no-repeat 0 0;
	position: relative;
	}
	
#switch li a span{
	float: left;
	width: 100px;
	text-align: center;
	padding: 8px 0;
	font-size: 15px;
	text-indent: 0;	
	position: absolute;
	top: -50px;
	left: -9999px;
	color: #000;
	background: #fff;
	z-index: 1000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;		
	}
	
	
#switch li a:hover span{
	left: -34px;
	}	
	
#switch li.link2 a{background-position: -38px 0;}
#switch li.link3 a{background-position: -76px 0;}
#switch li.link4 a{background-position: -114px 0;}	


#request{
	position: absolute;
	top: 100px;
	left: -300px;
	z-index: 100;
	float: left;
	width: 260px;
	padding: 20px 20px 10px 20px;
	background: #FFF;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;	
	transition: all 0.3s ease-in;		
	}
	
	
#request img{
	float: left;
	margin: -10px 20px 0 0;
	}	
	
#request.open{
	left: 0px;
	}
	
	
#request p{
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 14px;
	}	
	
	
#request p a{
	background: #f37f30;
	color: #fff;
	padding: 4px 8px;
	margin: 0;
	cursor: pointer;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
	transition: all 0.3s ease-in;	
	}
	
	
#request p a:hover{
	background: #000;
	}		
	
	
#request span{
	background: #015EAD;
	color: #FFF;
	position: absolute;
	top: 0;
	right: -200px;
	float: left;
	font-size: 16px;
	width: 190px;
	padding: 0 0 0 10px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease-in;	
	z-index: 100;
	}
	
#request span em{
	font-style: normal;
	}	


	
#request span i{
	float: right;
	font-size: 20px;
	margin: 5px 10px 0 0;
	}
	
	
#solutions{
	position: absolute;
	top: 60px;
	left: -400px;
	z-index: 100;
	float: left;
	width: 360px;
	padding: 0px 20px 10px 20px;
	background: #FFF;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-bottom-right-radius: 8px;	
	transition: all 0.3s ease-in;
	font-size: 14px;	
	}	
	
	
#solutions h4{
	font-size: 16px;
	margin: 0;
	padding: 10px 0 20px 0;
	color: #E30420;
	}	
	
#solutions span{
	background: #E60000;
	color: #FFF;
	position: absolute;
	top: 0;
	right: -200px;
	float: left;
	font-size: 16px;
	width: 190px;
	padding: 0 0 0 10px;
	text-align: left;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	transition: all 0.3s ease-in;	
	z-index: 100;
	}
	
	
#solutions span.closed{
	background: #FFF;
	color: #990000;
	}	
	
#solutions span em{
	font-style: normal;
	}	
	
#solutions span i{
	float: right;
	font-size: 20px;
	margin: 5px 10px 0 0;
	}	
	

#solutions h5{
	float: left;
	width: 340px;
	color: #FFF;
	font-size: 14px;
	padding: 5px 10px;
	margin: 0 0 10px 0;
	background: #000;
	cursor: pointer;
	text-align: right;
	}
	
#solutions h5:hover{
	background: #000 !important;
	}

#solutions p{
	padding-bottom: 10px;
	}
	
#solutions #one{
	background: #243588;
	}	
	
#solutions #two{
	background: #E30613;
	}
	
#solutions #three{
	background: #9A6C93;
	}
	
#solutions #four{
	background: #F39A43;
	}	
	

#solutions div{
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	}
	
#solutions ul{
	float: right;
	width: 260px;
	margin: 0;
	padding: 0;
	background: #ccc;
	}
	
#solutions ul li{
	clear: right;
	margin: 0 0 3px 0;
	}				
	
#solutions img{
	float: left;
	width: 67px;
	height: 65px;
	margin: 0 0 5px 0;
	}
	
#solutions #all{
	float: left;
	width: 100%;
	cursor: pointer;
	}

.lhp_miv_marker .label {
	float: left;
	color:#FFF !important;
	font-size:13px;
	background:#E60000;
	border: 2px solid #000;
	margin: 0;
	padding:0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-weight: bold;
}

.blue_marker .label {
 	background:#015EAD !important;
	}

/* .one .label{background: #243588 !important;color: #FFF;}
.two .label{background: #E30613 !important;color: #FFF;}
.three .label{background: #9A6C93 !important;color: #FFF;}
.four .label{background: #F39A43 !important;color: #FFF;}
.five .label{background: #93C13D;color: #FFF;}
.six .label{background: #FACEC6;color: #000;} */


.lhp_miv_popup{
	z-index: 3004 !important;
	}

.lhp_miv_popup .content {
	float: left;
	text-align: center;
	font-family:Arial;
	color:#FFF;
	font-size:13px;
	background:#000;
	border: 2px dashed #E60000;
	width:290px;
	min-height:150px;
	height:auto !important;
	height:150px;
	padding:0px 15px 5px 15px;
	margin:10px 10px 10px 10px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: relative;
}


.blue_popup .content{
	border: 2px dashed #015EAD !important;
	}

.lhp_miv_popup .content ul{
	float: left;
	width: 37px;
	position: absolute;
	top: 25px;
	left: -41px;
	margin: 0;
	padding: 7px 0 0 2px;
	list-style: none;
	background: #000;
	border: 2px dashed #E60000;
	border-right: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;	
	}	
	
.blue_popup .content ul{
	border-color: #015EAD !important;
	}	
	
.lhp_miv_popup .content ul li{
	float: left;
	}
	
.lhp_miv_popup .content ul li a{
	float: left;
	width: 24px;
	height: 25px;
	margin: 0 0 7px 5px;
	text-indent: -9999px;
	background: url("../img/popup-icons.png") no-repeat 0 0;
	}	
	
	
.lhp_miv_popup .content ul li.vid a{
	background-position: 0 -30px;
	}

.lhp_miv_popup .content ul li.web a{
	background-position: 0 -60px;
	}	

		

#welcome{
	z-index: 10000;
	width:760px;
	height:500px;
 	padding: 20px;
	margin:0 auto;
	background:#5AC0C9;
	color: #FFF;
	position:absolute;
	left:50%;
	top:50%;
 	margin-left:-400px;
 	margin-top:-270px; 
 	text-align: center;	
}

#welcome h1{
	font-size: 30px;
	margin: 0;
	padding: 10px 0 0 0;
	text-align: center;
	}
	
	
#welcome h2{
	font-size: 20px;
	}	
	

#welcome p{
	line-height: 1.4em;
	}
	

#welcome .text{
	float: left;
	width: 350px;
	text-align: left;
	}		


#welcome .example{
	float: right;
	padding: 30px 0 0 0;
	}

.btn{
	position: absolute;
	bottom: 35px;
	left: 20px;
	float: left;
	width: 180px;
	text-align: center;
	background: #E60000;
	color: #fff;
	padding: 8px 0;
	margin: 0 0 0 0;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	transition: all 0.3s ease-in;	
	}
	
.btn:hover{
	background: #000;
	}	
				
.bg {
	position: fixed;
	z-index: 9999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: url("../img/bg.png");
}	


#controlBox{
	float: right;
	z-index: 3002;
	width:100%;
	padding: 10px 0px;
	background: url("../img/control-bg.png");
	position:absolute;
	left:0px;
	top:0px;
}

#zoom {
	float: left;
	width: 300px;
	height: 30px;
	margin: 0 0 0 20px;
	padding: 0;	
	background: #FFF;
	position: relative;
	}	

#zoom h4{
	float: left;
	width: 280px;	
	height: 30px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;	
	list-style: none;
	cursor: pointer;
}

#zoom h4 span{
	float: left;
	height: 30px;
	line-height: 30px;	
	}
	
#zoom h4 i{
	float: right;
	height: 30px;
	line-height: 30px;
	font-size: 20px;	
	}	
	
	
#zoom ul{
	position: absolute;
	top: 30px;
	left: 0;
	float: left;
	width: 300px;
	margin: 0;
	padding: 0;		
	background: #F3F3F3;
	font-size: 14px;
	z-index: 10000;
	}
	
		
				

#zoom li{
	float: left;
	width: 250px;
	margin: 0;
	padding: 5px 10px 5px 40px;	
	list-style: none;
	cursor: pointer;
	position: relative;
}


#zoom li{
	border-top: 1px solid #ccc;
	}


#zoom li span{
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 280px;	
	height: 32px;
	}
	
	
#zoom li.off span{
	left: -9999px;
	}	

#zoom li em{
	position: absolute;
	top: 3px;
	left: 6px;
	background: #000;
	color: #FFF;
	font-size: 12px;
	padding: 2px 5px;
	margin: 0 5px 0 0;
	font-style: normal;
	}



#zoom li.here em,
#zoom li:hover em{
	background: #FE0000;
	}

#zoom li:hover,
#zoom li.here{
	text-decoration: none;
	background: #333;
	color: #FFF;
}


#zoom li.off{
	color: #ccc;
	cursor: auto;
	}
	
	
#zoom li.off:hover{
	background: #F3F3F3;
}


#zoom ul.one li em{background: #243588;color: #FFF;}
#zoom ul.two li em{background: #E30613;color: #FFF;}
#zoom ul.three li em{background: #9A6C93;color: #FFF;}
#zoom ul.four li em{background: #F39A43;color: #FFF;}

 
#zoom li.off em,
#zoom li.off:hover em{
	background: #ccc !important;
	}
	
	


#controls{
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	}

#controls li{
	float: left;
	margin: 0 10px 0 10px;
	padding: 0;
	list-style: none;
	font-weight: normal !important;
	cursor: pointer;
	color: #fff;
	}
	
	
#controls li.off{
	color: #666;
}	
	
	
#controls li i,
#controls li span{
	float: left;
	height: 30px;
	line-height: 30px;
	margin: 0 0 0 5px;
	text-shadow: 1px 1px 1px #333;	
	}	
	
	
#controls li i{	
	font-size: 20px;
	font-weight: normal !important;
	-moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
	}
	
#controls li:hover i{	
	text-shadow: 1px 1px 1px #000;	
	}	
	
				
				
.lhp_miv_popup_close {
	z-index: 10000;
	display: none;
	background: url('../source/fancybox_sprite.png') no-repeat 0 0;
	top: -8px;
	right: -8px;
	width: 36px;
	height: 36px;
}

.closeThis{
	position: absolute;
	z-index: 10001;
	display: block;
	text-indent: -9999px;
	background: url('../source/fancybox_sprite.png') no-repeat 0 0;
	top: -28px;
	right: -16px;
	width: 36px;
	height: 36px;
	cursor: pointer;
}		



.lhp_miv_nav_pos_B{
	position: absolute;
	left: -9999px;
	}			