/* Remove unwanted elements */
#navbar1conatiner, #flash_small, #flash_large, #back_button, #keywords, #general_downloads, #general_downloads_fixed, #altro_downloads, #altro_downloads2, #dyson_downloads,  .download_button, .pdf_icon, .noprint
{
display: none;
}

/* Ensure the content spans the full width */
#content_background_fluid, #content_background_fixed, #content, #swatches, #more_images 
{
width: 100%; margin: 0; float: none;
}

/* Change text colour to black (useful for light text on a dark background) */
#content_background_fluid, #content_background_fixed, #content, #swatches, #more_images
{
color: #000 
}

/* Change background colour to white */
#content_background_fluid, #content_background_fixed, #content, #swatches, #more_images
{
background-color:#FFF;
}

/* Change image border colour to black to help images stand out when printed */
img
{
border-color:#000;
}
/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}
.no_border
{
border:none;
}
