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

body {
	background-color: #356AA0;
}
#container {
	width: 100%;
	text-align: center;
}
#header {
	background-image: url(../images/bk_header.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 122px;
	width: 100%;
}
#introduction {
	background-image: url(../images/bk_banner.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #366BA1;
	width: 100%;
	color: #FFFFFF;
}
#content {
	background-image: url(../images/bk_body_repeat.jpg);
	background-position: left bottom;
	width: 100%;
	background-repeat: repeat-x;
	background-color: #D9D9D9;
}
#footer {
	background-image: url(../images/bk_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-bottom: 115px;
	background-color: 366BA1;
}
.wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#company_logo {
	height: 122px;
	background-image: url(../images/bk_logo.jpg);
	background-repeat: no-repeat;
	background-position: 25px bottom;
	width: 300px;
	float: left;
}
#navigation {
	float: left;
	width: 650px;
}
#navigation ul {
	list-style-type: none;
	margin-top: 63px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 75px;
}
#navigation li {
	display: inline;
}
#navigation a {
	display: block;
	float: left;
	height: 31px;
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	margin-left: 10px;
}
#navigation a:hover {
	display: block;
	float: left;
	height: 31px;
	background-repeat: no-repeat;
	background-position: left bottom;
}
#navigation a span {
	margin-left: -9999px;
}
#navigation li.active a {
	display: block;
	float: left;
	height: 31px;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: 10px;
	margin-left: 10px;
}
#introduction .wrapper {
	width: 890px;
	padding-right: 30px;
	padding-left: 30px;
}
#introduction .wrapper img {
	float: right;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#introduction a {
	color: #FFFFFF;
	text-decoration: none;
}
#introduction a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#content .wrapper {
	background-image: url(../images/bk_content_repeat.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#content .first_child {
	background-image: url(../images/bk_content.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-left: 28px;
	width: 894px;
	padding-right: 28px;
}
#content p {
	font-size: 0.95em;
}
#footer .wrapper {
	font-size: 0.8em;
	text-align: left;
	width: 890px;
}
#footer ul {
	list-style-type: none;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#footer li {
	display: inline;
	margin-right: 20px;
	margin-left: 10px;
	padding: 0px;
}
#footer a {
	color: #1F364A;
}
#footer p {
	color: #223A51;
	margin-right: 20px;
	margin-left: 10px;
	padding-bottom: 0px;
	padding-top: 10px;
}
.btn_home {
	background-image: url(../images/btn_home.jpg);
	width: 64px;
}
.btn_about {
	background-image: url(../images/btn_about.jpg);
	width: 84px;
}
.btn_products {
	background-image: url(../images/btn_products.jpg);
	width: 82px;
}
.btn_portfolio {
	background-image: url(../images/btn_portfolio.jpg);
	width: 78px;
}
.btn_contact {
	background-image: url(../images/btn_contact.jpg);
	width: 96px;
}
.third_width {
	float: left;
	width: 33%;
}
.last_third_width {
	float: left;
	width: 34%;
}
.third_width h3, .last_third_width h3 {
	padding-top: 5px;
}
.gap {
	height: 20px;
	width: 890px;
	clear: both;
	font-size: 0em;
}
p.link_paragraph {
	padding-top: 0px;
}
img.border {
	padding: 5px;
	border: 1px solid #BBBBBB;
}
img.portfolio {
	border: 1px solid #AAAAAA;
	padding: 4px;
	margin-right: 5px;
	margin-left: 7px;
	float: left;
	margin-bottom: 25px;
}
.h2_about {
	background-image: url(../images/h2_about.jpg);
}
.h2_contact {
	background-image: url(../images/h2_contact.jpg);
}
.h2_home {
	background-image: url(../images/h2_home.jpg);
	height: 70px;
}
.h2_portfolio {
	background-image: url(../images/h2_testimonials.jpg);
}
.h2_products {
	background-image: url(../images/h2_products.jpg);
}
.h2_sitemap {
	background-image: url(../images/h2_sitemap.jpg);
}
