/* Style Sheet*/
/*******************************/

body {
	background-image: url("../images/bg.gif");
	background-repeat: repeat-x;
	background-color: #322e2d;
	padding: 0px;
	width: 777px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #b00303;
	margin-top: 5px;
	margin-bottom: 15px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	margin: 10px;
	display: block;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #322E2D;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #322E2D;
	margin-top: 0px;
	line-height: 19px;
	text-align: justify;
}
p a {
	color: #E3DDCF;
	text-decoration: none;
}
/****************Flash****************/
/*************************************/
#flashcontent {
	background-color: #B44139;
	width: 721px;
	height: 220px;
	}
	
#flashcontent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #322E2D;
	margin: 10px;
	line-height: 19px;
}
#flashcontentBanner01 {
	background-color: #B44139;
	width: 230px;
	height: 105px;
	margin-left: 5px;
	}
#flashcontentBanner01 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #322E2D;
	margin: 10px;
	line-height: 19px;
}
#flashcontentBanner02 {
	background-color: #B44139;
	width: 230px;
	height: 105px;
	margin-left: 5px;
	}
#flashcontentBanner02 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #322E2D;
	margin: 10px;
	line-height: 19px;
}
#flashcontentBannerHome {
	background-color: #E4DECE;
	border: 1px solid #CCCCCC;
	height: 166px;
	width: 453px;
	}
#flashcontentBannerHome p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #322E2D;
	margin: 10px;
	line-height: 19px;
}
	
/****************Header****************/
/*************************************/

#wrapper {
	background-image: url("../images/bodyBG.gif");
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	width: 777px;
}
#header {
	background-image: url("../images/topBG.gif");
	background-repeat: no-repeat;
	width: 777px;
	height: 134px;
	background-color: #FFFFFF;
	display: block;

}
#headerImg {
	background-image: url("../images/headerBG.gif");
	background-repeat: repeat-y;
	height: 220px;
	padding-left: 28px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#logoBox {
	float: left;
	width: 290px;
	height: 76px;
	margin-top: 51px;
	margin-right: 0px;
	margin-left: 15px;
	background-repeat: no-repeat;
}
#navigation {
	float: right;
	height: 134px;
	width: 410px;
	padding-right: 20px;
}
/****************Body****************/
/*************************************/

/****************main****************/
#main {
	width: 739px;
	float: left;
	padding-left: 19px;
}
#mainColor{
	float: left;
	background-color: #F2F1EC;
	
}
/****************left****************/
#left {
    width: 495px;
	float: left;
}
#left p a {
	color: #b00303;
	text-decoration: none;
}
#left p a:hover {
	color:#b00303;
	background-color: #E3DDCF;
	text-decoration: underline;
}
#leftTop {
	background-image: url("../images/leftTOP.gif");
	background-repeat: no-repeat;
	width: 495px;
	height: 51px;
	float: left;
}
#leftPattern {
	background-image: url("../images/leftPATTERN.gif");
	background-repeat: repeat-y;
	width: 495px;
	float: left;
}
#leftBottom {
	background-image: url("../images/leftBOTTOM.gif");
	background-repeat: no-repeat;
	width: 495px;
	height: 51px;
	float: left;
}
#leftText {
    width: 450px;
	float: left;
	padding-left: 20px;
}

#leftBottomText {
	width: 90px;
	float: right;
	padding-top: 10px;
	
}
#leftBottomText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
    margin-left: 0px;
	margin-top: 0px;
}
#leftBottomText p a {
	color: #333333;
	text-decoration: none;
}


