#footerHome, #footerElse {
	width: 100%;
	height: 122px;
	margin: 10px 0px 0px 0px;
	box-shadow: 0px 3px 15px -5px #000;
	-moz-box-shadow: 0px 3px 15px -5px #000;
	-webkit-box-shadow: 0px 3px 15px -5px #000;
	background-color: #ffffff;
}

#footerHome #footer_container {
	position: relative;
	width: 80%;
	min-width: 920px;
	max-width: 1200px;
	margin: 0px auto 50px auto;
}

#footerElse #footer_container {
	position: relative;
	width: 915px;
	margin: 0px auto 50px auto;
}

#footerHome #footer_left, #footerElse  #footer_left {
	position: relative;
	top: 0px;
	left: 0px;
	height: 100%;
}

#footer_left #logo {
	position: absolute;
	top: 20px;
	left: 0px;
}

#footer_left #copyright {
	position: absolute;
	top: 90px;
	left: 0px;
	font-family: Arial;
	font-size: 8pt;	
	color: #555555;
}

#footerHome #footer_right, #footerElse  #footer_right {
	position: absolute;
	top: 0px;
	right: 0px;
}

#footer_right #menu {
	position: relative;
	top: 20px;
	left: 0px;
}

#footer_right #menu a {
	color: #555555;
	padding-right: 10px;
	text-decoration: none;
	font-family: Arial;
	font-size: 11pt;
	font-variant: small-caps;	
}

.chrome #footer_right #menu a, .safari #footer_right #menu a {
	font-size: 13pt;
}

#footer_right #menu a:hover {
	color: #ff0000;
}

#footer_right #menu .active {
	color: #ff0000;
}

#footer_right #phone {
	position: absolute;
	top: 60px;
	right: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #555555;
}

.ie #footer_right #phone {
	left: 242px;
}

.ios #footer_right #phone {
	left: 213px;
}

.android #footer_right #phone {
	left: 160px;
}

#footer_right #email {
	position: absolute;
	top: 80px;
	right: 0px;
	font-family: Arial;
	font-size: 9pt;
	color: #555555;
}

.ie #footer_right #email {
	left: 205px;
}

.ios #footer_right #email {
	left: 205px;
}

.android #footer_right #email {
	left: 120px;
}