html { 
	padding:0px;
	margin:0px;
	/*Serve per i browser moderni quali Opera e Mozilla, che attribuiscono come altezza effettiva degli elementi body e html solo l'altezza dei contenuti*/
	height:100%;
}

body {
	padding:0px;
    margin:0px;
	height:100%;
	/* Serve a centrare il box container*/
	text-align: center;
	font-family: 'Cabin', arial, serif;
	font-size:16px;
	line-height:24px;
	color:#666666;
	background-image:url(../images/body-background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

/* Formattazione dei link */
a:link {text-decoration: none;color:#3379cd;}
a:hover {text-decoration: underline;color:#4ac4f9;}
a:active {color: #F60;}
a:visited {text-decoration: none;}

/* per evitare bordo colorato alle immagini linkate */
a img {border: 0px;}
a:hover img {border: 0px;}
a:active img {border: 0px;}
a:visited img {border: 0px;}

.color-celeste{color:#3379cd;}

h2 {
	font-size:19px;
	font-weight:normal;
	color:#3379cd;
}

.image-float {
	float:left;
	margin:0px 20px 0px 0px;
}

.separation {
	height:140px;
	width:100%;
	background-image: url(../images/separation.gif);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
}

.span-justify {
	text-align:justify;
}




.top {
	width:100%;
	text-align:right;
}

.top a{
	color:#666666;
}

.top a:hover{
	color:#666666;
}

.top a:active{
	color: #666666;
}


/* Box Container totale */
#container {
	width:980px;
	margin:auto;
}

#container-padding {
	padding-left:5px;
	padding-right:5px;
}




#top-languages {
	width:100%;
	height:30px;
	text-align:left;
}

#top-languages-padding {
	padding-left:0px;
}

#top-languages ul, #top-languages li {
	display:inline;
	list-style:none;
}





#top-header {
	width:100%;
	height:110px;
	text-align:right;
}

#top-header-padding {
	padding-top:0px;
	padding-left:130px;
}

#top-header-padding a{
	color:#474747;
	font-size:24px;
}

#top-header-padding a:hover{
	color:#4ac4f9;
}

#top-header-padding a:active{
	color: #4ac4f9;
}





#header {
	width:100%;
	height:220px;
	text-align:left;
}

#header-padding {
	padding-left:550px;

}

#header h1 {
	font-size:45px;
	color:#303030;
	margin-top:0px;
}

#header h2 {
	font-size:26px;
	color:#303030;
	margin-top:-10px;
}

#header p {
	font-size:18px;
	color:#303030;
	margin-top:-20px;
}





#applestore {
	width:100%;
	height:105px;
	text-align:left;
}

#applestore-padding{
	padding-left:550px;
}





#menu {
	width:100%;
	height:105px;
	text-align:left;
}

#menu a {
	font-size:20px;
	margin-right:40px;
	color:#3379cd;
}

#menu a:hover {
	color:#4ac4f9;
}

#menu a:active {
	color:#F60;
}

#menu-padding {
	padding-left:290px;
	padding-top:5px;
}





#video {
	width:100%;
	text-align:left;
}

#video-1 {
	width:300px;
	vertical-align:top;
	text-align: justify;
}

#video-2 {
	width:30px;
}

#video-3 {
	width:640px;
	vertical-align:top;
}




.what-s-ca {
	width:100%;

	background-position:right top;
	background-repeat:no-repeat;
}

#what-s-ca-ita {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

.what-s-ca-padding {
	padding-top:30px;
	
}


.what-s-ca-1 {
	width:210px;
	vertical-align:top;
	text-align: justify;
	
}

.what-s-ca-2 {
	width:30px;
}

.what-s-ca-3 {
	width:635px;
	vertical-align:top;
	text-align: left;
}


#what-can-you-do {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

#what-can-you-do-ita {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

#what-can-you-do-padding {
	padding-top:20px;
}


#what-can-you-do-1 {
	width:305px;
	vertical-align:top;
	text-align: justify;
}

#what-can-you-do-2 {
	width:30px;
}

#what-can-you-do-3 {
	width:635px;
	vertical-align:top;
	text-align: justify;
}

#what-can-you-do-padding li {list-style-image: url(../images/list-item.gif);}




#how-to-start {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

#how-to-start-ita {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

#how-to-start-padding {
	padding-top:20px;
}


#how-to-start-1 {
	width:305px;
	vertical-align:top;
	text-align: justify;
}

#how-to-start-2 {
	width:30px;
}

#how-to-start-3 {
	width:635px;
	vertical-align:top;
	text-align: justify;
}




#icons-and-functions {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

#icons-and-functions-ita {
	width:100%;
	background-position:right top;
	background-repeat:no-repeat;
}

#icons-and-functions-padding {
	padding-top:20px;
	text-align:left;
}


.icons-and-functions-1 {
	width:85px;
	vertical-align:top;
	text-align: justify;
}

.icons-and-functions-2 {
	width:60px;
	vertical-align:top;
}

.icons-and-functions-3 {
	width:825px;
	vertical-align:top;
	text-align: justify;
}





#footer {
	width:100%;
	height:150px;
	text-align:center;
	background-color:#636363;
}

#footer-content {
	width:980px;
	height:150px;
	margin:auto;
	text-align:left;
	background-color:#636363;
	color:#FFF;
}

#footer-content-padding {
	padding-top:30px;
	padding-left:100px;
}

.address {
	margin-right:50px;
	float:left;
	font-size:14px;
}

#footer-content-padding a{
	color:#FFFFFF;
}

#footer-content-padding a:hover{
	color:white;
}

#footer-content-padding a:active{
	color: #F60;
}