/* @override 
	http://localhost:8888/IBS/style.css
	http://www.ibssrl.it/style.css
*/

/* GENERAL ELEMENTS*/
h1{
	margin: 0;
}

h3{
	color: #17861c;
	padding-left: 15px;
	background: url(img/arrow.gif) no-repeat left center;
	text-transform: uppercase;
	font-size: 12px;
}

h4{
	color: #000;
	margin: 0;
}

a{
	color: #17861c;
}


/* GENERAL STRUCTURE */

body{
	background: #bbb;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Geneva, Verdana, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 140%;
}

#container{
	position: relative;
	border-left: solid 1px #999;
	border-right: solid 1px #999;
	-webkit-box-shadow:0px 0px 10px #999;
	-moz-box-shadow:0px 0px 10px #666;
	box-shadow:0px 0px 10px #666;

	width: 778px;
	margin: 0 auto;
	text-align: left;
	background: #fff url(img/bg_content.png) repeat-x left 231px;
}

#header{
	background: url(img/bg_head.png) no-repeat top left;
	height: 203px;
	text-indent: -345em;
}

#header a{
	overflow: hidden;
	display: block;
	width: 299px;
	height: 129px;
	background-image: url(img/logo_hover.png);
	background-repeat: no-repeat;
	background-position: 0 129px;
	position: absolute;
	opacity: .5;
	top: 30px;
	left: 22px;
}

#header a:hover{
	background-position: 0 0;
}

#header h2{
	margin: 0;
}

#nav{
	padding-left: 33px;
	height: 28px;
	background: url(img/bg_nav.png);
	margin-bottom: 22px;
}

#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li{
	float: left;
}

#nav li a{
	text-decoration: none;
	margin-right: 33px;
	display: block;
	height: 26px;
	color: #bbb;
	line-height: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0 5px;
}

#nav li a:hover, #nav li a.active{
	color: #fff;
}

#content{
	margin: 0 33px;
	float: left;
	width: 712px;
}

#content.floatleft{
	float: left;
	width: 417px;
}

#content img, #sidebar img{
	float: left;
	border: 1px solid #b4b6b6;
	padding: 2px;
	margin-right: 11px;
	margin-bottom: 10px;
}

#sidebar{
	float: left;
	width: 262px;
}



.date{
	color: #17861c;
	font-size: 10px;
	line-height: normal;
}

.project_box{
	font-size: 90%;
	width: 100%;
	float: left;
	margin-bottom: 10px;
	border-bottom: solid 1px #e4e4e4;
}

.project_box a.readmore{
	display: block;
	width: 15px;
	height: 15px;
	float: right;
	text-indent: -234em;
	text-decoration: none;
	outline: none;
	color: #fff;
	background: url(img/readmore.gif) no-repeat center center;
}

.project_box p{
	margin: 5px 0;
}

#footer{
	padding-top: 33px;
	clear: left;
	background: url(img/bg_footer.png) repeat-x left 33px;
	height: 81px;
	text-align: center;
	color: #fff;
}

#secondnav ul{
	margin-left: 80px;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	height:40px;
	list-style: none;
}

#secondnav ul li:first-child a{
	border-left: 0;
}

#secondnav li{
	float: left;
	margin-top: 8px;
}

#secondnav a{
	width: 100px;
	display: block;
	color: #fff;
	padding: 0 11px;
	border-left: solid 1px;
	font-size: 11px;
}

#secondnav a:hover{
	text-decoration: none;
}

#footer p{
	clear: both;
	margin-bottom: 0;
	color: #999;
	font-family: verdana;
	font-size: 9px;
	line-height: normal;
}


/* SPECIFIC SECTIONS*/

/* contatti */
#map{
	float: right;
	border: solid 1px #e4e4e4;
	padding: 2px;

}

#map a{
	color: #17861c!important;
	padding: 5px;
	text-align: right;
	display: block;
}

/* clienti */
#accordion {
	margin:20px 0px;
}

div.accordion-toggle {
	background: url(img/gradient-hover.png) repeat-x;
	cursor: pointer;
	clear: both;
	padding: 15px 0 0 15px;
	border-top: solid 1px #ccc;
	color: #17861c;
	height: 87px;
	font-size: 16px;
}

div.accordion-toggle:hover{
	background:  url(img/gradient_yellow.png) repeat-x;
	border-top: solid 1px #17861c;
}

div.accordion-toggle p{
	color: #666;
	font-size: 12px;
	margin-top: 5px;
	font-style: italic;
	text-decoration: none!important;
	font-weight: normal!important;
}

.odd{
	background: none;
}

div.accordion-toggle img {
	border-color: #17861c!important;
	background: #FFF;
}



div.accordion-content{
	clear: both;
	width: 100%;
	float: left;
	padding-left: 15px;
}

div.accordion-content p{
	clear: both;margin-bottom: 0;
}


blockquote {
	padding:5px 20px;
}