/* GENERAL */
*{margin: 0;padding: 0;}
a:link{color: #3C78B5;}
a:visited{color: #608BB9}
a:hover{text-decoration: none;}

body,html
{

	background: url(../images/back.gif);
	background-color: #726d6d;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: center;
	color: #555555;
}
#boxsite
{
	width: 758px;
	min-height: 100%;
	margin: 0 auto;
	text-align: left;
	top: 0px;
	
	background-color: #fff;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
}
* html #boxsite
{
	height: 100%;
}
.clearer, .clear
{
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* HEADER */
#header
{
	height: 130px;
	z-index: 5000;
}
.logo
{
	position: absolute;
	z-index: 5000;
	top: 36px;
}
.inheader
{
	position:absolute;
	top:36px;
	left: 190px;
}
/* CONTENT */

#mainContent
{
	/*padding-bottom: 150px;*/
	z-index: 1000;
	background-image: url(../images/shadow.gif);
	background-repeat: repeat-y;
}

#content
{
	display: inline;
	clear: both;
	float: left;
	margin-top: 0;
	margin-left: 0;
	width: 100%;
	margin-bottom: 20px;
}
.bodyContent
{	
	width: 565px;
	font-size: 0.7em;
	position: relative;
	top:0px;
	margin-left: 182px;
	/*margin-bottom: 280px;;*/
}
.bodyContent .content
{
	padding: 10px;
}
.colSx
{
		width: 182px;
		position: absolute;
		top:150px;
	font-size: 0.7em;
}
/* FOOTER */

#footer
{
	width: 760px;
	font-size: 0.7em;
	color: #fff;
	text-align: center;
	height: 50px;
	margin-top: -50px;	
	position: absolute;
	background: url(../images/back.gif);
	background-color: #726d6d;
}

#footer .content
{
	padding: 10px;
	width: 706px;
	color: #fff;
	text-align: center;
}
#footer a
{
	color: #fff;
}
.closeFooter
{
	position: absolute;
	top: 0px;
	left: 1px;
}
/* MENU */
.menu1  /* (ie6,ie7) */
{
	font-size: 0.7em;
	width: 743px;
	margin-left: 3px;
	height: 31px;
	
	border: 1px solid #D3D3D3;
	
	background-image: url(/templates/arrediinte/images/back_end.gif);
}
.menu1 img  /* (ie6,ie7) */
{
	margin-top:-1px;
	vertical-align:middle;
	display: inline-block;
}
.menu1 .link, .menu1 .start,.menu1 .end
{
	vertical-align:middle;
	background-image: url(/templates/arrediinte/images/back_link.gif);

	display: inline-block;
}
.menu1 .end
{
	width: 153px;
}
.menu1 .link a, .menu1 .start, .menu1 .end  /* (ie6,ie7) */
{

	color:#707070;
	background-image: url(/templates/arrediinte/images/back_link.gif);
	padding: 10px 12px 9px 12px;
	text-decoration: none;	
	display: inline-block;
}
.menu1 .link a:hover  /* (ie6,ie7) */
{
	color:#D45422;

	padding: 10px 12px 9px 12px;

	background-image: url(/templates/arrediinte/images/back_link_on.gif);
	text-decoration: none;	
	display: inline-block;
}
/* END MENU 1 */
ul
{
margin: 0px 0px 0px 0px;	
padding: 0px 0px 0px 0px;
}
li  /* (ie6,ie7) */
{

list-style-image: url(/templates/arrediinte/images/point_ie.gif);
padding: 0px;
list-style-position: inside;
line-height: 20px;
}
.menu2 li a
{
	color:#555555;
	text-decoration: none;
}
.menu2 li a:hover
{
	color:#D45422;
	text-decoration: none;
	border-bottom: 1px solid #555555;
}
/* EXTRA */
#shadow
{
	position: absolute;
	top: 164px;
	width: 100%;
	left: 0px;
	text-align: center;
	z-index: 10000;
}

#footer
{
	position: relative;
	z-index: 200;
}