@charset "utf-8";
/* CSS Document */

* {
	font-family: Arial, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
}

img { behavior: url(/css/iepngfix.htc); } 


html {
	margin: 0; padding: 0;
}

body {
	margin: 0; padding: 0;
	background-color: #3E3E40;
}

h1 {
	margin-top: 0;
	font-size: 17px;
	font-weight: bold;
	color: black;
}

h2 {
	margin-top: 0;
	font-size: 13px;
	font-weight: bold;
	color: black;
}

h1.prodotti {
	position: absolute;
	top: 160px;
	width: 545px;
	margin-top: 0;
	font-size: 17px;
	font-weight: bold;
	color: #45A12B;
	border-bottom: 1px solid #45A12B;
}

h2.prodotti {
	margin: 0; padding: 0;
	font-size: 13px;
	font-weight: bold;
	color: #45A12B;
}

a {
	color: #B8710D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul {
	margin: 15px; padding: 0;
}

li {
	margin: 0; padding: 0;
	list-style-type: square;
	line-height: 16px;
}

/************************************/
/*** layout *************************/
/************************************/
#layout {
	position: absolute;
	top: 50%; left: 50%;
	margin: -300px auto auto -477px;
	width: 955px; height: 600px;
	border: 0px solid gray;
}

#userbar {
	position: absolute;
	top: 50%; left: 50%;
	margin: -175px auto auto -477px;
	width: 950px; height: 20px;
	color: gray; font-weight: bold; text-align: right;
}
#userbar a {
	color: gray;
}

/************************************/
/*** container **********************/
/************************************/
#container {
	position: relative;
	margin: 0;
	width: 955px; height: 600px;
	border: 0px solid black;
	background-color: white;font-style:b 
}


/************************************/
/*** header *************************/
/************************************/
#header {
	position: relative;
	margin: 0;
	width: auto; height: 120px;
	border: 0px solid red;
}

#logo {
	position: absolute;
	width: 150px; height: 50px;
	border: 0px solid red;
	background-color: #FFCC00;
}

#header-image {
	position: absolute;
	top: 0; left: 0;
	width: 955px; height: 95px;
	background-color: #333333;
}


/************************************/
/*** footer *************************/
/************************************/
#footer {
	clear: both;
	margin: 0; padding: 0 18px 0 0;
	width: 937px; height: 20px;
	color: white;
	font-size: 9px;
	text-align: right;
	line-height: 20px;
	background-color: #424441;
	border: 0px solid #CCCCCC;
}

/************************************/
/*** content-home *******************/
/************************************/
#content-home {
	margin: 0; padding: 0;
	width: 955px; height: 580px;
	background-color: black;
	z-index: 1;
}

/************************************/
/*** content-cols *******************/
/************************************/
#content-3col, #content-2col {
	margin: 0; padding: 0;
	width: 955px; height: 460px;
	background-color: #F9F9F9;
}


/************************************/
/*** left-content (3col) ************/
/************************************/
#content-3col #left-content {
	position: absolute;
	left: 15px;
	margin: 0 0 0 0; padding: 50px 0 0 10px;
	width: 105px; height: 410px;
	background-color: white;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** main-content (3col) ************/
/************************************/
#content-3col #main-content {
	margin: 30px 18px 0 20px;
	float: right; 
	width: 560px; height: 410px;
	overflow: auto;
	border: 0px solid #CCCCCC;
}

#content-3col #main-content.products {
	margin: 75px 18px 0 20px;
	float: right;
	width: 560px; height: 370px;
	overflow: auto;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** right-content (3col) ***********/
/************************************/
#content-3col #right-content {
	position: absolute;
	left: 120px;
	padding: 50px 0 0 0;
	width: 210px; height: 410px;
	background-color: #E5E3E0;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** left-content (2col) ************/
/************************************/
#content-2col #left-content {
	position: absolute;
	left: 15px;
	padding: 50px 10px 0 10px;
	width: 105px; height: 410px;
	background: transparent url(../immagini/bg_transparent.png) repeat top left;
	border: 0px solid #CCCCCC;
}


/************************************/
/*** main-content (2col) ************/
/************************************/
#content-2col #main-content {
	margin: 30px 18px 0 0;
	float: right;
	width: 450px; height: 410px;
	overflow: auto;
	border: 0px solid #CCCCCC;
}

/************************************/
/*** right-content (2col) ***********/
/************************************/
#content-2col #right-content {
	/*float: left;
	margin: 0;*/
	position: absolute;
	left: 140px;
	padding: 0;
	width: 320px; height: 460px;
	background-color: #E5E3E0;
	border: 0px solid #CCCCCC;
	overflow: hidden;
}


/*ul.horizontal li { display: inline; }*/
ul.horizontal li { float: left; text-align: center; }


/************************************/
/*** mainmenu ***********************/
/************************************/
#mainmenu {
	position: absolute;
	top: 62px; left: 0;
	width: 955px;
	border: 0px solid #999999;
}

#mainmenu-home {
	position: absolute;
	bottom: 40px; left: 0;
	width: 955px;
	background: transparent url(../immagini/bg_white.gif) repeat-x bottom left;
	border: 0px solid #999999;
	z-index: 100;
}

