@charset "utf-8";
/* CSS Document */


/* GENERAL Properties */
body {
	background-color: #1f1b1a;
	background-image: url(images/mppbg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#banner {
	height: 150px;
	width: 1026px;
	background-image: url(images/banner.jpg);
	margin:0 auto;
	text-align: center;	
}

#menu {
	height: 48px;
	width: 1026px;
	background-image: url(images/mppmenubg.jpg);
	margin:0 auto;
	text-align: center;	
}


#slides {
	width: 1026px;
	height:auto;
	background-image: url(images/mppcontentbg.gif);
	margin:0 auto;
	text-align: center;	
}

#content {
	height:auto;
	width: 1026px;
	background-image: url(images/mppcontentbg.gif);
	margin:0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#prodcontent {
	height:auto;
	width: 1026px;
	background-image: url(images/mppcontentbg.gif);
	margin:0 auto;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}

#links {
	height: 100px;
	width: 1026px;
	background-image: url(images/mppcontentbg.gif);
	margin:0 auto;
	text-align: center;	
}

#footer {
	height: 38px;
	width: 1026px;
	background-image: url(images/mppfooterbg.gif);
	margin:0 auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}

a.footer:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a.footer:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
a.footer:hover { 
	font-family: Arial, Helvetica, sans-serif;
	color: #febe10;
}
a.footer:active { 
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
} 

.psheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
ul {
	list-style-image: url(images/mppbullet.gif);
	line-height:19px;
}
.contactinfo {
	font-size:12px;
}