@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	background-image: url(img/bg3.jpg);
	background-repeat: repeat-x;
}
.thrColFixHdr #container {
	width: 797px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 146px;
	background-color: #191919;
} 
.thrColFixHdr #header h1 {

}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 341px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/sidebar_s.gif);
	margin: 0px;
	height: 441px;
	background-color: #1A1A1A;
}
.thrColFixHdr #sidebar1 h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 456px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/sidebar_d.gif);
	background-color: #1A1A1A;
	margin: 0px;
	height: 441px;
}
.thrColFixHdr #mainContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 220px;
	margin-right: 260px;
	margin-left: 295px;
	margin-top: 0px;
	margin-bottom: 0px;
} 
.thrColFixHdr #footer {
	background-color: #000000;
	width: 797px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	font-size: 1px;
	line-height: 0px;
}
.thrColFixHdr #sidebar2 h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
.thrColFixHdr #mainContent h2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
}
.thrColFixHdr #mainContent2 {
	float: left; /* since this element is floated, a width must be given */
	width: 800px; /* padding keeps the content of the div away from the edges */
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.thrColFixHdr #mainContent2 h2 {
	margin: 0px;
}
.thrColFixHdr  #sidebar1_text {
	width: 280px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 28px;
	color: #999999;
}
.thrColFixHdr #sidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.thrColFixHdr #mainContent3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 460px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 230px;
	margin-right: 10px;
}
.thrColFixHdr #header2 {
	height: 253px;
	background-image: url(img/bg_main.gif);
	text-align: center;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-indent: 5px;
}
.thrColFixHdr #header3 {
	background-color: #103149;
	height: 36px;
	background-image: url(img/header2.jpg);
}
.thrColFixHdr #menu {
	margin: 0px;
	padding: 0px;
	height: 31px;

}
.thrColFixHdr #sidebar5 {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
	margin-left: 10px;
}
.thrColFixHdr #mainContent4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	width: 490px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: 190px;
	margin-right: 10px;
}
.thrColFixHdr #header_s {
	width: 413px;
}
.thrColFixHdr #header_d {
	float: right; /* since this element is floated, a width must be given */
	width: 185px;
}
.thrColFixHdr #footer_bg {
	background-color: #000000;
	margin: 0px;
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	height: 104px;
	width: 797px;
}
.thrColFixHdr #footer_ts {
	height: 104px;
	width: 430px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 10px;
	text-align: left;
	padding-left: 20px;
	margin: 0px;
	padding-top: 5px;
	float:left;
}
.thrColFixHdr #footer_td {
	height: 104px;
	width: 320px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	font-size: 8px;
	text-align: right;
	margin: 0px;
	float: right;
	padding-top: 8px;
	padding-right: 15px;
}
.thrColFixHdr #sidebar2_text {
	width: 745px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 28px;
	color: #999999;
}
.thrColFixHdr #sidebar1_text_b {
	width: 745px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 28px;
	color: #999999;
}
.thrColFixHdr #sidebar1_b {
	float: left; /* since this element is floated, a width must be given */
	width: 797px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/sidebar_c.gif);
	margin: 0px;
	height: 910px;
	background-color: #1A1A1A;
}
.thrColFixHdr #sidebar2_b {
	float: left; /* since this element is floated, a width must be given */
	width: 797px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/sidebar_c.gif);
	background-color: #1A1A1A;
	margin: 0px;
	height: 310px;
}
.thrColFixHdr #sidebar2_text_b {
	width: 745px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 28px;
	color: #999999;
}
.thrColFixHdr #sidebar2_c {
	float: left; /* since this element is floated, a width must be given */
	width: 797px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/sidebar_c.gif);
	background-color: #1A1A1A;
	margin: 0px;
	height: 740px;
}
.thrColFixHdr #sidebar2_text_c {
	width: 410px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 28px;
	color: #999999;
}
.thrColFixHdr #sidebar2_contatti {
	float: right; /* since this element is floated, a width must be given */
	width: 456px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/sidebar_d2.gif);
	background-color: #1A1A1A;
	margin: 0px;
	height: 500px;
}
.thrColFixHdr #sidebar1_contatti {
	float: left; /* since this element is floated, a width must be given */
	width: 341px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(img/sidebar_s2.gif);
	margin: 0px;
	height: 500px;
	background-color: #1A1A1A;
	background-repeat: repeat-x;
}
.thrColFixHdr #image {
	float: none; /* since this element is floated, a width must be given */
	width: 680px;
	background-color: #1A1A1A;
	margin: 5px;
	height: 520px;
	vertical-align: middle;
	padding: 5px;
}

.thumbnail img{
	margin: 0 5px 5px 0;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 12px;
	border-left-width: 5px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.thrColFixHdr #sidebar2_d {
	float: left; /* since this element is floated, a width must be given */
	width: 797px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	background-image: url(img/sidebar_c.gif);
	background-color: #1A1A1A;
	margin: 0px;
	height: 1050px;
}
.thrColFixHdr #sidebar2_text_d {
	width: 745px;
	font-size: 12px;
	margin-top: 20px;
	margin-right: 45px;
	margin-bottom: 12px;
	margin-left: 28px;
	color: #999999;
}

