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

/* ----- HOME -----*/

#nav_home {
	width:18px;
	height:58px;
	overflow:hidden;
	position:absolute;
	left:248px;
	top:211px;
	z-index:100;
	}
	
	#nav_home a {
		background-image:url(../images/nav/home.png);
		display:block;
		width:18px;
		height:58px;
		background-repeat:no-repeat;
		}
		
		#nav_home a:hover, #nav_home a.active {
			background-position:-18px 0px;
			}
		
/* ----- HISTORY -----*/

#nav_history {
	width:24px;
	height:85px;
	overflow:hidden;
	position:absolute;
	left:290px;
	top:191px;
	z-index:100;
	}
	
	#nav_history a {
		background-image:url(../images/nav/history.png);
		display:block;
		width:24px;
		height:85px;
		background-repeat:no-repeat;
		}
		
		#nav_history a:hover, #nav_history a.active {
			background-position:-24px 0px;
			}

/* ----- FOG TECH -----*/

#nav_fogtech {
	width:22px;
	height:95px;
	overflow:hidden;
	position:absolute;
	left:375px;
	top:187px;
	z-index:100;
	}
	
	#nav_fogtech a {
		background-image:url(../images/nav/fogTech.png);
		display:block;
		width:22px;
		height:95px;
		background-repeat:no-repeat;
		}
		
		#nav_fogtech a:hover, #nav_fogtech a.active {
			background-position:-22px 0px;
			}
			
/* ----- SAFETY TIPS -----*/

#nav_safety {
	width:26px;
	height:117px;
	overflow:hidden;
	position:absolute;
	left:457px;
	top:170px;
	z-index:100;
	}
	
	#nav_safety a {
		background-image:url(../images/nav/safety.png);
		display:block;
		width:26px;
		height:117px;
		background-repeat:no-repeat;
		}
		
		#nav_safety a:hover, #nav_safety a.active {
			background-position:-25px 0px;
			}
			
/* ----- CONDITIONS -----*/

#nav_conditions {
	width:28px;
	height:114px;
	overflow:hidden;
	position:absolute;
	left:500px;
	top:174px;
	z-index:100;
	}
	
	#nav_conditions a {
		background-image:url(../images/nav/conditions.png);
		display:block;
		width:28px;
		height:114px;
		background-repeat:no-repeat;
		}
		
		#nav_conditions a:hover, #nav_conditions a.active {
			background-position:-28px 0px;
			}
			
/* ----- STORIES -----*/

#nav_stories {
	width:23px;
	height:122px;
	overflow:hidden;
	position:absolute;
	left:587px;
	top:179px;
	z-index:100;
	}
	
	#nav_stories a {
		background-image:url(../images/nav/snm.png);
		display:block;
		width:23px;
		height:122px;
		background-repeat:no-repeat;
		}
		
		#nav_stories a:hover, #nav_stories a.active {
			background-position:-23px 0px;
			}
			
/* ----- CONTACT -----*/

#nav_contact {
	width:26px;
	height:119px;
	overflow:hidden;
	position:absolute;
	left:668px;
	top:184px;
	z-index:100;
	}
	
	#nav_contact a {
		background-image:url(../images/nav/contact.png);
		display:block;
		width:26px;
		height:119px;
		background-repeat:no-repeat;
		}
		
		#nav_contact a:hover, #nav_contact a.active {
			background-position:-26px 0px;
			}
