
html { width:100%; height:100%; text-align:center; overflow:auto;}
body
{
	background-color: rgb(98,35,52);
	color: white;
	font-family: Verdana, Tahoma, Arial, Helvetica, San-Serif;
	font-size: 11.5pt;
	margin-left: 5pt;
	margin-right: 5pt;
	margin-top:5pt;
	margin-bottom: 5pt;
	text-align: center;
	width: 100%;
	height:100%;
	font-weight: normal;
}
a, a:visited, a:hover
{
	font-weight: bold;
	text-decoration:underline;
}
/* Page Title style */
h1
{
	color: rgb(241, 218, 224);
	font-size: 16pt;
	font-weight:bold;
	line-height: 18pt;
	text-align: center;
	padding-bottom:8px;
	margin: 0 0 0 0;
}
/* Page Section Break style*/
h2
{
	background-color: rgb(98,35,52);
	color: white;
	font-size: 11pt;
	font-weight:bold;
	line-height: 14pt;
	text-align: left; 
	padding-bottom:4px;
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;
}

h3
{
	color: #FFD700; /* gold */
	font-size: 10pt;
	line-height: 14pt;
	text-align: center; /*TEXT-INDENT: 8pt */
}

/* common ruler style*/
hr
{
	border-style: solid;
	color: rgb(98,35,52);
	text-align: center;
	margin-top: 1px;
	margin-bottom: 1px;
	width: 99%;
}
.clsMenu 
{
   background-color : white;
   font-size : 9pt;
   font-weight : bold;
   text-align: center;
   color : rgb(98,35,52);
   cursor : hand;
   height: 25px
}
.clsMenuActive 
{
    background-color :rgb(98,35,52);
    font-size : 9pt;
	font-weight : bold;
    text-align: center;
    color : white;
    cursor :  default;
    height: 25px
}

td
{
    color: black;
    font-size: 11pt;
    line-height:14pt;
}

.gold
{
	color: #FFCC00;
}

.tdLogo
{
	border: thin 2 #FFCC00;
	text-align:left;
}
#container
{
	border: medium ridge gold;
	width: 960px;
	background-color: Black; /*background-image: url(img/ppBG3.gif); */
}
#header
{
	background-color: black;
	margin-top:5px;
	width: 99%;
	color: white;
	padding-bottom:5px;
}
#header h1 {color: rgb(241, 218, 224); padding-top:1px;padding-bottom:1px;}

#mMenu 
{
	width:98%;
	padding-left:40px;
	text-align:center;
}
#mMenu ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#mMenu li
{
	display:inline;
	float:left;
	margin-right:2px;
}

#header a, #header a:visited, #header a:hover
{
	display:block;
	margin-left:0;
	margin-right:0;
	font-weight: bold;
	text-decoration:none;
	padding: 5px 5px 5px 5px;
	background-color:rgb(98,35,52);
}
.mSelected 
{
	border-bottom-style:ridge;
	border-bottom-width:medium;
	border-bottom-color:  gold;
}

#header a:hover
{
	font-weight: bold;
	text-decoration: none;
	border-bottom-style: ridge;
	border-bottom-width: medium;
	border-bottom-color:  gold;
	padding: 5px 5px 5px 5px;
}
.clsLogo
{
	width:180px;height:76;text-align:center;
	background-image: url(img/ppLogo.jpg);
}
#header.td { color: White;}

