﻿body {
	background: #ece4dd;
	color: #002d21;
}
header {
}
#branding img {
	margin: 20px 0;
}
#header_middle_pane {
	position: relative;
}
#tagline {
	background: url('/images/swoosh.png') no-repeat left bottom;
	margin-top: 65px;
}
#tagline p {
	font-family: 'Yanone Kaffeesatz', sans-serif;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#tagline p#up {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 0;
	margin-left: 112px;
	opacity: .65;
}
#tagline p#down {
	color: #ff511c;
	font-size: 36px;
	letter-spacing: 1px;
	line-height: 1.35;
	margin: 0 0 12px;
	text-align: center;
	text-transform: uppercase;
}
#icons {
	margin-top: 20px;
	text-align: center;
}
#icons img {
	margin: 0 15px;
}
#location {
	margin-top: 12px;
}
#location dl {
	font-weight: 700;
	margin: 0;
	padding: 0;
}
#location dd {
	color: #b60000;
	line-height: 1;
	margin: 0;
	padding: 0;
}
#location dt {
	font-size: 17px;
	line-height: 1;
	margin: 0;
	padding: 0;
	word-spacing: 1px;
}
#location dt#phone {
	background: url('/images/phone_icon.png') no-repeat left 5px;
	font-size: 24px;
	line-height: 1;
	margin: 7px 0;
	padding: 0 0 0 15px;
}
#location dt#phone span {
	color: #b60000;
}
nav {
	background: #002d21;
}
aside#servs {
	color: #fff;
}
aside#servs div {
	background: #002d21;
	border-radius: 8px;
	-moz-border-radius: 8px;/* Firefox 3.6 and earlier */;
	-webkit-border-radius: 8px;/* Safari and Chrome */;
	-khtml-border-radius: 8px;
	padding: 10px;
}
footer {
	background: #002d21;
	padding: 5px 0;
}
footer a {
	color: #ab9c74;
	text-decoration: none;
}
footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li {
	background: none;
	color: #ab9c74;
	display: inline-block;
	margin: 0 15px 0 0;
	padding: 0;
}
