@charset "utf-8";
/* CSS Document */
.tf_catmenu {
	text-decoration: none;
}

.tf_catmenu a {
	text-decoration: none;
	color: #0033FF;
}

.tf_catmenu a:hover{
	text-decoration: none;
	color: #71CEF5;
}
.companyname {
	font-weight: bold;
	color: #543018;
}
#homepage {
    display:block;
    float:left;
    width: 270px;
    height: 180px;
    position:absolute;
    top: 5px;
    left: 100px;
    text-decoration:none;
}
#footermenu {
	height: 25px;
	text-decoration: none;
	text-align: center;
}

#footermenu li{
	display: inline;
	list-style-type: none;
	width: 100%;
	list-style-position: inside;
}
#footermenu a{
	text-decoration: none;
	color: #3C2213;
	padding-left: 20px;
}
#footermenu ul {
	margin: 0px;
	padding: 0px;
}

#footermenu a:hover, #footermenu a:active {
	font-weight: bold;
	color: #3C2213;
}
#container #copyright {
	height: 20px;
	text-align: center;
	padding-top: 5px;
	font-size: 0.9em;
}
