@import url(reset.css);

body
{	text-align: center;
    background-image: url(images/txt.png);
	background-repeat: repeat-y;
	background-position: top;}

#container{position: relative; margin: auto; width: 950px; font-family:Arial;}

#header 
{   position: relative;
    width: 950px;
    margin: auto;
   	height: auto !important;  /* per i browser moderni */
    height: 300px;            /* per IE5.x e IE6 */
	min-height: 300px;        /* per i browser moderni */
	background-image: url(images/banner.jpg);}
	
#header h1 a {position: absolute; top: 130px; left: 70px; width: 470px; height: 88px; background: url(images/logo.png) no-repeat; text-indent: -9999px; text-decoration: none; border: none;}

#menu
{
    position: absolute;
    width: 902px;
  	height: auto !important;  /* per i browser moderni */
    height: 20px;            /* per IE5.x e IE6 */
	min-height: 20px;        /* per i browser moderni */
    top: 220px;
    left: 0px; 
    border-top: solid 1px #A1B1BB;
    border-bottom: solid 1px #A1B1BB;
    background-color: #3F3F3F;
    font-family: Arial;
    font-size: small;
    color: #FFFFFF;
	font-weight: bold;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
	 
.links 
{   height: 18px;
    min-height: 18px;
	float: left;
	padding-top:3px;
	padding-right:25px;
	padding-left:25px;
}

.links a {
	color: #FFFFFF;
	text-decoration: none;
}

.links a:hover {color: #FFFFFF; text-decoration: underline;}
  
 /*
#link1{width: 208px;}
#link2{width: 210px;}
#link3{width: 180px;}
#link4{width: 120px;}
#link5{width: 170px;}
*/
#login
{
    position: absolute;
    width: 46px;
    height: 33px;
    top: 155px;
    right: 150px;
    background-color: #aad2e6;
    color: #ffffff;
    font-family: Arial;
    font-size: smaller;
    float: left;
}

#search {position: absolute;}

#content
{   position: relative;
    width: 950px;
    margin: auto;
    font-family: Arial;
    font-size: smaller;
    color: #808080;
    padding-top: 30px;}

#sx {position: relative; width: 208px; float: left;}

#sx li {position: relative; padding-top: 3px; padding-right: 10px; width: 190px; margin-bottom: 2px; background: url(images/puls_sx.jpg); background-repeat:repeat-y; text-align: center;
   	height: auto !important;  /* per i browser moderni */
    height: 40px;            /* per IE5.x e IE6 */
	min-height: 40px;        /* per i browser moderni */
    }

#sx li a {text-decoration:none; color: #808080; font-size: 12px; font-weight: bold;}

#center
{   position: relative;
    width: 488px;
    padding-left: 20px;
    padding-right: 10px; 
    float: left;
    text-align: left;
}

#center a{color: #0F4B6B; text-decoration: underline; font-weight: bold; font-size: 13px;}
#center a:hover{color: #808080; text-decoration: none;}
#center table tr td p{color: #0F4B6B; text-decoration: none; font-size: 12px;}
#center table tr td {color: #0F4B6B; text-decoration: none; font-size: 12px;}
#center img{border:0 !important}

#dx
{
    position: relative;
    float: left;
    width: 174px;
    text-align: right;
}

#dx p{
	margin:10px;
	overflow: hidden;
}

#dx a{color: #0F4B6B; text-decoration: underline; font-weight: bold; font-size: 10px;}

#dx a:hover{color: #808080; text-decoration: none;}

tbody tr td tbody tr td{vertical-align:middle; border:solid 1px #000; text-align:center;}
