@import url("reset.css");

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
body {
	background: #515151 url(../App_Resources/bkgtop.gif) scroll repeat-x left top;
	margin-left: 0px;
	margin-top: 0px;
	vertical-align:top;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
    color:#E90118;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #000000;
}
#all {
	width: 740px;
	background: transparent url(../App_Resources/bkgall.png) repeat-y;
	margin:0 auto;
	padding-bottom:155px;
	position:relative;
}
#head {
	width:740px;
	height:115px;
	background:transparent url(../App_Resources/topLogo.png);
}

#foot {
	width:740px;
	height:155px;
	background:transparent url(../App_Resources/rodape.png);
	position:absolute;
	bottom:0px;
}
#search {
	padding:10px 30px 10px 0;
	float:right;
}
#search_linksWS{
	position:relative;
	top:-6px;
	left:110px;
}
#body_left{
	float:left;
	margin-left:12px;
	width:170px;
}
#body_left_menu{
	width:166px;
	height:262px;
	background:url(../App_Resources/PnlMnu.gif);
}

#body_left_menu_links {
	position:absolute;
	margin-left:20px;
	font-weight:bold;
}
#body_left_menu_links_A {
	padding-top:42px;
}
#body_left_menu_links_ALL {
	padding-top:6px;
}

#body_left_clients{
	margin-top:12px;
	width:166px;
	height:144px;
	background:url(../App_Resources/PnlClients.gif) no-repeat;
	padding-left:24px;
	padding-top:32px;
	
}
#body_container {
	float:left;
	width:480px;
	height:340px;
	margin-left:14px;
}
#ProdutoEmDestaqueTitulo{
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
#ProdutoEmDestaqueTexto{
	margin-left:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#666666;
}