/* 3rmetals - main */

body {
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, freesans, sans-serif;
	font-size: 12px;
	min-width: 900px;
	background-color: #999999;
	color: #ffffff;
	text-align: center;
}

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

img {
	border: 0px;
}

a {
	color: #6f5800;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

.hidden {
	display: none;
}

h1, h2, h3, h4, h5, p {
	margin: 0px;
	margin-bottom: 10px;
}

/* header e footer */

div.languages {
	width: 100%;
	padding: 3px 0px;
	font-size: 10px;
	background: #666666;
	color: #ffffff;
}
div.languages div.languages_inner {
	width: 880px;
	margin: 0px auto;
	text-align: right;
}
div.languages a {
	color: #e0b01e;
}

div.container {
	width: 900px;
	margin: 0px auto;
	padding-top: 110px;
	background-color: #ffffff;
	text-align: left;
	position: relative;
}

div.main,
div.footer {
	width: 900px;
}

div.header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 150px;
	height: 110px;
	background-color: #ffffff;
	background-image: url(../images/all_logo_3r.png);
	background-position: 8px 18px;
	background-repeat: no-repeat;
}

div.header a {
	display: block;
	width: 136px;
	height: 78px;
	margin: 18px 0px 0px 8px;
}

div.header_text {
	position: absolute;
	top: 0px;
	left: 150px;
	width: 150px;
	height: 180px;
	background-color: #ffffff; /* +testi */
}

/* footer */

div.footer {
	clear: both;
	height: 100px;
	background: #666666;
}

div.footer div a {
	color: #4a4640;
}

div.footer div.logo_unica {
	float: left;
	width: 150px;
	height: 100px;
	color: #4a4640;
	position: relative;
}
div.footer div.logo_unica a {
	display: block;
	position: absolute;
	top: 13px;
	left: 15px;
	width: 121px;
	height: 68px;
}

div.footer div.content {
	float: left;
	width: 600px;
	height: 100px;
	background: #ffffff;
	color: #4a4640;
}

div.footer div.content div.info {
	float: left;
	width: 400px;
	margin-left: 10px;
	display: inline; /* IEfix */
	padding: 8px 10px 0px 10px;
	font-size: 11px;
	line-height: 1em;
}
div.footer div.content div.info,
div.footer div.content div.info a {
	color: #4a4640;
}
div.footer div.content div.info img {
	margin-bottom: 2px;
}

div.footer div.content div.piva {
	margin-top: 4px;
}

div.footer div.content div.links {
	float: right;
	width: 140px;
	margin-right: 10px;
	display: inline; /* IEfix */
	padding: 10px 10px 0px 10px;
	font-size: 11px;
}
div.footer div.content div.links,
div.footer div.content div.links a {
	color: #473e3f;
}

div.footer div.content div.links ul {
	list-style: square;
	margin: 0px;
}
div.footer div.content div.links ul li {
	margin: 0px;
	margin-bottom: 8px;
}

div.credits {
	width: 884px;
	padding: 3px 8px;
	font-size: 10px;
	background: #000000;
	color: #ffffff;
	text-align: right;
}
div.credits a {
	color: #bb9319;
}

/* definizioni comuni */

ul.squares_white,
ul.squares_yellow,
ul.squares_grey {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

ul.squares_white li,
ul.squares_yellow li,
ul.squares_grey li {
	padding-bottom: 10px;
	padding-left: 21px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
}

ul.squares_white li { background-image: url(../images/round_white_yellow.png); }
ul.squares_yellow li { background-image: url(../images/round_yellow_white.png); }
ul.squares_grey li { background-image: url(../images/round_yellow_grey.png); }

/* parte centrale */

div.col_left {
	float: left;
	width: 150px;
	min-height: 600px;
	height: auto !important;
	height: 600px;
	color: #ffffff;
	background: #6f5800 url(../images/sfondo_left_column.png) top left no-repeat;
}

div.col_left div.row_top ul {
	padding-top: 20px;
	margin-left: 12px;
}

div.col_left div.row_top ul {
	font-weight: bold;
}

div.col_left ul li.selected {
	background-image: url(../images/round_white_yellow.png);
	color: #252324;
}
div.col_left ul li.selected a {
	color: #252324;
}
