/* choose a suitable font and center the #container div in Internet Explorer */
body {
   text-align:center;
   font-family: trebuchet ms;	
   font-size:76%;
   letter-spacing:0.05em;
   }
#header {
	width: 900px;
	height: 55px;
	margin: 0 auto;
	background: url("images/img02a.jpg") no-repeat left top;
}
  
/* Menu */

#menu {
	float: left;
	width: 900px;
	height: 0px;
}

#menu ul {
	margin: 0;
	padding: 13px 0 0 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 12px;
	text-decoration: none;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
}

#menu a:hover { text-decoration: underline; }

#menu .current_page_item a {
	color: #FFFFFF;
}
   
   /* The containing box for the gallery. */
#container {
	position:relative;
	width:900px;
	height:585px;
	margin:0px auto 0 auto;
	border:2px solid #B6ACA2;
	background-color: #00CC66;

    }
	/* Removing the list bullets and indentation */
#container ul {
    padding:0;
    margin:0;
    list-style-type:none;
    }
	/* Remove the images and text from sight */
#container a.gallery span {
    position:absolute;
    width:1px;
    height:1px;
    top:-1px;
    left:0px;
    overflow:hidden;
    background:#fff;
    }
	/* Adding the thumbnail images */
#container a.gallery, #container a.gallery:visited {
    display:block;
    color:#000;
    text-decoration:none;
    border:1px solid #000;
    margin:1px 2px 1px 2px;
    text-align:left;
    cursor:default;
    }
#container a.slidea {
    background:url("images/p1tmb.jpg");
    height: 90px;
	width: 135px;
  
    }
#container a.slideb {
    background:url("images/back_gardentmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slidec {
    background:url("images/patiotmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slided {
    background:url("images/double_bedroom_1tmb.jpg");
    height: 90px;
	width: 135px;
    }
* html #container a.slided {
    width:91px;
    w\idth:93px;
    }
#container a.slidee {
    background:url("images/double_bedroom_2tmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slidef {
    background:url("images/twin_bedroomtmb.jpg");
    height: 90px;
	width: 135px;
    }
* html #container a.slidef {
    width:91px;
    w\idth:93px;
    }
#container a.slideg {
    background:url("images/kitchen1tmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slideh {
    background:url("images/kitchen2tmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slidei {
    background:url("images/loungetmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slidej {
    background:url("images/lounge2tmb.jpg");
    height: 90px;
	width: 135px;
    }
#container a.slidek {
    background:url("images/dining_roomtmb.jpg");
    height: 90px;
	width: 135px;
    }
* html #container a.slidek {
    width:91px;
    w\idth:93px;
    }
#container a.slidel {
    background:url("images/front_gardentmb.jpg");
    height: 90px;
	width: 135px;
    }
/* set the size of the unordered list to neatly house the thumbnails */
#container ul {
    width:295px;
    height:450px;
    }
#container li {
    float:left;
    }
	
	/* move the thumbnails into the correct position */
#container ul {
    margin:10px;
    float:right;
    }
	
	/* change the thumbnail border color */
#container a.gallery:hover {
    border:1px solid #fff;
    }
	
/* styling the :hover span */
#container a.gallery:hover span {
    position:absolute;
    width:550px;
    height:400px;
    top:10px;
    left:25px;
    color:#000;
    background:#fff;
    }

#container {
	background:#fff url("images/back.jpg") 25px 10px no-repeat;
	
    }

#container a.gallery:hover span {
    position:absolute;
    width:550px;
    height:400px;
    top:10px;
    left:25px;
    color:#000;
    background:#fff;
}
