body {
text-align: center;
}

.shadetabs{
border-bottom: 1px solid gray;
/* width: 90%; width of menu. Uncomment to change to a specific width */
margin-bottom: 1em;
}

.shadetabs ul{
padding: 3px 0;
margin-left: 0;
margin-top: 0px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: center; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #000000;
color: #2d2b2b;
background: white url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(images/shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

		
        .style1
        {
            text-decoration: underline;
        }
        .style2
        {
            color: #006633;
            font-weight: bold;
            font-size: large;
        }
        .style3
        {
            width: 283px;
	    border: 2px;
	    color: #006633;
	    font-size: small;
	    background: #ffffff;
        }
        .style4
        {
            text-align: left;
        }
	.style6
        {
            color: #003399;		
            background-color: #EAC117;
	    font-size: medium;
	    text-aling: center	
        }
        .style8
        {
            font-weight: normal;
            font-style: normal;
            color: #ffffff;
	    font-size: x-small;
        }
        .style10
        {
            font-weight: normal;
            font-style: normal;
            color: #000000;
            font-size: x-small;
        }
        .style11
        {
            font-size: x-small;
            font-style: italic;
            font-weight: 700;
            color: #993366;
        }
	.menu
	{
	    background: #006633;
	}
	.header
	{
	    background-image: URL("http://internationalfurnituremart.com/images/header_background1.gif");
	}
	.main1
        {
	    vertical-align: top;
	    border: 0px;
	    color: #006633;
	    font-size: small;
	    background: #006633;
        }
	.footer
        {
            border: 2px;
	    border-color: #993366;
	    color: #000000;
	    font-size: small;
	    font-color: #ffffff;
	    background-image: URL("http://internationalfurnituremart.com/images/footer_background1.gif")
        }
	.UL
	{
	    list-style: square;
	}