@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	background-color: #333333;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#container {
	background-color: #FFFFFF;
	text-align: left;
	width: 800px;
	margin-bottom: 20px;
	position: relative;
}
#header {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 149px;
	width: 800px;
}
#content {
	float: left;
	width: 800px;
}
#footer {
	background-image: url(../images/footer_bk.jpg);
	background-repeat: repeat-x;
	float: left;
	width: 800px;
	background-color: #1E4195;
	text-align: center;
	color: #FFFFFF;
	font-size: 0.85em;
}
#logo {
	float: left;
	height: 114px;
	width: 400px;
}
#contact {
	float: left;
	height: 114px;
	width: 400px;
}
#navigation {
	float: left;
	height: 35px;
	width: 800px;
}
#navigation ul {
	list-style-type: none;
	margin-left: 345px;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	height: 35px;
	width: 87px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left top;
}
#navigation a:hover {
	display: block;
	float: left;
	height: 35px;
	width: 87px;
	margin-right: 3px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#footer ul {
	list-style-type: none;
	margin: 10px;
}
#footer li {
	display: inline;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p {
	padding: 5px;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.link_home {
	background-image: url(../images/btn_home.jpg);
}
.link_about {
	background-image: url(../images/btn_about.jpg);
}
.link_services {
	background-image: url(../images/btn_services.jpg);
}
.link_gallery {
	background-image: url(../images/btn_gallery.jpg);
}
.link_contact {
	background-image: url(../images/btn_contact.jpg);
}
#navigation  .active a {
	background-position: left bottom;
}
p.telephone {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
	height: 26px;
}
p.email {
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 1.1em;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 65px;
}
p.email a {
	color: #FFFFFF;
	text-decoration: none;
}

