/* 
===================================
Skin styles for FaArredamenti skin
===================================
*/ 
HTML,BODY
{
	margin: 0;
	padding: 0;
	text-align: center; /* IE5.x */
	
}

BODY
{
	font-size:11px;
	font-family:Verdana,Arial,sans-serif;
	color:#000;
	
}


#pagePlaceHolder
{
	width:772px;
	margin:auto; /* Mozilla */
	text-align:left; /* IE5.x */
}

#pageWrapper 
{
	float:left;
	width:770px;
	/*height:400px;*/
	/*border:1px solid blue;*/
	margin-top:10px;
	background:transparent;
}

/******  overloads per skin CRM ********/



/****** skin CRM - LAYOUT *********/






#header, div.topPane
{
	float:left;
	width:100%;
}

#header 
{
	height:70px;
}

div.topPane
{
	
}


#logon
{
	float:right;
	margin-right:5px;
	margin-bottom: 2px;
}

#extendedMenu
{
	float:left;
	width:100%;
	border-top:1px solid #000;
	padding-top: 2px;
}


#contentWrapper
{
	float:left;
	width:100%;
	
	
}



div.contentPane
{
	float:right;
	width:630px;
	
	
	
}

div.leftPane
{
	float:left;
	width:130px;
	
	
	
}

div.bottomPane
{
	float:left;
	width:100%;
	border-top: 1px solid black;
	
	
}





