body {
	background-color: #E4DBD4;
	margin: 0px;
}
.maintable {
	background-color: #C2B8AF;
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

/*p {
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Verdana, Arial, sans-serif;
}*/

td {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 0.94em;
	font-style: normal;
	color: #655D55;
}

.maintext {
    text-align: left;
}

a {
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover {
	color: #FF6600;
	text-decoration: underline;
}

a.pic {
	color: #FFFFFF;
	text-decoration: none;
}

a.pic:hover {
	color: #FF6600;
	text-decoration: none;
}

.news {
	font-size: .9em;
}
.newsorange {
	font-size: .9em;
	color: #FF6600;
}
.smltxt {
	font-size: .9em;
}

.orangetxt {
	color: #FF6600;
}

  #nav, #nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }
  
  #nav a {
    display: block;
    text-align: left;
    width: 200px;
    float: left;
    height: 16px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Lucida, "Trebuchet MS", Verdana, Arial, sans-serif; 
    font-size: 8pt;
    color: white;
    background-color: #777777;
    border-top: 1px solid white;
    text-decoration: none;
    padding-left: 4px;
  }

  #nav li.first a {
    border-top: none;
  }

  #nav li {
    float: left;
    text-align: left;
  }

  #nav a:hover {
    background-color: #FF6600;
  }
  
  #webdigi {
    background: url(../elements/nav/webdigi.jpg) no-repeat;
    width: 150px;
    height: 27px;
  }  

  #webdigi:hover, #webdigi.sfhover, #webdigi.current {
    background: url(../elements/nav/webdigi_o.jpg) no-repeat;
  }

  #printpac {
    background: url(../elements/nav/printpac.jpg) no-repeat;
    width: 133px;
    height: 27px;
  }  

  #printpac:hover, #printpac.sfhover, #printpac.current {
    background: url(../elements/nav/printpac_o.jpg) no-repeat;
  }

  #tvdvd {
    background: url(../elements/nav/tvdvd.jpg) no-repeat;
    width: 80px;
    height: 27px;
  }  

  #tvdvd:hover, #tvdvd.sfhover, #tvdvd.current {
    background: url(../elements/nav/tvdvd_o.jpg) no-repeat;
  }

  #brandid {
    background: url(../elements/nav/brandid.jpg) no-repeat;
    width: 160px;
    height: 27px;
  }  

  #brandid:hover, #brandid.sfhover, #brandid.current {
    background: url(../elements/nav/brandid_o.jpg) no-repeat;
  }

  #nav  span {
    display: none;
  }
  
  #nav li ul {
    position: absolute;
    width: 204px;
    left: -999em;
    margin-top: 20px;
  }

  #nav li:hover ul, #nav li.sfhover ul   {
    left: auto;
  }