/*
	Tennent Technique
	http://www.tennenttechnique.co.uk
	
	Designed by Systemagic
	http://www.systemagic.co.uk/
*/

html {
	background: url(/theme/images/background.jpg) repeat-x #3b97cc;
}

* {
	border: none;
	margin: 0px;
	padding: 0px;
	outline: none;
	text-decoration: none;
	font-style: normal;
}

:focus {
	outline: 0;
}

a {
	color: #00609c;
	text-decoration: underline;
}

a:hover {
	color: #0000CC;
	text-decoration: underline;
}

body {
	background: url(/theme/images/background-aura-small.png) top center no-repeat;
	min-height: 800px;
	color: #4a5c70;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	cursor: default;
	text-align: center;
	padding: 40px;
}

.information label {
	display: block;
	margin: 10px 0px 5px 0px;
}

.information input[type=text] {
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
	width: 388px;
}

.information textarea {
	display: block;
	border: 1px solid #CCC;
	padding: 5px;
	width: 388px;
	height: 200px;
	color: #4a5c70;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}

button {
	float: left;
	border: 1px solid #4ba5de;
	line-height: 30px;
	padding: 0px;
	cursor: pointer;
	position: relative;
	*border: none;
	background: url(/theme/images/button.png) left center;
}

button em {
	display: block;
	padding: 0px 10px;
	margin: -1px -3px;
	border: 1px solid #8bd5f2;
	color: #FFF;
	line-height: 30px;
	*padding: 0px 10px;
	*margin: 0px 0px -5px 0px;
	position: relative;
	*top: -1px;
}

button:hover em {
	background: rgba(0,0,0,0.1);
}

button:active em {
	background-position: bottom;
	border: 1px solid #FFF;
	color: #FFF;
}

ul, ol, dl {
	list-style: none;
}

/********************************************** Content *****/

.logo img {
	margin-right: 220px;
}

.telephone {
	position: relative;
	top: -10px;
}

.main {
	text-align: left;
	width: 900px;
	margin: 0px auto;
	background: url(/theme/images/background-content.png) no-repeat;
	padding: 13px 19px 20px 19px;
	margin-top: 20px;
}

.menu {
	width: 900px;
	background: #000;
	position: relative;
	background: url(/theme/images/menu.png) no-repeat bottom;
	z-index: 455;
	display: block;
}

.menu li {
	float: left;
	background: url(/theme/images/menu-border.png) repeat-y right;
	width: auto;
	position: relative;
	z-index: 999;
}

.menu li a {
	text-decoration: none;
	display: block;
	line-height: 40px;
	color: #1298cc;
	font-size: 14px;
	text-shadow: #FFF 1px 1px 1px;
	padding: 15px 38px;
}

.menu li:last-child {
	background: none;
}

.menu ul {
	display: none;
	position: absolute;
	top: 70px;
	left: -3px;
	background: #E9F8FC;
	border: 1px solid #c1e9f7;
	width: 100%;
}

.menu li:hover {
	background: url(/theme/images/menu-border-hover.png) repeat-y right;
}

.menu li:hover:last-child {
	background: url(/theme/images/menu-border-hover.png) repeat-y left;
}

.menu li:hover ul {
	display: block;
}

.menu ul li {
	float: none;
	background: none;
}

.menu ul a:hover {
	background: #368fc7;
	color: #FFF;
	text-shadow: #368fc7 1px 1px 1px;
}

.menu ul li a {
	display: block;
	color: #1298cc;
	font-size: 14px;
	text-shadow: #FFF 1px 1px 1px;
	padding: 10px;
	line-height: normal;
}

/*
.main > ul {
	width: 900px;
	padding: 0px 6px;
	position: relative;
	background: url(/theme/images/menu.png) no-repeat bottom;
}

.main > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-left: -4px;
	background: url(/theme/images/menu-border.png) repeat-y right;
	width: auto;
	position: relative;
}

.main > ul > li:last-child {
	background: none;
}

.main > ul > li > a {
	text-decoration: none;
	display: block;
	line-height: 40px;
	color: #1298cc;
	font-size: 14px;
	text-shadow: #FFF 1px 1px 1px;
	padding: 15px 49px;
}

.main > ul ul {
	display: none;
	margin-left: -3px;
	width: 100%;
	position: absolute;
	border-left: 1px solid #c1e9f7;
	border-right: 1px solid #c1e9f7;
	background: url(/theme/images/sub-menu.png) repeat-x bottom #FFF;
}

.main > ul li a {
	text-shadow: #FFF 1px 1px 1px;
	text-decoration: none;
}

.main > ul > li > ul > li > a {
	line-height: 40px;
	padding: 0px 10px;
}

.main > ul a:hover {
	text-decoration: none;
}

.main > ul > li:hover {
}

.main > ul > li:hover:last-child {
	background: #FFF;
}

.main > ul > li:hover ul {
	display: block;
}
*/

.slideshow {
	background: #c1e9f7;
	overflow: hidden;
	width: 898px;
	height: 100px;
	position: relative;
	float: left;
	z-index: 0;
	padding: 10px 0px;
	border: 1px solid #c1e9f7;
}

.slideshow div {
	position: absolute;
	left: 0px;
	border: 2px solid #FFF;
	height: 100px;
}

.slideshow img {
	margin-left: -4px;
	height: 100px;
	width: auto;
}

.message {
	overflow: hidden;
	background: #FFF;
	padding: 20px;
	margin-top: -1px;
	border: 1px solid #c1e9f7;
}

.message p {
	float: right;
	line-height: 20px;
	width: 380px;
	text-align: justify;
	color: #687f8d;
}

.message div {
	float: left;
	margin: 10px 0px 0px 30px;
}

.message img {
	margin-right: 5px;
}

.footer {
	overflow: hidden;
	background: url(/theme/images/background-footer.png) repeat-x bottom #e9f2f9;
	padding: 20px;
	position: relative;
}

.footer > div > * {
	float: left;
}

.footer > h1 {
	color: #3c93ca;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
}

.footer address {
	line-height: 20px;
}

.footer iframe {
	margin-left: 30px;
	border: 1px solid #FFF;
}

.footer > div div {
	margin: 15px 0px 0px 20px;
}

.footer > div div a {
	display: block;
}

.baseline {
	clear: both;
	padding: 0px;
	margin: 0px;
	border: none;
	width: 900px;
	background: none;
	overflow: hidden;
}

.baseline > * {
	float: left;
}

.baseline > p {
	width: 425px;
	background: url(/theme/images/baseline.png) repeat-x;
	line-height: 70px;
}

.information {
	clear: both;
	padding: 30px;
	background: #FFF;
	border: 1px solid #c1e9f7;
 	border-top: 5px solid #c1e9f7;
	overflow: hidden;
}

.information p {
	color: #687f8d;
	font-size: 13px;
	line-height: 18px;
	margin: 20px 0px;
	text-align: justify;
}

.information h1 {
	color: #3c93ca;
	font-size: 18px;
	font-weight: normal;
	margin-top: -20px;
	display: block;
	margin-bottom: 10px;
}

.information table {
	margin: 20px 0px;
}

.information td {
	padding-right: 20px;
}

.information h2 {
	color: #3c93ca;
	font-size: 15px;
	font-weight: bold;
}

.information img.embed {
	float: right;
}

.information img.embed-left {
	float: left;
}

.information ul li:before {
	content: "\00BB \0020";
}

.text-left {
	float: left;
	width: 400px;
	margin-top: 20px;
}

.text-right {
	float: right;
	width: 400px;
	margin-top: 20px;
}

.certificates {
	width: 370px;
	height: 550px;
	float: left;
	margin: 0px 20px 20px 0px;
}

.certificates-text {
	display: block;
}

.quotes p {
	background: #e0f4fb;
	margin: 0px;
	padding: 0px 25px;
	color: #2a74a4;
}

.quotes strong {
	display: block;
	background: url(/theme/images/quote-bottom.png) left no-repeat;
	padding: 35px 0px 0px 25px;
	line-height: 20px;
	margin: 0px -25px;
}