body {
	font-family: "M+ 1c", sans-serif;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(/images/site/background.jpg);
	color: #8C8C8C;
}

#header_ {
	padding: 0px;
	margin: 0px;
}
#header {
	position: relative;
	height: 270px;
	margin: auto;
	padding: 0px;
	width: 980px;
}

#logo a {
	display: block;
	width: 420px;
	height: 95px;
	position: absolute;
	top: 50px;
	left: 17px;
	cursor: pointer;
	z-index: 1000;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='/images/logo/coatesvisual_logo.png');
}
#logo[id] a {
	background: url(/images/logo/coatesvisual_logo.png) no-repeat;
}

#about {
	left: 90px;
	top: 130px;
	position: absolute;
}

#contact {
	left: 600px;
	width: 200px;
	top: 10px;
	position: absolute;
}

h1 {
	font-size: 1.6em;
	font-weight: 300;
}

h2 {
	font-size: 2.2em;
	font-weight: 300;
	text-decoration: underline;
}

a {
	text-decoration: none;
	color: #8C8C8C;
}

a:hover {
	text-decoration: underline;
}

#content_ {
	padding: 0px;
	margin: 0px;
}
#content {
	position: relative;
	margin: auto;
	margin-bottom: 200px;
	padding: 0px;
	width: 980px;
	overflow: hidden;
}

#image {
	margin-left: 90px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px;
	width: 470px;
	float: left;
}

#description {
	padding: 0px;
	margin: 0px;
	width: 380px;
	float: right;
}

.shadow {
	-webkit-box-shadow: 0px 3px 6px #8C8C8C;
	-moz-box-shadow: 0px 3px 6px #8C8C8C;
}

.technology {
	margin-left: 0px;
	margin-bottom: 35px;
	margin-right: 0px;
	margin-top: 0px;
	list-style-type: none;
	padding: 0px;
}

.technology li {
	line-height: 20px;
	font-size: .9em;
	font-weight: 600;
}

.tel {
	font-size: 1.3em;
}

.function {
	font-size: 1.1em;
	font-weight: 700;
}

.italic {
	font-style: italic;
}

q {
	line-height: 20px;
	font-size: 0.9em;
}

#footer_ {
	padding: 0px;
	margin: 0px;
}

#footer {
	height: 30px;
	width: 980px;
	padding: 0px;
	margin: auto;
}

.copyright {
	margin-left: 90px;
	font-size: 0.7em;
}

p {
	line-height: 20px;
}

