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


 Blueprint CSS Framework 0.7.1
 Edi Group snc - Web & business consulting

   * Copyright (c) 2007-2008. See LICENSE for more info.

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

/***********************************************************************
******************* reset.css ******************************************
************************************************************************/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body { line-height:1.5; }
table { border-collapse:separate; border-spacing:0; }
caption, th, td { text-align:left; font-weight:normal; }
table, td, th { vertical-align: middle; }
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote, q { quotes:"" ""; }
a img { border:none; }
.clearer { height: 0px; overflow: hidden; margin: 0px; clear: both; }

/***********************************************************************
******************* typography *****************************************
************************************************************************/

/* Titoli */
h1, h2, h3, h4, h5, h6 { font-weight: bold; color:#111;}
h1 { font-size:120%; line-height:1; margin-bottom:0.5em;color:#c43f04; }
h2 { font-size:105%; margin-bottom:0.75em; }
h3 { font-size:100%; line-height:1; margin-bottom:1em; color: #6a0202; }
h4 { font-size:1.2em; line-height:1.25; margin-bottom:1.25em; }
h5 { font-size:1em; margin-bottom:1.5em; }
h6 { font-size:1em; }
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0;}

/* Paragrafi */
p { padding: 4px 0 4px 0; line-height: 22px; }
p img.left { float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}

/* Link */
a { color:#760404; text-decoration:none;}
a:link, a:visited { color: #760404; text-decoration: none; }
a:active, a:hover { color: #621303; text-decoration: underline }


/* Formattazione */
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong { font-weight:bold; } 
em, dfn { font-style:italic; } 
dfn { font-weight:bold; }
sup, sub { line-height:0; }
abbr, acronym { border-bottom:1px dotted #666; }
address { margin:0 0 1.5em; font-style:italic; }
del { color:#666;}
pre { margin:1.5em 0; white-space:pre;}
pre, code, tt { font:1em 'andale mono', 'lucida console', monospace; line-height:1.5; }
caption {background:#eee;}
.small { font-size:.9em; margin-bottom:1.875em; line-height:1.875em;}
.large { font-size:1.2em; line-height:2.5em; margin-bottom:1.25em;}
.hide { display:none; }
.quiet { color:#666; }
.loud { color:#000; }
.highlight { background:#ff0;}
.added { background:#060; color:#fff; }
.removed { background:#900; color:#fff; }
.first { margin-left:0; padding-left:0; }
.last { margin-right:0; padding-right:0; }
.top { margin-top:0; padding-top:0; }
.bottom { margin-bottom:0; padding-bottom:0; }
.center { text-align: center; }

/*liste e tabelle*/
li { margin: 0 0 0 25px; line-height: 22px; }
ul, ol {margin:0 1.5em 1.5em 1.5em; }
ul { list-style-type: disc; }
ol { list-style-type:decimal; }
dl { margin:0 0 1.5em 0; }
dl dt { font-weight:bold; }
dd { margin-left:1.5em; }
table { margin-bottom:1.4em; width:100%; }
th { font-weight: bold; background:#C3D9FF; }
th, td { padding: 4px 10px 4px 5px; }
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}

/* forms.css */
label {vertical-align: middle;font-weight:bold;float:left;width:9em;display:block;clear:left;margin:1em 1em 0 1em;text-align:left;cursor:hand;font-size:1em;line-height:1.25;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #c77a07;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #c77a07;background-color:#faf3de;-webkit-border-radius:5px;-moz-border-radius:5px;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #a9200d;}
input.text, input.title {width:250px;padding:5px;font-size:1.2em;}
input.title {font-size:1.5em;}
textarea {width:250px;height:150px;padding:5px;}
.button {width:100px;margin:0.5em 0;border:1px solid #c77a07;background-color:#faf3de;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}
.errorForm {background:#fddada;border-top:1px solid #992A2A;border-left:1px solid #992A2A;border-right:1px solid #a9200d;border-bottom:1px solid #a9200d;width:250px;padding:5px;font-size:1.2em;-webkit-border-radius:5px;-moz-border-radius:5px;}

/*message*/
.info, .success, .error, .warning {border:1px solid;margin:10px 0px;padding:15px 10px 15px 50px;background-repeat:no-repeat;background-position:10px center;-webkit-border-radius:10px;-moz-border-radius:10px;}
.info {color:#00529B;background-color:#BDE5F8;background-image:url('../images/icons/info.png');}
.success {color:#4F8A10;background-color:#DFF2BF;background-image:url('../images/icons/success.png');}
.error {color:#D8000C;background-color:#FFBABA;background-image:url('../images/icons/error.png');}
.warning {color:#9F6000;background-color:#FEEFB3;background-image:url('../images/icons/warning.png');}

/*******************************************************************************
*************************   web site    ****************************************
*******************************************************************************/
body  { font-size: 75%; color: #222; background:#e2d9d2; font-family: Georgia, "Times new roman", serif; background-image: url('../images/bg.jpg'); background-repeat:no-repeat;background-position:top center;}
#wrapper { width: 960px; margin: 25px auto 0 auto;}
#header {width: 900px; height: 124px; margin: 0 auto;}
#languages {float: right; height: 40px; margin-top: 10px;}
#languages img {margin-right: 10px;}
#toolbar {margin-top: 30px; float: right; width: 540px; height: 40px;color:#4c0303;}
#toolbar li {font-size: 14px;display: inline;}
#toolbar a:link, #toolbar a:visited {color:#4c0303;text-decoration:none;}
#toolbar a:active, #toolbar a:hover {color:#8f6627; border-bottom:1px dotted #552020;}
#toolbar a.currentPage {color:white!important; padding: 5px; background-color:#5b0404;}
#centrale {margin-top: 15px;height: 352px; /*border: 1px pink solid;*/ }
#testoHome {float: right; width: 355px; margin-right: 45px;color: #f3eeea;}
.enfasi {font-weight: bold; color: #f8a00a; font-size: 14px;}
#fotoHome {margin-left: 32px; }
#container {margin-left: 45px; margin-top: 10px;}
#container img {margin-right: 10px;}
#footer {font-size: 12px;margin: 40px auto 0 auto; background-image: url('../images/footer.jpg'); background-repeat:no-repeat;background-position:top center; height: 123px; width: 100%;}
#testoFooter {width: 960px; margin: 0 auto;}
#footerRight {float: right; width:305px; margin: 10px 20px 0 0;}
#footerLeft {margin: 0 0 0 30px; padding-top: 30px;}

#bannerInside {float: right; width: 282px; margin-right: 40px; margin-top: 15px;}
#fotoInside {margin-left: 32px; }
#destra {float: right; width: 350px; margin:40px 50px 0 0;}
#sinistra {margin:10px 450px 0 0; width: 480px;}

#destraGallery {float: right; width: 430px; margin:40px 50px 0 0;}

table, tr {font-size: 14px; background-color: #f9f7f6;}
.titletable {background-color: #8f0303; color: white;}
.minmax {background-color: #4c0303; color: white;}
.colourtable {background-color: #ece8e5;}

#sinistraDovesiamo {width: 400px;}
#destraDovesiamo {width: 480px; float: right;}
#googlemap {border: 3px #c1b6b0 solid; margin-right: 50px;}
#destraContatti {width: 480px; float: right;text-align: center; font-size: 16px; margin-top: 20px;}