/*=================================================

		CSS for Chelsea Harbour Offices
		by Toby Vervaart
		for Consultants in Design
		www.consultantsindesign.co.uk
		info@consultantsindesign.co.uk

=================================================*/

/*=================================================

		GLOBALS
		
=================================================*/

* {
	margin: 0;
	padding: 0;
}

img, a img, img a, fieldset{
	border: 0;
}

html {
	font-size: 120%; /* Reset 1em == 10px */
}

body {
	font-size: 50%; /* Reset 1em == 10px */
}

a {
	outline: none;
}

hr {
	display: none;
}

/*=================================================

		COLOUR & TYPOGRAPHY
		
=================================================*/

body {
	background: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	color: #444;
	text-align: center;
}

p {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 15px 0;
}

p img {
	padding: 2px;
	border: 1px solid #EFEFEF;
}

h3 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

h3.address {
	margin: 0 0 2px 0;
}

h4 {
	font-size: 12px;
	margin: 0 0 7px 0;
}

h4.company {
	font-size: 12px;
	font-style: italic;
	margin: 0 0 2px 0;
}

/* Links
-------------------------------------------------*/

a:link, a:active, a:visited {
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #666;
}

a.special:link, a.special:active, a.special:visited {
	color: #E40E62;
	text-decoration: none;
}

a.special:hover {
	text-decoration: underline;
	color: #E40E62;
}


/* Lists
-------------------------------------------------*/

ul, dl {
	color: #444;
}

ul {
	font-size: 12px;
	line-height: 18px;
	list-style-type: none;
	margin: 0 0 25px 0;
}

ul.priceBox {
	clear: both;
	border: 1px solid #EFEFEF;
	background: #F4F4F4;
}

ul.priceBox li {
	padding: 5px 10px;
}

li {
	padding: 2px 10px;
}

li.odd {
	background: #F5F5F5;
}

li.nopadding {
	padding: 5px 0;
}

dt {
	margin: 0 0 5px 0;
	font-size: 12px;
	/*font-weight: bold;*/
	padding: 0 0 0 15px;
	background: transparent url("../images/icn_arrow.gif") no-repeat center left;
}

dd {
	color: #666;
	margin: 0 0 10px 0;
	font-size: 12px;
	line-height: 18px;
}

dl#features a {
	text-decoration: underline;
}

dl#features a:hover {
	text-decoration: underline;
}

/* Forms
-------------------------------------------------*/

label {
	display: block;
	font-size: 12px;
	margin: 0 0 6px 0;
}

input.wideInput, textarea {
	display: block;
	margin: 0 0 10px 0;
	border: 1px solid #EBEBEB;
	padding: 2px;
}

input:focus, textarea:focus {
	border: 1px solid #999;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

form .wideInput {
	width: 340px;
}

/* Decorative classes
-------------------------------------------------*/

.border {
	border: 1px solid #DFDFDF;
}

.floorplanMargin {
	margin: 0 0 15px 0;
}

.red {
	color: #C83131;
}

.leftborder {
	border-left: 1px solid #DFDFDF;
}

/*=================================================

		STRUCTURE
		
=================================================*/

/* Index Page
-------------------------------------------------*/

div#indexWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 450px;
	margin: -225px 0 0 -450px;
	text-align: left;
}

div#wrapper {
	width: 900px;
	height: auto;
	margin: 20px auto;
	text-align: left;
}

div#indexNav {
	padding: 15px 0;
}

div#indexNav ul#nav li a#nav-availability, div#indexNav ul#nav li a#nav-designcentre, div#indexNav ul#nav li a#nav-localarea, div#indexNav ul#nav li a#nav-contact {
	margin: 0 35px 0 0;
}

/* Header
-------------------------------------------------*/

div#header {
	height: 1%; /* For IE */
	overflow: auto;
	margin: 0 0 10px 0;
	padding: 20px 0;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}

h1 a#logo {
	display: block;
	float: left;
	width: 183px;
	height: 26px;
	background: #FFF url("../images/logo.gif") no-repeat top left;
	text-indent: -9999px;
}

/* Navigation
-------------------------------------------------*/

ul#nav {
	margin: 8px 0 0 0;
}

ul#nav li {
	display: inline;
	padding: 0;
}

ul#nav li a#nav-availability, ul#nav li a#nav-designcentre, ul#nav li a#nav-localarea, ul#nav li a#nav-contact {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 9px;
	margin: 0 0 0 35px;
}

ul#nav li a#nav-availability {
	width: 66px;
	background: #FFF url("../images/nav-availability.gif") no-repeat top left;
}

ul#nav li a#nav-availability:hover, body#bdy-availability ul#nav li a#nav-availability {
	background: #FFF url("../images/nav-availability-hover.gif") no-repeat top left;
}

ul#nav li a#nav-designcentre {
	width: 236px;
	background: #FFF url("../images/nav-designcentre.gif") no-repeat top left;
}

