@charset "UTF-8";
/* tabs */

#tabs {
	background-image: url(../images/layout/bg_tabs.gif);
	height: 27px;
	background-repeat: no-repeat;
	width: 395px;
}

#tabs ul li {
	float:left;
	display:inline;
}

#tabs a {
	display:block;
	font-size: 0%;
	float:left;
	margin:0px 0px 0px 0px;
	height:0px;
	padding-top:27px;
	overflow:hidden;
	width:100%;
	voice-family: inherit;
}


#btn01 {
	height: 27px;
	width: 75px;
}

#btn02 {
	height: 27px;
	width: 75px;
}

#btn03 {
	height: 27px;
	width: 75px;
}

#btn04 {
	height: 27px;
	width: 75px;
}

#btn05 {
	height: 27px;
	width: 75px;
}

#btn01 a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#btn02 a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_company.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#btn03 a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_services.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#btn04 a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_portfolio.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#btn05 a:hover {
	background-color: transparent;
	background-image: url(../images/layout/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#welcome-active #tabs #btn01 {
	background-color: transparent;
	background-image: url(../images/layout/btn_welcome.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#company-active #tabs #btn02 {
	background-color: transparent;
	background-image: url(../images/layout/btn_company.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#services-active #tabs #btn03 {
	background-color: transparent;
	background-image: url(../images/layout/btn_services.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#portfolio-active #tabs #btn04 {
	background-color: transparent;
	background-image: url(../images/layout/btn_portfolio.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#contact-active #tabs #btn05 {
	background-color: transparent;
	background-image: url(../images/layout/btn_contact.gif);
	background-repeat: no-repeat;
	background-position: left top;
}