
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#content-main-container
{
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0 0 0 0;
    width: 1024px;
    position: relative;
    background-color: white;
    background:url(../../images/bg_fade.png) repeat-y left;
}

#content-container-two-column
{
    border-style: none;
    margin-top: 0px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 1px;
    width: 1014px;
    position: relative;
    background-color: white;
    background:url(../../images/bg_dashed.png) repeat-y left;
    
    
}

#content-main-two-column {
	width:790px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0 0 0;
	background:url(../../images/bg_dashed.png) repeat-y left;
	}

#content-main-two-column-text
{
    background-color: white;
    background-position: left;
    margin: 0 0 0 0;
    padding: 5px 10px 0px 10px;
    font-size: 12px;
}

#content-side-two-column
{
    float: right;
    width: 209px;
    background-color: white;
    padding: 20px 0px 0px 0px;
    margin: 0 1px 0 0;
    text-align: center;
    color: Blue;
    font-size: 13px;
}


#products-title
{
    background-color: #666666;
    padding: 0 0 0 0; 
    margin: 0 0 0 0;
    color: White;
    font-weight:bold ;
}

#products-panel
{
    background: url('../../images/bg_products.png') repeat-y left;
    _background-color: Red;
    padding: 0px 0 0 0px;
    font-size: 13px;
}

#content-container-two-column-embed
{
    border-style: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background-color: white;
}

#content-left-two-column-embed {
	width:200px;
	float:left;
	padding: 0px 0px 0px 0px;
	margin: 0 0px 0 0;
	background-color: white;
	font-size:13px;
	}

#content-right-two-column-embed {
	float:left;
	background-color: white;
	color: #333333;
	margin: 0 0 0 0;
	padding: 20px 20px 0px 20px;
	text-align:justify ;
	width: 530px;
	font-size: 14px;
	}
	
#content-side-two-column a:link,
#content-side2-three-column a:link,
#content-side1-three-column a:link,
#content-side-two-column a:visited,
#content-side2-three-column a:visited,
#content-side1-three-column a:visited {
	text-decoration:none;
	color: #666666;
	font-weight:bold;
}

#content-side-two-column a:hover,
#content-side2-three-column a:hover,
#content-side1-three-column a:hover {
	text-decoration:none;
	color: black;
	font-weight:bold;
}

#content-prod-container
{
    border-style: none;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    background-color: white;
    width: 1024px;
    background:url(../../images/bg_fade.png) repeat-y left;
}

#content-prod-left 
{
    float: left;
	width:204px;
	padding: 0px 0px 0px 4px;
	margin: 0 0 0 6px;
	background-color: white;
	font-size:13px;
	}

#content-prod-right
{
	float: right;
	background-color: white;
	color: #333333;
	margin: 0 15px 0 0px;
	padding: 0px 0px 0px 15px;
	text-align:justify ;
	width: 775px;
	_width: 700px;
	font-size: 14px;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE - THREE COLUMN SECTION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#three-column-container {

    background:url(../../images/bg-three-column-home.png) repeat-y;	
    padding: 0px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	background-color: white;
	text-align: justify;
	width: 780px;
	}

#three-column-side1 {
	float:left;
	width:240px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
}

#three-column-side2 {
	float:right;
	width:220px;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

#three-column-middle 
{
    float:left;
	width:230px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px; /* usa left per spostare la colonna centrale */
	}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    
    css-master

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HTML TAGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

body {
	margin:0px;
	_background-color: #eeeeee;
	background-color: White;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

p {
	margin:15px 0;
	}

p.no-padding-no-margin {
	padding:0;
	margin:0;
	}
	
hr{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	}
	
blockquote {
	padding:0 0 0 12px;
	margin:12px 0 0 0;
	background:url(../../images/bg-quote.png) no-repeat;
	}

blockquote p {
	margin:2px 0;
	}
	
cite {
	font-size: 12px;
	margin:0;
	padding:0 0 0 6px;
	}

fieldset {
	padding:15px;
	}
	
legend {
	color:#333333;
	padding:5px 3px 10px 3px;	
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HEADINGS 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

	
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	line-height: 1em;
	margin:5px 0;
}

h1 {
	margin-bottom:0;
}

h1, h2 {
	margin-top:0px;
}

h2 {
	font-size:1.3em;
}


h3 {
	font-size:1.1em;
}

h3.small {
	font-size:1.2em;
}

h4 {
	font-size:1.1em;
}

h5 {
	font-size:1.1em;
}

h6 {
	font-size:1em;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LINKS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


a:link {
	color:#333333;
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:active {
	color:#333333;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	height:79px; 
	_height:95px; 
	margin-left:auto;
	margin-right:auto;
	margin-bottom:3px;
	font-size:12px;
	position:relative;
	width:1014px;
	padding: 0 0 0 0;
	}


#logo
{
    position: absolute;
    _top: 0px;
    top: 0px;
    left: 0px;
    padding: 0 0 0 0;
    background-color: white;
    font-family: OCR A Extended;
    font-size: 14px;
}

#logo a
{
    text-decoration: none;
    font-size: 15px;
    font-family: Magneto;
    color: black;
}

#top-information-phone {
	text-align:right;
	position: relative;
	_top: 15px;
	top: 35px;
	padding:0 0 0 0;
	vertical-align: middle;
	float:right;
	_background-color: Red;
	}

#heading{
	text-align: left;
	font-size:16px;
	font-weight:bold;
	}


#subheading{
	font-size:13px;
	font-weight:bold;
	}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MAIN NAV 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#nav-main {
	background: url(../../images/bg-nav.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	width:1020px;
	height: 35px;
	padding: 0 0 0 0px;
	position:relative;
	font-weight:normal;
	color: white;
	font-size: 14px;
	
}

