﻿/* Remarkable Property CSS */

* {
	margin: 0;
	padding: 0;
}

#content a {
	color: #333;
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 a {
	border-bottom: none;
}

#content h1 a:hover {
	border-bottom: none;
}

a img {
	border: none;
}

html, body {
	font: 11px/18px Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#333;
	margin:0px; 
	padding:0px;
	min-height: 100%;
 	height: auto;
}
body{
	background: url(../images/body.gif) no-repeat right bottom;
}

.message {
	color:#cc0000;
	padding:8px;
	border:1px solid #cc0000;
	margin:10px 0 30px 0;
}

#flashhome {
	margin:0px 0px 0px -17px;
}

/* Sections */

#wrap {
	width: 950px;
}

#graphic {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 595px;
	height: 375px;
}

#logo {
	position: absolute;
	top: 0px;
	left: 595px;
	width: 329px;
	height: 79px;
	background: #fff;
}

#intro {
	position: absolute;
	top: 79px;
	left: 595px;
	width: 329px;
	height: 296px;
}

#content {
	position: absolute;
	top: 375px;
	left: 60px;
	width: 890px;
	padding-top: 25px;
}

#left {
	position: relative;
	display: inline;
	float: left;
	width: 480px;
	margin-right: 70px;
}

#left_home {
	position: relative;
	display: inline;
	float: left;
	width: 200px;
	padding-right: 10px;
	left:-10px;
}

#mid_home {
	position: relative;
	display: inline;
	float: left;
	width: 310px;
	padding-right: 30px;
}

#right {
	position: relative;
	display: inline;
	float: left;
	width: 295px;
}

#footer {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 15px;
	border-top: #ccc 1px solid;
}

/* Logo */

#logo h1 {
	margin: 0;
	padding: 0;
}

#logo h1 a {
	width: 188px;
	height: 79px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.gif) no-repeat;
}

/* Navigation */

ul#nav {
	position: absolute;
	top: 91px;
	left: 260px;
	width: 670px;
	height: 21px;
	padding-left: 14px;
	list-style-type: none;
	z-index: 99;
	background: #242021;
}

ul#nav li {
	float: left;
}

ul#nav li a {
	display: block;
	height: 21px;
	margin-right: 35px;
	text-indent: -2000px;
	overflow: hidden;
}
ul#nav li a.consultation-home {
	width: 37px;
	background: url(../images/nav_home.gif);
}

ul#nav li a.consultation-about {
	width: 64px;
	background: url(../images/nav_about.gif);
}

ul#nav li a.consultation-news {
	width: 36px;
	background: url(../images/nav_news.gif);
}

ul#nav li a.consultation-services {
	width: 54px;
	background: url(../images/nav_services.gif);
}

ul#nav li a.consultation-team {
	width: 33px;
	background: url(../images/nav_team.gif);
}

ul#nav li a.consultation-clients {
	width: 51px;
	background: url(../images/nav_clients.gif);
}

ul#nav li a.consultation-contact {
	width: 63px;
	background: url(../images/nav_contact.gif);
}

ul#nav li a.group {
	width: 44px;
	background: url(../images/nav_group.gif);
}

ul#nav li a:hover {
	background-position: 0 -21px;
}

ul#nav li.selected a {
	background-position: 0 -21px;
}

/* Subnav */

ul#subnav {
	position: absolute;
	top: 115px;
	left: 440px;
	width: 490px;
	height: 21px;
	padding-left: 14px;
	list-style-type: none;
	z-index: 99;
	background: #242021;
}

ul#subnav li {
	float: left;
}

ul#subnav li a {
	display: block;
	height: 21px;
	margin-right: 25px;
	text-indent: -2000px;
	overflow: hidden;
}

ul#subnav li a.consultation-bigger-picture {
	width: 102px;
	background: url(../images/subnav_bigger.gif);
}

ul#subnav li a.public-consultations {
	width: 145px;
	background: url(../images/subnav_public.gif);
}

ul#subnav li a:hover {
	background-position: 0 -21px;
}

