/* here you can put your own css to customize and override the theme */

.header {

	background:#ffffff url('../img/headbackgr.jpg') repeat-x;
}

.header-navigation > ul > li > a {
	color: #ffffff;
}

@media print{
    #logo_watermark{
        opacity:0.4;
        filter:alpha(opacity-40);
    }
}
#logo_watermark{
    position:absolute;
    z-index:-1;
    min-height:100%;
    min-width:100%;
}
