/* 

sb-style.css - 'SB' - 'STUDIOBERTARNINI' - www.studiobertarini.it 
all associated layout&graphics copyright ©2008 by by HOME.NET [www.home-net.it]
added: jan 21th, 2008

ToC

	1. defaults
	2. layout
	3. menu
	4. images
	5. form
	6. various

*/


/* ----- 1. defaults  ----- */

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #444444;
	background-color: #BBBBBB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration: none;
}
h1 {
	font-size: 1.6em;
	text-decoration: none;
}
h2 {
	font-size: 1.4em;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.1em;
	text-decoration: none;
	background-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 8px;
}
a {
	color:#444444;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color:#DE6334;
	text-decoration: none;
	font-weight: bold;
}
/* ----- 2. layout  ----- */

/* centra l'intero sito */
#container {
	text-align: left;
	margin: auto;
	width: 720px;
	background-color: #FFFFFF;
	padding: 0px;
}
/* intestazione */
#header {
	width: 700px;
	float: left;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
/* menu navigation-up */
#navigation-up {
	color: #444444;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#navigation-up #nav-up-sx {
	width: 560px;
	float: left;
	background-color: #EEEEEE;
	text-align: justify;
	padding: 10px;
	margin: 0px;
}
#navigation-up #nav-up-dx {
	width: 120px;
	float: left;
	background-color: #DDDDDD;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
/* corpo della pagina */
#content {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
/* corpo della pagina sinistra */
#content #main {
	width: 560px;
	float: left;
	background-color: #FFFFFF;
	text-align: justify;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content #main p {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-bottom: 20px;
	padding-left: 8px;
	padding-right: 8px;
}
#content #main ul {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 18px;
	padding-left: 23px;
	margin: 0px;
	float: left;
}
#content #main li {
	list-style-type: square;
	padding: 0px;
	margin: 0px;
}
#content #main a {
	font-weight: bold;
	text-decoration: none;
}
#content #main a:hover {
	font-weight: bold;
	text-decoration: underline;
}
#content #w3c {
	width: 560px;
	float: left;
	background-color: #FFFFFF;
	text-align: justify;
	margin: 0px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content #w3c p {
	font-size: 1.1em;
	line-height: 1.5em;
}
#content #w3c ul {
	font-size: 1.1em;
	line-height: 1.5em;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 24px;
	margin: 0px;
}
#content #w3c li {
	list-style-type: square;
}
#content #w3c a {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content #w3c a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 5px;
}
/* corpo della pagina destra */
#content #menu {
	padding: 10px;
	width: 120px;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	float: left;
}
/* menu navigation-down */
#navigation-down {
	color: #444444;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#navigation-down #nav-down-sx {
	width: 560px;
	float: left;
	background-color: #EEEEEE;
	text-align: justify;
	padding: 10px;
	margin: 0px;
}
#navigation-down #nav-down-dx {
	width: 120px;
	float: left;
	background-color: #DDDDDD;
	text-align: center;
	margin: 0px;
	padding: 10px;
}
/* pie-di-pagina */
#footer {
	margin: 0px;
	padding: 0px;
	clear: left;
}
#footer #fot-sx {
	background-color: #DDDDDD;
	float: left;
	width: 560px;
	padding: 10px;
}
#footer #fot-dx {
	background-color: #CCCCCC;
	width: 120px;
	text-align: center;
	float: left;
	margin: 0px;
	padding: 10px;
}
#developed {
	text-align: left;
	font-weight: bold;
	color: #444444;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 200px;
}
#developed a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#developed a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#copyright {
	font-weight: bold;
	color: #444444;
	float: left;
	text-align: right;
	margin: 0px;
	padding: 0px;
	width: 360px;
}
#xhtmlcss {
	float: left;
	text-align: center;
	font-weight: bold;
	color: #444444;
	text-decoration: none;
	margin: 0px;
	width: 120px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
#xhtmlcss a {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #444444;
	text-decoration: none;
}
#xhtmlcss a:hover {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-decoration: none;
	color: #DE6334;
}
/* ----- 3. menu  ----- */

#menu #button {
	text-align: left;
}
#menu #button .links {
	width: 120px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu #button li {
	display: inline;
}
#menu #button a {
	color:#444444;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	display: block;
	margin: 2px 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	border: 1px solid #444444;
	height: 18px;
}
#menu #button a:hover {
	color: #DE6334;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	background-color: #EEEEEE;
}
/* ----- 4. images ----- */

#swap-header {
	background-image: url(../images/banner-studiobertarini.gif);
	background-repeat: no-repeat;
	height: 50px;
	width: 700px;
}
#swap-header span {
	display: none;
}
/* ----- 5. form ----- */

form {
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
form p {
	margin-top: 0.5em;
	margin-right: 0;
	margin-bottom: 0.5em;
	margin-left: 0;
}
fieldset {
	padding: 0.3em;
	border: 1px solid #333333;
}
legend {
	font-weight:bold;
	color: #DE6334;
	font-size: 1.2em;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
#login-user label {
}
#informazioni input {
	font-weight: bold;
	letter-spacing: .2em;
	border:#73848C 1px solid;
	padding:0;
}
#informazioni textarea {
	font-weight:bold;
	font-size:13px;
	font-family: Verdana, helvetica, sans-serif;
	letter-spacing: .2em;
	width:300px;
	border:#73848C 1px solid;
	background:rgb(229,229,229);
	padding:0px 0px 0px 2px;
	margin-left:10px;
}
input#invia {
	border:#73848C 1px solid;
	background-color:#CCCCCC;
	color: #333333;
	font-weight: bold;
	font-size: 0.8em;/*margin-left:5px;*/
}
input#annulla {
	border:#73848C 1px solid;
	background-color:#CCCCCC;
	color: #333333;
	font-weight: bold;
	font-size: 0.8em;
}
/* ----- 6. various  ----- */
#AAA {
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: inline;
}
#AAA img {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
}
#AAA a img {
	text-decoration: none;
	border: none;
}
#AAA a:hover img {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	border: none;
}
.h2-allestimento {
	height: 300px;
}
#standards {
	padding-top: 25px;
}
#standards a img {
	border: none;
	padding-left: 10px;
	padding-top: 12px;
	padding-bottom: 12px;
}
#nav-recordset {
	border: none;
	width: 400px;
	margin: auto;
	padding: 0px;
	text-align: center;
}
#nav-recordset a img {
	border: none;
	padding-right: 8px;
	padding-left: 8px;
}
s

