@charset "utf-8";
@import url("reset.css");
body {
	background: #E3D808 url(img/bg_body.png) repeat-x;
	text-align: center;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #900;
}

.page {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.header {
	background: url(img/bg_header.png) repeat-x;
	text-align: left;
	float: left;
	width: 760px;
	position: relative;
	border-bottom: 1px solid #e3e1db;
}
.header h1 {
	float: left;
	height: 104px;
	width: 230px;
}
.header h1 a {
	background: url(img/logo.png) no-repeat 0px 0px;
	text-indent: -999em;
	display: block;
	float: left;
	height: 104px;
	width: 230px;
}
.header ul {
	height: 24px;
	width: 220px;
	position: absolute;
	top: 81px;
	right: 15px;
}
.header ul li {
	display: block;
	float: left;
	height: 24px;
	width: 110px;
}
.header ul li a {
	font-size: 15px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	background: transparent url(none);
	text-align: center;
	display: block;
	float: left;
	height: 24px;
	width: 110px;
}
.header ul li a:hover {
	color: #900;
	text-decoration: underline;
}
.header ul li a.current, .header ul li a.current:hover {
	color: #900;
	text-decoration: none;
	background: url(img/bg_nav.png) no-repeat 0px 0px;
	cursor: default;
}
.content {
	padding: 20px 20px 48px;
	float: left;
	width: 720px;
	background: #fff;
	text-align: left;
}
.content p {
	line-height: 22px;
	font-size: 16px;
	margin-top: 16px;
}

#locationsBox {
	background: url(img/bg_locations_shadow.png) no-repeat left bottom;
	float: left;
	width: 680px;
	margin-top: 10px;
	margin-left: 20px;
	padding-bottom: 58px;
}
#locations {
	background: #fff url(img/bg_locations.png) no-repeat 0px 0px;
	float: left;
	height: 243px;
	width: 678px;
	border: 1px solid #e3e1db;
	text-align: left;
	overflow: hidden;
}
#locationsNav {
	float: left;
	height: 243px;
	width: 230px;
}
#locationsNav a {
	text-indent: -999em;
	display: block;
	float: left;
	height: 60px;
	width: 230px;
	border-bottom: 1px solid #e3e1db;
	cursor: pointer;
}
#locationsNav a.end {
	border-bottom-style: none;
}
#hooverButton {
	background: url(img/button_locations_sprite.png) no-repeat 0px 0px;
}
#hooverButton.current {
	background: url(img/button_locations_sprite.png) no-repeat -230px 0px;
	cursor: default;
}
#roebuckButton {
	background: url(img/button_locations_sprite.png) no-repeat 0px -60px;
}
#roebuckButton.current {
	background: url(img/button_locations_sprite.png) no-repeat -230px -60px;
	cursor: default;
}
#bessemerButton {
	background: url(img/button_locations_sprite.png) no-repeat 0px -120px;
}
#bessemerButton.current {
	background: url(img/button_locations_sprite.png) no-repeat -230px -120px;
	cursor: default;
}
#southsideButton {
	background: url(img/button_locations_sprite.png) no-repeat 0px -180px;
}
#southsideButton.current {
	background: url(img/button_locations_sprite.png) no-repeat -230px -180px;
	cursor: default;
}
#locationsInfo  {
	float: left;
	height: 243px;
	width: 448px;
	overflow: hidden;
	position: relative;
}
#locationsInfo div.info {
	height: 243px;
	width: 448px;
	position: absolute;
	padding-top: 0px;
	padding-left: 0px;
}
#locationsInfo div.info address {
	font-size: 32px;
	font-style: normal;
	font-weight: normal;
	margin-top: 36px;
	margin-right: 36px;
	margin-left: 36px;
}
#locationsInfo div.info a {
	display: block;
	height: 29px;
	width: 121px;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.contacts {
	float: left;
	width: 680px;
	margin-top: 0px;
	margin-left: 20px;
	text-align: left;
	display: none;
}
.contacts  h1 {
	font-size: 24px;
	color: #900;
}
.contacts  li {
	float: left;
	height: 250px;
	width: 339px;
	text-align: center;
	margin-top: 24px;
	font-size: 14px;
	line-height: 18px;
}
.contacts  li  img {
	border: 1px solid #e3e1db;
	margin-bottom: 5px;
}
.contacts  li  a {
	color: #900;
	text-decoration: none;
}
.contacts  li  a:hover {
	text-decoration: underline;
}







.footer {
	float: left;
	width: 760px;
}
.footer p {
	font-size: 11px;
	line-height: 48px;
}
.footer span {
	margin-right: 20px;
}

.footer p a {
	margin-right: 8px;
	margin-left: 8px;
}
#scrollForce {
	height: 1px;
	width: 1px;
	position: absolute;
	right: 0px;
	bottom: -1px;
}
