@charset "utf-8";
/*
Main CSS
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #0C609C;
}

h1 {
	color: #0C609C;
	font-size: 200%;
}

th {
	background-color: #999999;
}

td, th {
	color: #ffffff;
	padding: 5px;
}

td {
	background-color: #0066FF;
	text-align:center;
}

h2.extended {
	font-size: 100%;
	margin-top: -15px;
}

a {
	text-decoration: none;
	color: #D62131;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: #D62131;
}

a.external {
	background:transparent url(/images/icons/external.png) no-repeat scroll right center;
	padding:0 13px 0 0;
}

a.external-left {
	background:transparent url(/images/icons/external.png) no-repeat scroll left center;
	padding:0 0 0 13px;
	margin-left:3px;
	display: inline-block;
	height: 14px;
}

a.pdf {
	background:transparent url(/images/icons/pdf.gif) no-repeat scroll left center;
	padding:0 0 0 16px;
	display: inline-block;
	height: 14px;
}

a.nolink {
	cursor: default;
}


hr {
	height:1px;border-width:0;color:#808080;background-color:#808080;
	margin:15px 0 -5px;
}

ul.faqs {
	padding-left:1.1em;
	margin-top:-1em;
}

.important-info {
	background:#FFFF99 url(/images/icons/warning.png) no-repeat scroll 5px center;
	border:1px solid #999933;
	display:block;
	margin:0 0 0 320px;
	padding:10px 10px 10px 25px;
}

.canvas {
	/*margin-bottom:0;
	margin-left:20px;
	margin-right:20px;
	margin-top:0;*/
	margin: 0 auto;
	width: 780px;	
}

.small {
	font-size: 55%;
}

.highlight {
	color: #009CFF;
	font-weight:bold;
}

.left {
	float:left;
}

.right {
	float: right;
}

.staff, .testimonial {
	margin-bottom:10px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #808080;
	padding: 5px;
}

.testimonial {
	line-height:2em;
}

.left-pictures {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	/*border: 1px solid #808080;
	padding: 10px;*/
}

.staff-description {
	margin: -10px 10px 5px;
}

.staff-description ul {
	margin-top:5px;
}

.staff-description h4 {
	margin-top: -10px;
}

.quote {
	color: #808080;
	font-family:Georgia;
	font-size:205%;
	font-weight:bold;	
}

#contact-numbers {
	float:left;
	padding:20px 0 0 15px;
}

#languages {
	float:right;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
	padding-top:45px;
}

#main-content {
	clear: both;
}

#shop td {
	background-color: #fff;
	color: #0066ff;
	border: solid 1px #0066ff;
	vertical-align:top;
}

#shop td.image:hover {
	background:#FFFFFF url(/images/icons/magnifier.png) no-repeat scroll right bottom;
}

#footer {
	border-top:1px solid #808080;
	margin-top:10px;
	padding-top:5px;
	color: #808080;
	clear: both;
}
