@charset "utf-8";
/* CSS Document */


body {
	font-size:62.5%	;
	
	background-repeat:repeat;
	font-family:Arial, Verdana;
	line-height:1.4;
	font-size:10pt;
	color:#000;
	background:#e0cb9d;
}
p, address {
	margin-bottom:20px;
	line-height:1.7;
	color:#dcdedf;
}
strong {
	color:#dfcbb0;
}
a {
	color:#378baa;
	text-decoration:none;
}
a:hover {
	color:#00c4fa;
}
h1, h2, h3, h4, h5, h6 {
	color:#dfcbb0;
	font-family:Georgia, "Times New Roman";
	font-weight:bold;
	font-size:16pt;
	margin-bottom:15px;
	text-transform:uppercase; 
}


/* ---- CUSTOM STYLES --------*/
.services {color:#c3c3c3;font-style:italic;}
.printonly {display:none;}
.hide-text {text-indent:-9999px;overflow:hidden;}
.right {float:right;}
.left {float:left;}
.photo {margin-bottom:20px;}
.right.photo {margin-left:40px;}
.left.photo {margin-right:40px;}


/* -------------------------- */
/* ---- LAYOUT STYLES ------- */

#header-wrapper, #info-strip-wrapper {
	width:100%;
	min-width:958px;
}
#header-content, #info-strip-content, #main-content, #footer {
	width:958px;
	margin:0 auto;
}

/* --- HEADER ----*/
#header-wrapper {
	background:#e0cb9d url('../immagini/stone-seperator.jpg') repeat-x 0 100%;
	height:136px;
}
	#header-content {
		background:#e0cb9d url('../immagini/header-bg.jpg') no-repeat 0 0;
		height:129px;
		position:relative;
	}
		#site-logo {			
			text-indent:-9999px;
			overflow:hidden;
			position:absolute;
			top:3px;
			left:35px;
		}
			#site-logo a {	
				display:block;
				width:289px;
				height:104px;				
				background:url('../immagini/logo.jpg') no-repeat 0 0;
			}
			#site-logo a:hover {
				background:url('../immagini/logo.jpg') no-repeat 0 -104px;
			}
		#global-nav {
			float:right;
		}
			#global-nav li {
				display:inline;                                
			}
				#global-nav a {
					display:block;
					width:115px;
					height:129px;
					float:left;
					margin-right:0px;
					background:url('../immagini/navigation.jpg') no-repeat 0 0;
					cursor:pointer; /* fade fix for ie */
				}
				#global-nav li#asoiaf-nav a {
					background-position:0 0;
				}
				#global-nav li#asoiaf-nav a:hover, #global-nav li#asoiaf-nav a.hover, body#asoiaf li#asoiaf-nav a {
					background-position:0 -129px;
				}
				#global-nav li#index-nav a {
					background-position:-115px 0;
				}
				#global-nav li#index-nav a:hover, #global-nav li#index-nav a.hover, body#index li#index-nav a {
					background-position:-115px -129px;
				}
				#global-nav li#contact-nav a {
					background-position:-230px 0;
					margin-right:2px;
				}
				#global-nav li#contact-nav a:hover, #global-nav li#contact-nav a.hover, body#contact li#contact-nav a {
					background-position:-230px -129px;
				}			

/* --- INFO STRIP ---- */
#info-strip-wrapper {
	background:#e0cb9d url('../immagini/stone-seperator2.jpg') repeat-x 0 100%;
	height:188px;
}
	#info-strip-content {
		background:url('../images/system/graphics-strips/home-gateway.jpg') no-repeat 0 0;
		height:156px;
		padding-top:25px;
	}
	body#about #info-strip-content {
		background:url('../immagini/sfondas.jpg') no-repeat 0 0;		
	}
	body#portfolio #info-strip-content {
		background:url('../images/system/graphics-strips/portfolio-logo.jpg') no-repeat 0 0;		
	}
	body#contact #info-strip-content {
		background:url('../images/system/graphics-strips/contact.jpg') no-repeat 0 0;		
	}
		#info-strip-content p {
			float:left;
			margin-top:-5px;
			width:570px;
			font-size:14pt;
			font-family:Georgia, "Times New Roman";
			line-height:1.4;			
			color:#e7dac8;
		}


/* --- MAIN CONTENT AREA ---- */
#main-content {
		background-image:url('../immagini/home.jpg');
	background-color:#af996f;
width:941px;
	height:302px;

	
}


	/* home styles */
	#home-feat-left {
		float:left;
		width:505px;
		height:350px;
		margin-right:40px;
		overflow:hidden;
	}
	
		.piece-frame a {
			width: 471px;
			height: 231px;
			color:#79848d;
			display:block;		
			padding:18px 0 0 20px;
		}
		span.gall-type {
			position:absolute;
			font-family:Georgia;
			font-size:8pt;
			width:110px;
			text-align:center;
			top:250px;
			left:200px;
			z-index:2;
		}
	#home-feat-right {
		float:right;
		width:413px;
		margin-top:5px;
	}
		#home-feat-right p {
			line-height:1.6;
		}


