/* CSS Reset */
* {
	margin: 0;
	padding: 0;
	font-family: Colibrì, Arial, Helvetica, sans-serif;
}
html {
	background: white url('/images/body_bg.jpg') no-repeat top;
}
body {
}
#sfondo {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: url('/images/modella.png') no-repeat fixed left bottom;
}
#container {
	position: relative;
	width: 1024px;
	margin: 0px auto 0 auto;
}
/* 1024 x 165 */
#intestazione {
	width: 1024px;
	height: 165px;
	background: url('/images/Intestazione.png') no-repeat top;
}
#intestazione h1 {
	position:fixed;
	left:-5000px;
}
#intestazione h2 {
	position:fixed;
	left:-5000px;
}
#menu {
	padding: 75px 130px 0 50px;
}
#menu ul {
	float: left;
	list-style: none;
}
#menu ul li {
	display: block;
	float: left;
}
#menu a {
	height: 30px;
	margin-left: 2px;
	padding: 6px 10px 6px 10px;
	background: url('/images/SfondoMenuNonSelezionato.png') repeat-x;
	font-size: 28px;
	font-variant: small-caps;
	text-decoration: none;
	color: white;
}
#menu a:hover {
	background: url('/images/SfondoMenuSelezionato.png') repeat-x;
}
/* mouse over link */
#menu a:active {
	color: orange;
}
#corpo {
	width: 960px;/*924*/;
	min-height: 300px;
	padding: 10px 32px 60px 32px;
	background: url('/images/OmbraCorpo.png') repeat-y center;
}
/* 1024 x 95 */
#fondopagina {
	width: 924px;
	height: 95px;
	padding: 21px 50px 0 50px;
	background: url('/images/FondoPagina.png') no-repeat top;
	text-align: center;
}
#fondopagina p {
	font-size: small;
}
#news {
	padding-top: 30px;
	padding-left: 15px;
	height: 180px;
}
#newsitem {
	display: block;
	margin-left: 10px;
	padding-left: 15px;
	padding-right: 25px;
	width: 260px;
	height: 180px;
	overflow: auto;
	float: left;
	background: url('/images/SfondoNews.png') no-repeat left top;
}
#newsitem h3 {
	padding: 12px 0 7px 0;
	font-size: medium;
	font-variant: small-caps;
	color: #51588A;
}
#newsitem p {
	color: #141E1E;
}
#newsitemdata {
	color: #141E1E;
         font-size: x-small;
         font-weight: bold;
}

/* layout una colonna */
.colonnacentrale {
	padding-left:70px;
	padding-right:70px;
}

/* layout due colonne */
.colonnasinistra {
	float: left;
	width: 650px;
	text-align: justify;
	padding-top: 10px;
	padding-left: 30px;
}
.colonnasinistra h2 {
	font-size: 18px;
	font-weight: 100;
	padding: 15px 0 7px 0;
}
.colonnasinistra h2 a {
	text-decoration: none;
}
.colonnasinistra h2 a:hover {
}
.colonnadestra {
	float: right;
	width: 180px;
	padding-top: 5px;
	padding-right: 70px;
	padding-left: 30px;
}
.colonnadestra h2 {
	margin: 10px 0 0 0;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	color: #7988AF;
	font-size: 15px;
}
.colonnadestra ul {
	padding: 10px 0 15px 30px;
	list-style-type: square;
	color: #99AECD;
}
.colonnadestra ul li a {
	text-decoration: none;
	font-weight: 600;
}
.colonnadestra ul li a:hover {
}


/* layout foto */
#foto {
	padding:30px;
}

#foto ul {
 list-style-type:none;
 margin-left:30px;

}

#foto li {
	width:120px;
	height:120px;
	display:block;
	float:left;	
  background: url('/images/CorniceFoto.png') no-repeat;
	text-align:center;
	padding-top:10px;
	margin:7px;
	display: table-cell; 
}

.flashHeader {
	padding-right:40px;
	padding-left:40px;
}

























/* rumenta */
.box {
	width: 320px;
	height: 185px;
	float: left;
}
.box h2 {
	font: bold 20px Verdana, Geneva, sans-serif;
	color: #0f83bc;
	text-transform: uppercase;
	margin: 35px 0 0 140px;
}
.box p {
	font: normal 12px/18px Verdana, Geneva, sans-serif;
	color: #0c3b4a;
	margin: 0 30px 0 140px;
}
.client {
	background: url('images/box1.jpg') no-repeat 0 0;
}
.work {
	background: url('images/box2.jpg') no-repeat 0 0;
}
.book {
	background: url('images/box3.jpg') no-repeat 0 0;
}
#leftCol {
	width: 630px;
	float: left;
	margin: 20px 0 0 10px;
}
#leftCol h2 {
	font: bold 20px/24px Verdana, Geneva, sans-serif;
	color: #094e64;
}
#leftCol p {
	font: normal 14px/20px Arial, Helvetica, sans-serif;
	color: #094e64;
	margin-top: 10px;
}
#newsletter {
	position: relative;
	width: 320px;
	height: 110px;
	float: left;
	background: url('images/newsletter_bg.jpg') no-repeat 0 0;
	margin: 20px 0 50px 0;
}
#newsletter label {
	font: bold 16px Verdana, Geneva, sans-serif;
	letter-spacing: -1px;
	margin-top: 26px;
	width: 100%;
	display: block;
	color: #fff;
	text-align: center;
}
#emailInput {
	position: absolute;
	top: 51px;
	left: 5px;
	width: 200px;
	margin: 0px 0 0 30px;
	font: bold 20px Verdana, Geneva, sans-serif;
	color: #999;
	border: 0;
	background-color: transparent;
	border: none;
}
#submitButton {
	position: absolute;
	top: 43px;
	right: 27px;
	width: 50px;
	height: 40px;
	margin-top: 5px;
	padding: 0;
}
#footer {
	clear: both;
	width: 940px;
	border-top: 1px dashed #094e64;
}
#footer p {
	margin: 15px 0;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #094e64;
}

table.fashiontourtable 
{text-align: center;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
font-weight: normal;
font-size: 11px;
color: #fff;
width: 600px;
background-color: #666;
border: 0px;
border-collapse: collapse;
border-spacing: 0px;}

table.fashiontourtable td 
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: left;
border: 1px #fff solid;}

table.fashiontourtable td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;} 





/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

