@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	background:#b1b1af url(../images/bg.png);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color:#333;
}

form input, form select, form textarea {
	margin:4px;
}

input, select, textarea {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	width:60%;
	font-size:1em;
}

option {
	color:#333;
}

input.button {
	width:80px;
}

.smaller  p {
	font-size:13px;
}

a img {
	border:0px;
	outline:none;
	text-decoration:none;
}

a {
	color:#35775b;
	text-decoration:none;
	outline:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	width:900px;
	margin:0 auto;
}

#inner {
	float:left;
	width:900px;
	background:#e9e8e6;
	border:solid 4px #fff;
	position:relative;
}

#header {
	background:url(../images/header.png) no-repeat;
	height:114px;
	position:relative;
}

#tabs {
	position:absolute;
	top:87px;
	right:19px;
	width:491px;
}

#tabs ul {
	list-style:none;
	margin:0;
	padding:0;
}

#tabs ul li {
	float:left;
}

#tabs ul li.spacer {
	width:3px;
	height:20px;
}

#menu {
	float:left;
	width:240px;
}

#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	width:240px;
}

#menu ul li a {
	display:block;
	background:url(../images/menu.png) no-repeat;
	height:37px;
	line-height:37px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:right;
	padding-right:40px;
}

#menu ul li a:hover, #menu ul li a.active {
	background:url(../images/menu-on.png) no-repeat;
	color:#35775b;
	text-decoration:none;
}

#banner {
	float:left;
	width:660px;
	height:259px;
	overflow:hidden;
}

#page_title {
	float:left;
	width:900px;
	background:url(../images/page_title.png) no-repeat;
	height:42px;
}

#page_title h1 {
	font-size:20px;
	margin:0;
	color:#35775b;
	font-weight:normal;
	display:block;
	padding-left:60px;
	padding-top:14px;
}

#content_header {
	float:left;
	width:900px;
	background:url(../images/content_top.png) no-repeat;
	height:20px;
}

#content {
	float:left;
	width:824px;
	background:url(../images/content_bg.png) repeat-y;
	min-height:200px;
	padding:0px 38px;
}

#content h2 {
	margin-top:0px;
	margin-bottom:10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#35775b;
	font-weight:bold;
}

.tabs {
	position:absolute;
	right:36px;
	top:378px;
}

.tabs h2 a {
	display:block;
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
}

.tabs h2 a:hover, .tabs h2 a.active {
	color:#333;
}

.tabs h2 {
	font-size:13px;
	float:left;
	width:100px;
	display:block;
	text-align:center;
	background:url(../images/tab.png) no-repeat top;
	height:18px;
	padding-top:8px;
	margin-left:4px;
}

.tabs2 {
	position:absolute;
	right:36px;
	top:378px;
}

.tabs2 h2 a {
	display:block;
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
}

.tabs2 h2 a:hover, .tabs2 h2 a.active {
	color:#333;
}

.tabs2 h2 {
	font-size:13px;
	float:left;
	width:180px;
	display:block;
	text-align:center;
	background:url(../images/tab_2.png) no-repeat top;
	height:18px;
	padding-top:8px;
	margin-left:4px;
}

#content .quote h2 {
	font-size:13px;
}

#content p {
	margin-top:0px;
	margin-bottom:10px;
	line-height:16px;
	text-align:justify;
}

#content .designer_process_gallery img {
	margin:12px;
}

#content .winter_gritting_gallery {
	float:right;
	width:300px;
	padding-left:20px;
}

#content .winter_gritting_gallery img {
	margin:4px;
}

.splitter {
	background:url(../images/content_splitter.png) no-repeat top center;
	width:100%;
	height:36px;
}

.col_left {
	width:400px;
	float:left;
}

.col_left img {
	padding-left:10px;
}

.col_right {
	width:400px;
	float:right;
}

.col_right img {
	padding-left:10px;
}

#content_footer {
	float:left;
	width:900px;
	background:url(../images/content_footer.png) no-repeat top;
	height:30px;
}

#content .quote {
	padding:20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#footer_icons {
	float:left;
	width:862px;
	background:e9e8e6;
	height:30px;
	text-align:right;
	line-height:30px;
	padding-right:38px;
	font-size:10px;
}

#footer_icons img {
	padding-left:10px;
	padding-right:4px;
}

#footer_logos {
	float:left;
	width:900px;
	background:e9e8e6;
	height:107px;
	text-align:center;
}

#footer {
	float:left;
	width:862px;
	height:58px;
	background:#64746d;
	border-top:1px solid #fff;
	padding-left:19px;
	padding-right:19px;
	color:#c6d5ce;
	font-size:11px;
}

.footer_left {
	float:left;
	width:65%;
	padding-top:13px;
}

.footer_right {
	float:left;
	width:35%;
	text-align:right;
	padding-top:13px;
}

.white {
	color:#fff;
}

.left {
	width:50%;
	float:left;
}

.right {
	width:50%;
	float:left;
}