@charset "utf-8";
/* CSS Document */

/*  =reset.css 
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */

:focus { outline : 0; } 
ol, ul { list-style : none; }
table { border-collapse : collapse; border-spacing : 0; }
caption, th, td { text-align : left; font-weight : normal; }

/*CLEARFIX*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}



/*----- GENERAL -----*/

body {
	
	}


/*----- NAVEGACIÓN -----*/

#menus {
	position:relative;
	top:-20px;/* Define a posição do MENU em relação a página*/
	height: 140px;
}

#menus li{
	float:left;
	width:79px;
	height:140px;
	margin-right:1px;	
}

#menus li a{
	display:block;
	width:79px;
	height:140px;
	text-align:center;
	text-indent:-5000px;	
}

#menu1, #menu1 a  {background:url(../img/menu/menu1.gif) no-repeat;}
#menu2, #menu2 a  {background:url(../img/menu/menu2.gif) no-repeat;}
#menu3, #menu3 a  {background:url(../img/menu/menu3.gif) no-repeat;}
#menu4, #menu4 a  {background:url(../img/menu/menu4.gif) no-repeat;}
#menu5, #menu5 a  {background:url(../img/menu/menu5.gif) no-repeat;}

#home #menus li, #home #menus li a {background-position:-79px 0px}
#decoracao #menus li, #decoracao #menus li a {background-position:-158px 0px}
#catalogo #menus li, #catalogo #menus li a {background-position:-237px 0px}
#eventos #menus li, #eventos #menus li a {background-position:-316px 0px}
#contato #menus li, #contato #menus li a {background-position:-395px 0px}


#menus #menu1 a:hover, #menus #menu1 a.jQuery {background-position:-79px 0px !important;}
#menus #menu2 a:hover, #menus #menu2 a.jQuery {background-position:-158px 0px !important;}
#menus #menu3 a:hover, #menus #menu3 a.jQuery {background-position:-237px 0px !important;}
#menus #menu4 a:hover, #menus #menu4 a.jQuery {background-position:-316px 0px !important;}
#menus #menu5 a:hover, #menus #menu5 a.jQuery {background-position:-395px 0px !important;}
