/*****m*****/
html { min-height: 100%; margin-bottom: 1px; }
html {overflow-y: scroll;}
/*html { overflow: -moz-scrollbars-vertical !important; }*/
/*****m*****/

body {
  
    background-color:#FCF9E4;
	/*background-image:url(images/tile1.jpg);	*/	
	font-family: Times, Serif;
	color: #928C03;
	font-size: 15px;
	margin: 20px 0px 0px 0px;
    padding:0;
}

h1{margin: 0px;font-size: 20px; font-weight: bold;color:#928C03;  }
h1.caption{margin: 0px;font-size: 14px; font-weight: bold;color:#928C03;  }
h2{margin: 0px;font-size: 18px; font-weight: bold;color:#928C03;  }
h3{margin: 0px;font-size: 16px; color: #928C03;}
p {line-height:18px;margin-top:3px;text-align:justify;}

#outer{margin:auto;width:800px;background-color:border: 0px}
#wrap{width:800px;background-color: #FCF9E4;border: 0px solid #928C03;}
#top{width:800px;height:95px;background-image:url(images/Logo-2.gif);border-bottom:0px solid #928C03;
background-repeat:no-repeat;}



/* Images */
img.logo{position:relative; left:430px; top:40px;}
img.frontpage{margin-bottom:4px;border: 1px solid #928C03;}
/*img.floatRight {float: right; margin: 0 0 4px 10px; }*/
.imageframe2{
            background-color: #FFFFFF;
			height:175px;
 			padding: 5px 5px 5px 5px; /*trbl*/
			border: 1px solid #928C03;
			text-align:center;}
span.pictext{color:#6F655B;font-weight:normal;}

img.floatRight { 
    float: right;
	padding:2px;
	border: 1px solid #8AB678; 
    margin: 0 0 4px 10px; 
}

img.floatLeft { 
    float: left;
	padding:2px;
	background-color: #f0e7d7;
	border: 1px solid #928C03; 
    margin: 4px 10px 0 0; 
}

.mappa{border: 1px solid #928C03;}				  

#mid{width:780px;padding:10px;}
.contentFrame{
padding: 0px 10px 10px 10px;
background-color: #FCF9E4;
border: 1px solid #FCF9E4;}	

.contentFrameWhite{
padding: 10px;
background-color: #FFFFFF;
border: 1px solid #928C03;}
		
#footer{height:30px;line-height:28px;text-align:right;font-size: 12px;}
#footergap{height:20px;}

.imageframe{
padding:2px;
border: 1px solid #928C03;}

img.frame6{
padding:2px;
background-color:#f0e7d7;
border: 1px solid #928C03;}		

.lineTop{
border-top: 1px solid #928C03;
line-height:10px;}

.indent30{padding-left:30px;}
/* Links */

a:link {
color: #DC262D;
text-decoration: none;
outline: 0;
-moz-outline-style: none; /*IE*/
}

a:visited {
color: #DC262D;
text-decoration: none;
}

a:hover {
color:#7CC576;	
text-decoration: none;
}

a:active {
color: #DC262D;
text-decoration: none;
} 







/*Thumb*/
a.thumbnail, a.thumbnail:visited, a.thumbnail:active {    
	padding:2px;
	background-color:#F8F8F8;			
	border: 1px solid #C7C7C7;
	
	}

a.thumbnail:hover {
    background-color:#000000;	
	border: 1px solid #000000;
	}
	
.aspace{margin-bottom:10px;}	
	

/*Front page only*/
#fpgallery {}		
#fpgallery  img {margin-bottom:4px;border: 2px solid #928C03;}
#fpgallery  a:hover img {margin-bottom:4px;border: 2px solid #7CC576;}
/* listed Items of Furniture*/
.boxframe{padding:5px;background-color:#FFFFFF;border: 1px solid #928C03;}
#listinggallery {}		
#listinggallery  img {padding:2px;background-color:#FCF9E$;border: 1px solid #928C03;}
#listinggallery  a:hover img {padding:2px;background-color:#7CC576;border: 1px solid #7CC576;}
	

#thumbBox{ /*Outermost DIV for thumbnail viewer*/
position: absolute;
left: 0;
top: 0;
width: auto;
padding: 10px;
padding-bottom: 0;
background: #928C03;
visibility: hidden;
z-index: 10;
cursor: hand;
cursor: pointer;
}

#thumbBox .footerbar{ /*Footer DIV of thumbbox that contains "close" link */
font: bold 12px Verdana;
letter-spacing: 5px;
line-height: 1.1em;
color: white;
padding: 5px 0;
text-align: right;
}


#thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
background-color: white;
}

#thumbLoading{ /*DIV for showing "loading" status while thumbbox is being generated*/
position: absolute;
visibility: hidden;
border: 1px solid black;
background-color: #EFEFEF;
padding: 5px;
z-index: 5;
}	   