ul#subnav li.selected a {
	background-position: 0 -21px;
}

/* Content */

#content h1 {
	height: 11px;
	padding-bottom: 12px;
	margin-bottom: 12px;
	overflow: hidden;
	border-bottom: 1px #dedede solid;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:2px;
	font-weight:normal;
}

#content h2 {
	font-size: 11px;
}

#content p {
	margin-bottom: 18px;
}

#content p.caption {
	margin-left: 8px;
}

form#client select {
	width: 165px;
}

#content ul {
	list-style-type: none;
	margin-bottom: 12px;
}

ul#service1 {
	font-weight: bold;
	width: 140px;
	list-style-type: none;
	float: left;
}

ul#service2 {
	font-weight: bold;
	list-style-type: none;
	float: left;
}

#content ol {
	list-style-position: outside;
	padding-left: 24px;
}

#content form label {
	display: block;
	float: left;
	width: 80px;
}

#content form {
	padding-top: 8px;
}

#content form input {
	width: 200px;
	margin-bottom: 8px;
}

#content form textarea {
	width: 240px;
	height: 120px;
	margin-bottom: 4px;
}

#content form input.btn {
	width: 80px;
	margin-left: 80px;
}

#content form input.btnreset {
	width: 65px;
	margin-left: 4px;
}

#content img { 
}

#content img.remark { 
	margin-top: 4px;
	margin-bottom: 14px;
}

#content img.photo {
	padding: 6px;
	margin-top: 22px;
	margin-bottom: 0px;
	border: 1px #eee solid;
}

.clientlist img {
	padding: 4px;
	margin: 1px;
	border: 1px #eee solid;
}

#lister img, #right_team img {
	float: left;
	margin-top: 4px;
	margin-right: 14px;
	padding: 6px;
	border: 1px #eee solid;
}
#lister p { float:left; width:350px; min-height:130px; _height:130px; padding-bottom:25px; }

.flash {
	width: 176px;
	height: 127px;
}

/* H */

h1 a {
	display: block;
}

h1.viewclients {
	background: url(../images/h1_a_viewourclients.gif) no-repeat;
	text-indent: -2000px;
}

h1.servicesoffer {
	background: url(../images/h1_a_servicesweoffer.gif) no-repeat;
	text-indent: -2000px;
}

h1.latestnewslink {
	background: url(../images/h1_a_latestnews.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-about {
	background: url(../images/h1_aboutus.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-benefits {
	background: url(../images/h1_benefits.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-news {
	background: url(../images/h1_latestnews.gif) no-repeat;
	text-indent: -2000px;
}

h1.newsarchive {
	background: url(../images/h1_newsarchive.gif) no-repeat;
	text-indent: -2000px;
}

h1.archivednews {
	background: url(../images/h1_archivednews.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-services {
	background: url(../images/h1_services.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-bigger-picture {
	background: url(../images/h1_bigger.gif) no-repeat;
	text-indent: -2000px;
}

h1.public-consultations {
	background: url(../images/h1_public.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-team {
	background: url(../images/h1_team.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-clients {
	background: url(../images/h1_clients.gif) no-repeat;
	text-indent: -2000px;
}

h1.consultation-contact {
	background: url(../images/h1_contact.gif) no-repeat;
	text-indent: -2000px;
}

h1.office {
	background: url(../images/h1_office.gif) no-repeat;
	text-indent: -2000px;
}

h1.group {
	background: url(../images/h1_group.gif) no-repeat;
	text-indent: -2000px;
}

/* Footer */

#footer p {
	font-size: 10px;
	line-height: 12px;
	float: left;
	margin-top: 8px;
	margin-right: 60px;
}

#footer p span {
	margin-left: 10px;
}

#footer p.remarkable {
	float: right;
	margin-right: 0px;
}

#footer a {
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#southampton, #london { width:147px; float:left; }

.services1 {
	float:left;
	font-weight:bold;
}
.services2 {
	float:left;
	padding-left:24px;
	font-weight:bold;
}