@import url(base.css);
@import url(base-p.css);
/* Mark the menus
---------------------
the main menu mark is in base-p*/
#pm1 a:hover, #pm1 a
{
background:url(img/menu-p.png) 0 -72px;
_background:url(img/menu-p-ie.gif) 0 -72px;

}
ul#p-ads li#sm1 a:hover, ul#p-ads li#sm1 a
{
background:url(img/menu-p-ads.gif) -190px 0;
}

/* header image (flash replacement)
----------------------
*/
#movie div
{
background: url(img/h_portfolioadvertising.jpg);
}
/* place the text */

/*do the headlines*/
h2#pri
{
	list-style-image: url(img/t_ads1.gif);
}
h2#onl
{
	list-style-image: url(img/t_ads2.gif);
}
h2#com
{
	list-style-image: url(img/t_ads3.gif);
}
/*place the buttons */

 @media print {
 
 #header{
 list-style-image:url(img/h_portfolioadvertising.jpg);
 }
 
 
 }

