@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	width: 780px;  
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	background-image: url(../images/mid_background.png);
	background-repeat: repeat-y;
	background-position: center;
	overflow:hidden;
	margin: 0;
}
.oneColFixCtr #topBackground {
	background-image: url(../images/top_background.png);
	background-repeat: no-repeat;
	background-position: bottom;
	overflow:hidden;
}
.oneColFixCtr #bottomBackground {
	background-image:url(../images/bottom_background.png);
	background-repeat: no-repeat;
	background-position: top;
	overflow:hidden;
}

.oneColFixCtr #mainContent #header {
	padding-left:20px;
	padding-right: 20px;
	height: 102px;
	overflow:hidden;
}

.oneColFixCtr #mainContent #tabs {
	height: 40px;
	width: 755px;
	background-image:url(../images/tabline.png);
	margin-left: 10px;
	padding: 0px;
}

.oneColFixCtr #mainContent #text {
	clear:both;
	margin-left: 20px;
	margin-right: 25px;
	margin-top: 10px;
}

.oneColFixCtr #mainContent #gallery {
	clear:both;
	margin-left: 17px;
	margin-right: 22px;
	margin-top: 10px;
}

ul#menu {
	list-style: none;
	padding: 0px;
	margin: 0px;
	}

ul#menu li {
	display: inline;
	}

ul#menu li a {
	text-indent: -9999px;
	display: block;
	height: 40px;
	float: left;
	}

ul#menu li a.home {
	background: url(../images/homeSprite.png) no-repeat center center;
	width: 82px;
	}

ul#menu li a.service {
	background: url(../images/serviceSprite.png) no-repeat center center;
	width: 105px;
	}

ul#menu li a.before {
	background: url(../images/beforeSprite.png) no-repeat center center;
	width: 120px;
	}
	
ul#menu li a.reference {
	background: url(../images/referenceSprite.png) no-repeat center center;
	width: 172px;
	}	

ul#menu li a.home:hover, ul#menu li a.home:active,
ul#menu li a.service:hover, ul#menu li a.service:active,
ul#menu li a.before:hover, ul#menu li a.before:active,
ul#menu li a.reference:hover, ul#menu li a.reference:active {
	background-position: top center;
	}

body#home ul#menu li a.home,
body#service ul#menu li a.service,
body#before ul#menu li a.before,
body#reference ul#menu li a.reference {
	background-position: bottom center;
	}

h1 {
	padding: 0px;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	line-height: 17px;
	font-weight: normal;
	}

h4 {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top: 11px;
	padding-right: 17px;
	padding-bottom: 11px;
	padding-left: 17px;
	vertical-align: top;
	margin: 0px;
	display: inherit;
	line-height: 16px;
}
h2 {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	text-align: center;
	text-indent: 0px;
	vertical-align: top;
	line-height: 26px;
	font-weight: bold;
	color: #006;
}
h3 {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: center;
	text-indent: 0px;
	line-height: 28px;
	font-weight: bold;
	color: #006;
}
h5 {
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	text-align: left;
	text-indent: 0px;
	vertical-align: top;
	line-height: 22px;
	font-weight: bold;
	color: #000;
}
h6 {
	display:block;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0pz;
	margin: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	text-indent: 0px;
	vertical-align: top;
	line-height: 16px;
	font-weight: normal;
	color: #006;
	}
.rightimage {
	float:right;
	border:inset;
	border-color:#006;
	margin-right:15px;
	margin-left:10px;
}
.thumb {
	display:block;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}
.thumb a {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}
.thumb a:hover {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}