body {
  margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: arial;
	font-size: 12px;
	color: #000000;
	background-color: #fff8e1;
}

.outerborder {
  border: thin solid #cc3300;
}

.headbg {
  background-image: url(../images/head_background.jpg);
  background-repeat: repeat-x;
}

.menubackground {
  background-image: url(../images/menu_background.jpg);
  background-repeat: repeat-x;
}

.fader {
  background-color: #fff8e1;
  background-image: url(../images/fader.jpg);
  background-repeat: repeat-x;
  height: 5px;
}

.textbg {
  background-color: #fff8e1;
}
	

h1 {
	font-family: Arial;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

h2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

ul {
	font-family: Arial;
	font-size: 11px;
	color: #0c129e;
}

.bold {
	font-family: Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}

.bigbold {
  font-size: 14px;
  font-weight: bold;
}

.subheading {
	 font-size: 15px;
	 color: #eba71c;
	 font-weight: bold;
}
	
.menu_background {
	background-image: url(/images/menu_background.jpg);
	background-repeat: repeat;
}

.headbg {
	background-image: url(/images/head_background.jpg);
	background-repeat: repeat;
}

.border {
	 border: thin solid #0c129e;
}

.bold2 {
  font-weight: bold;
}

.name {
	font-size: 11px;
	color: #0c129e;
	font-weight: bold;
}

.equiptable {
  background-image: url(../images/gradient.jpg);
  background-repeat: repeat-y;
  border: thin solid #0c129e;
  font-size: 11px;
}

.bluebold {
  font-weight: bold;
  color: #0c129e;
}

a:link {
  color: #0c129e;
  text-decoration: underline;
}

a:hover {
  color: #cc3300;
  text-decoration: underline;
}

a:active {
  color: #eba71c;
  text-decoration: underline;
}

a:visited {
  color: #cc3300;
  text-decoration: underline;
}

.carlson {
  font-size: 14px;
  font-weight: bold;
  color: #0c129e;
}

.specs {
  font-size: 11px;
  border: thin solid #0c129e;
  background-color: #d6d7dc;
}

.cell {
  background-color: #eaecf0;
}

.smbold {
  font-size: 11px;
  font-weight: bold;
}

.doorlnk {
  font-size: 13px;
  color: #0c129e;
  font-weight: bold;
  text-decoration: none;
}

.doorlnk a:link {
  font-size: 13px;
  color: #0c129e;
  font-weight: bold;
  text-decoration: none;
}

.doorlnk a:hover {
  font-size: 13px;
  color: #cc3300;
  font-weight: bold;
  text-decoration: none;
}

.doorlnk a:active {
  font-size: 13px;
  color: #eba71c;
  font-weight: bold;
  text-decoration: none;
}

.doorlnk a:visited {
  font-size: 13px;
  color: #cc3300;
  font-weight: bold;
  text-decoration: none;
}

.redborder {
  border: thin solid #cc3300;
}

.typebold {
  font-weight: bold;
  color: #cc3300;
  font-size: 11px;
}

.type {
  font-size: 11px;
}

.blueitalic {
  font-weight: bold;
  color: #0c129e;
  font-style: italic;
}

.redbold {
  font-weight: bold;
  color: #cc3300;
}

.blackitalic {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}

.dogtable {
  background-color: #f9e0a6;
  font-size: 11px;
  border: thin solid #0c129e;
}

.blackbg {
  background-color: #000000;
}

.smwhite {
  font-size: 11px;
  color: #ffffff;
  font-weight: bold;
}

.pizzatable {
  background-color: #fdebbb;
  border: thin solid #0c129e;
}

.txtlnk {
  font-size: 11px;
  color: #0c129e;
  text-decoration: none;
}

.txtlnk a:link {
  font-size: 11px;
  color: #0c129e;
  text-decoration: none;
}

.txtlnk a:hover {
  font-size: 11px;
  color: #cc3300;
  text-decoration: none;
}

.txtlnk a:active {
  font-size: 11px;
  color: #cc3300;
  text-decoration: underline;
}

.txtlnk a:visited {
  font-size: 11px;
  color: #cc3300;
  text-decoration: none;
}

.copyright {
  font-size: 11px;
  color: #0c129e;
}

.customtable {
  background-color: #d6d7dc;
  font-size: 11px;
  border: thin solid #0c129e;
}

.diagramtable {
  background-image: url(../images/gradient.jpg);
  background-repeat: repeat-y;
  border: thin solid #0c129e;
  font-size: 11px;
}

.options {
  font-weight: bold;
  color: #cc3300;
  font-size: 14px;
}

.tooltable {
  border: thin solid #0c129e;
}

.bluebg {
  background-color: #0c129e;
  font-weight: bold;
  color: #ffffff;
}

.smitalic {
  font-size: 11px;
  font-style: italic;
  color: #00269F;
}

/* BELOW IS THE SUCKERFISH STUFF */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	width:10em;
	border-width:0.25em;
	font-weight:normal;
	height:auto;
	margin:0;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li li a {
	background-color: #6699CC;
	color: #000033;
	display:block;
	font-weight:normal;
	padding:0.2em 10px;
	text-decoration:none;
}
#nav li li a:hover {
	border-color:#EBA71C;
	border-style:solid;
	border-width:0 5px;
	padding:0.2em 5px;
}