<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*----------------------------------------------------
             Focus - No Script CSS File
------------------------------------------------------*/
#slideshow ul {
	display:none;
}
#slideshow{
	background-image:url(../images/slide-static.jpg);
	background-repeat:no-repeat;
}
#menu li {
	display:none;
}
#menu li.no-js {
	font-size:14px;
	font-family:'Lato',arial,serif;
	font-style:italic;
	margin: 0;
	padding: 0;
	float:left;
	height:46px;
	display:block;
}
#home-page, #about-page, #services-page, #portfolio-page, #news-page, #contact-page, #element-page{
	display:block;
	float:left;
}</pre></body></html>