/* @override http://tjs/css/style.css */

/* @group Global */

* {margin: 0;padding: 0;border: 0;outline: 0;}

div.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0.1em;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	display: block;
	margin: auto;
}
div.page .noTopMargin {
	margin-top: 0;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 62.5%;
	background: #f1f1f1;
}
body #bodywrap {
	background: #fff;
	padding-bottom: 30px;
}
div.pagewrap {
	width: 900px;
	margin: auto;
}

/* @end */

/* @group Header */

#header {
	background: #ab0000 url(/images/layout/header.gif) repeat-x;
	height: 150px;
	overflow: hidden;
}
#header .pagewrap div{
	float: left;
}
div.title {
	margin-top: 50px;
}
div.contact {
	margin-top: 30px;
	font-size: 1.5em;
	color: #fff;
	margin-left: 50px;
	font-weight: bold;
	width: 252px;
	height:100px;
}
div.contact a {
	color: #fff;
	text-decoration: none;
}
div.contact ul {
	float: right;
}
div.contact li {
	list-style: none;
	background: url(/images/layout/contact.gif) no-repeat;
	height: 28px;
	line-height: 28px;
	padding-left: 35px;
	margin-bottom: 5px;
}
div.contact li.mobile {
	background-position: 0 -28px;
}
div.contact li.email {
	background-position: 0 -56px;
}
/* @end */

/* @group Footer */

div#footer {
	font-size: 1.2em;
	margin: 20px 0;
	height: 30px;
	color: #aaaaaa;
}
div#footer a{
	text-decoration: none;
	color: #888;
}
/* @end */

/* @group Nav */

div#nav {
	width: 225px;
	float: left;
}
div#nav li {
	list-style: none;
	font-size: 1.8em;
	margin-bottom: 1px;
}
div#nav li a{
	padding:5px 10px;
	display: block;
	text-decoration:none;
	background: #dedede;
	color: #262626;
	letter-spacing: -1px;
}
div#nav li a:hover {
	background: #ab0000;
	color: #fff;
}
div#nav li.active a{
	background: #090909;
	color: #fff;
	cursor: default;
}

/* @end */

/* @group Typography */

h1, div.column h2 {
	font-size: 2.1em;
	color: #ab0000;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h2 {margin-bottom: 8px}

div.column h2.sub {
	font-size: 1.5em;
	color: #ab0000;
	letter-spacing: -1px;
	margin-bottom: 10px;
	margin-top: 15px
}
p {
	font-size: 1.3em;
	padding-bottom: 10px;
}
div.column ul, div.singleColumn ul {
	margin-left: 20px;
	font-size: 1.3em;
}
div.column ul.tick  {
	margin-left: 8px;
}
ul.tick li {
	list-style: none;
	padding-left: 20px;
	padding-bottom: 8px;
	background: url(/images/layout/tick.gif) no-repeat;
}
/* @end */

/* @group Pages */
div.page {
	float: right;
	width: 675px;
}
div.column {
	float: left;
	margin-left: 20px;
	width: 205px;
	margin-top: 20px;
}
div.columnBottom {
	float: left;
	margin-left: 20px;
	width: 205px;
	margin-top: -134px;
}
div.singleColumn {
	margin-top: 20px;
	margin-left: 20px;
}
/* @end */

/* @group Home */

div.picture {
	background: #f6f6f6;
	height: 115px;
	margin-bottom: 20px;
	overflow: hidden;
}
div.picture h3, div.picture span  {
	background: url(/images/layout/image-header.png);
	padding: 8px 5px;
	color:#fff;
	position: relative;
	top: -30px;
	display: block;
}
div.picture a {
	border: 0;
	text-decoration: none;
	font-size:1.2em;
	display: block;
	height: 115px;
	font-weight: bold;
}

/* @end */

/* @group Areas covered */

div.map {
	margin-bottom: 20px;
	float: left;
}
div.right ul {
	margin: 0;
}
/* @end */

/* @group Contact */
div#contactForm {
	float: left;
	width: 320px;
	overflow: hidden;
}

div#contactForm div.loading{
	float: right;
	display: none;
}
label.error {
	display: none !important;
	overflow: hidden;
	height: 0;
	width: 0;
	border: 0;
}
div.field {
	margin-bottom: 10px;
}
div.field input {
	padding: 5px;
	border: 1px solid #cbcbcb;
	width: 200px;
}
div.field .error {
	border-color: #930000;
}
div.field textarea {
	width: 306px;
	border: 1px solid #cbcbcb;
	margin-bottom: 10px;
	margin-top: 15px;
	height: 130px;
	padding: 5px;
}
div.field label {
	display: inline-block;
	font-size: 1.4em;
	width: 100px;
}
div.field label span {
	font-size: 1.4em;
	color: #ab0000;
}
div.submit input{
	width: 70px;
	padding: 5px;
	border: 2px solid #6d0900;
	background-color: #930000;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	font-size: 1.3em;
}
div.singleColumn ul.details {
	list-style: none;
	margin-left: 0;
	padding-bottom: 300px;
}
ul.details li {
	padding-bottom: 5px;
	margin-left: 0;
	padding-left: 0
}
ul.details li span.fixed {
	width: 80px;
	display: inline-block;
	color: #939393;
}
div.done {display: none; text-align: center;}
div.done1 {
	text-align: center;
}
div.done img {
	display: block;
	margin: auto;
}
/* @end */
