body {
	background: url('../i/bg-strip.gif') repeat-x;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "ff-enzo-web-1","ff-enzo-web-2","Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
	text-decoration: none;
	color: #111;
}
a:hover {
	color: #f00;
}
p a {
	text-decoration: underline;
} 
label {
	display: block;
}
form h2 {
	margin-bottom: 0px;
}
input {
	display: block;
	padding: 5px;
	margin-bottom: 8px;
	}
textarea {
	height: 72px;
	width: 400px;
	border: 5px #eee solid;
	background: #f9f9f9;
}
form hr {
	margin-top: 18px;
}
.primary h2 {
	margin-bottom: 0;
	font-weight: 500;
}
.primary h3 {
	margin-bottom: 18px;
	font-weight: 500;
}	
.secondary h2 {
	border-top: 1px solid #999;
	margin-bottom: 2px;
	font-weight: 200;
	line-height: 22px;
	padding-top: 9px;
}
.secondary h3 {
	font-weight: 400;
}
.secondary img {
	margin-bottom: 13px;
}
.header {
	padding-top: 0;
	height: 90px;
	margin-bottom: 90px;
	color: #aaa;
}
.header h4 {
	color: #fff;
	margin-bottom: 0;
	font-weight: 600;
}
.header img {
	margin-top: 0;
	position: relative;
}
.tool {
	margin-top: 18px;
}
.tool a {
	text-decoration: none;
	color: #999;
}
.tool a:hover  {
	text-decoration: none;
	color: #fff;
}
.tool h4 a {
	color: #fff;
}
.positioning {
	margin-bottom: 18px;
}
p.sub-heading { 
	font-size: 110%;
	border-bottom: 3px solid #999;
	padding-bottom: 6px;
	margin-bottom: 27px;
	color: #999;
	}
.newsletter {
	border-bottom: 1px dotted #999;
	margin-bottom: 17px;
	clear: both;
}
.newsletter h3 a {
	font-weight: 200;
	text-decoration: none;
	color: #222;
}
.newsletter h3 a:hover {
	text-decoration: none;
	color: #666;
}
.newsletter a {
	text-decoration: none;
	color: #222;
}
.newsletter a:hover {
	text-decoration: none;
	color: #000;
}
.secondary ul {
	padding-left: 0;
	list-style: none;
	border-bottom: 1px dotted #999;
	margin-right: 0;
	margin-bottom: 17px;
}
.secondary li {
	border-top: 1px dotted #999;
	padding: 8px 0 9px 0;
}
.date {
	color: #aaa;
}
.box {
	background-color: #eee;
}
.post {
	border-bottom: 1px solid #ddd;
	margin-bottom: 17px;
}
.client-logo {
	border: 1px solid #eee;
}