/* Template Definitions */
BODY {
	margin: 0 0 10 0;
	background: url('/pps-images/bgfade_black.gif') repeat-x #b3b2b2;
	font-family: "Arial";
	font-size: 12px;
}
TABLE {
	font-size: 12px;
}

INPUT{
	margin: 2px;
	padding: 1 3 1 3;
	font-size: 0.8em;
	border: gray solid 1px
}

TH {
	color: #FFF;
	background: #000000;
	font-variant: small-caps;
	border-top: 1px solid #000000;
}

.datagrid TH {
  border-top: 0;
}

H1, H2, H3, H4{
	color: #000;
	font-variant: small-caps;
	display: inline;
}
H1 {
	font-size: 1.6em;
}
H2 {
	font-size: 1.4em;
}
H3 { 
	font-size: 1.2em;
}
H4 {
	font-size: 1em;
}

HR {
	color: #000;
	background-color: #000;
	margin: 0 0 10 0;
	padding: 0;
	height: 3px;
}
FORM {
	display: inline;
}

A {
	color: #0000CC;
}

A:HOVER { 
	color: #CC0000;
}

.bodytext{
	font-family: "Arial";
	font-size: 12px;
}

.networkBar{
	background: url('/pps-templates/pihafranchise/images/bg_buttons.gif') #000;
	font-size: 1em;
	font-variant: small-caps;
	color: #FFFFFF;
	
}
.networkBar td {
  padding: 2px;
  vertical-align: middle;
}
.networkBar A {
  color: #FFFF00;
  text-decoration: none;
}
.networkBar A:hover {
  text-decoration: underline;
}

.bannerBar{
	background: #000;
}

.footerBar, .footerBar A {
	font-family: "Arial";
	font-size: 0.9em;
	color: #FFF;
	height: 25px;
	background: url('/pps-templates/pihafranchise/images/bg_buttons.gif') #000;
}

#mainBody, #mainWindow {
  width: 990px;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.content{
	background: #F6F6F6;
}

.border, .bordered{
	border: 1px solid #000000;
}

.photoCaption{
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	background: #000;
	padding: 2px 5px 2px 5px;
}

.menuLinks {
  background: url('/pps-templates/pihafranchise/images/bg_buttons.gif') #000;
}

/*************/
/* THE MENU */
/************/

.topmenu, .topmenu ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
}

.topmenu li {
	list-style-type:none;
	color: #FFF;
	float:left;
	font-size: 1em;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	border-right:1px solid #999;
	height: 20px;
	display: block;
}

.topmenu li a{
  color: #FFF;
  text-decoration: none;
}

.topmenu li a:hover {
  color: #FFcc33;
}

.topmenu ul {
	list-style-type:none;
	font-size: 12px;
	position:absolute;
	margin: 0;
	padding:0;
	display:none;
	background: #000000;
	border:1px solid #000000;	
	border-top: 0px;
}

.topmenu li li {
	display:block;
	width: 150px;
	float: none;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	background: #000000;
	border: 0px;
	border-left:7px solid #FECB00;
}

li:hover ul , li.over ul{ /* lists nested under hovered list items */
	display: block;
}

#primary-nav li>ul { 
	top: auto;
	left: auto;
}
