/*
 * Copyright Lavigne Lonsdale
 *
 * Development by LOOKsystems Limited
 * mailto: info@looksystems.ltd.uk
 * http: //www.looksystems.ltd.uk
 *
 * Design by Aukett Brockliss Guy
 * mailto: info@abgdesign.uk.com
 * http: //www.abgdesign.uk.com
 *
 */

/* GLOBAL STYLES */

body {
	color: #aaa;
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
}

h1, p, ul, li {
	margin: 0;
	padding: 0;
}

a {
	color: #aaa;
	text-decoration: none;
}

strong {
	color: #666;
}

ul {
	list-style: none;
}

/* PAGE LAYOUT */

#page {
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 992px;
	overflow: hidden;
	z-index: 0;
}

#clone {
	position: absolute;
	margin: 0 auto;
	text-align: left;
	width: 992px;
	overflow: hidden;
	background: #FFF;
	z-index: 9999;
}

/* HEADER */

#header {
	padding-top: 100px;
	overflow: hidden;
}

#header h1 a {
	background: url(../assets/gif/lavigne-lonsdale.gif) 0 0 no-repeat;
	margin-top: 18px;
	display: block;
	height: 30px;
	width: 205px;
	text-indent: -9000px;
	overflow: hidden;
	float:left;
}

#header ul {
	margin-top: 29px;
	position: relative;
	width: 708px;
	float: right;
}
html>body #header ul {
	width: 678px;
}

#header li {
	float: left;
	margin-left: 30px;
	font-weight: bold;
	font-size: 110%;
	text-indent: -9000px;
}

#header a {
	background: url(../assets/gif/headings/menu.gif) 0 0 no-repeat;
	text-indent: -9000px;
	height: 12px;
	line-height: 12px;
	overflow: hidden;
	display: block;
}

#header #master_planning {
	width: 135px;
}
#header .select #master_planning,
#header #master_planning:hover {
	background-position: 0 -13px;
}

#header #urban_design {
	background-position: -150px 0;
	width: 106px;
}
#header .select #urban_design,
#header #urban_design:hover {
	background-position: -150px -13px;
}

#header #landscape_architecture {
	background-position: -272px 0;
	width: 193px;
}
#header .select #landscape_architecture,
#header #landscape_architecture:hover {
	background-position: -272px -13px;
}

#header #product_design {
	background-position: -481px 0;
	width: 124px;
}
#header .select #product_design,
#header #product_design:hover {
	background-position: -481px -13px;
}

/* IMAGES */

#images  {
	left: 0;
	height: 540px;
	overflow: hidden;
	width: 100%;
	float: left;
	z-index: 0;
}

.images ul {
	/* margin-top: 163px; */
	margin-top: 60px;
	height: 283px;
}

.images ul.tall {
	margin-top: 60px;
	height: 386px;
}
.images ul li {
	float: left;
	margin-right: 41px;
}
.images .large {
	width: 992px;
}
.images .small {
	width: 303px;
}

.images p {
	overflow: hidden;
	text-indent: -9000px;
	background: 0 0 no-repeat;
	height: 6em;
	font-size: x-small;
	margin-top: 13px;
}

.images .caption {
	float: left;
	width: 303px;
	margin-right: 41px;
}

.images .last {
	float: right;
	margin-right: 0;
}

/* FOOTER */

#footer {
 	clear: both;
	overflow: hidden;
	height: 120px;
}

#footer p {
	height: 27px;
	width: 344px;
	overflow: hidden;
	position: relative;
	font-size: x-small;
	float: left;
	overflow: hidden;
	visibility: hidden;
}

#footer p a {
	top: 0;
	left: 0;
	width: 344px;
	height: 27px;
	position: absolute;
	text-indent: -9000px;
	overflow: hidden;
	visibility: visible;
}

#footer .bath-office a {
	background:  url(../assets/gif/bath-office.gif) 0 0 no-repeat;
}
#footer .truro-office a {
	background:  url(../assets/gif/truro-office.gif) 0 0 no-repeat;
}
#footer h2 {
	margin: 0;
	float: right;
	font-size: x-large;
	font-weight: normal;
	color: #b5c37c;
	background: url(../assets/gif/coming-soon.gif) 0 0 no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	width: 270px;
	height: 27px;
}