/* CSS Document */
@import url("http://www.clickutility.it/_templates/news/news.css");
@import url("/_templates/horizontal-menus.css");

body {
	background-color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 5px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #FFFFFF 5px solid;
}
#header {
	background-image: url(http://www.clickutility.it/_templates/news/header-bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
} 
#header-logo { 
	width: 342px;
	padding: 5px 0 6px 0;
	float: left;
}
#sidebar-1 {
	padding: 5px 5px 5px 5px;
	width: 120px;
	min-height: 1200px;
	height: 1200px;
	border: #CCCCCC 1px solid;
	float: left;
}
#sidebar-2 {
	width: 200px;
	height: 100%;
	min-height: 1050px;
	float: right;
}
#navigation-bar{
	margin: 0 328px 0 140px;
	line-height: 20px;
	font-size: 11px;
	padding-left: 4px;
	color: #333333;
}
#navigation-bar  a:link, #navigation-bar  a:visited, #navigation-bar  a:active{
	color: #333333;
	text-decoration: none;
}
#navigation-bar a:hover{
	color: #333333;
	text-decoration: underline;
}
#mainContent { 
	margin: 0 208px 0 140px;
	padding: 5px 3px 0 3px;
	min-height: 1050px;
	border-top: #CCCCCC 1px solid;
	border-right: #CCCCCC 1px solid;
}
#sidebar-3 {
	margin: 5px 1px 10px -2px;
}
#sidebar-4 {
	width: 180px;
	padding: 0 7px 0 0;
	float: left;
}

#footer { 
	margin-top: 20px;
	min-height: 150px;
	border-top: #00ABAB 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
} 
#footer-left {
	margin-top: 8px;
	margin-left: 8px;
	width: 60%;
	padding-top: 16px;
	padding-bottom: 8px;
	background-image: url(/_templates/clickutility-small-logo.jpg);
	background-repeat: no-repeat;
	float: left;
}
#footer-left a {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}
#footer-right {
	margin-top: 8px;
	margin-bottom: 8px;
	margin-right: 8px;
	width: 110px;
	padding-top: 40px;
	padding-bottom: 8px;
	background-image: url(/_templates/b-online-logo.gif);
	background-repeat: no-repeat;
	float: right;
}
#footer-right a {
	font-family: Verdana;
	font-size: 11px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
}

.fltrt {
	float: right;
	margin-right: 1px;
	text-align: right;
}
.fltlft {
	float: left;
	margin-left: 1px;
	text-align: left;
}
.clearfloat {
	clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

#ads-1 { 
	width: 480px;
	padding: 13px 5px 14px 0;
	float: right;
}
div.sidebar-2-box1 {
	border: #CCCCCC 1px solid;
	padding: 5px 5px 5px 5px;
}
div.sidebar-2-box2 {
	padding: 5px 5px 5px 5px;
}

#termometro-aziendale td{
	font-size: 10px;
	border: #015548 1px solid;
}

#termometro-aziendale b{
	font-size: 16px;
	text-transform: uppercase;
	padding-bottom: 10px;
}

a:link, a:active{
	color: #028b76;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:visited{
	color: #005447;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

a:hover{
	color: #333333;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: underline;
}

