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

* {
	margin: 0;
}
html, body {
	height: 100%;
}

body {
	background-image: url(../layout/banner_bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.clear {clear: both;}
.space {height: 15px;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -25px;
	width: 800px;
}

.mainContent {
	width: 500px;
	margin: auto;
}

.push, .footer {
	height: 25px;
}
.footer{
	background-color: #fff;
	border-top: #798C9B 1px solid;
	overflow: auto;
	width: 800px;
	margin: auto;
}

.top_space {
	background-image: url(../layout/top_spacer.gif);
	background-repeat: repeat-x;
	background-position:top;
	background-color: #FFFFFF;
	height: 95px;
	width: 800px;
	margin: auto;
}

.header_logo {
	background-image: url(../layout/header_logo.jpg);
	background-position: top;
	background-repeat: no-repeat;
	width: 800px;
	height: 84px;
	margin: auto;
}

.imgProd {
	width: 420px;
	margin: auto;
	border: 1px solid #798C9B;
}

div.imgFloat img {
	float: left;
	margin: 10px 11px 30px;
}

div.imgFloat a img {
	border: 1px solid #fff;
	margin: 9px 11px 29px;
}

div.imgFloat a:hover img {
	border: 1px solid #798C9B;
	margin: 9px 11px 29px;
}

#serviceTable td {
	width: 25%;
	
}

table#serviceTable img {
	border: 1px #798C9B solid;
}