#nav-main td
{
    width: 120px;
    height: 30px;
    font-family: Vrinda;
    font-weight:700;
    vertical-align: middle;
}


#nav-main ul {
	margin:0;
	padding:0 20% 0 0;
	}
	
#nav-main li
{
    background-position: none;
    display: inline;
    list-style: none;
    padding: 0 1em 0 0;
    background: none;
    border-left-style: outset;
}

#nav-main a:link,
#nav-main a:visited {
	color:white;
	text-decoration:none;
	font-family: arial ;
}

#nav-main a:hover {
	color:black;
	text-decoration:none;
}

#nav-main a:active {
	color:#555555;
	text-decoration:none;
}

#nav-main li.current a:link,
#nav-main li.current a:visited {
	text-decoration:none;
}

#nav-main li.current a:hover {
	text-decoration:none;
}

#nav-main li.current a:active {
	text-decoration:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	POSTER PHOTO

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


#poster-photo-container {
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	width:790px;
	height: 180px;
	_height: 0px;
	background:white;
	_background:url(../../images/bg_fade.png) repeat-y left;
	position:relative;
	padding: 0 0 0 0;
	_border:1px solid #818181;
	}
	
.poster-photo-image {
	_border-right:3px solid #FFF;
	display:block;
	padding: 0 0 0 0;
	}

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}



/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	_background: url(../../images/list-bullet-02.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #a2a2a2;
	width: 180px;
}

#content-side1-three-column ul.list-of-links,
#content-side2-three-column ul.list-of-links {
	margin: 0 0 30px 0px;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	_background-image:url(../../images/list-bullet-01-link.gif);
	_background-image:url(../../images/pulsante_fotolia_6536456.png);
	padding: 10px 0px 15px 10px;
	
}

ul.list-of-links li.current {
	background-color:#555555;
}

ul.list-of-links li.current a  {
	color: white;
}

ul.list-of-links li.subcurrent {
	_background-color:#777777;
}

ul.list-of-links li.subcurrent a  {
	color: blue;
}

#content-side-two-column ul.list-of-links-right {
	border-bottom:1px dotted #a2a2a2;
	width: 145px;
	font-size: 12px;
	color: blue;
	text-align:left ;
}

#content-side1-three-column ul.list-of-links-right,
#content-side2-three-column ul.list-of-links-right {
	margin: 0 0 30px 0px;
}

#content-side-two-column ul.list-of-links-right li{
	border-top:1px dotted #B2B2B2;
	background-image: none;
	padding: 10px 0px 15px 25px;
	
}

#content-side-two-column ul.list-of-links-right li.current {
	background-color:#666666;
}

#content-side-two-column ul.list-of-links-right li.current a {
	color: White;
}

ul.no-lines,
ul.no-lines li {
	border:none;
	}




/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	HOME PAGE FEATURE AREA

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.feature-area {
	background-color:#6799D1;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	IMAGES & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:1px solid #cccccc;
	padding:4px;
	background:#d9d9d9 url(../../images/bg-photo.png) top repeat-x;
	margin-bottom:10px;
	display:block;
}

.td-border {
	border:3px solid #cccccc;
	padding: 4px 4px 4px 4px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer {
	background:url(../../images/bg-nav.png) no-repeat;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 0px;
	width:1020px;
	padding:0 0 0 0;
	position:relative;
	color: black;
	font-size:12px;
	height: 25px;
	font-weight:bold;
}

#footer div {
	padding:0 0 0 10px;
}

#footer a:link,
#footer a:visited {
	color:red;
	text-decoration:none;
}

#footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	FOOTER-SUB

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#footer-sub {
	margin-top:1em;
	margin-left:auto;
	margin-right:auto;
	width:740px;
	text-align:center;
	padding:.1em 0 2em 0;
	position:relative;
	font-size:10px;
	color:#999999;
	}

#footer-sub ul {
	margin:0;
	padding:0;
	}
	
#footer-sub li {
	display:inline;
	list-style:none;
	padding:0 1em 0 0;
	background:none;
	}

#footer-sub a:link,
#footer-sub a:visited {
	text-decoration:underline;
	color:#999999;
}

#footer-sub a:hover {
	color:#666666;
	text-decoration:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MISC CLASSES

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

.news-date {
	font-size:10px;
	font-style:italic;
	color:#A4A4A4;
}

.arrow {
	vertical-align:middle;
	}

input.button-big {
	font-weight:bold;
	padding:.7em 1.5em;
	font-size:14px;
	vertical-align:bottom;
	}

input.button-small {
	font-weight:normal;
	padding:.4em 1em;
	font-size:10px;
	vertical-align:bottom;
	}

.clear {
	clear:both;
	height: 20px;
	}

.clear_mozzilla {
	clear:both;
	height: 0px;
	}


.none {
    display:none;
}

.mono 
{
    font-family: Bauhaus 93;
    font-style:normal;
    font-weight:normal ;
    font-variant:normal;
}