ul#nav li a#nav-designcentre:hover, body#bdy-designcentre ul#nav li a#nav-designcentre {
	background: #FFF url("../images/nav-designcentre-hover.gif") no-repeat top left;
}

ul#nav li a#nav-localarea {
	width: 138px;
	background: #FFF url("../images/nav-localarea.gif") no-repeat top left;
}

ul#nav li a#nav-localarea:hover, body#bdy-localarea ul#nav li a#nav-localarea {
	background: #FFF url("../images/nav-localarea-hover.gif") no-repeat top left;
}

ul#nav li a#nav-contact {
	width: 54px;
	background: #FFF url("../images/nav-contact.gif") no-repeat top left;
}

ul#nav li a#nav-contact:hover, body#bdy-contact ul#nav li a#nav-contact {
	background: #FFF url("../images/nav-contact-hover.gif") no-repeat top left;
}

/* Content
-------------------------------------------------*/

div#content {
	height: 1%; /* For IE */
	overflow: auto;
}

/* Columns
-------------------------------------------------*/

div.column {
	width: 210px;
	height: auto;
	float: left;
	margin: 0 20px 0 0;
}

div.columnAlt {
	width: 210px;
	height: auto;
	float: left;
	margin: 0;
}

div.lgcolumn {
	width: 398px;
	height: auto;
	float: left;
	margin: 0 0 20px 0;
}

div.xlcolumn {
	width: 500px;
	height: auto;
	float: left;
}

div.selectColumn {
	width: 440px;
	height: auto;
	margin: 0 18px 20px 0;
	float: left;
}

div.selectColumnAlt {
	width: 440px;
	height: auto;
	margin: 0 0 20px 0;
	float: left;
}

div.floorColumn {
	width: 420px;
	height: auto;
	margin: 0 0 20px 0;
	padding: 0 0 0 20px;
	float: left;
}

div.smallColumn {
	width: 140px;
	height: auto;
	float: left;
}

div.smallColumnAlt {
	width: 140px;
	height: auto;
	float: left;
	margin: 0 0 0 10px;
}

/* Headings
-------------------------------------------------*/

h2.heading {
	margin: 0 0 30px 0;
	height: 18px;
	text-indent: -9999px;
}

h2#hd-availability, h2#hd-designcentre, h2#hd-localarea, h2#hd-contact {
	display: block;
	height: 17px;
	text-indent: -9999px;
}

h2#hd-availability {
	width: 457px;
	background: #FFF url("../images/hd-availability.gif") no-repeat top left;
}

h2#hd-designcentre {
	width: 452px;
	background: #FFF url("../images/hd-designcentre.gif") no-repeat top left;
}

h2#hd-localarea {
	width: 264px;
	background: #FFF url("../images/hd-localarea.gif") no-repeat top left;
}

h2#hd-contact {
	width: 471px;
	background: #FFF url("../images/hd-contact.gif") no-repeat top left;
}

h2#hd-hy-groundfloor {
	width: 500px;
	height: 19px;
	background: #FFF url("../images/hd-hy-groundfloor.gif") no-repeat top left;
}

h2#hd-hy-firstfloor {
	width: 745px;
	height: 19px;
	background: #FFF url("../images/hd-hy-firstfloor.gif") no-repeat top left;
}

h2#hd-hh-firstfloor {
	width: 745px;
	height: 19px;
	background: #FFF url("../images/hd-hh-firstfloor.gif") no-repeat top left;
}

h2#hd-hy-secondfloor{
	width: 405px;
	background: #FFF url("../images/hd-hy-secondfloor.gif") no-repeat top left;
}

h2#hd-hy-thirdfloor {
	width: 374px;
	background: #FFF url("../images/hd-hy-thirdfloor.gif") no-repeat top left;
}

h2#hd-ch-firstfloor {
	width: 323px;
	background: #FFF url("../images/hd-ch-firstfloor.gif") no-repeat top left;
}

h2#hd-ch-firstfloor {
	width: 353px;
	background: #FFF url("../images/hd-ch-firstfloor.gif") no-repeat top left;
}

h2#hd-ch-fourthfloor {
	width: 462px;
	height: 22px;
	background: #FFF url("../images/hd-ch-fourthfloor.gif") no-repeat top left;
}

h2#hd-map {
	width: 269px;
	background: #FFF url("../images/hd-map.gif") no-repeat top left;
	margin: 30px 0;
}

/* Sub Headings
-------------------------------------------------*/

h3.subheading {
	display: block;
	margin: 0 0 8px 0;
	text-indent: -9999px;
}

h3#tempsub {
	width: 143px;
	height: 13px;
	background: #FFF url("../images/temp-subhead.gif") no-repeat top left;
}

h3#sub-contact {
	width: 334px;
	height: 37px;
	background: #FFF url("../images/sub-contact.gif") no-repeat top left;
	margin: 0 0 20px 0;
}

