
* {
	text-decoration:none;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:middle;
}

body {
	font-family: Verdana; 
	font-size: 12px;
	color: #575757;
}

a {
	font-family: Verdana; 
	font-size: 12px;
	color: #2690C5;
}

#geral {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}

#topo h1 {
	float: left;
	text-indent:-5000em;
	overflow:hidden;
	height:100px;
	width:240px;
	background:url(/imagens/receitas_logo.gif) no-repeat 0px 0px;
}

#topo h1 a {
    display:block; 
    height:100px;
}

#topo #banner {
	float: left;
	width:728px;
	padding: 5px 0px 0px 5px;
}

#copy {
   text-align: center;
   font-family: Verdana; 
   font-size: 10px;
}

#conteudo {

}

#arrowlistmenu {
   float: left;
   width:180px;
}

#esquerda {
   float: right;
   width:180px;
}

#centro {
   margin: 0px 185px 0px 185px;
   width:445px;
   border:1px solid #CF1519;
}

#centro2 {
   margin: 0px 5px 0px 5px;
}

.pagination{
padding: 2px;
}

.pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 16px;
}

.pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
background-color: #2e6ab1;
color: #FFF !important;
border-color: #2b66a5;
font-weight: bold;
cursor: default;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}


.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: #CF1519 url(media/blockactive.gif) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #A70303;
background: url(media/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #A70303;
}

.arrowlistmenu #currentpage  {
background-color: #F3F3F3;
}


.arrowlistmenu ul li a:hover{ 
color: #A70303;
background-color: #F3F3F3;
}




#topbar{
position:absolute;
padding: 2px;
width: 180px;
visibility: hidden;
z-index: 100;
}

