/*------------------------------------------------------------*
**  sito web: imaginepromotion.com
**	autore: Sickboy
**	web site: www.jaro.it
**
**	Data 29/05/2007
**------------------------------------------------------------*/


/*------------------------------------------------------------*
**  Stili generici
**------------------------------------------------------------*/
html { 
	height: 100%; 
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Tahoma;
	font-size: 76%;
	color: #939;
	height: 100%;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(/images/Sfondo_bg_10.jpg);
	background-position: top;
}

a {
	text-decoration: none;
	color: #C3F;
	font-size: 1em;
	padding: 1px 2px;
}

a:hover {
	color: #C6F;
}

acronym { 
	border-bottom: 1px dotted #cc0000; 
	cursor: help;
}

/*------------------------------------------------------------*
**  Form
**------------------------------------------------------------*/	
form{
	width:400px;
	padding:1px 0;
	margin:5px;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Tahoma;
}

fieldset{
	float:left;
	width:400px;
    margin: 1em 0;
	padding: 0;
	border-top: 2px solid #fff
}

legend{
	font-weight:bold;
	color: #FFFFFF
}
.miniFoto {
	padding: 3px;
	border: 1px solid #FFFFFF;
}


form b{
	color:#F00
}

fieldset div{
	float:left;
	width:100%;
    padding: 5px 0 5px
}

fieldset p {
	clear: both;
	padding-left: 5px;
	color: #EF7AEF;
}

label{
	float:left;
	width:95px;
    display: inline;
	margin-left: 15px;
    line-height:23px
}

.campi{
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Tahoma;
	font-size: 100%;
}

/*------------------------------------------------------------*
**  Contenitore
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	text-align: center;
}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header {
	width: 778px;
	height: 360px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#header div {
	text-align: left;
	height: 230px;
}
	
#header h1 {
	clear: both;
	font-size: 1.2em;
}

#header h1 a { 
	padding: 0;
	color: #000;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Tahoma;
	font-weight: normal;
	color: #000;	
}
	
#header h1 a:hover { 
}
	
* html #header h1 { 
	padding-top: 25px; 
}	

/*------------------------------------------------------------*
**  Menu di navigazione
**------------------------------------------------------------*/
#header ul {
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}

#header li { 
	display: inline;
	list-style-type: none;
	margin: -4px 0px;
	font-size: 1em;
	width: 70px;
	height: 30px;
	float: left;
	text-align: center;
}
	
#header li a {
	display: block;
	width: 80%;
	color: #FFFFFF;
	padding-top: 7px;
}
		
#header li a.on, #header li a:hover {
	color: #000;
	height: 20px;
}

/*------------------------------------------------------------*
**  Contenuto
**------------------------------------------------------------*/
#content {
	width: 720px;
	margin: 0 auto;
	padding-bottom: 50px;
}

* html #content { 
	padding-bottom: 60px;
}	

#content:after {
	content: '.'; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
}
	
#content h2 {
	font-size: 1.8em;
	color: #939;
	font-weight: normal;
	font-size: 1.8em;
	margin: 0 0 20px 0;
	clear: both;
}
	
#content h2 em {
	color: #939;
	font-style: normal;
}

#content p {
	text-indent: 0em;
	line-height: 1.8em;
	letter-spacing: 0.1em;
	text-align: left;
}	
	
#content ul {
	margin: 20px 10PX;
	padding: 0 0 0 1px;
}	

#content li {
	list-style-type: none;
	padding: 10px 0 0 5px;
	line-height: 1em;
	letter-spacing: 0.1em;	
}	

#content blockquote {
	background-color: #15000F;
	margin: 10px 0;
	padding: 10px 10px;
	border: 3px solid #EF7AEF;
}

#content blockquote p {
	margin: 0;
	text-indent: 0px;
	text-align: left;
	font-size: 110%;
}

#content blockquote img {
	text-align: right;
	margin-bottom: 10px;
}

/*------------------------------------------------------------*
**  Miniature foto e immagini
**------------------------------------------------------------*/
#content ul.thumbs {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#content ul.thumbs:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}	

#content ul.thumbs li {
	float: left;
	margin: 2px 1px;
	padding: 0;
	background-image: url(none);
}
#content ul.thumbs li a img {
	border: 3px solid #939;
}

#content ul.thumbs li a:hover img {
	border: 3px solid #C3F;
}
	
/*------------------------------------------------------------*
**  Colonna sinistra
**------------------------------------------------------------*/
#left {
	float: left;
	width: 255px;
	text-align: left;
	margin-right: 5px;
	padding-top: 15px;
}

/*------------------------------------------------------------*
**  Colonna destra
**------------------------------------------------------------*/
#right {
	float: right;
	width: 455px;
	text-align: left;
	padding-top: 15px;
}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {
	position: absolute!important;
	width: 100% !important;
	z-index: 500!important;
	padding: 2px 0 2px 0;
	margin-top: 5px;
	color: #939;
	font-size: 11px;
	text-align: center;
	height: 200px;
	background-color: #FFF;
	background-repeat: repeat-x;
	background-image: url(/images/Sfondo_bg_10_footer.jpg);
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #AC659D;
}	

#footer p {
	text-align: center;
}	

#footer a:hover {
	color: #C6F;

}
#content h3 {

	font-size: 1.8em;
	color: #CCCCCC;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 5px 0 5px 5px;
	clear: both;
}
#content #guest {
	background-color: #333333;
	margin: 10px 0;
	padding: 10px 10px;
	border-top: 3px solid #eee;
	border-bottom: 3px solid #eee;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #eee;
	border-left-color: #eee;
}
#content #guest p {
	margin: 0;
	text-indent: 0px;
	text-align: justify;
	font-size: 110%;
}
#content #guest a {
	font-size: 100%;
}
#dynamic {
	padding: 3px 10px 20px 20px;
	margin-top: 0;
	color: #000;
	width: 300px;
}
