﻿@import url("layout.css");
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #666666;
	background-color: #212C78; /* #abc */
}
h2{
	color: #AABBCC;
	margin-top: 12px;
	font-size: 2.0em;
	line-height: normal;
}
h3{
	color: #AABBCC;
	font-size: 1.5em;
}
h4{
	line-height: normal;
	font-size: 1.2em;
}
.imgLeft{
	float: left;
	margin: 5px 8px 0px 0px;
}
.imgRight{
	float: right;
	margin: 5px 0px 0px 8px;
}
#container {
	width: 646px;
	margin: 0 auto;
	background-image: url("../images/msfp_smbus2_03.gif");
	background-repeat: repeat-y;
	background-attachment: scroll;
}
#masthead {
	width: 625px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 11px;
	overflow: auto;
	background-color: white;
	padding: 5px 0px;
}
#sidebar {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	float: left;
	width: 144px;
	background-color: #E4E4E4;
	position: relative;
	clear: both;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	display: inline;
	border-left: 5px solid #f3f3f3;
}
#bannerImg{
	margin: 0px 10px 0px 0px;
	padding: 0px;
	width: 476px;
	height: 176px;
	border-top: 2px solid #f3f3f3;
	float: right;
}
#content {
	float: right;
	width: 456px;
	margin-top: 0px;
	margin-right: 10px;
	margin-left: 0px;
	padding: 10px;
	background-color: #fff;
	position: relative;
	font-size: 11px;
	line-height: 14px;
}
#content a{
	color: #118;
	text-decoration: none;
}
#content a:hover{
	background-color: #EAF7FF;
	text-decoration: none;
}
#content input, textarea{
	background-color: #f5f5f5;
	border: 1px solid silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px 3px;
}
#footer {
	/*height: 30px;*/
	text-align: center;
	clear: both;
	width: 625px;
	margin-right: 10px;
	margin-left: 11px;
	padding-top: 6px;
	
	background-color: #9D0000; /* #6A88A6 */
	display:table;
}
#masthead img {
	float: left;
}
#masthead p {
	font-size: 0.7em;
	text-align: right;
	margin-top: 6px;
	margin-right: 10px;
}
#masthead a {
	color: black;
	text-decoration: none;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
#sidebar li {
	font-size: 0.9em;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #6A88A6;
	display: block;
	padding: 5px;
	border-top: 2px solid #F3F3F3;
	border-bottom: 1px solid silver;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #6A88A6;
	border-top: 2px solid #E4E4E4;
	border-bottom: 1px solid Silver;
	background-color: #f2f2f2;
}
#sidebar img{
	border-width: 0px;
}
.certify{
	padding: 10px 0px;
	background-color: white;
}
.certify img{
	padding: 5px;
	display: block;
	margin: 0px auto;
}
.skype{
	margin-top: 10px;
	font-size: .8em;
	display: block;
	text-align:center;	
}
/* Styles for Footer */
#footer p {
	font-size: 0.8em;
	color: #fff;
	margin: 2px;
	padding: 2px;
}
#footer a {
	color: #fff;
	text-decoration: underline;
}
#footer a:hover {
	color: #fff;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
/* LISTA PRODOTTI */
.serviceTab{
	border-bottom: 1px Solid #f0f0f0;
	padding-bottom: 12px;
	margin: 0px 0px 10px 0px;
	width: 100%;
}
.thumbsCol{
	width: 120px;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}
.thumbsCol img {
	padding: 5px;
	border: 1px solid #e0eaeb;
}
.txtCol{
	padding: 5px;
	margin: 0px;
	vertical-align: top;
	background-color: #F8F8F8;
}