h3#harbourYard {
	width: 140px;
	height: 11px;
	background: #FFF url("../images/hd-harbouryard.gif") no-repeat top left;
	margin: 0 0 5px 0;
}

h3#sub-harbourHouse {
	width: 140px;
	height: 11px;
	background: #FFF url("../images/sub-harbourhouse.gif") no-repeat top left;
	margin: 0 0 5px 0;
}

h3#chambers {
	width: 131px;
	height: 11px;
	background: #FFF url("../images/hd-chambers.gif") no-repeat top left;
	margin: 0 0 5px 0;
}

h3#sub-designcentre {
	width: 170px;
	height: 13px;
	background: #FFF url("../images/sub-designcentre.gif") no-repeat top left;
}

h3#sub-marina {
	width: 101px;
	height: 13px;
	background: #FFF url("../images/sub-marina.gif") no-repeat top left;
}

h3#sub-designcafe {
	width: 147px;
	height: 17px;
	background: #FFF url("../images/sub-designcafe.gif") no-repeat top left;
}

h3#sub-designclub {
	width: 111px;
	height: 13px;
	background: #FFF url("../images/sub-designclub.gif") no-repeat top left;
}

h3#sub-accommodation {
	width: 170px;
	height: 13px;
	background: #FFF url("../images/sub-accommodation.gif") no-repeat top left;
}

h3#sub-gettingthere {
	width: 152px;
	height: 13px;
	background: #FFF url("../images/sub-gettingthere.gif") no-repeat top left;
	margin: 2px 0 8px 0;
}

h3#sub-spaceavailable {
	width: 143px;
	height: 13px;
	background: #FFF url("../images/sub-spaceavailable.gif") no-repeat top left;
	margin: 0 0 15px 0;
}

h3#sub-keyfeatures {
	width: 143px;
	height: 13px;
	background: #FFF url("../images/sub-keyfeatures.gif") no-repeat top left;
	margin: 0 0 15px 0;
}

h3#sub-floorplans {
	width: 109px;
	height: 13px;
	background: #FFF url("../images/sub-floorplans.gif") no-repeat top left;
	margin: 0 0 15px 0;
}

h3#sub-mikegray {
	width: 337px;
	height: 17px;
	background: #FFF url("../images/sub-mikegray.gif") no-repeat top left;
	margin: 0 0 15px 0;
}

h3#sub-jonathancowan {
	width: 263px;
	height: 13px;
	background: #FFF url("../images/sub-jonathancowan.gif") no-repeat top left;
	margin: 0 0 25px 0;
}

h3#sub-availableoffices {
	width: 157px;
	height: 13px;
	background: #FFF url("../images/sub-availableoffices.gif") no-repeat top left;
	margin: 0 0 20px 0;
}

/* Flash Image
-------------------------------------------------*/

div#flashImage {
	width: 900px;
	height: 300px;
	margin: 0 0 35px 0;
}

/* Footer
-------------------------------------------------*/

div#footer {
	height: 1%;
	overflow: auto;
	padding: 10px 0;
	border-top: 1px solid #EBEBEB;
	color: #CCC;
	clear: both;
}

div#footer p {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Availability Office Wrappers
-------------------------------------------------*/

div.officeWrapper {
	width: 440px;
	height: 129px;
	border: 1px solid #EFEFEF;
	margin: 0 0 10px 0;
}

div.officeWrapper img {
	float: left;
	margin: 0 20px 0 0;
}

div.officeWrapper ul {
	width: 260px;
	height: 100px;
	float: left;
	list-style-type: none;
	padding: 0 0 0 20px;
	border-left: 1px solid #EFEFEF;
	margin: 15px 0 0 0;
}

div.officeWrapper li {
	margin: 0 0 10px 0;
}

div.officeWrapper li.dimensions {
	font-size: 14px;
	color: #666;
}

div.officeWrapper li#officeType01 {
	display: block;
	width: 125px;
	height: 13px;
	background: #FFF url("../images/hd-officetype01.gif") no-repeat top left;
	text-indent: -9999px;
}

/* Full Office Wrappers
-------------------------------------------------*/

div.officeFullWrap {
	overflow: auto;
	_height: 1%;
	margin: 0 0 15px 0;
	/*padding: 0 0 10px 0;*/
	border-bottom: 1px solid #F5F5F5;
}

div.officeLeftCol {
	width: 200px;
	float: left;
}

div.officeRightCol {
	width: 210px;
	margin: 0 0 0 10px;
	float: left;
}

/* Misc Additions/Amendments
-------------------------------------------------*/

ul#keyfeaturesList {
	list-style-type: disc;
	margin: 0 0 15px 0;
	list-style-position: inside;
}

img.floorplan {
	margin: 0 0 0 0;
}

/*=================================================

		USEFUL CLASSES
		
=================================================*/

.hidden {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}
