@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import url("lib/reset.css");
@import url("lib/typography.css");
@import url("lib/forms.css");
@import url("lib/plugins/tabs.css");

/* Site
-------------------------------------------------------------- */

body {
    color: #fff;
	background: #313131 url(../images/bg.jpg) no-repeat 50% 100% fixed;
}
.divider {
  font-size: 100%;
  margin: 0;
}
.decImg img {
	display: block;
}

/* page */

#page {
	background: url(../images/bg_header.jpg) no-repeat 50% 124px;
	min-height: 450px;
	font-size: 91.67%;
}
.home #page {
	background: url(../images/bg_header_home.jpg) no-repeat 50% 124px;
	min-height: 341px;
}
#container, #footerContainer {
	width: 951px;
	margin: 0 auto;
	-moz-border-bottom-left-radius: 10px; /* Firefox */
	-moz-border-bottom-right-radius: 10px; /* Firefox */
	-webkit-border-bottom-left-radius: 10px; /* Safari, Chrome */
	-webkit-border-bottom-right-radius: 10px; /* Safari, Chrome */
	border-bottom-left-radius: 10px; /* CSS3 */
	border-bottom-right-radius: 10px; /* CSS3 */
	background: #c89508 url(../images/bg_container.jpg) no-repeat 50% 341px;
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
}
.home #container {
	background-position: 50% 450px;
}

/* header */

#header {
	height: 341px;
	background: url(../images/autodemolizione_bignotti.jpg) no-repeat 0 0;
}
.home #header {
	height: 450px;
}
#titles {
	width: 918px;
	height: 59px;
	padding: 11px 0 13px 26px;
}

#nav {
	float: right;
	background: url(../images/bg_nav.png) no-repeat 0 0;
	height: 12px;
	padding: 11px 100px;
	margin-bottom: 6px;
	font-size: 109.09%;
}
#nav ul, #nav ul li, #nav ul li a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	line-height: 1em;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	color: #000;
	margin: 0 3.13em;
	padding: 0;
	font-weight: bold;
	white-space: nowrap;
}
#nav ul li.selected a {
    text-shadow: #f9edd4 -1px -1px 10px, #f9edd4 -1px 1px 10px, #f9edd4 1px 1px 10px, #f9edd4 1px -1px 10px;
}
#nav ul li.first a {
	margin-left: 40px;
}
#nav ul li.last a {
	margin-right: 0;
}
#nav ul li a:Hover, #nav ul li a:Focus, #nav ul li a:Active, #nav ul li.selected a {
	color: #333;
}

#headerInnerContainer {
	float: none;
	clear: both;
}

ul#slideshow {
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
}
ul#slideshow, ul#slideshow li {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 951px;
	height: 217px;
	overflow: hidden;
}
.home ul#slideshow, .home ul#slideshow li {
	height: 326px;
}

/* content */

#bodyContainer {
	padding: 2.5em .83em .83em .83em;
}

#body, #tools, #tools .tool {
	float: left;
}

#body {
	width: 652px;
	padding: 15px;
	background: url(../images/bg_body.png) repeat 0 0;
	-moz-box-shadow: 0 0 10px #000;
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 0 10px #000;
	margin-right: 10px;
	margin-top: 8px;
}
.home #body {
	width: 414px;
	height: 248px;
	padding: 25px;
	background: url(../images/bg_body_home.png) no-repeat 0 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-right: 0;
	margin-top: 0;
}
#body h2 {
	font-size: 163.64%;
	text-transform: lowercase;
}
#body a {
	color: #eee;
}
#body p#facebook {
	float: left;
	width: 39px;
	margin-top: 4em;
}
#body .decImg {
	float: right;
	width: 378px;
	margin: 0 -23px -32px 0;
}
.home #body .decImg {
	margin: -21px -23px 0 0;
}
.chi #body .decImg {
	margin: 0 -23px -28px 0;
}
.servizi #body .decImg {
	width: 300px;
	border: 4px solid #180e01;
	margin: 1em 0 0 1em;
}

#body .news {
	padding: 1em 0 2em 0;
}
#body .news.first {
	padding-top: 0;
}
#body .news.last {
	padding-bottom: 0;
}
.newsContent {
	height: 431px;
	overflow: auto;
}
.newsContent table {
	width: 100%;
}
.newsContent table td {
	padding: 0;
	margin: 0;
}
table.tableHeader, table.tableHeader td {
	margin: 0;
	padding: 0;
}

.docs, .gallery {
    margin-top: 1em;
}
.docs ul, .docs ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.docs ul li {
    height: 47px;
    margin: .75em;
    padding: 0;
}
.docs ul li a {
    line-height: 47px;
    display: block;
    padding-left: 60px;
    background: url(../images/pdf.png) no-repeat 0 center;
}
.gallery ul li {
    margin: .75em;
}
.gallery ul li a, .gallery ul li a img {
    text-decoration: none;
}
.gallery ul li a img {
    border: 2px solid #180e01;
}

#map {
	width: 100%;
	height: 489px;
	margin-top: 2em;
	color: #000;
}

#tools {
	width: 195px;
	margin-left: 5px;
}
.home #tools {
	width: 458px;
}
#tools .tool {
	width: 195px;
	height: 113px;
	background: url(../images/bg_tool.png) no-repeat 0 0;
	padding: 17px;
}
#tools .tool h3 {
	font-size: 146.54%;
	padding: 0;
	margin: 0 0 .55em 0;
	text-transform: lowercase;
	line-height: 1em;
}
#tools .tool p {
	margin: 0;
	padding: 0;
	text-align: left;
	line-height: 1.2em;
}
#tools .tool a {
	color: #fff;
}
#tools .tool .decImg {
	margin: 8px 8px 0 -20px;
	float: left;
	width: 130px;
}
#tools .tool.ritiro p {
	float: left;
	width: 96px;
}
#tools .tool.ritiro .decImg {
	float: right;
	width: 112px;
	margin: 8px -21px 0 0;
}
#tools .tool.vendita .decImg {
	float: left;
	width: 118px;
	margin: -13px 0 0 40px;
}
#tools .tool.valutazione p {
	float: left;
	width: 80px;
}
#tools .tool.valutazione .decImg {
	float: right;
	width: 131px;
	margin: 25px -18px 0 0;
}

/* footer */

#footerContainer {
	-moz-border-top-left-radius: 10px; /* Firefox */
	-moz-border-top-right-radius: 10px; /* Firefox */
	-webkit-border-top-left-radius: 10px; /* Safari, Chrome */
	-webkit-border-top-right-radius: 10px; /* Safari, Chrome */
	border-top-left-radius: 10px; /* CSS3 */
	border-top-right-radius: 10px; /* CSS3 */
	background: #3e1d00 url(../images/bg_footer.png) no-repeat 50% 50%;
	color: #fff;
	margin-top: 1.64em;
	margin-bottom: 3em;
	font-size: 109.09%;
}
#footerContainer address {
	text-align: center;
	font-style: normal;
	margin: 0;
	padding: .41em 1em;
	line-height: 1.2em;
}
#footerContainer address strong {
	font-weight: normal;
}
#footerContainer a {
	color: #fff;
}