body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: url(/www.genmac.it/images/file_impaginazione/pattern_fondo.gif) repeat-x;
    padding-top: 15px;
    color: rgb(62, 59, 55);
}
body#file-list{
	background:#fff;
	background-image:none;
}
img {
    border: none;
}

a {
    color: rgb(62, 59, 55);
}

a:hover {
    color: rgb(136, 130, 121);
}

#body {
    text-align: center;
}

.red{
	color: rgb(226, 0, 26);
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 250px;
    overflow: hidden;
    background: url('/www.genmac.it/css/ui/banner.png') no-repeat;
}

#main-menu {
    /*padding-top:15px;*/
    padding-left: 288px;
}

#main-menu * {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#info {
    height: 65px;
    font-size: 10px;
    display: table-cell;
    text-align: right;
    width: 965px;
}

#info div {
    padding-top: 25px;
}

#info img {
    vertical-align: middle;
    top: -1px;
    position: relative;
}

ul.sf-menu li {
    display: block;
    float: left;
    height: 41px;
}

ul.sf-menu li.last-item {
    border-right: none;
}

ul.sf-menu li a {
    display: block;
    float: left;
    width: 102px;
    line-height: 41px;
    height: 41px;
    text-align: center;
    font-size: 10px;
    color: rgb(62, 59, 55);
    text-decoration: none;
    font-weight: bold;
    background-image: url('/www.genmac.it/css/ui/menu-border.png');
    background-position: right center;
    background-repeat: no-repeat;
}

ul.sf-menu li a:hover, ul li.sfHover a {
    color: rgb(136, 130, 121);
    background-color: #ECE7DF;
}

#login-area {
    float: right;
    padding-right: 40px;
}

.login {
    line-height: 41px;
    font-weight: bold;
    text-align: right;
    text-decoration: none;
    font-size: 10px;
    color: rgb(62, 59, 55);
}

a.login:hover {
    color: rgb(136, 130, 121);
}

a.login img {
    position: relative;
    top: 2px;
}

#loginbox {
    height: 182px;
    position: absolute;
    right: 30px;
    top: 90px;
    width: 189px;
    z-index: 0;
    background: url('/www.genmac.it/css/ui/login-box.png') no-repeat;
}

#loginbox form {
    margin: 35px 15px;
    margin-bottom: 20px;
    overflow: hidden;
}

#loginbox form * {
    margin: 0;
    padding: 0;
    font-size: 12px;
}

#loginbox form .campo {
}

#content {
    margin-top: 15px;
    clear: both;
    background: url('/www.genmac.it/css/ui/body-bg.png') no-repeat top center;
}

#content .content-padding{
	padding:0 30px;
	padding-top:15px;
}

.breadcrumbs {
    padding: 20px 30px;
    font-size: 10px;
	padding-bottom:0;
}
.breadcrumbs a{
	text-decoration:none;
}
.breadcrumbs a.selected, .breadcrumbs a.selected:hover{
	font-weight:bold;
	cursor:default;
    color: rgb(62, 59, 55);
}

.breadcrumbs .section-hidden{
	display:none;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    line-height: 1.0;
}

.sf-menu ul {
    background-color: #ECE7DF;
    position: absolute;
    top: -999em;
    width: 180px; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li, .sf-menu ul li a {
    width: 180px;
    line-height: 22px;
    background-image: none;
    height: auto;
}

.sf-menu ul li a {
    border-top: 1px solid #fff;
}

.sf-menu ul li.last-item {
}

.sf-menu ul li a:hover {
    background-color: #b7b0a4;
    color: #fff;
}

.sf-menu li:hover {
    visibility: inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
    float: left;
    position: relative;
}

.sf-menu a {
    display: block;
    position: relative;
}

.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    left: -40px;
    top: 40px; /* match top ul list item height */
    z-index: 99;
}

ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}

ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
    top: -999em;
}

ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
    left: 180px; /* match ul width */
    top: 0;
}

/**/

#footer{
	padding-top:40px;
	width:940px;
	margin:0 auto;
}

hr {
    border: none;
    height: 1px;
    background: url(/www.genmac.it/images/grafica/punt_orizz_marroni.gif);
	margin:5px 0;
	clear:both;
}


.col{
	float:left;
}

#home-right{
	width:380px;
}

#home-right .padding{
	padding-left:20px;
}
#home-left{
	width:560px;
}

#home-left .padding{
	padding-right:20px;
}


#thumbs div{
	float:left;
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;
}

#thumbs div img{
	max-height:60px;
	max-width:80px;
}




