@charset "utf-8";


div#top-bar {
	display:block;
	overflow:hidden;
	height:38px;
	width:100%;
	margin-top:12px;
}
div#top-bar img {
	margin-left:61px;
	display:inline;
	float:left;
}
div#top-bar div#links {
	position: relative;
	float: right;
	top: 11px;
}
div#top-bar div#links a {
	margin-right: 22px;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	color:#475259;
}
div#top-bar div#links a:hover {
	color:#F90;
}


#invpage #top-graphic {
	height:236px;
	background:url(img/images/frame_01.png);
}
#invpage #topframe {
	height:63px;
	background:url(img/images/frame_02.png);
	overflow:hidden;
}
#invpage #middleframe {
	height:569px;
	background:url(img/images/frame_03.png);
	overflow:hidden;
}

a#headline {
	display:block;
	text-align:center;
	font-size:17px;
	line-height:21px;
	font-weight:normal;
	color:#666;
	width:100%;
	margin-top:23px;
}

div.intro {
	position:relative;
	left:90px;
	top:23px;
	width:80%;
}

div.intro p {
	color:#888;
	font-size:15px;
	line-height:1.4;
	font-weight:normal;
}

div.cols {
	position:relative;
	top:10px;
	display:block;
	overflow:hidden;
}

div.lcol {
	width:30%;
	float:left;
	margin-left:9.5%;
	margin-right:5%;
}

div.lcol h2 {
	margin-top:42px;
}

div#bottomframe {
	margin-top:5px;
	overflow:hidden;
	width:100%;
	background:url(img/bottomframe.png);
	height:335px;
}


#tabpages {
	display:block;
	width:100%;
	height:360px;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	float:left;
}
#pages {
	display: block;
	width:98%;
	height: 290px;
	overflow:hidden;
	margin-left: 3%;
	margin-top:2px;
}

#pages h2 {
	margin-top:12px;
	font-size:13px;
}

#pages ul {
	margin-top:8px;
}
#pagesmenu {
	display:block;
	width:60%;
	padding-top: 2px;
	margin-left: 22px;
	height: 35px;
	overflow:hidden;
}
span.flatview a {
	width: 100px;
	height: 0 !important;
	overflow:hidden;
	float: left;
	margin-right: 2px;
	padding-top: 30px; 
	text-align:center;
	text-decoration:none;
	font-size:1px;
	font-weight:none;
	color:#555;
	background-repeat:no-repeat;	
	background:url(img/tabs.png);
}
a#pagebtns_0 {
	background-position: 0px -30px;
}
a#pagebtns_0.selected {
	background-position: 0px -60px;
}
a#pagebtns_0:hover {
	background-position: 0px 0px;
}
a#pagebtns_0.selected:hover {
	background-position: 0px 0px;
}

a#pagebtns_1 {
	background-position: -120px -30px;
}
a#pagebtns_1.selected {
	background-position: -120px -60px;
}
a#pagebtns_1:hover {
	background-position: -120px 0px;
}
a#pagebtns_1.selected:hover {
	background-position: -120px 0px;
}


a#pagebtns_2{
	background-position: -245px -30px;
}
a#pagebtns_2.selected {
	background-position: -245px -60px;
}
a#pagebtns_2:hover {
	background-position: -245px 0px;
}
a#pagebtns_2.selected:hover {
	background-position: -245px 0px;
}
