/* 2008-11-12 Matteo 'Peach' Pescarin <peach@smartart.it>
	this file is distributed under the 
	Creative Commons "by-nc" license
	feel free to read/learn/distribute and citation is welcome
 */

body {
	margin: 0;
	padding: 0;
	/*background-color: #161626;*/
	background-color: #1e1e1e;
	font-family: Tahoma, sans-serif;
	font-size: 12px;
	color: #1e1e1e;
	text-align: center;
}
acronym {
    cursor: help;
}

a img {
	border: 0;
}

table {
	border-collapse: collapse;
}

#header {
	position: relative;
	left: -58px;
	text-align: left;
	margin: 20px auto 0 auto;
	width: 664px;
	height: 57px;
	background: transparent url('images/header-bg.png') repeat-x top left;
}
#header #corner-left {
	background: transparent url('images/header-corner-left.png') no-repeat top left;
	padding: 0;
	padding-left: 9px;
}
#header #corner-right {
	background: transparent url('images/header-corner-right.png') no-repeat top right;
	padding-right: 9px;
	height: 57px;
}
#header #logo {
	position: absolute;
	margin: 14px 0 0 5px;
}
#header #motto {
	position: absolute;
	margin: 22px 0 0 213px;
}
#header a {
	text-decoration: none;
	color: #1e1e1e;
}
#header ul {
	position: absolute;
	margin: 0;
	padding: 0;
}
#header li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
}
#header ul.quicklinks {
	bottom: 0 !important; /* ie6 fix */
	bottom: -1;
	right: 20px;
}
#header ul.quicklinks li {
	display: inline;
	margin: 0 .5em;
	list-style: none;
	background: transparent url('images/header-list-marker.png') no-repeat center bottom;
}
#header ul.quicklinks a {
	position: relative;
	bottom: 19px;
}
#header ul.quicklinks a:hover {
	text-decoration: underline;
}
#container {
	position: relative;
	background-color: white;
	min-height: 500px;
	width: 780px;
	margin: 0 auto;
	text-align: left;
}
#menu {
	float: left;
	margin-left: 3px;
	margin-top: 1px;
	width: 147px;
}
#menu table td {
	padding: 0;
}
#menu a {
	text-decoration: none;
}
#menu ul {
	width: 147px;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu ul a.title {
	font-weight: bold;
	padding-left: 20px;
	font-size: 1.2em;
	color: #000; 
}
#menu ul ul {
	width: auto;
}
#menu ul ul a {
	display: block;
	padding-left: 10px; 
	color: #595959;
}
#menu .solutions a:hover, #menu .solutions a.active {
	background: transparent url('images/menu-list-marker-solutions.gif') no-repeat left center;
}
#menu .products a:hover, #menu .products a.active {
	background: transparent url('images/menu-list-marker-products.gif') no-repeat left center;
}
#menu .company a:hover, #menu .company a.active {
	background: transparent url('images/menu-list-marker-company.gif') no-repeat left center;
}
#menu .news a:hover, #menu .news a.active {
	background: transparent url('images/menu-list-marker-news.gif') no-repeat left center;
}
#menu .solutions, #menu .products, #menu .company {
	margin-bottom: 1px;
}
#menu .solutions {
	background: transparent url('images/menu-bg-solutions.gif') repeat-y top left;
}
#menu .products {
	background: transparent url('images/menu-bg-products.gif') repeat-y top left;
}
#menu .company {
	background: transparent url('images/menu-bg-company.gif') repeat-y top left;
}
#menu .news {
	background: transparent url('images/menu-bg-news.gif') repeat-y top left;
}
#container #content-decoration {
	position: absolute;
	bottom: 0;
	width: 780px;
	height: 40px;
	background: transparent url('images/asd-wb.png') no-repeat bottom center;
}
#content-decoration .corner-left {
	position: absolute;
	bottom: 0px;
	height: 16px;
	width: 780px;
	background: transparent url('images/body-corner-left.png') no-repeat bottom left;
}
#content-decoration .corner-right {
	height: 16px;
	background: transparent url('images/body-corner-right.png') no-repeat bottom right;
}
#container table.wrapper {
	width: 630px !important; /* ie6 fix */
	width: 624px;
}
#container table.wrapper td {
	padding: 0;
	vertical-align: top;
}
#breadcrumb {
	position: relative;
	background: transparent url('images/body-corner-top.png') no-repeat top right;
	height: 38px;
	width: 630px;
}
table.wrapper td#breadcrumb {
	vertical-align: middle;
	font-size: 0.8em;
	color: #999;
}
#breadcrumb a {
	color: #999;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}
