a {
	color: #28ad77;
	text-decoration: underline;
	}
	
a:hover {
	color: #0e7d50;
	text-decoration: none;
	}
.tcat_title,
#header {
background-color: hsl(153, 30%, 44%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#87bea5", endColorstr="#4e9173");
background-image: -khtml-gradient(linear, left top, left bottom, from(#87bea5), to(#4e9173));
background-image: -moz-linear-gradient(top, #87bea5, #4e9173);
background-image: -ms-linear-gradient(top, #87bea5, #4e9173);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #87bea5), color-stop(100%, #4e9173));
background-image: -webkit-linear-gradient(top, #87bea5, #4e9173);
background-image: -o-linear-gradient(top, #87bea5, #4e9173);
background-image: linear-gradient(#87bea5, #4e9173);
border-color: #4e9173 #4e9173 hsl(153, 30%, 39%);
color: #fff !important;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.33);
-webkit-font-smoothing: antialiased;
	}
	
#header .mainwrap {
	background: url(images/logo_main.jpg) top left no-repeat;
	}

#header .login_buttons a  {
	border-color: #89d2b5;
	}
	
#header .login_buttons a:hover {
	border-color: #60b190;
	}
	
.border{
	border:1px solid #89d2b5;
}
	
#header .login_buttons a:active  {
	border-color: #89d2b5;
	}
	
#footer a:hover {
	color: #28ad77;
	}
	

a.button_main {
	background: transparent url(images/button_main.jpg) top left repeat-x;
}	
	
a.button_main span {
	background: transparent url(images/button_right.jpg) top right no-repeat;
}