/** Body **********************************************************************/
html {
	background: #F7F7F7 url(../images/img01.jpg) repeat left top;	

}

body {
	margin: 0;
	padding: 0;
	background: url(../images/img02.jpg) repeat-x left top;	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5A554E;
}

h1, h2, h3 , h4{
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #32639A;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2.4em;
}

h3 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.2em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul, ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: underline;
	color: #516C00;
}

hr {
	border-width: 0px;
	color: #516C00;
	margin: 1em 0px;
}

a:hover {
	text-decoration: none;
}

h2 a {
	text-decoration: none;
}
em.abstract {
	display: block;
	margin-bottom: 1em;
	font-size: 1.1em;
}


/** Container *****************************************************************/

#container {
	background: #fff;
}


/** Header ********************************************************************/

#header {
	padding: 0px 0px 0px 0px;
	position: relative;
	margin: 0 auto;	
	background: url(../images/img02.jpg) repeat-x  left top;	
}

#header_main{
	min-height: 235px;
	position: relative;
	margin: 0 auto;
	padding: 0px;	
	z-index: 91;
	background: url(../images/img03.jpg) no-repeat left top;
}

#menu_top {
	position: absolute;
	right: 20px;
	top: 0px;
	z-index: 92;
	background-color: #F7F7F7;
}

#menu_top ul {
	background-color: #F7F7F7;
}

#menu_top li {
	float: left;
	display: inline;
	padding: 0px;
	position: relative;
}

#menu_top a {
	display: block;
	padding: 5px;
}

#styles ul {
	position: absolute;
	background-color: #F7F7F7;
}

#styles ul li {
	float: left;
	white-space: nowrap;
}


/* Logo */

#logo {
	float: left;
	margin: 0;
	padding: 45px 0px 0px 50px;
	color: #000000;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 44px;
}

#logo h1 a {
	color: #FFFFFF;
}

#logo p {
	margin: -30px 0px 0px 0px;
	padding: 26px 0 0 2px;
	font: normal 19px Georgia, "Times New Roman", Times, serif;
	color: #C5E8FF;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #C5E8FF;
}


/** Navbar ********************************************************************/

#navbar {
	background: url(../images/img04.jpg) no-repeat left top;
	height: 65px;	
}

#navbar ul {
	float: right;
	margin: 0;
	padding: 0px 25px 0px 0px;
	list-style: none;
	line-height: normal;
}

#navbar li {
	float: left;
}

#navbar li a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 10px;
	padding-top: 15px;
	background: url(../images/img05.jpg) repeat-x left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	border: none;
}

#navbar a:hover, #navbar .current_page_item a {
	text-decoration: none;
}

#navbar .current_page_item a {
	background: url(images/img06.jpg) no-repeat left top;
	padding-left: 0;
	color: #493E2B;
}



/** Path **********************************************************************/

#path {
	display: block;
	padding: 0px 50px 0px 50px;
	background: #FFFFFF;	
}


/** Sidebar left **************************************************************/

#sidebar_right_left{

}


/** Main **********************************************************************/

#main{
	margin: 0px auto;
	padding: 10px 50px 0px 50px;
	background: #fff;
	min-height: 400px;	
}

#main h2 {
	height: 38px;
	margin-bottom: 10px;
	padding: 12px 0 0 0px;
	letter-spacing: -.5px;
	font-size: 36px;
	color: #493E2B;
}

#main h3 {
	margin-bottom: 20px;
}

#main  a {
	color: #493E2B;
	border: none;
}

#main em {
	margin: -10px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	letter-spacing: -1px;
	font-size: 23px;
	font-weight: normal;
	color: #6E8D3D;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#main ul {
	list-style-type: square inside;
	font-weight: bold;
	/*list-style-image:url(../images/separatore.png);*/
}

#main li {
	list-style-type:circle;
	font-weight: normal;	
	/*list-style-image:url(../images/separatore.png);*/
	margin:0px 5px 0px 5px;
	padding:0px 5px 0px 2px;
}
/** Sidebar right *************************************************************/

