* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%; /*get rid of scroll bars in IE */
    /* */
}
body {
	height: 100%;
	color: #FFFFCC;
	background-attachment: fixed;
	background-image: url(images/pcb_back.jpg);
	background-color: #003300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	position: relative;
}
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;
}

h3 {
	font-size: 100%;
	margin-bottom: 10px;
	text-align: center;
}
p {
	margin: 10px 0;
}
a {
	color: #00FF00;
}
a:hover {
	text-decoration: none;
}
dt {
	list-style-type: circle;
	display: list-item;
	list-style-position: inside;
}
dd {
	text-indent: 4em;
}
dl a {
	color: #FFFFCC;
	text-decoration: none;
}
dl a:hover {
	text-decoration: underline;
}






#wrapper {
	min-width: 769px;
	min-height: 100%;
	margin-top: -40px;
}
* html #wrapper {
	height: 100%;
}
/*Opera Fix*/
#wrapper:after {
	clear:both;
	display:block;
	height:1%;
	content:" ";
}
#Header {
	text-align: center;
	font-weight: bold;
	border-top: 40px solid #000;
}
#Header h1 {
	display: block;
	background-image: url(images/CentauriHeader.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 54px;
	font-size: 1px;
	text-indent: -2000px;
}
#Header h2 {
	font-size: 130%;
}
#Nav {
	font-weight: normal;
	text-align: left;
	width: 769px;
	height: 75px;
	background-repeat: no-repeat;
	background-image: url(images/CentauriRackPanel.gif);
	position: relative;
	background-position: center center;
	margin: 5px auto;
}
#Nav span {
	font-family: "Courier New", Courier, monospace;
	width: 140px;
	height: 36px;
	color: #000000;
	text-align: center;
	left: 526px;
	position: absolute;
	top: 19px;
	background-color: #01D7BF;
}
#Nav a {
	text-decoration: none;
	display: block;
	font-size: 86%;
	width: 65px;
	text-align: center;
	height: 50px;
	margin-top: 12px;
	background-image: url(images/buttons.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #AAAAAA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#Nav a:link {
	background-position: left bottom;
}
#Nav a:visited {
	background-position: left bottom;
}
#Nav a:hover {
	background-position: center bottom;
	color: #DDDDDD;
}
#Nav a.currentpage {
	background-position: right bottom;
}
#Nav a span {
	display: none;
	background: none;
}
#Nav a:hover span {
	display: block;
	font-weight: normal;
	background-color: #01D7BF;
}
#Nav li {
	list-style: none;
	display: inline;
	float: left;
}
#Nav ul {
	margin-left: 77px;
}
#content {
	margin: 0 10%;
}

.vu {
	width: 40px;
	height: 68px;
	background-image: url(images/animated_vu.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}

.logo_left {
	background-image: url(images/EarMicLogoHalf.gif);
	width: 315px;
	height: 200px;
	float: left;
	background-position: 0 -1px;
	margin-top: -200px;
}
.logo_right {
	background-image: url(images/MouthSpkrLogoHalf.gif);
	width: 201px;
	height: 200px;
	float: right;
	margin-top: -200px;
}
.address {
	background-repeat: repeat-x;
	margin: 0 201px 0 315px;
	background-image: url(images/LogoCable.gif);
	min-height: 140px;
	background-position: left bottom;
	text-align: center;
	clear: both;
	padding: 10px 0 40px;
}
.address a {
	color: #FFFFCC;
}
.address a:hover {
	text-decoration: none;
}
.address i {
	margin: -10px 0 5px;
	display: block;
}
* html .address {
	height: 140px;
}
.serv_rep, .serv_mod, .serv_rec, .serv_const, .serv_web {
	padding: 2em 10px 0 0;
	margin-bottom: 10px;
	overflow: hidden;
}
* html .serv_rep, * html .serv_mod, * html .serv_rec, * html .serv_const, * html .serv_web {
	height: 1%;
	overflow: visible;
	padding-top: 2.5em;
}
.serv_rep h2 {
	float: left;
	background-image: url(images/repair.jpg);
	width: 300px;
	height: 153px;
	margin: -1em 10px 5px 0;
	text-indent: 310px;
}
* html .serv_rep h2 {
	background-repeat: no-repeat;
	margin-right: -4.2em;
	margin-top: -1.5em;
}
.serv_mod h2 {
	float: left;
	background-image: url(images/mods.jpg);
	width: 300px;
	height: 165px;
	margin: -1em 10px 5px 0;
	text-indent: 310px;
}
* html .serv_mod h2 {
	background-repeat: no-repeat;
	margin-right: -7.5em;
	margin-top: -1.5em;
}
.serv_rec h2 {
	float: left;
	background-image: url(images/recone.jpg);
	width: 300px;
	height: 138px;
	margin: -1em 10px 5px 0;
	text-indent: 310px;
	white-space: nowrap;
}
* html .serv_rec h2 {
	background-repeat: no-repeat;
	margin-right: -9.7em;
	margin-top: -1.5em;
}
.serv_const h2 {
	float: left;
	background-image: url(images/custom.jpg);
	width: 300px;
	height: 169px;
	margin: -1em 10px 5px 0;
	text-indent: 310px;
	white-space: nowrap;
}
* html .serv_const h2 {
	background-repeat: no-repeat;
	margin-right: -11.6em;
	margin-top: -1.5em;
}
.serv_web h2 {
	float: left;
	background-image: url(images/websites.jpg);
	width: 300px;
	height: 110px;
	margin: -1em 10px 5px 0;
	text-indent: 310px;
	white-space: nowrap;
}
* html .serv_web h2 {
	background-repeat: no-repeat;
	margin-right: -15.9em;
	margin-top: -1.5em;
}
.link_panel {
	padding: 10px;
	overflow: hidden;
	border: 2px solid #333333;
	margin-bottom: 20px;
}
.link_panel ul {
	float: left;
	margin: 10px 10px 0 0;
}
.link_panel li {
	list-style: none;
	line-height: 2.5ex;
}
.link_panel a {
}


#footer {
	font-size: 71%;
	color: #009900;
	padding: 10px 20px 0;
	display: block;
	clear: both;
	height: 30px;
	margin: 0;
}
#map {
	display: block;
	width: 400px;
	height: 297px;
	margin: 0 auto;
	font-size: 1px;
	background-image: url(images/mapclose.jpg);
	background-position: left top;
}
#map:focus, #map:active {
	background-image: url(images/maplarge.jpg);
	width: 550px;
	height: 480px;
}

#map:hover {
	background-position: left bottom;
}
#wrapper .maplink {
	font-size: 70%;
	color: #00FF00;
	text-align: center;
}

.smalldescr {
	text-align: center;
	font-size: 80%;
	margin-top: 0px;
}
