/**
* Brand colour #BC9A6A
*/

html {
}
body {
	font-size: 0.8em;
	font-family: Arial,Verdana,"Trebuchet MS",sans-serif;
	color: #FFF;
	background: transparent none;
/* 	width: 910px; */
	margin: 0 auto;
	background-color: #000;

	background-image: url('/assets/images/body-background.jpg');
	background-position: center -30px;
	background-repeat: no-repeat;
	
}
h1 {
	font-size: 1.6em;
	margin-bottom: 20px;
}
li {
	list-style-type: square;
}
a div {
	text-decoration: none;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
a:hover {
	text-decoration: underline;
}
a.selected {
	background-color: #BC9A6A;
}

.container {
	width: 910px;
	margin: auto;
}

.header {
	border-top: 8px solid #BC9A6A;
	height: 115px;
}


.col1 {
	float: left;
	text-align: right;
}
.col1 li {
	padding: 2px 0;
}

.col2 {
	float: right;
	width: 770px;
}

.main-content {
	margin-bottom: 20px;
}

#content-top {
	background-image: url('/assets/images/main-top.gif');
	background-repeat: no-repeat;
	height: 10px;
}
#content-bottom {
	background-image: url('/assets/images/main-bottom.gif');
	background-repeat: no-repeat;
	height: 10px;
}

.content {
	background-color: #90744D;
	background-image: url('/assets/images/main-body.png');
	background-position: center top;
	background-repeat: no-repeat;
	padding: 10px 20px 0 20px;
}

.content p {
	margin: 0 0 10px 0;
}
.content p.clear {
	margin: 0;
}

.content ol {
	margin: 0 0 15px 40px;
	list-style: lower-roman;
}
.content ol li {
	margin: 0 0 6px 0;
/* 	color: #C9C09F; */
}

.content ul {
	margin: 0 0 15px 40px;
	list-style: disc;
}
.content ul li {
	font-weight: bold;
	margin: 0 0 6px 0;
	line-height: 1.1em;
}

/**
* Page specific changes to the default content behaviour.
*/
body.ult-parent-1 .content,
body.ult-parent-3 .content,
body.ult-parent-4 .content,
body.ult-parent-5 .content {
	background-color: transparent;
	background-image: none;
	padding-bottom: 20px;
	line-height: 1.1em;
}

body.ult-parent-6 .content,
body.ult-parent-7 .content {
	padding-top: 25px;
	padding-right: 25px;
	height: 277px;
}

body.ult-parent-6 .content {
	height: 305px;
}


body.ult-parent-5 .content {
	font-weight: bold;
	height: 220px;
}

body.ult-parent-1 .content,
body.ult-parent-3 .content,
body.ult-parent-4 .content {
	padding: 0;
}


body.body-home .content img#gallery-images {
	margin-left: 7px;
}


body.body-gallery .content {
	padding-left: 30px;
}


body.body-location .content img#locationmap {
	float: left;
}
body.body-location .content div#locations {
	background: transparent url('/assets/images/location-right.png') no-repeat;
	width: 164px;
	height: 469px;
	float: right;
	padding: 20px;
}


body.body-floorplans .content ul {
	margin-top: 25px;
}
body.body-floorplans .content h2 {
	font-size: 1.5em;
}
body.body-floorplans .content div#floorplan {
	float: right;
	text-align: center;
	width: 312px;
	padding-bottom: 5px;
}
body.body-floorplans .content div#floorplan img {
	margin-bottom: 20px;
}
body.body-floorplans .content div.getacrobat {
	float: none;
	margin: 30px 10px 20px 23px;
}
body.body-floorplans .content div.getacrobat img {
	float: none;
	padding: 0 5px 0 0;
	vertical-align: middle;
	margin-top: -3px;
}
body.body-floorplans .content div.getacrobat span {
	font-weight: normal;
	font-size: 90%;
}


body.body-contact-details .content img {
	float: right;
}
body.body-contact-details .content div.agents,
body.body-contact-details .content p.address {
	padding: 10px;
	line-height: 18px;
	margin-left: 30px;
}
body.body-contact-details .content div.agents p {
	width: 120px;
	float: left;
	padding-bottom: 10px;
}


/**
* Navigation menu down the left-hand side, replacing text links with
* sprites.
*/
.nav-main li {
	list-style-type: none;
}
.nav-main li#menu_1 h3 {
	background: transparent url('/assets/images/nav-home.gif') no-repeat;
}
.nav-main li#menu_3 h3 {
	background: transparent url('/assets/images/nav-gallery.gif') no-repeat;
}
.nav-main li#menu_4 h3 {
	background: transparent url('/assets/images/nav-location.gif') no-repeat;
}
.nav-main li#menu_5 h3 {
	background: transparent url('/assets/images/nav-specification.gif') no-repeat;
}
.nav-main li#menu_6 h3 {
	background: transparent url('/assets/images/nav-floorplans.gif') no-repeat;
}
.nav-main li#menu_7 h3 {
	background: transparent url('/assets/images/nav-contactdetails.gif') no-repeat;
}

