body {
	background-image: url(/i/header_bg.jpg);
	background-position: 0 100px;
	background-repeat: repeat-x;	
}

#wrapper {
	width: 980px;
	margin: 0 auto;
}

#header {
	height: 261px;
	position: relative;
}

	a#logo {
		position: absolute;
		top: 18px;
		left: 0;
		display: block;
		width: 177px;
		height: 65px;
		background-image: url(/i/logo.png);
		background-position: 0 0;
		background-repeat: no-repeat;
	}
	
	#slogan {
		position: absolute;
		top: 135px;
		left: 0;
		background-color: inherit;
		color: #fff;
	}
	
		#slogan h1 {
			font-size: 36px;
		}
		
		#slogan p {
			font-size: 17px;
		}
		
		#slogan p a {
			font-size: 17px;
			background-color: inherit;
			color: #fff;
			text-decoration: none;
		}
		
		#slogan p a:hover {
			background-color: #55a51c;
			color: #fff;
		}
		
	#phone {
		position: absolute;
		top: 158px;
		right: 0;
		display: block;
		width: 164px;
		height: 41px;
	}

	/*	navigation
	--------------------------------------------------*/
	ul#topNavigation-1,
	ul#topNavigation-2 {
		display: block;
		height: 20px;
	}
	
	ul#topNavigation-1 {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	ul#topNavigation-2 {
		position: absolute;
		top: 80px;
		right: 0;
	}
		
		ul#topNavigation-1 li,
		ul#topNavigation-2 li {
			display: block;
			float: left;
			border-left: 5px #fff solid;
			height: 20px;
		}
		
			ul#topNavigation-1 li a,
			ul#topNavigation-2 li a {
				display: block;
				height: 18px;
				text-align: center;
				text-decoration: none;
			}
		
			
			/*	topNavigation-1
			--------------------------------------------------*/
			ul#topNavigation-1 li {
				width: 100px;
			}
			
				ul#topNavigation-1 li a {
					padding: 2px 0 0 0;
					background-image: url(/i/corners-100.png);
					background-position: 0 100%;
					background-repeat: no-repeat;
					background-color: #0046ad;
					color: #fff;
				}
				
				ul#topNavigation-1 li a:hover {
					background-color: #0046ad;
					color: #73c836;
				}
				
			
			/*	topNavigation-2
			--------------------------------------------------*/
			ul#topNavigation-2 li a {
				height: 16px;
				padding: 4px 0 0 0;
				background-color: #55a51c;
				color: #fff;
			}
			
			ul#topNavigation-2 li a:hover {
					background-color: #55a51c;
					color: #0046ad;
				}
			
				li.lifts {
					width: 80px;
				}
				
					li.lifts a {
						background-image: url(/i/corners-80.png);
						background-position: 0 0;
						background-repeat: no-repeat;
					}
				
				li.escalators-and-walkways {
					width: 190px;
				}
				
					li.escalators-and-walkways a {
						background-image: url(/i/corners-190.png);
						background-position: 0 0;
						background-repeat: no-repeat;
					}
				
				li.maintenance-and-refurbishment {
					width: 220px;
				}
				
					li.maintenance-and-refurbishment a {
						background-image: url(/i/corners-220.png);
						background-position: 0 0;
						background-repeat: no-repeat;
					}
				
					
/*	central
--------------------------------------------------*/
#central {
	/*padding: 20px 0 0 0;*/
}
					
						
/*	box
--------------------------------------------------*/
#boxContainer {
	margin: 20px 0 0 0;
}

	div.box {
		width: 313px;
		float: left;
	}
	
		div.boxImage {
			width: 313px;
			height: 160px;
		}
	
	#box2 {
		margin: 0 20px;
	}
	
	.boxText {
		padding: 15px 5px;
	}
	
	.boxText h1 a {
		font-size: 24px;
		background-color: inherit;
		color: #000;
		text-decoration: none;
	}
	
	.boxText h1 a:hover {
		background-color: #eee;
		color: #000;
	}
	
	.boxText p {
		line-height: 18px;
		padding: 5px 0 0 0;
		background-color: inherit;
		color: #666;
	}
			

	
/*	contactContainer
--------------------------------------------------*/
#homepageContactBox {
	margin: 20px 0 0 0;
	background-color: #55a51c;
	color: #fff;
	border-top: 1px #49891b solid;
	border-bottom: 1px #49891b solid;
	padding: 20px;
}

#contactContainer {

}

	div.contactBox {
		float: left;
		background-color: #fff;
		color: #000;
	}
	
	#contact1 {
		width: 260px;
		padding: 20px;
		margin: 0 20px 0 0;
	}
	
	#contact1 h1 {
		font-size: 17px;
		padding: 0 0 5px 0;
	}
	
	#contact1 p {
		line-height: 18px;
		color: #666;
	}
	
	#contact1 p a {
		background-color: inherit;
		color: #666;
	}
	
	#contact2 {
		width: 600px;
		padding: 30px 10px 25px 10px;
	}
	
	fieldset div {
		padding: 0 0 5px 0;
	}
	
	label {
		display: block;
		width: 180px;
		text-align: right;
		font-size: 17px;
		float: left;
		padding: 2px 5px 0 0;
	}
	
	input {
		display: block;
		float: left;
		font-size: 16px;
		font-family: arial, verdana, sans-serif;
	}
	
	textarea {
		display: block;
		float: left;
		font-family: arial, verdana, sans-serif;
		font-size: 16px;
	}
	
	input#submitButton {
		display: block;
		padding: 3px;
		background-color: #eee;
		border: 1px #ccc solid;
		font-size: 16px !important;
		width: 150px;
	}
	
	
#footer {
	padding: 20px 0;
	line-height: 22px;
	background-color: inherit;
	color: #666;
	background-image: url(/i/footer-logo.png);
	background-position: 100% 20px;
	background-repeat: no-repeat;
}

	#footer a {
		background-color: inherit;
		color: #666;
	}
		
/*	floatContainer
--------------------------------------------------*/
*.fc:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

* html .fc {
	height: 1%;
}