/*** GENERAL TEMPLATE *****/
* {
	font-size: 14px;
	font-family: "Myriad Pro", Helvetica, sans-serif;
	color: black;
	text-decoration: none;
}

html{ overflow-y : scroll; }
html, body { background:url(http://www.iphonesmartapps.org/gradient_texture20101116.jpg) repeat-x scroll 0 0 #eee; }

a img {
border: 0 none;
}

#wrapper {
padding-top: 10px; 
width: 840px; 
margin: auto;
}

#title {
font-size: 1.2em; 
height: 50px;
}

#title div {
height: 50px;
padding-left: 80px;
font-size: inherit;
padding-top: 30px;
}

#logo {
	position: absolute;
	padding-top: 0px;
	
	top: 17px;
	
	/* Per il logo natalizio
	top: 4px; valore originale
	margin-left: -29px;
	*/
	
}


#header {
padding: 0px 20px; 
background-color: #dbecf4; 
-moz-border-radius: 5px;
border-radius: 5px;  
padding: 12px 20px;
text-align: right;
}

#header a { 
font-size: 1.2em; 
padding-left: 20px; 
text-decoration: none; 
}

#navIndicator {
	position: absolute;
	padding-left: 540px; /* sulla index di default */
	top: -10px;
}

#navIndicatora {
	position: absolute;
	padding-left: 615px; /* sulla index di default */
	top: -10px;
}

#navIndicator3 {
	position: absolute;
	padding-left: 690px; /* sulla index di default */
	top: -10px;
}

#navIndicator4 {
	position: absolute;
	padding-left: 775px; /* sulla index di default */
	top: -10px;
}


#content {
padding: 20px 0px 20px 0px;
min-height: 400px; 
}

#footer {
text-align: center;
padding: 10px 0px; 
font-size: 0.8em;
color: #999;
border-top: 1px solid #BBB;
border-bottom: 1px solid #BBB;
}

#footerText {
text-align: center;
padding: 10px 0px; 
font-size: 0.8em;
color: #999;
}

/*** END GENERAL TEMPLATE *****/

.slogan {
font-weight: bold;
font-size: 14px;
padding-left: 10px;
border: 1px solid orange;
vertical-align:  middle;
}

/*********** PROMO **************/

.promo { display: table; width: 650px; margin:auto;}
.promotext { display:table-cell; vertical-align: middle; padding-top: 15px; padding-left: 20px; text-align: justify;}
.promotext ul { padding-left: 20px; }
.slideshow { display:table-cell; vertical-align: middle; float: left; padding-right: 10px;  }
.slideshow img { padding: 15px; }


/******** END PROMO *******/


/*** CAROUSEL TEMPLATE *****/
.stepcarousel{
position: relative; /*leave this value alone*/
border: 0px;
overflow: scroll; /*leave this value alone*/
width: 840px; /*Width of Carousel Viewer itself*/
height: 155px; /*Height should enough to fit largest content's height*/
}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}
.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 0px 10px 5px 5px; /*margin around each panel*/
width: 200px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
}

.block div {
padding: 10px;
}

.block {
background-image: url('images/isablock150.png');
background-repeat: no-repeat;
background-position: center center;
text-decoration: none;
width: 200px;
height: 150px;
margin: 0px;
}

.block a {
text-decoration: none;
}

.blockContainer a {
text-decoration: none;
}

.blockTitleGray {
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid gray;
font-variant: small-caps;
font-size: 13px;
text-align:center;
}

.blockTitle {
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid orange;
font-variant: small-caps;
font-size: 13px;
}

.blockSubTitle {
text-decoration: none;
font-size: 11px;
height: 10px;
}

.block img {
border: 0px;
display: block;
margin-left: auto;
margin-right: auto; 

}
/*** END CAROUSEL TEMPLATE *****/

.testoParagrafoBoldItalic {
	font-size: 18px;
	font-style: italic;
	color: #999;
	text-align:justify;
	word-wrap: break-word;
}

.testoParagrafo, .testoParagrafo li {
	font-size: 14px;
	color: #666;
	text-align:justify;
	word-wrap: break-word;
}

.titoloParagrafo {
	font-size: 18px;
	color: #000;
}

.container {
	background: #FFF;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.content {
	padding: 10px 0;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

#parContainerLeft {
	margin: auto;
	clear: both;
	display: table;
	position:relative;
	width:95%;
}

#parContainerLeftFirstElement {
	float: left;
	display:table-cell;
}

#parContainerLeftSecondElement {
	width:auto;
	display:table-cell;
	vertical-align:middle;
	padding: 20px;
}


#parContainerThreeColumns {
	clear: both;
	position:relative;
	width:auto;
	left: auto;
}
#parContainerThreeColumnsInnerDiv {
	position:relative;
}

#parContainerThreeColumnsElementImage {
	position:relative;
	margin: 40px;
	float: left;
}
#parContainerThreeColumnsText {
	position:relative;
	width:200px;
}


#parContainerRight {
	position:relative;
	width:100%;
	display: table;
	margin: auto;
}

#parContainerRightFirstElement {
	float: right;
	display:table-cell;
}

#parContainerRightSecondElement {
	width: auto;
	padding: 20px;
	display:table-cell;
	vertical-align:middle;
}


/*** CONTACTS ****/
input[type="text"], input[type="password"], textarea  {
	border: 1px solid #BBB;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 110px;
	width: 300px;
}


.formRow label { position: absolute; text-align:right; width:100px;  }

.buttons {
text-align: center;
}

.buttons input[type="reset"] {
padding-right: 50px;
}

.formRow {
	padding: 10px 0px;
}












