h1 { color : #666; }

.bodyStyle
{
	/*background-color : #b4b3b6;*/
	background : #b4b3b6 url(images/backgroundHeader.jpg) repeat-x 0 top;
	font : 14px/16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color : #000;
}

.containerStyle
{
    /*
        La classe è applicata al contenitore principale,
        quindi all'elemento immediatamente successivo al
        tag "body".
        Si può pensare, ad esempio, di applicarvi un'imma-
        gine di sfondo, o un colore di background.
    */
}

.headerStyle
{
    /*
        La classe è applicata all'elemento che racchiude
        tutta l'intestazione della pagina.
    */
	width : 1024px;
	height : 442px;
	background : url(images/headerBg.jpg) no-repeat right bottom;
}

.headerContentStyle
{
    /*
        La classe è applicata all'elemento che racchiude,
        la parte principale dellintestazione della pagina
        (eventuale orologio, titolo e sottotitolo).
    */
	height : 200px;
	/*background : url(images/logoCompany.png) no-repeat left center;*/
}

div#headerContent .clockStyle
{
    color : #fff;
    text-align : center;
    padding : 5px;
    width : 250px;
    float : right;
    font-weight : bold;
}

div#headerContent .siteTitleStyle
{
    padding : 20px 40px 0 0;
    font-size : 1.40em;
	line-height: normal;
	text-align : right;
    color : #fff;
}

div#headerContent .siteSubTitleStyle
{
    padding : 0 0 0 80px;
    font-size : 1.28em;
    font-style : italic;
    color : #fff;
}

.mainContentStyle
{
	width : 1024px;
	margin : 0 auto;
	background : #b4b3b6;
}

.subMainContent
{
	position : relative;
	padding : 0;
}

.navigationStyle
{
	float : left;
	margin-top : 17px !important;
	margin-top : 17px;
    margin-left : 3px !important;
	margin-left : 3px;
}

div#navigation ul,
#guestBook ul,
#photoGallery ul
{
	margin : 0;
	padding : 0;
	list-style-type : none;
}

.navigationUlStyle { width : 224px; }

div#navigation li
{
	position : relative;
	height : 36px;
	margin-bottom : 3px;
	padding-left : 7px;
	background-image : url(images/navigationMenuItemBg.png);
	background-repeat : no-repeat;
	cursor : pointer;
}

div#navigation li:hover
{
    background-image : url(images/navigationMenuItemBgHover.png);
	border-left : 5px solid trasparent;
}

div#navigation ul li div
{
	display : none;
	position : absolute;
	top : 0;
	left : 224px;
 	width : 224px;
	opacity : 0.9;
	z-index : 5;
}

div#navigation li.menuWithChildren { background : url(images/navigationMenuItemChildBg.png) no-repeat left center; }

div#navigation li.menuWithChildren:hover
{
	background : url(images/navigationMenuItemChildBgHover.png) no-repeat left center;
	font-weight : bold;
}

div#navigation ul li a.menuAnchor,
div#navigation ul li span
{
	display : block;
	padding-top : 10px;
	text-decoration : none;
	color : #161616;
}

div#navigation ul li a.menuAnchor:hover,
div#navigation ul li span:hover { color : #161616; }

#divSiteBottomText { text-align : center; color : #FFF; }

.loginStatus { float : right; }

#guestBook {}

#guestBook li
{
    padding : 12px 12px 4px 12px;
    border-bottom : dotted 1px silver;
}

#guestBook div.avatarContainer
{
    float : left;
    margin-right : 14px;
    padding : 10px;
    border-bottom : 2px solid silver;
    border-right : 2px solid silver;
    -webkit-border-radius : 0.8em;
    -moz-border-radius : 0.8em;
}

#guestBook p
{
    clear : both;
    padding : 12px;
    border-top : solid 1px #e5e5e5;
    line-height : 24px;
    color : #666;
}

#guestBook .commentText
{
    float : left;
    width : 480px;
}

#guestBook .userInfo
{
    padding : 12px;
    float : left;
}

#guestBook .dateInfo
{
    float : right;
    padding : 12px;
    font-size : 11px;
    color : Silver;
}

.note
{
    font-size : 11px;
    color : #999;
}

#photoGallery {}

#photoGallery li.picturesContainer
{
    float : left;
    padding : 6px;
    position : relative;
}

.textFields
{
	padding : 8px;
	border : solid 1px #999;
	background : #FFF;
	font-size : 14px;
	color : #000;
}

.pulsante
{
	display : block;
	height : 28px;
	border : 1px solid #800000;
	background-image : url(images/buttonBg.gif);
	background-repeat : repeat-x;
	font-weight : bold;
	color : #FFF;
	cursor : pointer;
}

.statusLogin
{
    float : right;
    margin-right : 25px;
    margin-top : -15px;
}

div#footer
{
	width : 1024px;
	height : 90px;
	margin : 0 auto;
	padding-top : 60px;
	/*background : transparent url(images/background-Footer.gif) no-repeat center top;*/
	font-size : 0.92em;
	color : #FFFFFF;
}

.sitoMastroNotice { background-color : #3168b4; }

#footerContainer {}

#footTable { margin : 0 auto; }

div#footer .visitCounter { text-align : left; }

div#content
{
	float : right;
	max-width : 75%;
	min-width : 75%;
	padding : 0 0 0 0;
}

div#content h1
{
	font-size : 1.62em;
	font-weight : normal;
	line-height : normal;
}

.pageTextContent
{
	position : relative;
	font-size : 10pt;
	font-weight : normal;
	line-height : normal;
	text-decoration : none;
	color : #000;
}

.pageTextContent a { color : #333; }