/* CSS IC Fisciano - Lancusi (SA) - Arix@you per S@rete */

/********* main elements *********/ 

body {
	background: #ADE023;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans Unicode", verdana, arial, helvetica, sans-serif;
	font-size:70%;
	line-height:1.5em;
	color: #666666;
	text-align: center;
}

ul {
	margin: 0px;
	padding: 0px;
}

li {
	list-style: none;
}

h1 {
	color: #FF5938;
	font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: normal;	
	margin: 10px 0px;
	font-weight:bold;
}

h2 {
	color: #B19D27;
	font-family: 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 16px;
	letter-spacing: -1px;
	line-height: normal;	
	margin: 0px 0px 10px 0px;
	font-weight:normal;
}

p {
	margin:4px 0px;
	padding:0px;
}

img {
	border:0;
}

hr {
    border: 0;
    width:100%;
    color: #856F47;
    background-color: #856F47;
    height: 1px; 
	margin:4px 0px;
} 

/********* structural elements *********/ 

#container {
  width: 820px;
  padding: 0;
  text-align: left;
  margin: 0 auto;
  position:relative;
  background-color:#93D10A;
}

#top {
	background:url(../img/top.jpg) no-repeat top center;
	margin:0px;
	padding:0px;
	height:378px;
	position:relative;
}

	#logo {
		position:absolute;
		top:20px;
		left:40px;
		z-index:10;
	}

	#contact {
		position:absolute;
		top:10px;
		left:650px;
	}

	#flashcontent {
		position:absolute;
		top:90px;
		left:50px;
		z-index:2;
	}

#main {
	margin: 0px 0px 0px 24px ;
	padding:0px;
	position:relative;
}

/* left column */

#leftcolumn {
	width:578px;
	margin:0px;
	padding:0px;
	background:url(../img/main_center.jpg) repeat-y 0 0;
	float:left;
}

#leftcolumn #lctop {
	background:url(../img/main_top.jpg) no-repeat 0 0;
	height:35px;
}

#leftcolumn #lcbottom {
	background:url(../img/main_bottom.jpg) no-repeat 0 0;
	height:32px;
}

/* right column */


#rightcolumn {
	width:194px;
	padding:0px;
	margin:0px;
	float:left;
}

#box {
	width:194px;
	margin:0px;
	padding:0px;
	background:url(../img/dx_center.jpg) repeat-y 50% 50%;
}

#box #rctop {
	background:url(../img/dx_top.jpg) no-repeat 0 0;
	height:35px;
}

#box #rcbottom {
	background:url(../img/dx_bottom.jpg) no-repeat 0 0;
	height:24px;
}

/*footer*/

#footer {
	clear:both;
	color:#fff;
	padding:20px 20px 50px 20px;
	margin:0px;
	font-weight:bold;
}

#footer a {
	color:#FFFF99;
	text-decoration:none;
}

#footer a:hover {
	color:#fff;
	text-decoration:underline;
}

/********* link *********/ 

a {
	color: #E13400;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	text-decoration: underline;
}

/********* class *********/ 

.right {
	float:right;
}

.left {
	float:left;
}

/********* for print *********/ 

#printheader {
	display:none;
}

#printfooter {
	display:none;
}

/* for highslide */
.highslide-html {
    background-color: white;
}
.highslide-html-blur {
}
.highslide-html-content {
	position: absolute;
    display: none;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}

.control {
	float: right;
    display: block;
    /*position: relative;*/
	margin: 0 5px;
	font-size: 9pt;
    font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #999;
}
.control:hover {
	color: black !important;
}
.highslide-move {
    cursor: move;
}
