/* CSS Document */

body {
	background:#f2f2f2;
	color:#000066;
	font-family:"Times New Roman", Georgia, serif;
	font-size:14px;
	font-weight:normal;
	text-align:justify;
}
.clearfix:after {
     content: "."; 
     display: block; 
     height: 0; 
     clear: both; 
     visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000066;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
a:active {
	text-decoration: none;
}
#container {
	width:960px;
	margin:0px auto 20px auto;
	background:#f2f2f2;
}
#container h1 {
	line-heigh:15px;
	margin-bottom:0;
	}
#header {
	background:url(images/headerbg.jpg)  0 0 no-repeat;
	height:222px;
	text-align:center;
	padding-top:0px;
	}
#header h3 {
	font-size:40px;
	padding:0;
	margin: 0;
	}
#header h3 span {
	font-size:25px;
	}
ul#navigation {
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/nav-bg.gif) bottom left repeat-x;
	border-top: 1px solid #bababa;
	margin:0;
	padding:0 0 0 200px;
	height:43px;
	display:block;
}
ul#navigation li {
	margin:0;
	padding:0;
	list-style:none;
	display:block;
	float:left;
	height:43px;
	}
ul#navigation li a {
	display:block;
	float:left;
	padding:13px 0px 14px 0px;
	font-weight:bold;
	color:#666;
	text-align:center;
	background: #333 url(images/nav-bg.gif) bottom left repeat-x;
	width:140px;
	
	}
ul#navigation li a:hover {
	color:#666;
	text-decoration:none;
	background: #333 url(images/nav-bg3.gif) bottom left repeat-x;
	}
ul#navigation li a.selected {
	color:#000;
	text-decoration:none;
	background: #333 url(images/nav-bg3.gif) bottom left repeat-x;
	}

#content {
	padding:10px 20px 30px 20px;
	line-height:20px;
	clear:both;
	position:relative;
	}
body.home #content {
	padding:10px 280px 30px 20px;
	}
#footer {
	background: #b4b4b4 url(images/footer-bg.jpg) top left repeat-x;
	border-top: 1px solid #bababa;
	margin:0;
	padding:0 0 20px 0;
	text-align:center;
	color:#333;
	line-height:12px;
}
#footer h2 {
	font-size:14px
}
#footer p {
	font-size:12px;
	padding:0;
	margin:5px 0;
}
#footer span {
	font-size:12px;	
	padding:5px 0;
}
.statcounter {
	position:absolute;
	left:-999em;
}
.adr {
	text-align:left;
	padding-bottom:30px;
	font-style:normal;
	clear:both;
}
.name {
	color:#000066;
	font-style:italic;
	font-weight:bold;
	padding-bottom:20px;
	display:block;
}
.adr .telephone, .mobile {
	display:block;
	margin-top:20px;
}
.email, .web {
	display:block;
}

.testimonials #content ul {
	margin-top:30px;
	margin-right:30px;
	}
.testimonials #content ul li{
	margin-bottom:20px;
	}
#testimonials {
	position:absolute;
	top:80px;
	right:0px;
	width:230px;
	border:1px solid #B7B5B7;
	padding:0 10px;
	color:#7E7E7E;
	}
#testimonials h2 {
	font-size:14px;
	color:#575757;
	}
#testimonials a {
	text-decoration:underline;
	color:#575757;
	}
