@charset "utf-8";
/* CSS Document */

/* DEFAULT CLASS TAG ------------------------------- */

/* A ----------------------------------------------- */

a:link {
	color: #666666;
	text-decoration: none;
}

a:visited {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #A08E52;
	text-decoration: underline;
}

/* B ----------------------------------------------- */

html, body {
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	text-align: justify;
	padding: 0px;
	margin: 0px;
	height: 100%;
	background-color: #FFFFFF;
}

/* F ----------------------------------------------- */

form {
	border: none;
	padding: 0px;
}

/* I ----------------------------------------------- */

img {
	background-color: transparent;
	border: none;
}

/* END DEFAULT CLASS TAG -------------------------- */

/************************************************************************************************************************************/

/* ID TAG ------------------------------------------ */

/* C ----------------------------------------------- */

#columnCx {
	background-color: #FFFFFF;
	height: auto;
	margin: 0px 0px 0px 0px;
	width: 720px;
}

#columnSx {
	/*background-image: url(../images/bg_menu_sx.jpg);*/
	background-color: #EFEFEF;
	height: auto;
	margin: 0px 0px 0px 0px;
	width: 220px;
}

#container {
	background-color: #FFFFFF;
	position: relative;
	margin: 0 auto;
	height: 100%;
	width: 940px;
}


#content {
	padding: 10px;
	width: 697px;
}

/* F ----------------------------------------------- */

#footer {
	background-image: url(../images/bg_footer.jpg);
	height: 57px;
	width: 100%;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	color: #999999;
}

/*#footerLeft {
	background-image: url(../images/bg_footer.jpg);
	text-align: left;
	font-size: 10px;
	color: #FFFFFF;
	height: 30px;
	width: 220px;
	float: left;
}

#footerRight {
	background-image: url(../images/bg_footer.jpg);
	height: 30px;
	width: 720px;
	float: right;
}*/

#footer a {
	color: #999999;
}

#footer a:hover {
	color: #A08E52;
}

/* H ----------------------------------------------- */

#header {
	background-color: #FFFFFF;
	height: auto;
	width: 800px;
	margin: 0px 0px 2px 0px;
	float: left;
}

#headerContent {
	background-color: #3F3E3A;
	font-size: 20px;
	height: 20px;
	color: #999999;
	padding: 10px;
}

#headerLatestWork {
	background-color: #3F3E3A;
	font-size: 20px;
	height: 20px;
	color: #999999;
	padding: 10px;
}

#headerNews {
	background-color: #3F3E3A;
	font-size: 20px;
	height: 20px;
	color: #999999;
	padding: 10px;
}

/* L ----------------------------------------------- */

#latestWork {
	padding: 0px;
}

/* M ----------------------------------------------- */

#mainService {
	width: 100%;
	text-align: left;	
}

/* N ----------------------------------------------- */

#news {
	padding: 0px;
}

/* END ID TAG --------------------------------------- */

/************************************************************************************************************************************/

/* OTHER CLASS TAG ---------------------------------- */

/* B ----------------------------------------------- */

.boxOfferte {
	float: left;
	width: 210px;
	height:150px;
	padding: 4px;
	margin: 4px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

.boxVideo {
	float: left;
	width: 210px;
	height:150px;
	padding: 4px;
	margin: 4px;
	border: 1px solid #CCCCCC;
	text-align: left;
}

/* C ----------------------------------------------- */

.centraADV {
	text-align: center;
	position: Absolute;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 564px;
	margin-top: -282px;
}
.clear {
	clear: both;
}

/* F ----------------------------------------------- */

.form {
	margin: 0px;
}


/* I ----------------------------------------------- */

.imageBorder {
	border: 2px #CCCCCC solid;
	padding: 1px;
	margin-bottom: 4px;
}

.imageRoll {
	border: 2px #CCCCCC solid;
	padding: 1px;
	margin-right: 6px;
	float: left;
}

.imageRoll a:hover img{
	border: 2px #006699 solid;
	float: left;
	z-index: 1;
	position: relative;
	padding: 2px;
	margin: -4px;
}

input {
	margin: 0px;
	font-size: 10px;
	color: #666666;
}


/* P ----------------------------------------------- */

.prezzo {
	color: #FF6600;
	font-size: 13px;
	font-weight: bold;
}

/* S ----------------------------------------------- */
select {
	margin: 0px;
	font-size: 10px;
	color: #666666;
}
/* T ----------------------------------------------- */

.table_column_Sx {
	margin: 0px;
	width: 220px;
	/*background-image: url(../images/bg_menu_sx.jpg);*/
	background-color: #EFEFEF;
	vertical-align: top;
}

.table_column_Cx {
	margin: 0px;
	width: 720px;
	vertical-align: top;
}

.titolo {
	font-size: 16px;
	font-weight: bold;
	color: #666666;
}

.titoloInterno {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bgTitle2.jpg);
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}

.titoloBlu {
	font-size: 10px;
	font-weight: bold;
	color: #006699;
}

.titoloPaginazione {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bgTitle2.jpg);
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}

.titoloSelezione {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/bgTitle2.jpg);
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 4px;
}

/* OTHER CLASS TAG ---------------------------------- */

/************************************************************************************************************************************/
