/* =LAYOUT */

html,
button,
input,
select,
textarea {
	font-family: Verdana, sans-serif;
}

body {
	color: #333;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 0;
	margin-top: 1px;
	background-color: #f4f4f4 !important;
}

#ext-container {
	padding: 0px;
	margin-top: 10px;
	min-width: 1170px !important;
	width: 1170px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.container_cms h2{
	font-size: 1.6em;
	padding-left: 0.8em;
	padding-right: 0.8em;
	padding-bottom: 0.8em;
	padding-top: 0.8em;
	border-bottom-color: #4B4638;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	margin-bottom: 1em;
	margin-top: 0px;
	color: #4B4638;
}
/* FOOTER */

#footer-main {
	float: none;
	clear: both;
	font-size: 0.8em;
	font-weight: bold;
	color: #C29132;
	margin: 0px;
	margin-top: 0em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.5em;
	background-color: #373797;
	text-align: center;
	overflow: hidden;
	background-repeat: repeat-x;
	background-position: left top;
	height:35px;
}

/* =2-COLUMN-LAYOUT-LEFT-MENU */
.two-columns-left-menu .content {
	left: 101.5%;
}

.two-columns-left-menu .menu {
	left: 2.5%;
}

/* =2-COLUMN-LAYOUT-RIGHT-MENU */

.two-columns-right-menu .menu {
	left: 22.5%;
}

/* =3-COLUMNS-LAYOUT */

.three-columns .content {
	left: 101.4%;
}

.three-columns .left-menu {
	left: 22.5%;
}

.three-columns .right-menu {
	left: 82.5%;
}

/* =ELEMENTS */

h1, h2, h3 {
	color: #77c21f;
}

h1, h2 {
/* 	text-transform: uppercase; */
}

h2 {
	background-attachment: scroll;
	background-color: transparent;
	background-position: 0 top;
	background-repeat: no-repeat;
	border-color: #000;
	border-style: none none dotted;
	border-width:medium medium 1px;
	padding-bottom: 7px;
	padding-left: 25px;
}

/* =LINKS */

a {
	color: #333;
}

#breadcrumbs a {
	/* color: #333; */
	
	color: #fff;
}

a span {
	color: #fff;
}

/* =INPUTS-AND-BUTTONS */

.button {
	border-radius: 4px;
	background-color: #373797;
	height: 30px;
	color:#fff;
	text-transform: uppercase;
}

/* =TABLES */

table {
	border: 0;
	border-collapse: separate;
	border-spacing: 2px;
	color: #404040;
}

th {
	border: 0;
	background-color: #f4f4f4;
	color: #333;
}

td {
	border: 0;
	
}

/* =HEADER-MENU */	

#header-top{
	/*background-image: url(../../img/astea/sky.jpg);
	background-repeat: no-repeat;
	background-position: top;
	margin: 0px;
	padding: 0px;
	border: 0px;*/
	position: relative;
	border-bottom: 1px #eee solid;
	border-top: 2px #3c532c solid;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;

	background: #f4f4f4;
}


#header-main{
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
	border-bottom: 1px #eee solid;
	background: #fff;
	text-transform: uppercase;
	font-size: 11px;
}


#logo-main {
	height: 155px;
	background: #fff;
	position: relative;
}

#menu {
	position: relative;
	background: #f4f4f4;
	color: #FFFFFF;
	font-size: 1.1em;
	text-align: left;
	padding: 0em;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}
#menu-sub{	
}

#menu, 
#menu a {
	color: #3c532c;
}

#menu li:not(.select_first) a:hover {
	color: #000000;
	text-decoration: none;
	padding-top:0.9em;
	padding-bottom:0.9em;
	background-color: #e5e5e5;
	}

#style-sub-menu {
	right: 0;
	z-index: 10;
	position: relative;
}

#style-sub-menu li {
	display: inline;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
	text-align: -webkit-match-parent;
}

#style-sub-menu li a {
	color: #000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0.9em;
	padding-bottom: 0.9em;
}
#date-sub-menu {

    left: 0;
    position: absolute;
    top: 0;
    text-align: left;
	margin-left:10px;
    width: 210px;

}
#date-time {
	color: #000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

#search-sub-menu{
	float: right;
	margin: 0px;
	padding-top: 0.5em;
	padding-right: 0.5em;
	z-index: 15;
	position: relative;
}

#search-sub-menu div {
	color: #000;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
}

/* =BREADCRUMBS */
#breadcrumbs-wrapper{
	padding: .3em 0;
}

#breadcrumbs {
	font-size: 0.9em;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 1.8em;
	text-align: left;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #373797;
	margin-top: -2px;
	width: 100%;
	color: #fff;
	opacity: 0.8;
}

#breadcrumbs .youarehere{
	font-weight: bold;
}

#breadcrumbs .active{
	font-weight: bold;
	color: #fff;
}


/* =LATERAL-MENU */

.menu-box h2 {
	border-left: 10px solid #373797;
	border-bottom: 1px solid #373797;
	color: #3c532c;
	font-size: 12px;
	background: #fff;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 1em;
	margin-top: 0.9em;
	text-align: left;
	-webkit-border-radius: 4px 4px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	text-transform: uppercase;
}

.navigation-box{
	display: block;
}

.navigation-box ul {
	list-style-type: none;
	margin: 0px;
	margin-left: 0px;
}

.navigation-box li {
	color: #333;
	text-decoration: none;
	display: block;
	border-bottom-color: #B5A9A9;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	text-align: left;
	/*background-image: url(../../img/astea/ico_freccina_tonda.png);*/
	background-position: left;
	background-repeat: no-repeat;
}

.navigation-box li:hover {
	color:#C29132;
	text-decoration:none;
}

.menu-box a:hover {
	font-weight: bold;
	color:#C29132;
}

.menu-box span {
	display: block;
	font-weight: normal;
	padding: .7em 20px;
}

#footer {
    clear: both;
    margin-top: 1%;
    padding: .0em 0;
    width: 100%;
}

#footer-main a {
    padding: 0.4em .5em;
}

/*#footer-main a:hover {
	color: #f27242;
	text-decoration: none;
	background-color: #f27242;
	border-radius: 4px 4px 4px 4px;
}*/

/* =OTHERS= */
.important {
	color : #77c21f;
}
