@media screen {
body.bandg div#content 
{
	background-color: transparent;
	background-image: url('/images/bandg/brandMainContentPic.jpg');
	background-repeat: no-repeat;
	background-position: 6px top;
}

body.simrad div#content 
{
	background-color: transparent;
	background-image: url('/images/simrad/brandMainContentPic.jpg');
	background-repeat: no-repeat;
	background-position: left top ;
}

body.northstar div#content 
{
	background-color: transparent;
	background-image: url('/images/northstar/brandMainContentPic.jpg');
	background-repeat: no-repeat;
	background-position: 173px top;
}

body.lowrance div#content 
{
	background-color: transparent;
	background-image: url('/images/lowrance/brandMainContentPic.jpg');
	background-repeat: no-repeat;
	background-position: left top ;
}

body.eagle div#content 
{
	background-color: transparent;
	background-image: url('/images/eagle/brandMainContentPic.jpg');
	background-repeat: no-repeat;
	background-position: left top;
}

/*  Hiding the background image on the regional navigation manu for the start page  */
#regionalNavigation
{
	background: none;
}

body.eagle .startpage div#secondary
{
	background: none !important;
}
}
