body {
	background: #e7e7e7;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Eurostile-Reg, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.25em;
	color: #777;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#position {
	width: 1040px;
	margin: 40px auto 0;
}

#lines {
	position: relative;
}

#lines div {
	position: absolute;
	background: rgba(86,86,86,.5);
}

#lines .line-2 {
	height: 440px;
	width: 1px;
	left: 69px;
	top: 52px;
}
#lines .line-4 {
	height: 503px;
	width: 1px;
	right: 69px;
}
#lines .line-1 {
	width: 1012px;
	height: 1px;
	top: 79px;
}
#lines .line-3 {
	width: 1012px;
	height: 1px;
	top: 440px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	min-height: 500px;
}
.padding {
	padding: 0 15px;
}
.right {
	float: right;
}
.right p {
	text-align: right;
}

#brand {
	line-height: 54px;
	padding: 14px 0 12px;
}
#brand img {
	vertical-align: middle;
}

.slideshow {
	height: 360px;
	width: 100%;
}

#services {
	list-style: none;
	margin-top: 19px;
	float: right;
}
#services li {
	float: left;
	border-left: 1px solid rgba(86,86,86,.5);
	padding: 0 4px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
}
#services li:first-child {
	border: none;
}



#content {
	clear: both;
	padding: 30px 0;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content p,
#content ul,
#content ol {
	margin: 0 0 0.7em;
}


#footer {
	text-transform: uppercase;
	font-size: 10px;
	padding: 20px 0 0;
	position: relative;
	overflow: hidden;
	width: 100%;
	font-size: 12px;
}
#footer a {
	color: inherit;
}
#footer .direct {
	margin-bottom: 4px;
}
#language {
	position: absolute;
	left: 0;
	bottom: 0;
	list-style: none;
}
#language li {
	float: left;
	margin: 0 10px 0 0;
}