@charset "UTF-8";

/** RESET AND CLEARFIX
================================================**/

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;
}

body {
	background-color: #535a62;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 2;
	background-color: #535a62;
	height: 134px;
	box-shadow: 0px 0px 5px 5px #393B3D;
}

#background {
	position: relative;
	background-color: #868e95;
	left: 0px;
	height: 500px;
	z-index: 1;
	box-shadow: 0px 0px 5px 5px #393B3D;
}

#background-testimonial {
	position: relative;
	background-color: #868e95;
	left: 0px;
	height: 750px;
	z-index: 1;
	box-shadow: 0px 0px 5px 5px #393B3D;
}

#centre-header-content{
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 3;
	text-align: center
}

#header-content {
	width: 900px;
	display: inline-block;
}

#header-td-logo {
	float: left;
	margin: 20px 0px 0px 0px;
	border-width: 0px;
}

#header-text {
	float: right;
	height: 134px;
	width: 600px;
}

#header-text-bottom {
	position: absolute;
	bottom: 0;
	width: 600px;
}

#header-content p {
	margin: 0px 0px 10px 0px;
	text-align: right;
}

#vat {
	color:#13b5ea;
	font-family:'HelveticaNeueW01-75Bold';
}

#phone {
	color:#FFFFFF;
	font-family:'HelveticaNeueW01-75Bold';
}

#main-menu {
	position: absolute;
	z-index: 3;
	top: 140px;
	width: 100%;
	height: 20px;
	padding: 0px;
	text-align: center;
}

#main-menu ul {
	padding: 0px;
	border: 0px;
	margin: 10px 0px 0px 0px;
	list-style-type: none;
	display: inline-block;
}

#main-menu li {
	position: relative;
	float: left;
	padding: 0px;
	border: 0px;
	color: #eeeeee;
	font-size: 12px;
}
	
#main-menu a {
	color: #eeeeee;
	text-decoration: none;
	margin: 0px;
}

#main-menu a:hover {
	color: #ffffff;
} 

#centre-content {
	position: absolute;
	top: 176px;
	width: 100%;
	z-index: 4;
	text-align: center;
}

#content {
	width: 900px;
	height: 470px;
	background-color: #FFFFFF;
	display: inline-block;
}

#content-testimonial {
	width: 900px;
	height: 720px;
	background-color: #FFFFFF;
	display: inline-block;
}

#content-text {
	float: left;
}

#content h1 {
	text-align: left;
	width: 280px;
	font-size: 34px;
	color: #0041a3;
	line-height: 36px;
	margin: 15px 0px 10px 15px;
	font-family:'HelveticaNeueW01-45Ligh';
}

#content p {
	text-align: left;
	width: 280px;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 0px 10px 15px;
}

#content-testimonial h1 {
	text-align: left;
	width: 400px;
	font-size: 34px;
	color: #0041a3;
	line-height: 36px;
	margin: 15px 0px 10px 15px;
	font-family:'HelveticaNeueW01-45Ligh';
}

#content-testimonial p {
	text-align: left;
	width: 400px;
	font-size: 13px;
	line-height: 16px;
	margin: 0px 0px 10px 15px;
}

#content-testimonial a {
	color: #999999;
	text-decoration: none;
	margin: 0px;
}

#main-menu a:hover {
	color: #0041a3;
} 

#content .no-pics  {
	width: 500px;
}

#content-testimonial .testimonial  {
	width: 440px;
	float: left;
}

#content-gallery {
	float: right;
	width: 550px;
	margin: 15px;
}


#centre-footer {
	position: absolute;
	top: 650px;
	width: 100%;
	z-index: 4;
	text-align: center;
}

#centre-footer-testimonial {
	position: absolute;
	top: 900px;
	width: 100%;
	z-index: 4;
	text-align: center;
}

#footer {
	width: 900px;
	height: 20px;
	display: inline-block;
}

#footer p {
	color: #868e95;
	text-align: left;
	font-size: 10px;
}

