/* CSS Document */

html, body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background-color:#7E8B63;
	padding: 0;
	margin: 0;
	height:100%;}
	
/* General Text Styles */

a:link {color:#003399; text-decoration:none;}
a:visited {color:#003399;text-decoration:none;}
a:hover {color:#7E8B63; text-decoration:none;}
a:active {color:#7E8B63; text-decoration:none;}

/* End General Text Styles */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */	
	width:800px;
	height:100%;
	min-height:100%;
	height:auto;	
	background-color:#FFFFFF;
	text-align:left;
	padding:0px;
	clear:both;} 

a.rrlogo {display:block; width:124px; height:30px; background-image:url(images/headermini.gif); background-repeat:no-repeat; background-attachment:scroll; background-position:0 0; text-decoration:none;}
a:hover.rrlogo {background-position: -124px 0;}

div#header {background-image:url(images/pmbanner.jpg);
	background-repeat:no-repeat;
	height:150px;
	display:block;
	width:100%;}

div#player {position:scroll; padding:0; text-align:center; font-size:x-small; width:120px; height:20px;}
    /*Menu Links*/

/*NOTE: anything not specified for the #(menu id's) a selector and its pseudo classes
may be inherited in some browsers from other 'a' element styles (if any) on the page*/

#menu1 {display:none;}
#menu1 a {color:black; background-color:white; text-decoration:none; text-indent:1ex;}
#menu1 a:visited {color:black; text-decoration:none;}
#menu1 a:hover {color:black; background-color:#FFFF99}
#menu1 a:active {color:black; text-decoration:none;}

#menu2 a {color:#003399; background-color:#ffffff; text-decoration:none; text-indent:1ex;}
#menu2 a:visited {color:#003399; text-decoration:none;}
#menu2 a:hover {color:#ffffff; background-color:#7E8B63;}
#menu2 a:active	{color:#003399; text-decoration:none;}

#menu3 {display:none;}
#menu3 a {color:black; background-color:white; text-decoration:none; text-indent:1ex;}
#menu3 a:visited {color:black; text-decoration:none;}
#menu3 a:hover {color:black; background-color:#FFFF99;}
#menu3 a:active	{color:black; text-decoration:none;}

	/*End Menu Links*/

div#content {
	position:relative;
	padding:15px 15px 50px 15px;
	clear:both;}

.box {border:1px #7E8B63 solid;
	font-size: small;}

.trans {background-color: transparent;}

.adtext {font-family:Arial, Helvetica, sans-serif;
	font-size:small;}

.liltext {font-size:x-small;}

.price {color:#7E8B63;
	font-style:italic;}

div#pmcopyrightblock {
	clear:both;
	position:absolute;
	display:block;
	bottom:0;
	width:100%;
	height:20px;
	padding-top:10px;
	background-color:#000000;
	text-align:center;}
	
	
div#pmcopyrightblock {font-size:x-small; color:#ffffff; text-decoration:none;}
	div#pmcopyrightblock a:link{color:#ff0000; text-decoration:none;}
	div#pmcopyrightblock a:visited {color:#ff0000; text-decoration:none;}
	div#pmcopyrightblock a:hover {color:#ffffff; text-decoration:none;}
	div#pmcopyrightblock a:active {color:#ff0000; text-decoration:none;}
