@charset "utf-8";
body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #666666;
	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;
}
.thrColFixHdr #container {
	width: 985px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.thrColFixHdr #header {
	height: 174px;
	background-image: url(img/bg_header.jpg);
	background-repeat: no-repeat;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 0px;
} 
.thrColFixHdr  #header_text  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 350px;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 235px;
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* padding keeps the content of the div away from the edges */
	padding-top: 30px;
	padding-bottom: 15px;
	padding-left: 0px;
	padding-right: 30px;
}
.thrColFixHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 239px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.thrColFixHdr #footer {
	background-color: #010101;
	background-image: url(img/bg_back.jpg);
	background-repeat: repeat-x;
	height: 341px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 8px;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 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:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #sidebar1_1 {
	width: 221px;
	background-image: url(img/bg_partner_home.jpg);
	background-repeat: no-repeat;
	height: 183px;
	padding-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar1_2 {
	width: 221px;
	height: 73px;
	background-color: #1A1A1A;
	padding-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar1_0 {
	width: 221px;
	background-image: url(img/bg_menu.jpg);
	background-repeat: no-repeat;
	height: 281px;
	padding-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #header_text2 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 885px;
}
.thrColFixHdr #maincontent1_0 {
	width: 491px;
	background-image: url(img/bg_center.jpg);
	background-repeat: no-repeat;
	height: 484px;
	padding-right: 0px;
	padding-bottom: 0px;
}
.thrColFixHdr #sidebar2_0 {
	width: 219px;
	background-image: url(img/bg_right.jpg);
	background-repeat: no-repeat;
	height: 561px;
	padding: 12px;
}
.thrColFixHdr #maincontent1_1 {
	width: 490px;
	height: 83px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #1A1A1A;
}
.thrColFixHdr #maincontent1_0_text {
	width: 442px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
}
.thrColFixHdr #maincontent1_0_flash {
	width: 470px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 11px;
}
.thrColFixHdr #maincontent1_1_text {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.thrColFixHdr #sidebar1_0_menu {
	padding-top: 17px;
	padding-left: 35px;
}
.thrColFixHdr #sidebar2_1 {
	padding-top: 28px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 200px;
}
.thrColFixHdr #footer_sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 241px;
	padding-top: 70px;
	padding-bottom: 15px;
	padding-left: 10px;
	text-align: left;
}
.thrColFixHdr #footer_sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 219px; /* padding keeps the content of the div away from the edges */
	padding-top: 70px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 20px;
	text-align: left;
	color: #999999;
}
.thrColFixHdr #footer_mainContent {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.thrColFixHdr #footer_mainContent_0 {
	padding-top: 70px;
	text-align: left;
	padding-left: 10px;

}
.thrColFixHdr #footer_container {
	width: 985px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 250px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.thrColFixHdr #maincontent1_1_chisiamo {
	width: 491px;
	height: 680px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #1A1A1A;
}
.thrColFixHdr #maincontent1_1_text2 {
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-indent: 0px;
	width: 320px;
	float: right;
}
.thrColFixHdr #maincontent1_1_text_img {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-indent: 0px;
	width: 150px;
	float: left;
}
.thrColFixHdr #sidebar1_3 {
	width: 220px;
	height: 300px;
	background-color: #1A1A1A;
	padding-top: 10px;
	padding-left: 10px;
}
.thrColFixHdr #maincontent1_2_text {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #1A1A1A;
	width: 230px;
	height: 300px;
}
.thrColFixHdr #maincontent1_2 {
	width: 490px;
	height: 83px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.thrColFixHdr #maincontent1_3_text {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #1A1A1A;
	width: 230px;
	float: right;
	height: 300px;
}
.thrColFixHdr #sidebar2_2 {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	width: 210px;
	background-color: #1A1A1A;
	height: 300px;
}
