﻿* {
	margin: 0px;
	padding: 0px;
	border: 0;
}
#CopyRight {
	position: absolute;
	bottom: 45px;
	right: 255px;
	text-align: center;
}
#STSlink {
	position: absolute;
	bottom: -14px;
	right: 25px;
}
#STSlink a {
	color: rgb(92, 87, 86);
}
#STSlink a:hover {
	color: rgb(157, 187, 97);
}
#STSlink a i {
	color: rgb(157, 187, 97);
}
#STSlink a:hover i {
	color: rgb(92, 87, 86);
}
body {
	background-color: rgb(255, 255, 255);
	background-image: url('./img/bg.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	color: white;
}
a:link {
	text-decoration: none;
} 
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.clear {
	clear: both;
}
.right {
	float: right;
}
.left {
	float: left;
}

#page {
	margin: 0 auto;
	width: 778px;
}
#top {
	background: transparent url('./img/top.png') no-repeat;
	height: 25px;
	clear: both;
}

#content {
	color: #000000;
	padding: 0px 15px;
	clear: both;
				font-variant: normal;
				line-height: normal;
								background-image: url('img/middle.png');
}
#content u b {
	font-size: 12px;
}
#bottom {
	position: relative;
	background: transparent url('./img/bottom.png') no-repeat;
	padding: 0 10px;
	height: 135px;
	font-family: Verdana;
	font-weight: bold;
	font-size: 10px;
	clear: both;
	color: rgb(150, 150, 150);
}

#header {
	position: relative;
	width: 775px;
	margin: 0 auto;
	height: 225px;
}
#header #bar {
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url('./img/bar.png');
	background-repeat: no-repeat;
	background-position: bottom;
	width: 775px;
	height: 27px;
}
#header #logo {
	position: absolute;
	top: 5px;
	left: 5px;
	height: 135px;
	width: 237px;
	background-image: url('./img/logo.png');
	background-repeat: no-repeat;
	background-position: 0 0;
}
#header #msg {
	position: absolute;
	background-image: url('./img/scrolling.png');
	background-repeat: no-repeat;
	height: 58px;
	top: 48px;
	right: 5px;
	padding-top: 8px;
	color: #cb0202;
	width: 510px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 36px;
	font-family: Georgia, serif, Arial, Helvetica, sans-serif, Verdana;
	font-variant:small-caps;
}

#header #navi .tabs {
	/* position: absolute; */
	/* right: 0; */
	/* bottom: 15px; */
	list-style-type: none;
}

.tabs a {
    font: bold italic 75% Verdana;
	color: black;
}

.tabs li {
    list-style-type: none;
	/* float: left; */
	display: inline;
	position: absolute;
	bottom: 0;
	margin-bottom: -2px;

}
.tabs li a {
	display: block;
	overflow: hidden;
	height: 40px;
	outline: none;
    cursor: pointer;
	background-repeat: no-repeat;
}

.tabs li a:hover {
	color: white;
    text-decoration: none;
	height: 75px;
}
.tabs li.active a {
	background-position: 0 0;
	height: 65px;
}

.tabs li span {
	display: block;
	width: 105px;
	text-align: center;
	padding: 5px 0 0 0;
}

.tabs li.home {
    background-image: url('./img/red.png');
	left: 35px;
	bottom: 15px;
	width: 100px;
	background-repeat: no-repeat;
}
.tabs li.service_area {
    background-image: url('./img/yellow.png');
	left: 150px;
	bottom: 15px;
	width: 100px;
	background-repeat: no-repeat;
}
.tabs li.services {
    background-image: url('./img/blue.png');
	left: 265px;
	bottom: 15px;
	width: 100px;
	background-repeat: no-repeat;
}
.tabs li.faqs {
    background-image: url('./img/orange.png');
	left: 380px;
	bottom: 15px;
	width: 100px;
	background-repeat: no-repeat;
}
.tabs li.go_green  {
    background-image: url('./img/green.png');
	left: 495px;
	bottom: 15px;
	width: 100px;
	background-repeat: no-repeat;
}
.tabs li.contact {
    background-image: url('./img/purple.png');
	left: 610px;
	bottom: 15px;
	width: 100px;
	background-repeat: no-repeat;
}