/*---------------------------------------------------------------------------------------------

	Stylesheet used when Javascript is turned off

---------------------------------------------------------------------------------------------*/

.nojs-warning{ padding:10px 0; text-align:center; color:#ffffff; background-color:#ff0000; width:980px; margin:0 auto; }
.nojs-warning strong{ color:#ffffff; }

#slideshow-clients{ height:150px; overflow:hidden; }

#portfolio-filter{ visibility:hidden; } /* portfolio filter will not work with no JS - so hide it*/

.tabs-menu{ display:none; } /* Tabs will be shown one under the other with no JS - so there is no point showing the tab header*/

.service-overview li{ cursor:default; } /* the script to make a whole project or service over view area clickable will not work with no JS - so changing the cursor back to default */

.accordion li div, .accordion li:hover{ background-color:#fff; }
.accordion li a { background:none; } /* accordeon will be shown fully extended with no JS - so hide the background image that suggest expend / contract control */



