@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: #fff;
	background-color: #666666;
	background-image: url(bg_site2.gif);
	background-repeat: repeat-x-y ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	scrollbar-arrow-color:#333;
    scrollbar-3dlight-color:#333;
    scrollbar-highlight-color:#FF0000;
    scrollbar-face-color:#000;
    scrollbar-shadow-color:#666;
    scrollbar-darkshadow-color:#333;
    scrollbar-track-color:#000;
}
.twoColFixLtHdr #container {
	width: 800px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
	margin-top: 10;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr  #logo {
	background-image:url(posso_logo.png);
	background-repeat:no-repeat;
	width:200px;
	height:80px;
	padding-top: 10px;
	padding-bottom: 10px;
	/*position: absolute;*/
}
.twoColFixLtHdr #header {
	
	width:1000px;
	/*padding-top: 5;
	padding-bottom: 0;
	padding-left: 10px;*/
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #show_images {
	background-color: #000;
	width: 800px;
	height: 235px;
	border: 1px solid #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
}

.twoColFixLtHdr #sidebar1 li {
	float: left; /* since this element is floated, a width must be given */
	width: 130px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.article {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 160px;
	margin-bottom: 0;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #FFFFFF;
} 
.twoColFixLtHdr   #mainContent   h1 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.twoColFixLtHdr  #mainContent  img.decorada {
	border: 3px solid #FFFFFF;
	margin: 1px;
}

.twoColFixLtHdr #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 50%;
	margin: 0;
	padding: 0;
}

.twoColFixLtHdr #footer {

	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 800px;
	height: 25px;
	border: 1px solid #ffffff;
} 
.twoColFixLtHdr #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:0px 0;*/
	font-weight: bold;
	font-style: italic;
	font-size: 90%;
}
.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;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	font-weight: bold;
}
a:active {
	text-decoration: none;
}
#navigation {
	height: 90px;
	padding-left: 200px;
	color: #FFFFFF;
	width: 680px;
	position: absolute;
	top: 50px;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #000000;
	float: right;
}

#navigation li {
	width: 80px;
	margin: 0;
	float: left;
	text-align: center;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}


#navigation li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
}

#navigation li a:hover {
	background-image: url(button_hover.gif);
	background-repeat: x;
	color: #FF0000;
	font-weight: bold;
}

#navigation .page_item ul{
	display: none;
	text-align: right;
}
#navigation lo {
	width: 100px;
	margin: 0;
	float: left;
	text-align: center;
	list-style-type: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#navigation lo a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 12px;
	margin: 0;
}
#navigation lo a:hover {
	background-image: url(button_hover.jpg);
	background-repeat: no-repeat;
	color: #CCCCCC;
}
.twoColFixLtHdr #sidebar1 ul {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	list-style-type: none;
}
.twoColFixLtHdr #sidebar_lista_aquitem {
	float: right; /* since this element is floated, a width must be given */
	width: 220px;
}
.twoColFixLtHdr #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 80%;
	margin: 0;
	padding: 0;
}
