/****************************************************************************
	HTML
****************************************************************************/

html, body, #wrapper
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper
{
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.WrapperClass
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}

.MainTable
{
	background-repeat: repeat-x;
	background-image: url(../images/background2.jpg);
}
.MainTableHome
{
	background-repeat: repeat-x;
	background-image: url(../images/background.jpg);
}

/****************************************************************************
	BODY
****************************************************************************/

body
{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #971924;
	color: #a1a1a1;
	font-size: 11px;
	font-family: Verdana;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #e5eee9;
	scrollbar-highlight-color: #C0C0C0;
	scrollbar-face-color: #971924;
	scrollbar-shadow-color: #808080;
	scrollbar-darkshadow-color: #ffffff;
	scrollbar-track-color: #EAEAEA;
}

select
{
	font-size: 11px;
	font-family: Verdana;
}

input
{
	border-right: #a9a9a9 1px solid;
	border-top: #a9a9a9 1px solid;
	font-size: 11px;
	border-left: #a9a9a9 1px solid;
	border-bottom: #a9a9a9 1px solid;
	font-family: Verdana;
	background-color: #f5f5f5;
}

.FlatInput input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

img
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.TextInfo
{
	font-family: Arial;
	color: #696969;
	font-size: 13px;
	text-align:justify;
	padding-left: 30px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.Text
{
	font-family: Arial;
	color: #696969;
	font-size: 13px;
	text-align:justify;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}
/****************************************************************************
	LINK STANDARD NELLA PAGINA
****************************************************************************/

a
{
	color: #ffffff;
	text-decoration: none;
}

a:hover
{
	color: #ffae00;
}

/****************************************************************************
	SEPARATORI
****************************************************************************/

hr
{
	padding-bottom: 0px;
	margin: 0px;
	color: #971924;
	padding-top: 0px;
	height: 3px;
}

/****************************************************************************
	FOOTER
****************************************************************************/

.Footer
{
	font-size: 13px;
	font-family: Arial;
	color: #ffffff;
	text-align: center;
	padding-top: 25px;
}
	
	
}

.Footer a
{
	font-weight: bold;
	text-decoration: none;
}

.Footer hr
{
	padding-bottom: 0px;
	margin: 0px;
	color: #a9a9a9;
	padding-top: 0px;
	height: 1px;
}

/****************************************************************************
	TITOLI
****************************************************************************/

.Title
{
	font-family: Verdana;
	font-size: 18px;
	color: #971a22;
	text-align: left;
	font-weight: bold;
	padding-left: 30px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.LilTitle
{
	font-family: Verdana;
	font-size: 11px;
	color: #dd454f;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.LilTitle a
{
	font-family: Verdana;
	font-size: 11px;
	color: #971a22;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.LilTitle a:hover
{
	font-family: Verdana;
	font-size: 11px;
	color: #dd454f;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.LilTitleSel
{
	font-family: Verdana;
	font-size: 11px;
	color: #971a22;
	text-align: left;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 5px;
}



/****************************************************************************
	FORM
****************************************************************************/

.FormStyle
{
}

.FormStyle td
{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

/****************************************************************************
	MENU
****************************************************************************/

.TopMenu
{
	padding-bottom: 30px;
}

.TopMenu td
{
	font-family: Verdana;
	font-size: 14px;
	color: #727272;
	text-align: center;
	width: 33%;
}

.TopMenu a
{
	color: #727272;
}

TopMenu a:hover
{
	color: #3a1e13;
}

.BottomMenu
{
	font-size: 13px;
	font-family: Verdana;
	color: #cccccc;
	text-align: left;
	padding-left: 15px;
	padding-top: 10px;
	padding-bottom: 15px;
}

.Suggestion
{
	color: #934555;
	background-color: #ffffff;
	font-family: Verdana;
	font-size: 12px;
	border-right: #934555 1px solid;
	border-top: #934555 1px solid;
	border-left: #934555 1px solid;
	border-bottom: #934555 1px solid;
}

.Suggestion td
{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;

}

.Suggestion a
{
	color: #9e1a28;
}
.Suggestion a:hover
{
	color: #ff8400;
}
/****************************************************************************
	HOME
****************************************************************************/

.HomeWindow
{
	width: 550px;
	background-color: #ffffff;
	border-right: #6f6f6f 0px solid;
	border-top: #6f6f6f 0px solid;
	border-left: #6f6f6f 0px solid;
	border-bottom: #6f6f6f 0px solid;
}

.PubWindow
{
	width: 690px;
	height: 450px;
	background-color: #e5eee9;
	border-right: #6f6f6f 0px solid;
	border-top: #6f6f6f 0px solid;
	border-left: #6f6f6f 0px solid;
	border-bottom: #6f6f6f 0px solid;
	margin-right: 10px;
}

.LeftMenu
{
	width: 200px;
}
.LeftMenu td
{
	background-color: #3a1e13;
	height: 30px;
	text-align: left;
	padding-left: 10px;
	font-family: Verdana;
	font-size: 12px;
	color: #ffffff;
	border-right: #705648 1px solid;
	border-top: #705648 1px solid;
	border-left: #705648 1px solid;
	border-bottom: #705648 1px solid;
}

.RightMenu
{
	width: 128px;
}

.RightMenu td
{
	border-right: #5f4038 2px solid;
}

.HomeSen
{
	font-size: 13px;
	font-family: Verdana;
	font-weight: bold;
	color: #454545;
	text-align: center;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
}

/****************************************************************************
	GALLERY
****************************************************************************/

.PreviewGallery
{
	border-right: #ffffff 0px solid;
	border-top: #ffffff 0px solid;
	border-left: #ffffff 0px solid;
	border-bottom: #ffffff 0px solid;
	background-color: #ffffff;
	vertical-align: middle;
}

/****************************************************************************
	GUESTBOOK
****************************************************************************/

.GBDate
{
	background-color: #971924;
	color: #ffffff;
	text-align: left;
	padding-left: 5px;
}

.GBNick
{
	background-color: #971924;
	color: #ffffff;
	text-align: left;
	padding-left: 2px;
	border-top: #ffffff 1px solid;
}

.GBMsg
{
	border-top: #ffffff 1px solid;
	font-family: Arial;
	color: #696969;
	font-size: 13px;
	text-align: left;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: #971924 1px solid;
	border-right: #971924 1px solid;
	border-left: #971924 1px solid;
}

/****************************************************************************
	SITEMAP
****************************************************************************/

.sitemap
{
    color: #c83340;
    font-size: 12px;
    font-weight: bold;
}

.sitemap a
{
    color: #c83340;
    font-size: 12px;
    font-weight: bold;
}

.sitemap a:hover
{
    color: #920d19;
    font-size: 12px;
    font-weight: bold;
}