/* CSS Style sheet kitchen.css */

html{
    background-color: rgb(150,150,165);
    margin: 0;
}

/*html{
    background-color: rgb(255,255,255);
    background-image: url("../pics/Cherry01.jpg");
    background-repeat: repeat;
    margin: 0;
}*/

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: .7em;
 font-weight: bold;
 text-align: center;
}

.textcentre {
 font-size: 1.2em;
 font-weight: bold;
 text-align: center;
 margin: 0 10% 0 10%;
}

#main {
 font-size: 1.2em;
}

/* choose a suitable font and center the #container div in Internet Explorer 
body {
   text-align:center; 
   font-family: tahoma; arial, sans-serif; 
   font-size:76%; 
   letter-spacing:0.05em;
   }
*/

/* The containing box for the gallery. */
#kit1 {
    position:relative; 
    width:650px; 
    height:396px; 
    margin:0 auto 0 auto; 
    border:1px solid #aaa; 
    }

/* Removing the list bullets and indentation */
#kit1 ul {
    padding:0; 
    margin:5px;
    width:198px;
    height:400px; 
    list-style-type:none;
    float:right; 
    }

/* Remove the images and text from sight */
#kit1 a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#CD9966;
    }

/* Adding the thumbnail images */
#kit1 a.gallery, #kit a.gallery:visited {
    display:block; 
    color:#000; 
    text-decoration:none; 
    border:1px solid #000; 
    margin:1px 2px 1px 2px; 
    text-align:left; 
    cursor:default;
    }
#kit1 a.slidea {
    background:url(../images/Kitchen/Kit101Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit1 a.slideb {
    background:url(../images/Kitchen/Kit102Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit1 a.slidec {
    background:url(../images/Kitchen/Kit104Sml.jpg); 
    height: 93px; 
    width: 60px;
    }
#kit1 a.slided {
    background:url(../images/Kitchen/Kit105Sml.jpg); 
    height:93px; 
    width:60px;
    }
#kit1 a.slidee {
    background:url(../images/Kitchen/Kit106Sml.jpg); 
    height:93px; 
    width:60px;
    }
#kit1 a.slidef {
    background:url(../images/Kitchen/Kit103Sml.jpg); 
    height: 60px; 
    width: 93px;
    }

#kit1 li {
    float:left;
    }

/* change the thumbnail border color */
#kit1 a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#kit1 a.gallery:hover span {
    position:absolute; 
    width:373px; 
    height:372px; 
    top:10px; 
    left:25px; 
    color:#000; 
    /* background:#fff; */
    }

#kit1 a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

/*  background image when no image displayed */ 
#kit1 {
    background: url(../images/Kitchen/Kit101.jpg) 26px 11px no-repeat;
    }

/* Second Kitchen gallery */

/* The containing box for the gallery. */
#kit2 {
    position:relative; 
    width:650px; 
    height:396px; 
    margin:0 auto 0 auto; 
    border:1px solid #aaa; 
    }

/* Removing the list bullets and indentation */
#kit2 ul {
    padding:0; 
    margin:5px;
    width:198px;
    height:400px; 
    list-style-type:none;
    float:right; 
    }

/* Remove the images and text from sight */
#kit2 a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#CD9966;
    }

/* Adding the thumbnail images */
#kit2 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;
    }
#kit2 a.slidea {
    background:url(../images/Kitchen/Kit201Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit2 a.slideb {
    background:url(../images/Kitchen/Kit203Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit2 a.slidec {
    background:url(../images/Kitchen/Kit204Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit2 a.slided {
    background:url(../images/Kitchen/Kit205Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit2 a.slidee {
    background:url(../images/Kitchen/Kit206Sml.jpg); 
    height:60px; 
    width:93px;
    }
#kit2 a.slidef {
    background:url(../images/Kitchen/Kit202Sml.jpg); 
    height:93px; 
    width:60px;
    }
/*
#container a.slideh {
    background:url(../images/Freestanding/Free7Sml.jpg); 
    height:93px; 
    width:60px;
    }
*/
#kit2 li {
    float:left;
    }

/* change the thumbnail border color */
#kit2 a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#kit2 a.gallery:hover span {
    position:absolute; 
    width:373px; 
    height:372px; 
    top:10px; 
    left:25px; 
    color:#000; 
    /* background:#fff; */
    }

#kit2 a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

/*  background image when no image displayed */ 
#kit2 {
    background: url(../images/Kitchen/Kit201.jpg) 26px 11px no-repeat;
    }

/* Third Kitchen gallery */

/* The containing box for the gallery. */
#kit3 {
    position:relative; 
    width:650px; 
    height:396px; 
    margin:0 auto 0 auto; 
    border:1px solid #aaa; 
    }

/* Removing the list bullets and indentation */
#kit3 ul {
    padding:0; 
    margin:5px;
    width:198px;
    height:400px; 
    list-style-type:none;
    float:right; 
    }

/* Remove the images and text from sight */
#kit3 a.gallery span {
    position:absolute; 
    width:1px; 
    height:1px; 
    top:5px; 
    left:5px; 
    overflow:hidden; 
    background:#CD9966;
    }

/* Adding the thumbnail images */
#kit3 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;
    }
#kit3 a.slidea {
    background:url(../images/Kitchen/Kit306Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit3 a.slideb {
    background:url(../images/Kitchen/Kit307Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit3 a.slidec {
    background:url(../images/Kitchen/Kit301Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit3 a.slided {
    background:url(../images/Kitchen/Kit302Sml.jpg); 
    height: 60px; 
    width: 93px;
    }
#kit3 a.slidee {
    background:url(../images/Kitchen/Kit303Sml.jpg); 
    height:60px; 
    width:93px;
    }
#kit3 a.slidef {
    background:url(../images/Kitchen/Kit305Sml.jpg); 
    height:60px; 
    width:93px;
    }
#kit3 a.slideg {
    background:url(../images/Kitchen/Kit304Sml.jpg); 
    height:93px; 
    width:60px;
    }
/*
#container a.slideh {
    background:url(../images/Freestanding/Free7Sml.jpg); 
    height:93px; 
    width:60px;
    }
*/
#kit3 li {
    float:left;
    }

/* change the thumbnail border color */
#kit3 a.gallery:hover {
    border:1px solid #fff; 
    }

/* styling the :hover span */
#kit3 a.gallery:hover span {
    position:absolute; 
    width:373px; 
    height:372px; 
    top:10px; 
    left:25px; 
    color:#000; 
    /* background:#fff; */
    }

#kit3 a.gallery:hover img {
    border:1px solid #fff; 
    float:left; 
    margin-right:5px;
    }

/*  background image when no image displayed */ 
#kit3 {
    background: url(../images/Kitchen/Kit301.jpg) 26px 11px no-repeat;
    }
