@charset "utf-8";
/* CSS Document */


body {
	margin:0;
	padding:0;
	overflow:hidden;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
}

body.longdark {
	overflow:auto;
	background-color:#333;
	background-image:url(../images/backgrounds/blank.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color: #F2F2F2;
}
img{
	border:0;
}

a {
	outline:none;
}

#inset {
	margin:50px;
}

#thebox {
	position:fixed;
	bottom:0px;
	width:100%;
	height:1200px;
}

#thebox.contact {
		background-image:url(../images/backgrounds/whiteroom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#thebox.gallery {
		background-image:url(../images/backgrounds/greenroom.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
}


#thedoor {
	position:absolute;
	left:10px;
	bottom:280px;
	z-index:10;
	
}


#thephone {
	position:absolute;
	left:505px;
	bottom:90px;
	z-index:10;
	
}

#thebird {
	position:absolute;
	left:90px;
	bottom:25px;
	z-index:15;	
	
}

#thedog {
	position:absolute;
	left:170px;
	bottom:60px;
	z-index:15;	
	
}

#thesofa {
	position:absolute;
	left:610px;
	bottom:55px;
	z-index:15;	
	
}

#thesofa_gallery {
	position:absolute;
	left:590px;
	bottom:60px;
	z-index:15;	
	
}

#pictureframe_wall_contact {
	position:absolute;
	left:875px;
	bottom:345px;	
	z-index:5;	

}

#pictureframe_wall_gallery1{
	position:absolute;
	left:375px;
	bottom:435px;	
	z-index:5;	

}
#pictureframe_wall_gallery2{
	position:absolute;
	left:535px;
	bottom:385px;	
	z-index:5;	

}
#pictureframe_wall_gallery3{
	position:absolute;
	left:735px;
	bottom:460px;	
	z-index:5;	

}
#pictureframe_wall_gallery4{
	position:absolute;
	left:745px;
	bottom:295px;	
	z-index:5;	

}
#pictureframe_wall_gallery5{
	position:absolute;
	left:875px;
	bottom:345px;	
	z-index:5;	

}
#light_wall_right_gallery {
	position:absolute;
	left:1155px;
	bottom:390px;	
	z-index:5;	
}

#light_wall_right_contact {
	position:absolute;
	left:1345px;
	bottom:420px;	
	z-index:5;	
}

#light_wall_left_contact {
	position:absolute;
	left:430px;
	bottom:420px;	
	z-index:5;	
}


.textblock {
	margin: auto;
	padding:20px 0 0 0;
	width:620px
}

.textblock h2 {
	margin: 25px 0 10px 13px;
	padding: 0 0 0 0;
}

.textblock p {
	margin: 0 0 20px 13px;
	padding:0 0 0 0;
}
.textblock p.smallgrey {
	font-size:smaller;
	color:#CCC;
}

.textblock a {
	color:#C00;
	text-decoration:none;
}
.textblock a.white {
	color:#fff;
	text-decoration:none;
}
.textblock a:hover {
	color:#fff;

}

.qtip {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}


.qtip .qtip-content{
   padding: 8px;
   overflow: hidden;

}
   
   .qtip .qtip-content .qtip-title,
   .qtip-cream .qtip-content .qtip-title{
      background-color: #F0DE7D;
   }
   
   .qtip-light .qtip-content .qtip-title{
      background-color: #f1f1f1;
   }

   .qtip-dark .qtip-content .qtip-title{
      background-color: #404040;
   }

   .qtip-red .qtip-content .qtip-title{
      background-color: #F28279;
   }
   
   .qtip-green .qtip-content .qtip-title{
      background-color: #B9DB8C;
   }