.right {
	width: 244px;
	float: right;
	height: auto;
}
.right p {
	font-size: 11px;
	margin-bottom: 5px;
	height: auto;
}
.rightTop {
	background-image: url("../images/rightTOP.gif");
	background-repeat: no-repeat;
	width: 244px;
	height: 37px;
	float: right;
}
.rightPattern {
	background-image: url("../images/rightPATTERN.gif");
	background-repeat: repeat-y;
	width: 244px;
	float: right;
}
.rightBottom {
	background-image: url("../images/rightBOTTOM.gif");
	background-repeat: no-repeat;
	width: 244px;
	height: 17px;
	float: right;
	background-color: #F2F0EB;
}
.rightText {
	width: 244px;
	float: right;
	
}
.rightText p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #333333;
	margin-left: 0px;
	margin-top: 0px;
}
.rightText p a {
	color: #333333;
	text-decoration: none;
}
.imgBanner {
	background-color: #B44139;
	width: 230px;
	height: auto;
	margin-left: 5px;
	}
.imgBanner a{
	text-decoration: none;
	}
	
/****************footer****************/
#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	width: 777px;
	height: 165px;
	float: left;
	padding-top: 11px;
	text-align: center;

}
#footer p {
	font-size: 11px;
}
#footer p a{
	color: #464a4f;
}
#footer p a:hover{
	color: #000000;
}
#footerLeft {
	float: left;
	padding-left: 28px;
}
#footerRight {
	float: right;
	padding-right: 28px;
}


/*************Classes***************/
/***********************************/

.imageAdjust {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageAdjustRight {
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.img{
	padding: 3px;
	border: 1px solid #CCCCCC;
	width: 449px;
}

/************Navigation****************/
/***************************************/

ul.navigation {
	padding: 0px;
	margin-top: 65px;
	float: right;
}
ul.navigation li {
	list-style-type: none;
	float: left;
}
ul.navigation li a {
	height: 24px;
	display: block;
	float: left;
}
ul.navigation li a:hover {
	background-position: 0px -29px;
}
li.home a {
	width: 68px;
	background-image: url(../images/bAzienda.gif);
	background-repeat: no-repeat;
}
li.home a span {
	display: none;
}
li.servizi a {
	width: 60px;
	background-image: url(../images/bServizi.gif);
	background-repeat: no-repeat;
}
li.servizi a span {
	display: none;
}
li.soluzioni a {
	width: 78px;
	background-image: url(../images/bSoluzioni.gif);
	background-repeat: no-repeat;
}
li.soluzioni a span {
	display: none;
}
li.assistenza a {
	width: 88px;
	background-image: url(../images/bAssistenza.gif);
	background-repeat: no-repeat;
}
li.assistenza a span {
	display: none;
}
li.contatti a {
	width: 66px;
	background-image: url(../images/bContatti.gif);
	background-repeat: no-repeat;
}
li.contatti a span {
	display: none;
}

/************Utlity****************/
/***************************************/

ul.utlity {
	padding: 0px;
	margin-top: 10px;
	margin-left: 10px;
}
ul.utlity li {
	list-style-type: none;
	float: left;
}
ul.utlity li a {
	height: 24px;
	display: block;
	float: left;
}
ul.utlity li a:hover {
	background-position: 0px -24px;
}
li.print a {
	width: 35px;
	background-image: url(../images/ico_print.gif);
	background-repeat: no-repeat;
}
li.print a span {
	display: none;
}
li.mail a {
	width: 35px;
	background-image: url(../images/ico_mail.gif);
	background-repeat: no-repeat;
}
li.mail a span {
	display: none;
}
li.add a {
	width: 35px;
	background-image: url(../images/ico_add.gif);
	background-repeat: no-repeat;
}
li.add a span {
	display: none;
}

/************NEWS Articles************/
/***************************************/
ul.news {
	margin-top: 0px;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
ul.news li {
	list-style-type: none;
	float: left;
}
ul.news li a {
	display: block;
	float: left;
	width: 224px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #89847e;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
}
ul.news li a:hover {
	width: 221px;
	background-image: url("../images/newsArrow.gif");
	background-repeat: no-repeat;
	background-position: right top;
	border-right-style: solid;
	background-color: #f2f1ec;
	border-right-color: #89847e;
}