.nav-main li h3, .nav-main li a {
	width: 135px;
	height: 18px;
}
.nav-main li a {
	background-color: transparent;
	display: block;
}
.nav-main li.selected h3,
.nav-main li h3:hover {
	background-position: 0 -18px !important;
}
.nav-main li h3 a span {
	height: 1px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: -500px;
	width: 1px;
}



/*
* Sub-navigation system used at the top of the specifications pages.
*/
.nav-sub {
	background: #BC9A6A;
	padding: 5px;
	height: 15px;
	margin: 0 0 25px 0;
	text-align: center;
	vertical-align: middle;
	padding-top: 8px;
	padding-left: 15px;
}

.nav-sub ul {
	display: inline;
	margin: auto;
	margin-left: 20px;
}

.nav-sub li {
	display: inline;
	list-style-type: none;
}

.nav-sub a {
	color: #FFF;
	display: block;
	float: left;
	padding: 0 10px;
	
	
	border-right: 1px solid #FFF;
}
.nav-sub li.last a {
	border-right: none;
}

.nav-sub li.selected a {
	color: #504A3C;
}



p.clear {
	height: 0px;
	margin: 0;
	padding: 0;
}



.footer {
	background-color: #BC9A6A;
	height: 70px;
	width: 770px;
	float: right;
	text-align: center;
	vertical-align: middle;
}

body.body-home .footer {
	margin-left: -140px;
	background-color: transparent;
	height: 107px;
	width: 880px;
}

/**
* Styles for the gallery items on the gallery page. The lightbox is
* styled from the lightbox.css sheet.
*/
#locations ul,
ul.gallery {
	list-style-type: none;
	margin: 0;
}

ul.gallery li {
	float: left;
	display: block;
	width: 87px;
	height: 160px;
	margin-right: 16px;
	text-align: center;
	font-size: .9em;
	line-height: 1.5em;
}
ul.gallery li div {
	margin-top: 5px;
	color: #BC9A6A;
	text-align: center;
	font-weight: normal;
}

ul.gallery li img {
	border: 2px solid #FFF;
}

#locations li {
	list-style-type: none;
}
#locations ul li {
	font-size: .8em;
}
#locations ul li span {
	font-weight: normal;
}
#dp-cs-select-container {
	margin-bottom: 20px;
	text-align: left;
}
#dp-cs-select-container select {
	margin: auto;
	width: 160px;
	font-size: .9em;
	font-weight: bold;
	color: #666;
}



/*
* Stuff pulled in for enquiry contact form
*/

#enquiryContainer {
/* 	width: 700px; */
}	

#enquiryTable td {
	padding: 0 0 18px 0;
}
#enquiryTable th {
	padding: 0 0 6px 0;
	text-align: left;
}

.form-header {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 2px;
}

.form-note {
	font-size: 14px;
	margin: 2px 0 20px 0;
}

th.tcol1 {
	width: 160px;
}
th.tcol2 {
	width:200px;
}
input#firstName, input#lastName,
input#address1, input#address2, 
input#town, input#postcode {
	width: 140px;
}

input#email, input#phone, select#heardAboutFrom {
	width: 245px;
}

input#optIn {
	float: right;
	margin: 5px 160px 10px 10px;
}


#enquiryTable .meta {
	font-size: 16px;
	padding-right: 40px;
	margin-bottom: 20px;
}

#moderncityliving-logo {
/* 	float: right; */
}


#enquiryTable .t-and-c-link {
	font-size: 12px;
	text-decoration: underline;
	clear: right;
/* 	margin-top: 0px; */
}

#enquiryTable input, #enquiryTable select {
	border: none;
	background-color: #CCCCCC;
}


#enquiryTable input.submit {
/* 	border: 1px solid #fff; */
/* 	background-color: #000; */
	background-color: #BC9A6A;
	color: #FFFFFF;
	font-weight: bold;
}


#enquiryTable .radio, #enquiryTable .checkbox {
	background-color: #000;
}



.meta p { 
	font-size: 12px;
}
#workspace-group {
	border: 1px solid #fff;
	height: 70px;
	font-size: 12px;
	width: 260px;
	padding: 10px;
    padding-right: 30px;
    margin-top: 10px;
    /*
    * Don't show this on wallpaper
    */
    display: none;
}
#workspace-group img {
	float: left;
	margin-right: 10px;
}
#workspace-group a {
    text-decoration: underline;
}
#workspace-group a img {
	padding-top: 10px;
}
#moderncityliving-logo {
    margin-top: 10px;
}

/*
* Give this more space on wallpaper
*/
#londonewcastle-logo {
	margin-top: 30px;
}
