#everything {
	width:800px;
	font: 10pt arial, sans-serif; 
	color: black; 
	}
a:link {
	color: #993333;
	text-decoration: none;
	}
a:visited {
	color: #990000;
	text-decoration: none;
	}
a:hover, a:active {
	color: #000099;
	text-decoration: none;
	}
#logo {
	background-color: #999999;
	text-align: left;
	border-left: solid;
	border-right: solid;
	border-top: solid;
	border-color: black;
	border-width: 1px;
	height: 100px;
	/*background-image: url('./images/logoback.gif');*/
	}
.logo {
	border: 0;
	margin-left: 10px;
	margin-top: 15px;
	}
.cartoon {
	margin-left: 90px;
	margin-top: 0px;
	}

a.nav:link, a.nav:visited {
	color: #333366;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	}
a.nav:hover, a.nav:active {
	color: #999999;
	text-decoration: none;
	font-size: 12pt;
	font-weight: bold;
	}
#body {
	background-color: #FFFFFF;
	margin-top: 0px;
	border-left: solid;
	border-right: solid;
	border-color: #990000;
	border-width: 1px;
	}
#textarea {
	margin-left: 15px;
	margin-right: 15px;
	}
#floatingimage {
	text-align: center;
	float: left;
	margin-left: 5px;
	margin-top: 45px;
	z-index: 5;	
	border: solid;
	border-color: black;
	border-width: 1px;
	}
#footer {
	font-size: 8pt;
	border-top: solid;
	border-color: #990000;
	border-width: 1px;
	}
#contact{
	margin-left: 20px;
	text-align: left;
	}
#cfloatingimage {
	text-align: center;
	float: right;
	margin-right: 15px;
	margin-top: 75px;
	z-index: 5;	
	}
ul.slist {
	text-align: left;
	text-indent: 35px;
	}
td.allprodtitle {
	text-align: center;
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}
td.service {
	border-bottom: solid;
	border-right: solid;
	border-color: black;
	border-width: 1px;
	}
td.price {
	white-space: nowrap;
	color: red;
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}
td.allprodevenlogo {
	white-space: nowrap;
	}
td.allprododdlogo {
	white-space: nowrap;
	}
td.titlebar {
	font-weight: bold;
	}
table.detailhead {
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}
td.price-detail {
	color: red;
	font-weight: bold;
	}
td.specsodd {
	background-color: #CCCCCC;
	}
td.specseven {
	background-color: #999999;
	}
td.specsheader {
	border-top: solid;
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}
td.titlebar {
	border-bottom: solid;
	border-color: black;
	border-width: 1px;
	}

/*Navigation */

div#navigation {
	padding: 0px;
	height: 60px;
	background-color: #FFFFFF;
	border-right: solid;
	border-left: solid;
	border-color: black;
	border-width: 1px;
	}
#left {
	width: 187px;
	float: left;
	padding: 0;
	}
#right {
	width: 189px;
	float: left;
	padding: 0;
	}
ul#navbar {	margin: 0;	padding: 0;	list-style-type: none	}
ul#navbar li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	}

ul#navbar li#homeb a {
	float: left;	width: 81px;	height: 50px;	text-decoration: none;	}
	
ul#navbar li#systemsb a {
	float: left;	width: 115px;	height: 50px;	text-decoration: none;	}
ul#navbar li#serviceb a {
	float: left;	width: 109px;	height: 50px;	text-decoration: none;	}
ul#navbar li#contactb a {
	float: left;	width: 117px;	height: 50px;	text-decoration: none;	}

/* Home Buttons */	
ul#navbar li#homeb a {	background:  url('./images/nav/home.jpg') no-repeat;	}body.p-home ul#navbar li#homeb a {
	background:  url('./images/nav/home-live.jpg') no-repeat;
	}ul#navbar li#homeb a:hover {	background:  url('./images/nav/home-dn.jpg') no-repeat;	}

/* Systems buttons */
ul#navbar li#systemsb a {	background:  url('./images/nav/sys.jpg') no-repeat;	}body.p-systems ul#navbar li#systemsb a {
	background: url('./images/nav/sys-live.jpg') no-repeat;
	}	ul#navbar li#systemsb a:hover {	background:  url('./images/nav/sys-dn.jpg') no-repeat;	}

/*Service Buttons*/
ul#navbar li#serviceb a {	background:  url('./images/nav/serv.jpg') no-repeat;	}body.p-service ul#navbar li#serviceb a {
	background:  url('./images/nav/serv-live.jpg') no-repeat;
	}ul#navbar li#serviceb a:hover {	background:  url('./images/nav/serv-dn.jpg') no-repeat;	}

/*Contact Buttons*/
ul#navbar li#contactb a {	background:  url('./images/nav/contact.jpg') no-repeat;	}body.p-contact ul#navbar li#contactb a {
	background:  url('./images/nav/con-live.jpg') no-repeat;
	}ul#navbar li#contactb a:hover {	background:  url('./images/nav/con-dn.jpg') no-repeat;	}