/****************************************************************************
	HTML
****************************************************************************/
html, body
{
	margin: 0;
	padding: 0;
	border: none;
}

/****************************************************************************
	BODY
****************************************************************************/

body
{
	margin: 0px;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	background-color: #666666;
	font-size: 12px;
	color: #666666;
	line-height: 18px;
}

select
{
	font-size: 8pt;
	font-family: Verdana;
}

input, textarea
{
	border-right: darkgray 1px solid;
	border-top: darkgray 1px solid;
	font-size: 8pt;
	border-left: darkgray 1px solid;
	border-bottom: darkgray 1px solid;
	font-family: Verdana;
	background-color: #dcdcdc;
}

.InputFlat input
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	border-bottom-style: none;
}

/****************************************************************************
	TEXT
****************************************************************************/

.Continue
{
	font-size: 12px;
	color: #006699;
	font-family: Verdana;
}

.Continue a
{
	color: #006699;
}

.Continue a:hover
{
	color: #CC6600;
}

.Credits
{
	font-size: 11px;
	color: #d3d3d3;
	font-family: Verdana;
}

.Credits a
{
	color: #d3d3d3;
}

.Credits a:hover
{
	color: #d3d3d3;
	text-decoration: underline;
}

/****************************************************************************
	BOX
****************************************************************************/

.MainBox
{
	background-color: #ffffff;
}

/****************************************************************************
	SEPARATORI
****************************************************************************/

hr
{
	color: #666666;
	height: 1px;
}

/****************************************************************************
	LINK STANDARD
****************************************************************************/

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

a:hover
{
	color: #CC6600;
}

a img
{
	border-right: 0px solid;
	border-top: 0px solid;
	border-left: 0px solid;
	border-bottom: 0px solid;
}

/****************************************************************************
	LEFT MENU
****************************************************************************/

.LeftMenu
{
	color: #CC6600;
	font-size: 17px;
	font-family: Arial;
	text-align: right;
}

.LeftMenu a
{
	color: #CC6600;
}

.LeftMenu a:hover
{
	color: #990000;
	text-decoration: none;
}

/****************************************************************************
	FOOTER
****************************************************************************/

.Footer
{
	color: #666666;
	text-align: center;
	border-top: #666666 1px solid;
}

.Footer a
{
	color: #666666;
}

.Footer a:hover
{
	color: #666666;
	text-decoration: underline;
}

/****************************************************************************
	MISC
****************************************************************************/

.HandCursor
{
	cursor: pointer;
}

.Underline
{
	text-decoration: underline;
}

.Underline a
{
	text-decoration: underline;
}

/****************************************************************************
	RECTANGLE
****************************************************************************/

.StdBox
{
	border-right: #c9c9c9 1px solid;
	border-top: #c9c9c9 1px solid;
	border-left: #c9c9c9 1px solid;
	border-bottom: #c9c9c9 1px solid;
	background-color: #FFFFFF;
}

/****************************************************************************
	LIST
****************************************************************************/

.ItemsList
{
    display: block;
    border-bottom: #dcdcdc 1px solid;
    border-left: #dcdcdc 1px solid;
    background-color: #f8f8ff;
    border-top: #dcdcdc 1px solid;
    border-right: #dcdcdc 1px solid;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.ItemsList > img
{
    float: right;
    vertical-align: middle;
}

/****************************************************************************
	MENU
****************************************************************************/

#home_menu{background: url(menu/0.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 37px;
}
#home_menu:hover{
	background: url(menu/0over.png) no-repeat;
}

#attivita_menu{background: url(menu/1.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 109px;
  	margin-left:15px;
}
#attivita_menu:hover{
	background: url(menu/1over.png) no-repeat;
}
#chisiamo_menu{background: url(menu/2.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 69px;
}
#chisiamo_menu:hover{
	background: url(menu/2over.png) no-repeat;
}
#studio_menu{background: url(menu/3.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 67px;
}
#studio_menu:hover{
	background: url(menu/3over.png) no-repeat;
}
#link_menu{background: url(menu/4.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 64px;
}
#link_menu:hover{
	background: url(menu/4over.png) no-repeat;
}
#contatti_menu{background: url(menu/5.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 67px;
}
#contatti_menu:hover{
	background: url(menu/5over.png) no-repeat;
}
#dove_menu{background: url(menu/6.png) no-repeat;
  	display: block;
  	height:12px;
  	width: 79px;
}
#dove_menu:hover{
	background: url(menu/6over.png) no-repeat;
}

