	/* CSS Document */
html{
	height:101%;
}

body {	
	font-family: 'Lucida Grande',Helvetica,Arial,sans-serif;
	font-size:100%;
	background-color:#222;
	border-top:5px solid #111;
}

* {
	padding:0;
	margin:0;
}

.clear {
	clear: both;
	line-height:0;
}

a {
	outline: none;
}

input {
	width:300px;
	background:#111;
	border:1px solid #444;
	color:#fff;
	padding:5px;
}
textarea {
	width:500px;
	background:#111;
	border:1px solid #444;
	color:#fff;
	padding:5px;
	height:200px;
}

.button, .button:hover{
	background-color:#a9014b;
	color:#fff;
	text-shadow:0 2px 0px #222;
	width:150px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px; border:1px solid #c90060;
}

.button:hover {
	border-color:#ef1675;
}


/* Header  */
#header_container {
	width:auto;
	margin:0 0 0px 0; 	
}

#header {
	margin:0px auto 0px auto;
	width:950px;
	height:140px;
	border-bottom:1px solid #333;
}

#logo {
	width:200px;
	padding:0px 0 0 0;
}

#header_slogan {
	margin:10px auto 0px auto;
	width:800px;
}


/* Navigation Bar */
#nav {
	width:auto;
	float:right;
	padding:0px 0 0px 0; 
}

#nav li {
	padding:120px 0 0 0;
	height:20px;
	list-style:none;
	float:left;
	min-width:50px;
	text-align:center;
	border-bottom:1px solid #0099ff;
    margin:0 0px 0 2px;
}

#nav li a {
	display:block;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	font-size:12px;
}


/* General Container */
#container {
	width:950px;
	margin:0px auto 0px auto;
	padding:60px 0 0px 0;
	min-height:350px
}

div.container {
	height:auto !important;/* per i browser moderni */
	height:350px;      /* per IE5.x e IE6 */
	min-height:350px;  /* per i browser moderni */
}


/* Content + Sidebar */
#content {
	width:700px;
	margin:0 0 0px 0;
	height:auto;
	margin:0 0 30px 0;
}

#sidebar {
	float:right;
	width:130px;
}


/* Modulo Portfolio - About */
#about {
	height:auto;
}

/* Contiene due moduli singoli*/
#modulo_container {
	min-height:300px;
	width:700px;
	margin:0 0px 50px 0;
}
#about_container {
	width:700px;
}

/* Modulo singolo*/
#modulo {
	width:320px;
	margin:0 30px 30px 0;
	float:left;
}
#modulo ul {
	list-style:none;
	margin:20px 0 0 0;
}
#modulo li {	
	font-size:12px;
	line-height:12px;
	color:#999;
	float:left;
	margin:0 15px 0 0;
	background:url(../images/arrow2.png) center  left no-repeat;
	text-indent:22px;
	text-shadow: 0px 1px 2px #111;	
}
#about_modulo {
	width:325px;
	float:left;
	padding:0 0 40px 0;
}

.prova {
	margin:0 0 0 50px;
}

#about p {
	font-size:12px;
	line-height:22px;
	font-style:normal;
	font-weight:normal;
	color:#777;
	margin:10px 0 0 0;
}	
	
#about li {	
	font-size:12px;
	font-weight:bold;
	color:#ccc;
	border-bottom:1px solid #555;
	padding:10px 0;
	text-shadow:none;	
	list-style:none;
	width:325px;
	background:none;
	text-indent:0;
	float:none;
}

#about a {	
	color:#ccc;
}


/* Subfooter  */
#subfooter_container {
	width:auto;
}

#subfooter {
	width:950px;
	margin:0 auto 0 auto;
	min-height:300px;
	border-top:1px solid #333;
	padding:40px 0 40px 0;
}

div.subfooter {
	height:auto !important;/* per i browser moderni */
	height: 300px;      /* per IE5.x e IE6 */
	min-height: 300px;  /* per i browser moderni */
}

#subfooter_modulo {
	width:200px;
	margin:20px 50px 0 0;
	float:left;
	display:block;
} 
#subfooter_modulo2 {
	width:200px;
	margin:20px 0 0 0;
	float:left;
	display:block;
} 
#subfooter ul {
	list-style:none;
}
#subfooter li {
	font-size:11px;
	line-height:30px;
	color:#bbb;
	background:url(../images/arrow.png) left no-repeat;
	text-indent:20px;
}
#subfooter li a {
	border-bottom:1px solid #c70079;
	padding-bottom:2px;
	margin-left:0px;
	color:#777;
	text-decoration:none;
}

/* Footer Inserito all'interno del Subfooter  */
#footer {
	width:auto;
	height:50px;
	background-color:#111;
}
#footer p {	
	font-size:11px;
	line-height:50px;
	font-weight:normal;
	font-style:normal;
	color:#777;
	width:950px;
	margin:0 auto 0 auto;
}
#footer a {	
	font-size:11px;
	line-height:50px;
	font-weight:normal;
	font-style:normal;
	color:#ff0099;
	border-bottom:1px solid #333;
}
	

/* Font */
p {
	font-size:12px;
	line-height:22px;
	color:#777;
	text-align:left;
	margin:0 20px 0 0;
}

.titolo {
	margin:10px 0 10px 0 ;
	font-size:14px;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	color:#eee;
}
	
.h3 {
	font-size:24px;
	letter-spacing:0px;
	text-align:right;
	font-weight:normal;
	color:#777;
	font-family:Helvetiker, Helvetica, serif;
}
	
.h4 {
	font-size:18px;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	color:#bbb;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
	text-indent:0px;
	border-bottom:1px solid #333;
}
	
.h5 {
	font-size:22px;
	line-height:30px;
	margin:0 0 20px 0;
	letter-spacing:0px;
	text-align:left;
	font-weight:normal;
	font-style:normal;
	color:#aaa;
	font-family:Helvetiker, Helvetica, serif;
}
	
.form_label {	
	font-size:12px;
	line-height:12px;
	color:#999;
	float:left;
	background:url(../images/arrow.png) left no-repeat;
	text-indent:20px;
	text-shadow: 0px 1px 2px #111;	
	font-weight:bold;
}

/* Classe Immagini  */	
.imagestyle { 
	padding-top:3px;
	padding-bottom:3px;
	padding-right:3px; 
	padding-left:3px; 
	border:1px solid #444; 
	background:url(../images/arrow2.png) 287px 70px no-repeat ;
}

.typeface-js {
	font-family:Helvetiker, Helvetica, serif;
}