#breadcrumb .panelbutton {
	position: absolute;
	top: 10px;
	right: 10px;
}
#breadcrumb .languages {
	position: absolute;
	top: 10px;
	right: 71px;
}
#rightpanel {
/*	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 1;*/
/*	height: 100%;*/
	width: 180px;
	background: transparent url('images/panel-bg.gif') repeat-y top left;
}
#rightpanel form {
	margin: 0px;
	padding-bottom: 1em;
}
#rightpanel h1 {
	font-size: 14px;
	color: #595959;
	margin-top: 0;
	margin-bottom: .5em;
}
#rightpanel input {
	margin-left: 1em;
	display: block;
	width: 100px;
	border: 1px solid #595959;
}
#rightpanel input[type="submit"] {
	width: auto;
	margin: .5em auto;
}
#rightpanel .corner-left {
	position: relative;
	top: 0px;
	height: 10px;
	width: 10px;
	background: transparent url('images/panel-corner.gif') no-repeat top left;
}
#rightpanel .top-line {
	position: absolute;
	background-color: #e3e4e7 !important; /* ie6 fix */
	background-color: #fff;
	background-image: none !important;  /* ie6 fix */
	background-image: url('images/panel-bg.gif'); 
	background-repeat: repeat-y;
	background-position: top left;
	height: 1px !important; /* ie6 fix */
	height: 9px;
	width: 180px;
	border-top: 0px !important; /* ie6 fix */
	border-top: 1px solid #e3e4e7;
}
#rightpanel .rightpanel-padder {
	padding: 0 10px;
}
#rightpanel table.logos {
	width: 160px;
	margin-bottom: 1em;
}
#rightpanel table.logos td {
	text-align: center;
	vertical-align: middle;
	padding: 5px 0;
}
#footer {
	padding-top: 40px;
	padding-bottom: 1em;
	background: transparent url('images/asd-bw.png') no-repeat top center;
	color: white;
}
#footer a {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
}
#container table.wrapper td#content  {
	padding: 0 1em 40px;
}
/* Home Page and Other specific styles */
.solutions-box, .products-box, 
.news .news-title, .solutions .solutions-title, 
.products .products-title, .company .company-title {
	color: #fff;
}
.solutions-box p, .products-box p {
	margin: 0;
	padding-bottom: .5em;	
}
.solutions-box a, .products-box a , #job-box a{
	text-decoration: none;
	color: #fff;
}
.solutions-box a:hover, .products-box a:hover {
	text-decoration: none;
}
.solutions-box h2, .products-box h2 , 
.news .news-title h2, .solutions .solutions-title h2, 
.products .products-title h2, .company .company-title h2, #job-box h2 {
	font-size: 14px;
	margin: 0;
	text-align: center;
	color: #fff;
}
.news .news-title h2, .solutions .solutions-title h2, 
.products .products-title h2, .company .company-title h2, #job-box h2 {
	padding-top: 10px;
	padding-left: 2em;
	text-align: left;
}
.solutions-box, .products-box {
	float: left;
	position: relative;
	width: 170px !important; /* ie6 fix */
/*	width: 180px;*/
	padding: 5px;
}
.solutions-box {
	margin: 0 15px 15px 0;
}
.products-box {
	margin-bottom: 15px;
}
.news-title, .solutions-title, .products-title, .company-title {
	position: relative;
	clear: both;
	width: 375px;
	height: 40px;
	margin-bottom: 1em;
}
.news-title {
	background-color: #ffb508;
}
.solutions-box, .solutions-title {
	background-color: #dc1057;
}
.products-box, .products-title {
	background-color: #10b3dc;
}
.company-title {
	background-color: #7cce0f;
}
.top-corner-left, .top-corner-right, 
.bottom-corner-left, .bottom-corner-right {
	height: 19px;
}
.solutions-box .top-corner-left, .products-box .top-corner-left,
.news-title .top-corner-left, .solutions-title .top-corner-left, 
.products-title .top-corner-left, .company-title .top-corner-left {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	background-repeat: no-repeat;
	background-position: top left;
}
.solutions-box .top-corner-left, .solutions-title .top-corner-left {
	background-image: url('images/box-r-tl.gif');
}
.products-box .top-corner-left, .products-title .top-corner-left {
	background-image: url('images/box-b-tl.gif');
}
.news-title .top-corner-left  {
	background-image: url('images/box-y-tl.gif');
}
.company-title .top-corner-left  {
	background-image: url('images/box-g-tl.gif');
}
.news-title .top-corner-left, .products-title .top-corner-left, 
.solutions-title .top-corner-left, .company-title .top-corner-left {
	width: 375px;
}
.solutions-box .top-corner-right, .products-box .top-corner-right,
.news-title .top-corner-right, .solutions-title .top-corner-right, 
.products-title .top-corner-right, .company-title .top-corner-right {
	background-repeat: no-repeat;
	background-position: top right;
}
.solutions-box .top-corner-right, .solutions-title .top-corner-right {
	background-image: url('images/box-r-tr.gif');
}
.products-box .top-corner-right, .products-title .top-corner-right {
	background-image: url('images/box-b-tr.gif');
}
.news-title .top-corner-right {
	background-image: url('images/box-y-tr.gif');
}
.company-title .top-corner-right {
	background-image: url('images/box-g-tr.gif');
}
.solutions-box .bottom-corner-left, .products-box .bottom-corner-left,
.news-title .bottom-corner-left, .solutions-title .bottom-corner-left, 
.products-title .bottom-corner-left, .company-title .bottom-corner-left {
	position: absolute;
	bottom: 0 !important; /* ie6 fix */
/*	bottom: -1px;*/
	left: 0;
	width: 180px;
	background-repeat: no-repeat;
	background-position: bottom left;
}
.solutions-box .bottom-corner-left, .solutions-title .bottom-corner-left {
	background-image: url('images/box-r-bl.gif');
}
.products-box .bottom-corner-left, .products-title .bottom-corner-left {
	background-image: url('images/box-b-bl.gif');
}
.news-title .bottom-corner-left {
	background-image: url('images/box-y-bl.gif');
}
.company-title .bottom-corner-left {
	background-image: url('images/box-g-bl.gif');
}
.news-title .bottom-corner-left, .solutions-title .bottom-corner-left, 
.products-title .bottom-corner-left, .company-title .bottom-corner-left {
	width: 375px;
}
.solutions-box .bottom-corner-right, .products-box .bottom-corner-right,
.news-title .bottom-corner-right, .solutions-title .bottom-corner-right, 
.products-title .bottom-corner-right, .company-title .bottom-corner-right  {
	background-repeat: no-repeat;
	background-position: bottom right;
}
.solutions-box .bottom-corner-right, .solutions-title .bottom-corner-right {
	background-image: url('images/box-r-br.gif');
}
.products-box .bottom-corner-right, .products-title .bottom-corner-right {
	background-image: url('images/box-b-br.gif');
}
.news-title .bottom-corner-right {
	background-image: url('images/box-y-br.gif');
}
.company-title .bottom-corner-right {
	background-image: url('images/box-g-br.gif');
}
#content .news h3 {
	font-size: 14px;
	color: #ffb508;
	margin-bottom: 0;
}
#content .news .submitted {
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
	padding-left: 1em;
	margin-top: 0;
	color: #999;
}
.solutions a, 
.solutions h1, .solutions h2, .solutions h3,
.solutions h4, .solutions h5, .solutions h6,
.solutions dt strong {
	color: #dc1057;
}
.products a,
.products h1, .products h2, .products h3,
.products h4, .products h5, .products h6,
.products dt strong {
	color: #10b3dc;
}
.company a,
.company h1, .company h2, .company h3,
.company h4, .company h5, .company h6,
.company dt strong {
	color: #7cce0f;
}
.solutions h4, .products h4, .products h4,
.solutions h6, .products h6, .company h6 {
	padding-left: 1em;
	margin-bottom: 0;
	font-style: italic;
}

#content .solutions ul li {
    list-style-image: url('images/list-marker-solutions.gif');
}
#content .products ul li {
    list-style-image: url('images/list-marker-products.gif');
}
#content .news ul li {
    list-style-image: url('images/list-marker-news.gif');
}
#content .company ul li {
    list-style-image: url('images/list-marker-company.gif');
}

.explain {
	font-style: italic;
	font-weight: normal;
	padding-left: 1em;
	margin-top: 0;
}


/*   ############# ID e classi inserite dal Paso ######### */


#job-box {
	width:375px;
	height:38px;
	background-color: #7cce0f;
	-moz-border-radius: 20px; /* Firefox e browser basati su Mozilla */
	-webkit-border-radius: 20px; /* Safari, Chrome e browser basati su WebKit */
	border-radius: 20px; /* standard CSS3 */
}

#job-box-testi {
	width:375px;
	padding:5px;
}

#job-box-testi a {
	text-decoration: none;
	color:#999;
}