#mainmenu ul, #mainmenu-home ul  {
	margin: 0; padding: 0 0 0 18px;
	background-color: white;
}

#mainmenu ul li, #mainmenu-home ul li {
	margin: 0 0 0 3px; padding: 0;
	list-style: none;
	border: 0px solid gray;
}

#mainmenu ul li a, #mainmenu-home ul li a {
	color: #58585A;
	text-decoration: none;
	font-size: 10px;
}

#mainmenu ul li a.active {
	color: #B8710D;
	font-weight: normal;
}

#mainmenu img, #mainmenu-home img { margin: 0; padding: 0; border: 0; }

#mainmenu ul li a br, #mainmenu-home ul li a br { margin: 0; padding: 0; }

/************************************/
/*** sectionmenu ********************/
/************************************/
#sectionmenu {
	position: relative;
	border: 0px solid #999999;
}

#sectionmenu ul {
	margin: 0; padding: 0;
}

#sectionmenu ul li {
	margin: 0; padding: 0 0 9px 0;
	list-style: none;
}


#sectionmenu ul li a {
	margin: 0; padding: 0;
	position: relative;
	color: #58585A;
	line-height: 10px;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
}

#sectionmenu ul li a.active {
	color: #B8710D;
}


/************************************/
/*** languagemenu ********************/
/************************************/
#languagemenu {
	position: absolute;
	top: 88px; right: 0px;
}

#languagemenu-home {
	position: absolute;
	bottom: 40px; right: 0px;
	z-index: 200;
}

#languagemenu ul li, #languagemenu-home ul li {
	margin: 0 5px 0 0; padding: 0;
	list-style: none;
}

/*#languagemenu ul li a {
	color: #58585A;
	font-size: 10px;
	text-decoration: none;
}

#languagemenu ul li a.active {
	color: #B8710D;
	font-weight: bold;
}*/

#languagemenu ul li a img, #languagemenu-home ul li a img  { border: 0; }


/************************************/
/*** topmenu ************************/
/************************************/
#topmenu {
	position: absolute;
	top: 10px; right: 10px;
	border: 0px solid #999999;
}

#topmenu ul {
	margin: 0; padding: 0;	
}

#topmenu ul li {	
	padding: 0 0 0 10px;
	display: inline;
}

#topmenu ul li a {

}


/************************************/
/*** breadcrumbs ********************/
/************************************/
#breadcrumbs {
	height: 30px;
	background-color: #CCCCCC;
}


/************************************/
/*** clear, spacers *****************/
/************************************/
.clear {
	clear: both;
}

.spacer10 {
	clear: both;
	height: 10px;
}

.spacer20 {
	clear: both;
	height: 20px;
}

.bg_sicor {
	background-image: url(../immagini/bg_sicor.jpg);
	background-repeat: no-repeat;
}

.bg_prodotti, .bg_products, .bg_produits,.bg_productos, .bg_produkte {
	background-image: url(../immagini/bg_prodotti.jpg);
	background-repeat: no-repeat;
}

.bg_servizi, .bg_services, .bg_service, .bg_servicios {
	background-image: url(../immagini/bg_servizi.jpg);
	background-repeat: no-repeat;
}

.bg_area-riservata, .bg_reserved-area, .bg_espace-reserve, .bg_area-reservada, .bg_geschutzter-bereich {
	background-image: url(../immagini/bg_area-riservata.jpg);
	background-repeat: no-repeat;
}

.bg_qualita, .bg_quality, .bg_qualite, .bg_qualitat, .bg_calidad {
	background-image: url(../immagini/bg_qualita.jpg);
	background-repeat: no-repeat;
}

.bg_contatti, .bg_contacts, .bg_kontakte, .bg_contactos {
	background-image: url(../immagini/bg_contatti.jpg);
	background-repeat: no-repeat;
}

.bg_credits {
	background-image: url(../immagini/bg_credits.jpg);
	background-repeat: no-repeat;
}

.bg_news, .bg_noticias {
	background-image: url(../immagini/bg_news.jpg);
	background-repeat: no-repeat;
}

.bg_download {
	background-image: url(../immagini/bg_download.jpg);
	background-repeat: no-repeat;
}

.bg_download2 {
	background-image: url(../immagini/bg_download.jpg);
	background-repeat: no-repeat;
}

p.download_link {
	position: absolute;
	top: 162px; right: 35px;
	margin: 0; padding: 0;
}
p.download_link, p.download_link a {
	/*width: 100px; text-align: right;*/
	color: #B8710D;
}

#registration-form label, #login-form label {
	float: left;
	margin-bottom: 5px;
	width: 120px;
	font-weight: bold;
	line-height: 22px;
}
#login-form label {
	width: 80px;
}

#registration-form br, #login-form br {
	clear: left;
	padding-bottom: 5px;
}

ul.download { margin: 0; padding: 0; } 
ul.download li {
	font-weight: bold;
	margin: 0 0 10px 0; padding: 0;
	list-style: none;
}

.attach-url {
	position: absolute;
	top: 0; right: 0;
}




