/* GENERAL  */


html, body {
	margin: 0px;
	border: 0px;
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
}

body, table, input {	
	font-family: 'GothamBook', 'Helvetica', 'Arial', sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #888;
}

img {
	behavior: url(../images/iepngfix/iepngfix.htc);
	outline: none;
	border: none;
}

.hidden {
	visibility: hidden;
}


/* LINKS */


a {
	color: #888;
	border: 0px;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p, h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 18px;
}

.selected {
	color: #333;
}

ul, li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px;
	display: inline;
}

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

h1 {
	font-size: 14px;
}

h2 {
	font-size: 12px;
}

h3 {
	font-size: 10px;
}

h4 {
	font-size: 9px;
}


/* MENU */


#menu {
	position: absolute;
	bottom: 12px;
	width: 960px;
	text-align: center;
	z-index: 1000;
}

#menu li {
	padding-right: 11px;
}


/* HOME */


#home-logo {
	position: relative;
	width: 960px;
	height: 57px;
	top: 20px;
	text-align: center;
}

#home-images {
	position: absolute;
	width: 500px;
	height: 333px;
	top: 97px;
	left: 230px;
	text-align: center;
}

#home-images img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 333px;
	border: 1px solid #DEDEDE;
}

#home-welcome {
	position: absolute;
	width: 960px;
	top: 450px;
	left: 0px;
	text-align: center;
}

#home-location-list {
	position: absolute;
	top: 522px;
	left: 0px;
	width: 960px;
	text-align: center;
}

#home-select {
	border: 1px solid #DCDCDC;
	outline: none;
}


/* CONTENT */


#logo {
	width: 960px;
	text-align: center;
}

#logo img {	
	margin: 0px 0px 15px 1px;
}

#content {
	outline: none;
	border: 0px;
}

#scroll {
	height: 410px;
	padding-right: 15px;
	overflow: auto;
}

.centre {
	text-align: center;
}

.about, .testimonials, .terms-of-business, .contact {
	 width: 685px;
	 padding-left: 140px;
}

.clients {
	 width: 440px;
	 padding-left: 275px;
}

/* LOCATIONS */


#locations_outer {
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 150;
}

#locations_inner {
	overflow: auto;
	outline: none;
}

#locations {
	width: 100000px;
	height: 305px;
	overflow: hidden;
}

#locations li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	min-width: 165px;
}

#locations li img {
	border: 1px solid #DEDEDE;
	min-width: 165px;
}

.location-image {
	margin-right: 18px;
}

#location_info {
	position: absolute;
	top: 0px;
	width: 250px;
}

#back_to_search {
	position: absolute;
	top: 325px;
	left: 0px;
}


/* CONTAINER */


#container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
}

#outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#inner {
	#position: relative;
	#top: -50%;
	width: 960px;
	height: 600px;
	margin: 0 auto;
}

#main {
	position: absolute;
	width: 960px;
	height: 600px;
}

#content_container {
	position: absolute;
	display: table;
	width: 100%;
	height: 100%;
	z-index: 100;
	overflow: hidden;
}

#content_outer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
}

#content_inner {
	#position: relative;
	#top: -50%;
	margin: 0 auto;
}
