@charset "utf-8";

#head {
	position: relative;
	height: 60px;
	background-image:url(images/bk_header.png);
	background-position: bottom left;
	background-repeat:repeat-x;
	margin-bottom: 20px;
}
#headcontent {
	position: relative;
	height: 50px;
	padding-top: 10px;
	font-size: 85%;
	margin: auto;
	width: 674px;
	background-position: bottom;
}
#headcontent a {
}
#headlink {
	position: absolute;
	right: 10px;
	top: 0px;
}
#logo {
	background-image:url(images/logo.png);
	width: 260px;
	height: 44px;
	background-repeat: none;
}

/* Nav Tabs */
#tab_home,
#tab_support,
#tab_forum {
	display: block;
	position: absolute;
	width: 105px;
	height: 32px;
	color: black;
	font: bold 14px/32px Verdena, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none; 
	color: #707070;
	background: top no-repeat url(images/tab.png);
}

#tab_home:hover,
#tab_support:hover,
#tab_forum:hover {
	color: #C1272D;
	background: top no-repeat url(images/tab_hover.png);
}

#tab_home {
	right: 218px;
	bottom: 0px;
}
#tab_support {
	right: 109px;
	bottom: 0px;
}
#tab_forum {
	right: 0px; 
	bottom: 0px;
}
#home #tab_home,
#support #tab_support,
#forum #tab_forum {
	background: top no-repeat url(images/tab_active.png);
	color: #C1272D;
}
