@import "common.css" screen;

* {
	margin: 0px;
	padding: 0px;
}

html {
	border: none;
}

body {
	font-family: Arial, Verdana, Sans;
	font-size: 62.5%;
	line-height: 110%;
	background: #FFFFFF;
	color: #000000;
	margin-left: auto;
	margin-right: auto;
	width: 903px;
	height: 580px;
}

img {
	border: 0px;
}

/*
	Principle containers
*/
#header {
	height: 64px;
	width: 100%;
}

/*
#header-menu {
	float: right;
	font-family: Tahoma,Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: url(img/sfondomenu.png);
	text-color:#FFFFFF;

	width: 653px;
	text-decoration:none;

	font-weight:bold;
	margin-left: auto;
	margin-right: auto;

	text-align:center;


}
#header-menu a:link, #header-menu a:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#header-menu a:hover {
  color: black;
  text-decoration: none;
}


*/

/* -----------------------------------------------------------------------
		MENU ETICHETTE
----------------------------------------------------------------------- */

#menu_etichette {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	background: url(img/sfondomenu1.png);
	text-color:#FFFFFF;

	text-decoration:none;
	font-weight:bold;

}

#menu_etichette ul, #menu_etichette ul li {
	margin:0;
	padding:0;
	color: #FFFFFF;
}

#menu_etichette ul li {
	display: inline;
	float: left;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	padding-right: 60px;

}
#menu_etichette-menu ul:link, #menu_etichette ul:visited {
  color: #FFFFFF;
  text-decoration: none;
}

#menu_etichette ul:hover {
  color: #000000;
  text-decoration: none;
}


#sub-header {
	height: 8px;
}

#content {
	height: 508px;
	margin: 0px;
	padding: 0px;
}

#main-content {
	float: left;
	height: 508px;
	width: 649px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.2em;
	background-color:#000000;
	color:#000000;
	overflow: hidden;
}

#main-content-left {
	position:relative;
	float:left;
	width:428px;
	height: 508px;
}

/*
	Scrolling content
*/

#scroller {
	width: 428px;
	margin: 0 auto;
	overflow: hidden;
}

#display-img {
	position:absolute;
	width: 428px;
	padding-top: 13px;
	z-index: 1;
}

#display-img-text {
	position:absolute;
	width: 123px;
	height: 117px;

	overflow:hidden;
	padding-left: 18px;
	top: 281px;
	z-index: 20;
	font-size: 0.9em;
}

#scrolling-content {
	width: 5250px;
}

#scrolling-content li {
	display: inline
}

.scrolling-section {
	width: 428px;
	float: left;
	padding-top: 13px;
}

/*
	Side text
*/
#side-text-div {
	float: right;
	position: relative;
	height: 508px;
	width: 209px;
}

#side-text-div p {
	padding-top: 27px;
	padding-left: 27px;
	line-height: 1.3em;
}

#side-text-div-list {
	padding-top: 5px;
	padding-left: 30px;
}

/*
	MAIN NAV
*/
#mnav-left {
	width: 156px;
	height: 508px;
	float: left;
	position: relative;
	font-size: 0.9em;
	color:#FFFFFF
}

#mnav-left p {
	text-align: right;
	padding-right: 5px;
}

#mnav-center {
	width:238px;
	height: 508px;
	float: left;
	position: relative;
}

#mnav-center p {
	padding-top: 13px;
	padding-left: 10px;
}

#mnav-right {
	width: 128px;
	height: 508px;
	float: left;
	position: relative;
	color:#FFFFFF
}

#mnav-right p {
	padding-left: 10px;
}

#mnav-farright {
	width: 127px;
	height: 508px;
	float: left;
	position: relative;
}

.blackbox {
	display:block;
	padding: 5px;
	padding-left: 10px;
	width: 200px;
	background:#000000;
	color: #FFFFFF;
	height: 10px;
}

#mnav-center a {
	color: #FFFFFF;
	text-decoration:none
}

#footer {
	color: #666666;
	background: #FFFFFF;
	font-size: 1.1em;
	clear: both;
	padding-top: 5px;
}

#footer a {
	color: #666666;
}

/*
	IMG SQUARES
*/

.square-img {
	width: 132px;
	height: 132px;
	padding-bottom: 9px;
	padding-left: 7px;
	border: 0px;
}

/*

*/
#menu-left {
	float: left
}

#menu-right {
	float: right
}

#web-logo-div {
	width: 250px;
	float: left;
	cursor: pointer;
}

#header-logo-print {
	display: none
}

/*
	FORMs
*/
input[type="button"], select, input[type="submit"] {
	font-size: 1.0em;
}

input[type="text"]:hover {
	background-color: #FFFFD8;
}

input[type="text"]:focus {
	background-color: #FFFFD8;
}

input[type="password"]:hover {
	background-color: #FEEAFF;
}

input[type="password"]:focus {
	background-color: #FEEAFF;
}


li {
	/*list-style-position:inside;*/
	list-style:square
}

/*ul, dl, li, dd, dt, ol {
	margin-left: 10px;
}*/

#success {
	background-color:#FFFFCC;
	font-size:1.2em;
	padding: 0.5em 2%;
	font-weight:bold;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	text-align:center;
}

#error {
	background-color: #FFCCCC;
	border: 1px solid #FF0000;
	padding: 0.5em 2%;
	color:#000000;
	font-size:1.1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

pre {
	font-family:"Courier New", Courier, mono;
	font-size: 120%;
	clear: both;
	margin: 10px 10px 10px 10px;
	border: 1px solid #111;
	padding: 10px 10px 10px 10px;
	background: #E9E9E9;
}

/*
	Classes
*/
.navigation {
	cursor:pointer;

}

.bold {
	font-weight: bold;
}

.required {
	color:#FF0000;
}

.subtitled {
	font-size: 110%;
	font-weight:bold;
	line-height: 1.3em;
}

.notice {
	font-family:"Courier New", Courier, mono;
	margin: 10px 10px 10px 10px;
	border: 1px solid #666666;
	padding: 10px 10px 10px 10px;
	background: #FFFF99;
}

.quotation {
	font-size: 110%;
	margin: 10px 10px 10px 10px;
	border: 1px solid #FFFF99;
	padding: 10px 10px 10px 10px;
	background: #FFFFCC;
	font-style:italic;
}

.clear-portfolio {
	clear:both; padding-top: 10px;
}

.text-portfolio {
	float:left;
	width: 400px;
	padding-top: 10px;
}