@charset "UTF-8";
/* Global Styles */
/* Paul Raeside */
/* Author www.pumkin.co.uk */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* text */

@font-face {
    font-family: 'HelvThin';
    src: url('/styles/fonts/helveticaneue-thin-webfont.eot');
    src: url('/styles/fonts/helveticaneue-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('/styles/fonts/helveticaneue-thin-webfont.woff') format('woff'),
         url('/styles/fonts/helveticaneue-thin-webfont.ttf') format('truetype'),
         url('/styles/fonts/helveticaneue-thin-webfont.svg#HelveticaNeue35Thin') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UrbanoRegular';
    src: url('/styles/fonts/Urbano-Regular-webfont.eot');
    src: url('/styles/fonts/Urbano-Regular-webfont.eot?iefix') format('eot'),
         url('/styles/fonts/Urbano-Regular-webfont.woff') format('woff'),
         url('/styles/fonts/Urbano-Regular-webfont.ttf') format('truetype'),
         url('/styles/fonts/Urbano-Regular-webfont.svg#webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'UrbanoLight';
    src: url('/styles/fonts/Urbano-Light-webfont.eot');
    src: url('/styles/fonts/Urbano-Light-webfont.eot?iefix') format('eot'),
         url('/styles/fonts/Urbano-Light-webfont.woff') format('woff'),
         url('/styles/fonts/Urbano-Light-webfont.ttf') format('truetype'),
         url('/styles/fonts/Urbano-Light-webfont.svg#webfont5wGcwsMS') format('svg');
    font-weight: normal;
    font-style: normal;

}

body {
	font-size:14px;
	line-height:17px;
	/*-webkit-font-smoothing: antialiased;*/
	background-color:#A7B4BA




;
	color:#282525;
	font-family:HelvThin, Helvetica, Arial, sans-serif;	
	font-size:14px;
	letter-spacing:0px;
}

.urbano {
	font-family:UrbanoLight, Helvetica, Arial, sans-serif;	
}

.urbanoreg {
	font-family:UrbanoRegular, Helvetica, Arial, sans-serif;		
}

.helv {
	font-family:HelvThin, Helvetica, Arial, sans-serif;	
	font-size:14px;
	letter-spacing:0px;
}

h1 {
	font-size:24px;
	margin-bottom:1.2em;
}

h1, h2, h3 {
	font-weight:normal;
}

a, input[type="submit"] {
	text-decoration:none;
	cursor:pointer;
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.7s;
	-moz-transition-property: color;
    -moz-transition-duration: 0.7s;
	color:#282525;
}

a.current, a:hover, input[type="submit"]:hover {
	-webkit-transition-property: color;
    -webkit-transition-duration: 0.7s;
	-moz-transition-property: color;
    -moz-transition-duration: 0.7s;
	color:#FFFFFF;
}

.highlight {
	color:#FFFFFF;
}

.darkchoc a:hover, .darkchoc a.current {
	color:#EDEBD9;
}

.darkbrown a:hover, .darkbrown a.current {
	color:#75A7B9;
}

.blue a:hover, .blue a.current {
	color:#26221A;
}

.lightblue a:hover, .lightblue a.current {
	color:#fff;	
}

.text-blue {color:#C00;}
.text-cream {color:#EDEBD9;}
.text-grey {color:#CFCFCD;}
.text-black {color:#000;}
.text-white {color:#FFFFFF; }

input[type="submit"] {
	border:0;
	background:none;
	font-size:14px;
	line-height:17px;
	font-family:HelvThin, Helvetica, Arial, sans-serif;	
	margin:0;
	padding:0;
	text-align:left;
}


/* General classes */

.hide, .fasthide {
	opacity:0;
	filter: alpha(opacity=0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.button {
	cursor:pointer;	
}

.inline-block {
	display:inline-block;
	vertical-align:top;
}

.align-bottom {
	vertical-align:bottom !important;	
}

.storey {
	clear:both;
	width:100%;
}

.full-height {
	height:100%;
}

.single-column {
	position:relative;
	width:220px;
	margin-right:40px;
}

.double-column {
	position:relative;
	width:480px;
	margin-right:40px;
}

.last {
	margin-right:0 !important;	
}

.hidden {
	display:none;
	opacity:0;
}

.active {
	display:inline-block;	
	opacity:1;
}

.deactivated {
	visibility:hidden;	
}

.no-margin {
	margin:0 0 0.6em 0;
}

.plumb {
	height:4px;
	width:100%;
	clear:both;
}

input[type="text"], textarea {
	background:#FFFFFF;
	font-size:14px;
	line-height:17px;
	font-family:HelvThin, Helvetica, Arial, sans-serif;	
	color:#282525;
	border:0;
}


/* colours */

.darkchoc {
	color:#6A6862;
	background-color:#282525;
}

.darkbrown {
	color:#DDD;
	background-color:#26221A;
}

.blue {
	color:#fff;
	background-color:#75A7B9;	
}

.lightblue {
	color:#6A6862;
	background-color:#A7B4B9;
}

.white {
	color:#FFFFFF;	
}