#sidebar_right {
	float: right;
	padding: 0px;
	color: #787878;
}

#sidebar_right ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_right li {
	margin: 0;
	padding: 5px;
}

#sidebar_right li ul {
	margin: 0px 0px;
	padding-bottom: 10px;
}

#sidebar_right li li {
	line-height: 35px;
	margin: 0px;
	padding: 2px 0px;
	border-left: none;
}

#sidebar_right li li span {
	height: 19px;
	margin-right: 5px;
	padding: 4px 10px;
	background: #3D2A0B url(../images/img12.jpg) repeat-x left top;
	font-size: 10px;
	color: #FFFFFF;
}

#sidebar_right li li span a {
	color: #FFFFFF;
}

#sidebar_right h2 {
	height: 65px;
	background: url(../images/img09.jpg) no-repeat left bottom;
	letter-spacing: 0px;
	font-size: 22px;
	color: #493E2B;
}

#sidebar_right p {
	margin: 0 0px;
	padding: 0px 0px 10px 0px;
}

#sidebar_right p strong {
	color: #4A3E29;
}

#sidebar_right a {
	border: none;
}

#sidebar_right a:hover {
}

#addthis{
	padding: 50px;
}
/** Footer ********************************************************************/

#footer {
	position: relative;
	height: 280px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	padding: 10px 50px 0px 10px;
	background: url(../images/img15.jpg) no-repeat left top;
	font-size: 12px;
	color: #887450;	
}

#footer p {
	margin: 0;
	padding: 10px 0 0 0;	
	line-height: normal;
	font-size: 12px;
	text-align: center;
	color: #ccc;
}

#footer a {
	text-decoration: underline;
	color: #82A2B9;
}

#footer-content {

}


#footer-content h2 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #5A554E;
}

#footer-content h3{
	padding-bottom: 10px;
	padding-top: 30px;	
	font-size: 22px;
	color: #F7F7F7;
}

#footer-content strong {
	color: #E3D2B6;
}

#footer-content a {
	color: #AA8B55;
}

#footer-content a:hover {
	color: #AA8B55;
}

#info_aziendali {
	padding: 10px 0px;
}


/** Certificazioni (fondo pagina) *********************************************/

#certificazioni {
	padding: 10px 0px;
}

#certificazioni li {
	display: inline;
}

#banner {
	margin-bottom: 20px;
	border: 12px #ECECEC solid;
}

/** NEWSLETTER *************************************************/
.privacy_div{
	height:130px;
	overflow:scroll;
	/*
	overflow-x: hidden;
	overflow-y: scroll;	
	*/
}

/** From   *********************************************/
#search form {
	margin: 0;
	padding: 0 0 0 0;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
#search h3 {
	padding-bottom: 10px;
	font-size: 22px;
	color: #E3D2B6;
}

/** Tag Cloud ***************************************************************/

#tag_cloud {
	padding-left: 25px;
	margin-left: 25px;
	padding-right: 25px;
	margin-right: 25px;	
}

.tag_cloud h4 {
	color: #6E8D3D;
}

.tag_cloud a {
	color: #6E8D3D;
	text-decoration: none;
}

.tag_cloud a:hover {
	text-decoration: underline;
}

.tag_cloud{
	padding: 1em;
}

.tag_cloud_0 {
	font-size: .75em;
}

.tag_cloud_1 {
	font-size: 1em;
}

.tag_cloud_2 {
	font-size: 1.15em;
}

.tag_cloud_3 {
	font-size: 1.3em;
}

.tag_cloud_4 {
	font-size: 1.35em;
}

.tag_cloud_5 {
	font-size: 1.6em;
}

/** FLIP FEEL + JQUERY **/
img { 
	/*behavior: url(../images/iepngfix.htc);*/
}
#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 95;
	position: absolute;
	right: 0; 
	top: 0;
	/*-ms-interpolation-mode: bicubic;*/
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	overflow: hidden;
	position: absolute;
	z-index: 94;	
	right: 0; 
	top: 0;
	background: url(../images/subscribe.png) no-repeat right top;
}