#margin
{
	width:100px;
	height:500px;
	background-color: green;
	float:left;	
}
#columns
{
	width: 99%;
	background-color:black;
	padding-bottom:5px;
	display:block;
}
#specials
{
	width: 220px;
	min-height: 100%;
	float:left;
/*	color: rgb(98,35,52); */
	color:White;
	line-height: 14pt;
	font-size: 11pt;
	text-align: left;
	padding-right:5px;
/*	border-style:outset;
	border-color: rgb(98,35,52);
	background-color: #FFFFEA; */
	background-color: black;
	padding-bottom: auto;
}
#specials b
{
	/*color: rgb(98,35,52); */
	font-weight:bold;
}
#specials .tdTitle
{
	width:40%;	
	vertical-align:top;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
#specials .tdValue
{
	width:60%;	
	vertical-align:top;
	text-align:left;
	background-color: #FFFFEA;
}

#specials a, #specials a:visited, #specials a:hover, #specials h2
{
	color:white;
	font-weight: bold;
	/*background-color: #FFFFEA; */
}
#main
{
	width: 725px;
	float:left;
	color: black;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	background-color:  white; 
	padding-bottom:auto;
}
#main a {color: black; font-weight:bold; }
#main b {color: black; font-weight:bold;}
#main h1 {color: rgb(98,35,52); background-color:white;font-weight:bold;}
#main td {text-align:left; padding-top:4px; padding-bottom:4px;}
#main .tdTitle 
{
	width:200px;	
	vertical-align:top;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
#main h2 {margin-left:5px;margin-right:5px;font-size:12pt;padding-left:30px;}
#content
{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
	padding-top: 10px;
	display: block;
	background-color:white;
	width:97%;
	height:100%;
}
#content h2 {font-size:12pt;padding-left:30px; margin-right:18px}
#contentTable
{
	width:98%;
}
#imgLeft
{
	float:left;
	text-align:center;
	padding-right:5px;
	width:40%;
	position:relative;
}
#txtRight
{
	float:right;
	text-align:left;
	padding-left:5px;
	width:460px;
	position:relative;
}
#footer
{
	/*	background-color: rgb(98,35,52); */
	clear: both;
	float: none;
	background-color: Black;
	margin-top: 0px;
	margin-bottom: 5px;
	width: 99%;
	color: rgb(241, 218, 224);
	text-align: center;
	padding-left: 0px;
	padding-top: 5px;
	display: block;
}
#footer a, #footer a:visited, #footer a:hover
{
	color: rgb(255, 232, 232);
	font-weight: bold;
}

.clsScrollText
{
	/*width: 96%; 
	height: 180px;*/
	margin: 5px 5px 5px 5px;
	text-align:left;
	overflow: auto;
	border: 1px;
	border-style: dotted;
	border-width: thin;
}
.clsScrollMenu
{
	width: 98%;
	max-height: 300px;
	margin: 5px 5px 5px 5px;
	text-align:left;
	overflow: auto;
	border: 1px;
	border-style: dotted;
	border-width: thin;
}

.clsButton
{
	border-style: ridge outset outset ridge;
	background-color: rgb(98,35,52);
	color: rgb(241, 218, 224);
	border-color: #FFD700;
	width: 120px;
	font-size: 12pt;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}
.clsImageFrame
{
	border-style:groove;
	border-collapse:separate;
	border-color:rgb(98,35,52);
}
.clsImage
{
	text-align:center;
	padding-top:0;
	border-style:groove;
	border-color:rgb(98,35,52);
}
.tdPrice
{
	vertical-align:top;
	text-align:left;
	width:80px;	
	padding-left:8px;
}
.tdTitle 
{
	width:200px;	
	vertical-align:top;
	text-align:right;
	padding-right:10px;
	font-weight:bold;
}
.tdDesc
{
	width:480px;	
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	color:black;
}
.tdvTitle 
{
	width:33%;	
	vertical-align:top;
	text-align:left;
	font-weight:bold;
	color:rgb(98,35,52);
}
.tdvData 
{
	width:33%;	
	vertical-align:top;
	text-align:left;
	font-weight:normal;
	color:black;
}
.alt
{
	background-color: #FFE6E6;
	width: auto;
}
.alt2
{
    background-color: #FFFFCC;
    width: auto;
}


a#button{display:block; width:100px; height:40px; overflow:hidden; line-height:40px; 
         vertical-align:middle; text-align:center;  
         background: transparent url(/img/rcbutton3.gif) 
         no-repeat; color:#000;}
a:hover#button{background-position:bottom; text-decoration:none;color:#fff;}

#becomeAFan { text-decoration:none;}

/* Fix a part of the page on top - so scrooling*/
.fixedInfo {
	position:fixed;
	top:0;
	z-index: 9999;
}
.scrollDown {
	position:fixed;
	top: 0;
	z-index: 9999;
}

