﻿/*

CSS FRONT-END VER. 1

SERVICES

© Interattiva e-comunicazione
  www.lineagrafica.it
------------------------------------------------
*/

/* -----------------------------------------------
	SERVICES
----------------------------------------------- */

div#services {
	background-color:#5580b6;
	padding: 5px 0;
	position: relative;
	height: 15px;
	color: #fff;
	z-index: 66;}

/* -----------------------------------------------
	SERVICES SLIDING MENU
----------------------------------------------- */

#panel {
	background: #5580b6;
	position: relative;
	display: none;
	height: 100px;
	z-index: 10;}
	#panel div.area {
		height:100px;
		padding: 1em;
		background: #5580b6 url(../images/bg_panel.gif) no-repeat right top;}

	.btn-slide,
	.btn-slide:hover {
	display: block;
	padding-right: 14px;
	color: #fff;
	background: transparent url(../images/languages_close.png) no-repeat right center; }
		.active {background-image: url(../images/languages_open.png) !important;}
