
html, body {
	height: 100%;
}

body {
	background: #D9D9D9 url(../img/concrete.jpg) top repeat;
	color: #222;
}

.wrapper {
	height: 100%;
}

#container {
	width: 940px;
	margin: 0 auto;
	background: url(../img/tall-guy.png) 280px bottom no-repeat;
	height: 100%;
	min-height: 800px;
	overflow: hidden;
}

h1 {
	height: 180px;
	background: url(../img/logo.png) right no-repeat;
	overflow: hidden;
	text-indent: -999em;
	margin: 0 0 37px 0;
}

p, li {
	font-size: 1.3em;
	line-height: 1.4;
}

#main {
	overflow: hidden;
}

#content {
	width: 380px;
	float: left;
	padding-top: 25px;
}

#sidebar {
	float: right;
	width: 420px;
	margin-right: 60px;
	padding-top: 15px;
}

#content .wrap {
	margin-left: 60px;
}

.intro {
	width: 315px;
	height: 88px;
	background: url(../img/intro.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

.address {
	font-size: 1.2em;
	margin-top: 3em;
	margin-bottom: 1.5em;
}

.contact {
	font-weight: bold;
	color: #12193A;
	height: 21px;
	line-height: 21px;
	background: url(../img/icons.png) no-repeat;
	padding-left: 25px;
	margin-bottom: 8px;
}

.phone 	{ background-position: 2px 0; }
.fax 	{ background-position: 0px -21px; }
.email 	{ background-position: 1px -42px; }

h2 {
	width: 257px;
	height: 10px;
	background: url(../img/areas-of-specialty.png) no-repeat;
	overflow: hidden;
	text-indent: -999em;
}

ul, ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#slideshow {
	padding: 20px 20px 10px 20px;
	overflow: hidden;
	background: url(../img/shadow.png) bottom no-repeat;
	position: relative;
}

#image {
	width: 380px;
	height: 253px;
	background: #fff;
	overflow: hidden;
}

.tape-left, .tape-right {
	background: url(../img/tape.png) no-repeat;
	position: absolute;
	top: 0;
	z-index: 500;
}

.tape-left {
	width: 75px;
	height: 64px;
	left: 0;
}

.tape-right {
	width: 62px;
	height: 72px;
	right: 0px;
	background-position: right;
}

#sidebar .wrap {
	margin: 0 20px;
}

.areas {
	overflow: hidden;
	margin-bottom: 7em;
}

.areas li {
	padding-left: 16px;
	background: url(../img/bullet.png) left 1px no-repeat;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

.denso {
	font-size: 1.2em;
}

.denso a {
	float: right;
	height: 80px;
	line-height: 80px;
	background: url(../img/denso.png) left no-repeat;
	padding-left: 112px;
	border: none;
	text-decoration: none;
	color: #222;
}
