/* --------------------------------------------------------------------
	Nomesito :: servizi Channel Sheet
	
	Update: DD MMM YYYY
	Master color: yellow
-------------------------------------------------------------------- */ 



@import url("screen.css");

span.azzurro {
	color: rgb(255, 255, 153)!important;
}

/* Basic Styles
---------------------------------------------------------------------*/

body {
	background: rgb(64, 51, 0) url(../img/sfondo-giallo.jpg) repeat-x;
}

a {
	color: rgb(255, 102, 0);
	background-color: transparent;
	text-decoration: underline;
}

a:visited {
	color: rgb(255, 153, 0);
	background-color: transparent;
	text-decoration: underline;
}

a:hover, a:focus {
	color: rgb(123, 74, 0);
	background-color: transparent;
	text-decoration: underline;
}

/* Lists Styles
---------------------------------------------------------------------*/

ul.nobullets li a, p#newsarchive a {
	color: rgb(176, 106, 0);
	background-color: transparent;
	text-decoration: none;
}

ul.nobullets li a:visited, p#newsarchive a:visited {
	color: rgb(212, 128, 0);
	background-color: transparent;
	text-decoration: none;
}

ul.nobullets li a:hover, ul.nobullets li a:focus, p#newsarchive a:hover, p#newsarchive a:focus {
	color: rgb(123, 74, 0);
	background-color: transparent;
	text-decoration: underline;
}

/* Structure Styles
---------------------------------------------------------------------*/

#headtools {
	color: #fff;
	background: rgb(104, 78, 0) url(../img/headtools-sfumatura-back-servizi.jpg) repeat-x;
	clear: both;
	height: 2em;
}

#headimg {
	background: url(../img/head-sfumata-giallo.jpg) no-repeat left top;
	padding: 15px 15px 20px 15px;
	border-top: 1px solid rgb(53, 0, 0);
	border-bottom: 1px solid rgb(53, 0, 0);
	margin: 0px 0px 0px 0px;
	clear: both;
}

#headmenu {
	color: #fff;
	background: rgb(104, 78, 0) url(../img/headmenu-back-servizi.jpg) repeat-x center;
	border-bottom: 2px solid rgb(68, 34, 0);
}

#bcr {
	background: url(../img/bcr-servizi.jpg) repeat-y right;
}

#bcl {
	background: url(../img/bcl-servizi.jpg) repeat-y left;
}

/* Left Column Styles
---------------------------------------------------------------------*/

#leftcol h4 a {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: none;
}

#leftcol h4 a:hover {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: underline;
}

#leftcol ul li {
	font-weight: normal;
	color: rgb(120,120,120);
	line-height: 120%;
	background: url(../img//ul-standard-marrone.gif) no-repeat left top;
	padding-left: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

#leftcol li a {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: none;
}

#leftcol li a:visited {
	color: rgb(125, 88, 0);
	background-color: transparent;
	text-decoration: none;
}

#leftcol li a:hover, #leftcol li a:focus {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: underline;
}

/* Right Column Styles
---------------------------------------------------------------------*/

#rightcol ul li {
	font-weight: normal;
	color: rgb(120,120,120);
	line-height: 120%;
	background: url(../img/ul-standard-marrone.gif) no-repeat left top;
	padding-left: 20px;
	text-transform: capitalize;
	margin-bottom: 5px;
}

#rightcol h4 a {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: none;
}

#rightcol h4 a:hover {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: underline;
}

#rightcol li a {
	color: rgb(50, 35, 0);
	background-color: transparent;
	text-decoration: none;
}

#rightcol li a:visited {
	color: rgb(153, 0, 0);
	background-color: transparent;
	text-decoration: none;
}

#rightcol li a:hover, #rightcol li a:focus {
	color: rgb(30, 0, 0);
	background-color: transparent;
	text-decoration: underline;
}	

/* Headmenu
---------------------------------------------------------------------*/

#headmenu p a {
	color: rgb(255, 255, 204);
	background-color: transparent;
	text-decoration: none;
	padding: 3px 8px 3px 8px;
	border: 0px none;
}

#headmenu p a#headmenu1, #headmenu p a#headmenu2, #headmenu p a#headmenu3, #headmenu p a#headmenu4 {
	border-right: 1px solid rgb(255, 153, 0);
}

#headmenu p a:hover, #headmenu p a:focus {
	color: #000;
	text-decoration: none;
	padding: 2px 7px 2px 7px;
	border: 1px solid rgb(255, 153, 0);
	background-color: rgb(255, 255, 153);
}

#headmenu p a#headmenu1:hover, #headmenu p a#headmenu1:focus {
	color: #000;
	text-decoration: none;
	padding: 2px 7px 2px 6px;
	border-left: 1px solid rgb(255, 153, 0);
	background-color: rgb(255, 255, 153);
}

#headmenu p a#headmenu5:hover, #headmenu p a#headmenu5:focus {
	color: #000;
	text-decoration: none;
	padding: 2px 6px 2px 7px;
	border-right: 1px solid rgb(255, 153, 0);
	background-color: rgb(255, 255, 153);
}

/* Footer
---------------------------------------------------------------------*/


#footer {
	clear: both;
	color: #fff;
	border-top: 1px solid rgb(16, 32, 0);
	background: rgb(104, 78, 0) url(../img/footer-giallo.jpg) repeat-x;
	padding: 10px 15px 10px 15px;
}

#footer a {
	color: #fff;
	background-color: transparent;
}


/* Breadcrumbs 
---------------------------------------------------------------------*/

#breadcrumbs {
	border-bottom: 1px solid rgb(235,235,235);
	border-left: 1px solid rgb(235,235,235);
	border-right: 1px solid rgb(235,235,235);
	padding: 8px 15px 8px 15px;
	background-color: rgb(250,250,250);
	margin-bottom: 30px;
}

#breadcrumbs p {
	color: rgb(120,120,120);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: rgb(151, 114, 0);
	background-color: transparent;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:focus {
	color: rgb(51, 51, 0);
	background-color: transparent;
	text-decoration: underline;
}

