@charset "utf-8";
/* CSS Document */


#topo {
	height:137px;
	width:1013px;
}
#topo ul{
	float:left;
	margin:0;
	margin-top:55px;
	margin-left:250px;
	padding:0;
}
#topo li{
	float:left;
	list-style:none;
	padding:0px 10px 0px 10px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#5da433;
	padding-bottom:5px;
	border-bottom:1px solid #dddddd;
	cursor:pointer;
}
#topo li:hover {
	border-bottom:1px solid #999999;
}

#corpo {
	width:1013px;
	background:url(images/background.jpg) top left repeat-y;
	height:auto;
	float:left;
}

/* MENU */

.menu {
	width:218px;
	background:url(images/menu.jpg) top left no-repeat;
	height:auto;
	margin-left:15px;
	float:left;
}
.menu h2 {
	margin:0;
	padding:0;
	padding-top:23px;
	padding-left:15px;
	height:42px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#999;
}
.menu ul {
	height:auto;
	padding:0px;
	margin:0;
	margin-top:5px;
}
	
.menu li {
	list-style:none;
	color:#5da433 !important;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif !important;
	font-size:11px !important;
	padding-bottom:2px;
	padding-top:2px;
}

.menu li a{
	
	color:#5da433 !important;

}

.banner {
	width:213px;
	height:217px;
	margin-left:12px;
	margin-top:13px;
	float:left;
}

/* VITRINE */
.vitrine {
	width:720px;
	height:auto;
	float:left;
	margin-left:10px;
	margin-top:10px;
	text-align:center;
}
.esquerda {
	width:240px;
	height:auto;
	float:left;
}
/* RODAPE */

#rodapeLoja {
	width:1013px;
	height:29px;
	background:url(images/end.jpg) top left no-repeat;
	float:left;
}


