@charset "utf-8";
/* CSS Document */
/*Labs button using sprites*/
    #productButtons {
	width:925px;
	height:229px;
	background-image: url(../images/indexButtons_sprites.jpg);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
    }
    #productButtons  {
	margin-left: 15px;
	margin-top: 15px;
	}
    #productButtons  span {
    display: none;
    }

    #productButtons  li, #productButtons  a {
    height:229px;
    display:block;
    }

    #productButtons  li {
    float:left;
    list-style:none;
    display:inline;
    }

    #shades {width: 310px;}
	#sunscreens {width: 312px;}
	#awnings {width: 303px;}
	
    #shades a:hover {background:url(../images/indexButtons_sprites.jpg) -0px -229px no-repeat; }
    #sunscreens a:hover {background:url(../images/indexButtons_sprites.jpg) -310px -229px no-repeat; }
    #awnings a:hover {background:url(../images/indexButtons_sprites.jpg) -622px -229px no-repeat; }
	

