@charset "UTF-8";

a:link {
	text-decoration:none;
	border:none;
	}
		
a:visited {
	text-decoration:none;
	border:none;
	}
a:hover {
	text-decoration:none;
	border:none;
	}
a:active {
	text-decoration:none;
	border:none;
	}

body {
	height:auto;
	margin:0px;
	z-index:-1;
	position:relative;
	background-image:url(../images/Backgrounds/stationMain.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-color:#e7e7e8;
	background-attachment:fixed;
}

#mainContainer {
	width:auto;
	height:768px;
	z-index:0;
	
}

#headerArea {
	width:auto;
	height:110px;
	z-index:11;
	margin:auto;
	position:relative;
	background-repeat:repeat-x;
	background-size:cover;
	background-image:url(../images/Backgrounds/headerBackdrop.png);

}

#headerContainer {
	width:1024px;
	height:110px;
	z-index:10;
	position:relative;
	margin:auto;
}

#logoContainer {
	z-index:9;
	height:110px;
	width:170px;
	background-repeat:no-repeat;
	background-image:url(../images/General/mainLogo.png);
	position:absolute;
	left:0px;
}

#spacerContainer {
	height:110px;
	width:854px;
	z-index:9;
	position:absolute;
	left:170px;
}

#subMenuContainer {
	width:auto;
	height:30px;
	max-height:30px;
	min-width:800px;
	z-index:9;
	background-image:url(../images/Backgrounds/subMenu.png);
	border:none;
	background-repeat:repeat-x;
}

#subMenuItems {
	display:none;
	border:none;
}

#subMenuImages {
	padding-left:5px;
	padding-right:5px;
	border:none;
}

#subOptionsContainer{
	height:auto;
}

#contentArea { 
	z-index:8;
	padding-top:20px;
	margin:auto;
	height:auto;
	position:relative;
	padding-bottom:20px;
}

#contentBox {
	z-index:8;
	position:relative;
	width:900px;
	background-image:url(../images/Backgrounds/headerBackdrop.png);
	padding:20px;
	height:auto;
}

#leftContentBox {
	text-align:justify;
	text-wrap:normal;
	vertical-align:top;
	max-width:450px;
	float:left;
}

#rightContentBox {
	text-align:justify;
	text-wrap:normal;
	vertical-align:top;
	float:right;
	max-width:450px;
}

#wideContentBox {
	text-align:justify;
	text-wrap:normal;
	vertical-align:top;
}

#home, #products, #company, #contact {
	padding-left:5px;
	padding-right:5px;
	z-index:9;
	border:none;
	background-repeat:repeat-x;
}

#overview, #design, #range, #system {
	padding-left:3px;
	padding-right:3px;
	margin:0px;
	z-index:9;
	border:none;
}

.overview, .design, .range, .system {
	display:none;
	text-wrap:normal;
}

#contactMap {
	height:316px;
	width:440px;
	position:relative;
	z-index:9;
	background-image:url(../images/General/locationOverviewMap.png);
}

#galleryLarge {
	background-repeat:repeat;
	width:900px;
	background-image:url(../images/Backgrounds/large.png);
	height:400px;
}

#galleryThumbs {
	padding-top:3px;
	height:160px;
	background-image:url(../images/Backgrounds/galleryThumbs.png);
	width:100%;
	position:relative;
	background-repeat:no-repeat;
}

#galleryThumbImage {
	position:relative;
	height:auto;
	width:auto;
	padding-left:5px;
}