/* CSS definition file containing sitestyle stylesheets */
p,a,p.bodytext,div,span,h1, h2,h3,h4,h5,h6,td,input,select{
		color: #000000;
		font-family : Verdana, Tahoma, Times New Roman;
		font-size : xx-small;
	}
	body{
	margin-top: 0px;
	scrollbar-face-color : #CACDD2;
	scrollbar-darkshadow-color : #CACDD2;
	scrollbar-shadow-color : #E7E7E7;
	scrollbar-track-color : #CACDD2;
	scrollbar-arrow-color : #E7E7E7;
	scrollbar-base-color : #CACDD2;
	scrollbar-3dlight-color : #E7E7E7;
	scrollbar-highlight-color : #CACDD2;
	background-image: url(imgcotton/sfondo.jpg);
	background-repeat : y-repeat;
	}

	#flash{
	width: 760px;
	height: 98px;
	margin-top: 0px;
	}
	
	#centrale{
	width: 760px;
	height: 321px;
	}
	
	#immaginefoto{
	width: 394px;
	height: 321px;
	float: left;
	background-image: url(imgcotton/immaginefoto.jpg);
	background-repeat : no-repeat;
	}
	#contenuti{
	width: 366px;
	height: 321px;
	float: left;
	background-image: url(imgcotton/contenutifoto.jpg);
	background-repeat : no-repeat;
	}
		
		#titolopag{
		width: 366px;
		height: 25px;
		}
		
		#content{
		width: 366px;
		height: 296px;
		overflow: auto;
		}
		
			#content div.divsingolocontenuto{
			width: 345px;
			}
	
			#content p.bodytext{
			color: #384151;
			font-family : Verdana, Tahoma, Times New Roman;
			font-size : xx-small;
			text-align: left;
			margin: 0px 0px 0px 0px;
			}
			#content div{
			color: #384151;
			font-family : Verdana, Tahoma, Times New Roman;
			font-size : xx-small;
			text-align: left;
			margin: 0px 0px 0px 0px;
			}
			#content h1{
			color: #A1812C;
			font-family : Verdana, Tahoma, Times New Roman;
			font-size : x-small;
			font-weight: bold;
			text-align: left;
			margin: 0px 0px 0px 0px;
	}
		
	#piepagina{
	width: 760px;
	height: 193px;
	background-image: url(imgcotton/piepagina.jpg);
	background-repeat: no-repeat;
	background-color: #B2B6BC;
	}
	#indirizzo{
	width: 380px;
	height: 50px;
	text-align: left;
	float: left;
	color: #ffffff;
	font-family: Verdana, Tahoma, Times New Roman;
	font-size: xx-small;
	margin-top: 23px;
	margin-left: 3px;
	}
	#email{
	width: 357px;
	height: 50px;
	text-align: right;
	float: left;
	margin-top: 10px;
	}
	#email a{
	color: #ffffff;
	font-family : Verdana, Tahoma, Times New Roman;
	font-size : xx-small;
	font-weight: bold;
	text-decoration: none;
	}
	#email a:hover{
	color: #384151;
	font-family : Verdana, Tahoma, Times New Roman;
	font-size : xx-small;
	font-weight: bold;
	text-decoration: none;
	}
	#######################################################################################
	
	
		/* COMMON */
	.csi-textpic {
		/*padding: 5px;*/
		/*background: #DDDDFF;  XXX demo only*/
		/*border: 2px solid green;  XXX demo only*/
	}
	
	.csi-textpic img {
		/*border: 1px solid black;  XXX demo only*/
		margin: 3px;
	}
	
	.csi-textpic .csi-caption {
		text-align: center;  /* will have to be an inline style?  - controlled by TS [left - right - center]*/
		font-style: italic;  /*XXX demo only*/
	}
	
	.csi-textpic .csi-image {
		/*border: 1px solid red;  XXX demo only*/
		/*margin: 0 0 3px 0;  XXX demo only*/
		/*background: #FFF;  XXX demo only*/
		/*width: 210px; will have to be an inline style - controlled by TS*/
	}
	
	.csi-textpic .csi-imagewrap {
		/*border: 1px solid blue; XXX demo only*/
	}
	
	.csi-textpic .csi-text {
		/*border: 1px solid silver; XXX demo only*/
		/*text-align: left; will have to be an inline style - controlled by TS*/ 
	}
	
	.csi-text p {
		margin-top: 0;
	}
	
	/* CENTER */
	
	.csi-center .csi-image {
		/*margin: 0px auto 3px;
		float: none;
		clear: both;
		text-align : center; */
	}
	
	/* RIGHT */
	.csi-right div.csi-image {
		float: right;
		clear: both;
	}
	
	.csi-right div.csi-text {
		clear: right;
	}
	
	
	/* LEFT */
	.csi-left div.csi-image {
		float: left;
		/*clear: both;*/
	}
	
	.csi-left div.csi-text {
		/*clear: left;*/
	}
	
	
	/* INTEXT LEFT */
	.csi-intext-left .csi-image {
		float: left;
		/*clear: both;*/
	    margin-right: 5px;
	}
	
	
	/* INTEXT RIGHT */
	.csi-intext-right .csi-image {
		float: right;
		clear: both;
		margin-left: 5px;
	}
	
	
	/* INTEXT RIGHT NOWRAP */
	.csi-intext-right-nowrap .csi-text {
		margin-right: 215px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-right-nowrap .csi-image {
		float: right;
		clear: both;
	}
	
	
	/* INTEXT LEFT NOWRAP*/	
	.csi-intext-left-nowrap .csi-text {
		margin-left: 0px; /*will have to be an inline style - controlled by TS*/
	}
	
	.csi-intext-left-nowrap .csi-image {
		float: left;
		clear: both;
		margin-top: 5px;
	}
)
	
	
	######################################################################################
	
	
