/********************************************************
* Global Rules
********************************************************/
body {
	background: #000 url(../_img/background.jpg) no-repeat center top;
	margin: 0 0 0 0;
}
#global_container {
	width: 800px;
	margin: 0 auto 0 auto;
}
/********************************************************
* Global Header
********************************************************/
.header {
	background: url(../_img/lines2.gif) bottom no-repeat;
	width: 800px;
	height: 80px;
	margin: 50px 0 20px 0;
}
.header .logo {
	width: 300px;
	height: 60px;
	float: left;
	background: url(../_img/header.gif) no-repeat center left;

}
.header .nav {
	width: 300px;
	height: 60px;
	float: right;
	margin: 19px 0 0 0;
	line-height: 22px;
	text-align: right;
}
.web {
	border-bottom: dotted 1px #baff00;
}
.print {
	border-bottom: dotted 1px #baff00;
}
.other {
	border-bottom: dotted 1px #baff00;
}
.contact {
	border-bottom: dotted 1px #baff00;
}
.header .nav a {
	font: bold 12px Georgia, "Times New Roman", Times, serif;
	color: #eee;
	text-decoration: none;
}
/********************************************************
* Portfolio
********************************************************/
.item {
	width: 800px;
	display: block;
	float: left;
	margin: 20px 0 0 0;
}
.item a {
	font: bold 14px Georgia, "Times New Roman", Times, serif;
	color: #eee;
	text-decoration: none;
	border-bottom: dotted 1px #baff00;
}
.item a:hover {
	border-bottom: solid 1px #baff00;
	color: #fff;
}
.item .title {
	width: 700px;
	height: 50px;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #777;
	float: left;
	margin: 5px 0 0 0;
}
.item .title h1 {
	margin: 0;
	padding: 0;
	color: #fff;
	font: bold 16px Georgia, "Times New Roman", Times, serif;
}
.item .launch {
	width: 100px;
	height: 50px;
	text-align: right;
	float: right;
	font: 12px Georgia, "Times New Roman", Times, serif;
	color: #999;
	margin: 5px 0 0 0;
}
/********************************************************
* Global Footer
********************************************************/
.footer {
	background: url(../_img/lines2.gif) top no-repeat;
	width: 800px;
	height: 80px;
	padding: 10px 0 0 0;
	color: #fff;
	margin: 100px 0 20px 0;
	font: 12px Georgia, "Times New Roman", Times, serif;
}
/********************************************************
* Build Tabs
********************************************************/
.tabberlive .tabbertabhide {
	 display:none;
}
.tabber {
}
ul.tabbernav {
	margin:0;
	padding: 3px 0;
	border-bottom: solid 10px #333;
}
ul.tabbernav li {
	list-style: none;
	margin: 0;
	display: inline;
}

ul.tabbernav li a
{
 padding: 3px 0.5em;
 margin-left: 0px;
 border-bottom: none;
 background: #222;
 text-decoration: none;
 font-size: 11px;
 text-transform: uppercase;
}

ul.tabbernav li a:link { color: #999; }
ul.tabbernav li a:visited { color: #999; }

ul.tabbernav li a:hover
{
 border-bottom: none;
}

ul.tabbernav li.tabberactive a
{
 background-color: #333;
 border-bottom: none;
}

ul.tabbernav li.tabberactive a:hover
{
 background: #333;
}
.tabberlive .tabbertab {
 border-bottom: solid 10px #333;
 border-left: solid 10px #333;
 border-right: solid 10px #333;
 width: 780px;
 height: 400px;
}
.tabberlive h2 {
 display: none;
}

















