/* touchwood.css */
html {
    margin:0;
    padding:0;
}
body {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    voice-family: inherit;
    font-size: 14px;
	line-height: 20px;
    background: #fff;
    margin:0;
    padding:0;
    color: #666;
	overflow-y: scroll;
	overflow-x: auto;
}

h1 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-Serif;
    font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 4px;
    color: #6C88BA;
    font-weight: normal;
	margin: 0 0 20px 0;
}

h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-Serif;
    font-size: 16px;
    color: #6C88BA;
    font-weight: normal;
	margin: 25px 0 0 0;
}

a {
	color: #666;
	text-decoration: underline;
}

a:hover {
	color: #6C88BA;
	text-decoration: none;
}

img { border: 0; }

ul {line-height: 30px;}

.clear { clear: both; }

.left { float: left; }

.right { float: right; }

.justify { text-align: justify; }

.margin-address {margin: 0 0 0 55px}

.strapline{ 
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	position: relative;
	bottom: -10px;

}

.bold { font-weight: bold; }

.img-right {
	padding: 0 0 20px 20px;
	float: right;
}

.img-left {
	padding: 0 20px 20px 0;
	float: left;
}

.thumbnails {
	width: 95px;
	height: 95px;
	margin: 0 12px 30px 12px;
	padding: 8px;
	border: 1px solid #6C88BA;
	float: left
}

#menu {
    width:100%;
	height: 32px;
	line-height: 32px;
    margin:0;
    padding:0;
    background:#CF9A6A;
    background-image: url('../img/wood-tile.jpg');
    border-bottom:2px solid #8e8b84;
}

	#menu ul {
		width: 980px;
		display:block;
		margin: 0 auto;
		padding:0;
		list-style:none;
	}

	#menu li {
		float:left;
	}

	#menu a {
		font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, Sans-Serif;
		font-size: 16px;
		color:#fff;
		text-decoration:none;
		padding:1px 5px;
		display:block;
		float:left;
	}

	#menu a span {
		  padding:8px;
		}

	#menu a:hover {
		text-decoration:none;
		color:#fff;
		background-image: url('../img/wood-tile-dark.jpg');
	}

#header {
	background: #fff;
	width: 100%;
	height: 154px;
}

	#contact {
		position: absolute;
		top: 10px;
		right: 10px;
		color: #6C88BA;
		font-size: 14px;
	}
	
	#contact p {
		margin: 0 0 0 40px;
	}
	
	#contact a {
		color: #6C88BA;
		text-decoration: none;
	}
	
	#contact a:hover {
		color: #6C88BA;
		text-decoration: underline;
	}
	
	#tel {
		background: url('../img/tel.gif') no-repeat left center;
		height: 45px;
	}
		
	#mail {
		background: url('../img/mail.gif') no-repeat left center;
		height: 28px;
		line-height: 28px;
	}
	
#frame {
	margin: 0 10px 10px 10px;
	background: #84A7BA url('../img/bg-gradient.png') repeat-y center bottom;
}
	
#container {
	background: #fff;
    width: 1000px;
	margin: 0 auto;
    padding:0;
}

#main-content {
	padding: 20px;
}

#right-column {
	width: 220px;
	float: right;
}
	
	#right-column  p {
		margin: 0 0 0 24px;
		font-size: 11px;
	}

#footer {
	background: #fff;
	border-top: 2px solid #5287B8;
	margin: 0 20px;
	padding: 10px 0 0 0;
	color: #6C88BA;
	font-size: 11px;
}
	
	#footer a {
	color: #6C88BA;
	text-decoration: none;
	}

	#footer a:hover {
		color: #111;
		text-decoration: none;
	}
	
.sitemap {
	width: 90%;
	border: 0;
	font-size: 14px;
}

	.sitemap td {
		padding: 8px 5px;
	}



