a {
	color: #73371f;
	text-decoration: underline;
	}
	
a:hover {
	color: #491d0d;
	text-decoration: none;
	}
.tcat_title,
#header {
background-color: hsl(18, 34%, 14%) !important;
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#744a39", endColorstr="#2f1e17");
background-image: -khtml-gradient(linear, left top, left bottom, from(#744a39), to(#2f1e17));
background-image: -moz-linear-gradient(top, #744a39, #2f1e17);
background-image: -ms-linear-gradient(top, #744a39, #2f1e17);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #744a39), color-stop(100%, #2f1e17));
background-image: -webkit-linear-gradient(top, #744a39, #2f1e17);
background-image: -o-linear-gradient(top, #744a39, #2f1e17);
background-image: linear-gradient(#744a39, #2f1e17);
border-color: #2f1e17 #2f1e17 hsl(18, 34%, 9%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
-webkit-font-smoothing: antialiased;
	}

#header .login_buttons a  {
	border-color: #72564b;
	}
	
#header .login_buttons a:hover {
	border-color: #4b2f24;
	}
	
.border{
	border:1px solid #72564b;
}
	
#header .login_buttons a:active  {
	border-color: #72564b;
	}
	
#footer a:hover {
	color: #73371f;
	}
	
.tcat_title {
	border-bottom: 0;
	}
	
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;
}