@charset "utf-8";
/* CSS Document */

body {
	text-align:center;
	}

#container{
	width:100%;
	text-align:center;
}
#navwrapper {
	width:651px;
	text-align:center;
	margin: 0px auto;
	padding:0px;
}
#globalnav {
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	float:center;
	text-align:center;
	width:651px;
	margin:0;
	list-style:none;
	line-height:25px;
	font-size:14px;
	margin: 0px auto;
	padding:0px;
}

#globalnav LI {
	float:left;
	margin:0;
	padding:0;
	width:93px;
}

#globalnav A {
	display:block;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	font-weight:bold;
	margin:0;
	width:93px;
	background:url(images/tab_off.gif);
}

#globalnav A:hover {
	background:url(https://www.cpwire.com/images/tab_on.gif);
	}
#globalnav A:active{
	width:93px;
	background:url(https://www.cpwire.com/images/tab_on.gif);
	}
#globalnav A.here:link,
#globalnav A.here:visited {
	width:93px;
	background:url(images/tab_this.gif);
	color:#c00;
}

#globalnav A.here:link,
#globalnav A.here:visited {
	position:relative;
	z-index:102;
}