/* Foglio di Stile per sito web: Studio Legale Bellofiore */

/* RESET HTML */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
 
/* remember to define focus styles! */
:focus {
    outline: 0;
}
 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
 
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* Inizio fogli di stile ---------------------------------------------- */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	background:url(img/backgound_total.jpg) top left repeat;
}
#main {
	width:960px;
	margin:10px auto 30px auto;
} 

#header h1#logo {
	float:left;
	width:360px;
	height:100px;
	background:url(img/logo_studio_legale_bellofiore.png) top left no-repeat;
	text-indent:-9999px;
}
#header ul#navigation {
	float:right;
	width:530px;
	color:#FFF;
	margin-top: 40px;
}
#header ul#navigation li {
	float:left;
	margin-left:20px;
}
#header ul#navigation li a:link,
#header ul#navigation li a:visited,
#header ul#navigation li a:active,
#header ul#navigation li a:hover {
	font-size:1.3em;
	color:#FFF;
	text-decoration:none;
	font-weight:normal;
}
#header ul#navigation li a:hover {
	color:#ffcaac;
	border-bottom:5px solid #ef5500;
}
#header ul#navigation li a.attivo { border-bottom:5px solid #ef5500; }
#contenuti {
	width:960px;
	min-height:420px;
	border-top:10px solid #ef5500;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	-webkit-box-shadow: #666 0px 2px 3px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	background: #fff;
	behavior: url(PIE.htc);
}
#contenuti h2 {
	font-size:2em;
	color:#ef5500;
	margin:10px 0 5px 0;
}
#contenuti p {
	font-size:1.2em;
	color:#333;
	margin:5px 0 15px 0;
}
#contenuti a:link,
#contenuti a:visited,
#contenuti a:active,
#contenuti a:hover {
	color:#ef5500;
	text-decoration:none;
	font-weight:bold;
}
#contenuti a:hover { color:#333; }
#contenuti #area_sinistra {
	float:left;
	width:420px;
}
#contenuti #area_destra {
	float:right;
	width: 500px;
	padding: 20px;
}
#footer {
	clear:both;
	margin-top:10px;
	padding:0 5px;
	color:#fff;
}
#footer #dettagli {
	float:left;
	width:700px;
	font-size:.9em;
}
#footer #dettagli span { 
	color:#ef5500; 
	font-weight:bold;
	margin: 0 7px;
}
#footer #credits {
	float:right;
	width:200px;
	text-align:right;
}
#footer #credits a:link,
#footer #credits a:visited,
#footer #credits a:active,
#footer #credits a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.85em;
	color:#ef5500;
	text-decoration:none;
	font-weight:normal;
}
#footer #credits a:hover { color:#fff; }
.reset { clear:both; }
#contenuti #area_destra.padding_home { padding-bottom:0; padding-top:10px; }
#contenuti #area_destra.padding_studio { padding:0; width:540px; height:490px; }
#contenuti #area_destra.padding_studio iframe { border-radius: 0px 5px 0px 0px; behavior: url(PIE.htc); }
#contenuti #area_sinistra img { border-radius: 0px 0px 0px 5px; behavior: url(PIE.htc); }
ul.competenze { margin:20px 0 20px 30px; font-size:1.2em; font-weight:normal; }
ul.competenze li { margin:10px 0 0 0; list-style: square; }
#contenuti p.competenze_small { margin:5px 0 10px 0; font-weight:normal; }
form#contact label {
	width: 110px;
	display: block;
	float: left;
	padding: 15px 10px 0 0;
	text-align: right;
}