*{margin:0 auto;}
a { text-decoration: none; color: #cc0000;}
a:hover { text-decoration: underline; }

.bordafoto {
	border: 0px solid #F37021;
	margin-right: 4px;
}
html,body{
font: 12px Arial, Verdana, Geneva, Arial, Helvetica, sans-serif;
margin: 0 0 0 0px;
text-align: center;
background-color:#cc0000;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#990000;
  scrollbar-shadow-color:#F3F3F3;
  scrollbar-face-color:#990000;
  scrollbar-highlight-color:#ffffff;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-3d-light-color:#1A3966;
  height:100%;
}
/* ESTRUTURA */
#Geral{
   text-align: left;
   width: 770px;
   background: #ffffff url(../images/bk01.gif);
}
#conteudo {width:770px;}

.divisoria {
	clear:both; 
	padding-bottom:10px; 
	width:100%; 
	height:200px; 
	display:block; 
	padding-top:10px;
}

.blesq {
	width:220px; 
	height:183px; 
	float:left; 
	text-align:center;
}
.bldir {
	width:220px; 
	height:183px; 
	float:right; 
	text-align:center;
}
.bldir a img, .blesq a img {
	/*border:2px solid #CC0000;*/
	border: none;
}





#menu_topo {
	width:1px;
	height:1px;
	display:block;
	overflow:hidden;
	text-indent:-999999px;
	position:absolute;

}

#content{
text-align:left;
/*padding: 28px 46px 0px 26px;*/
padding: 28px 40px 0px 26px;


}

#quadro{
width: 190px;
height: 107px;
}

.arttext   { font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000; TEXT-DECORATION: none; }
.txtquadro   { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000; TEXT-DECORATION: none; }
.artttit   { font-family: Arial, Helvetica, sans-serif; font-size: 18px; font-weight: normal; color: #cc0000; TEXT-DECORATION: none;}

/******* FORM **********/
.btconf2 {font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; TEXT-TRANSFORM: lowercase; background-color: #fff; color: #cc0000; BORDER: #cc0000 1pt solid;}

.drpDown1{
    border: 1px solid #cc0000;
    background-color: #fff;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;    
    color: #000000;
}

.box{
FONT-FAMILY: Verdana; 
FONT-SIZE: 11px; 
COLOR: #000; 
BACKGROUND-COLOR: #fff; 
BORDER: #cc0000 1px double; 

}

form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

/* MENU */
#menuProdutos{
width: 190px;
padding: 5 0 0 0px;
float:left;
margin: 0px 0px 0px 0px;
}
.arrowlistmenu{
width: 190px; /*width of menu*/
}
.arrowlistmenu .headerbar{
font: bold 11px Arial;
color: #cc0000;
/*background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 10px; bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 0px 5px; /*header text is indented 10px*/
}
.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
}
.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
}
.arrowlistmenu ul li a{
color: #cc0000;
text-transform: uppercase;
background: url(../images/seta.gif) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 3px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
/*font-weight: bold;*/
border-bottom: 1px solid #ffffff;
font-family: Arial, Helvetica, sans-serif; 
font-size: 10px;
}
.arrowlistmenu ul li a:visited{
color: #cc0000;
}
.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #cc0000;
background-color: #f0f0f0;
}


/* gallery */
.photo {
	margin: 0px;
	position: relative;
	width: 157px;
	height: 114px;
	float: left;
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.photo a {
	text-decoration: none;
}

.sample7 span {
	width: 147px;
	height: 104px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/round-corner.png) no-repeat;
}
.sample7 img {
	border: none;
	padding: 0;
}
/***********PAGINACAO*********************/
#paginas {
	padding: 3px;
	text-align: center;
	height: 22px;
	margin-top: 20px;
/*width:300px;*/
}
#paginas ul {
	list-style-type: none;
}
#paginas li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#paginas li a {
	color: #cc0000;
	padding: 4px;
	border: 1px solid #db4c4c;
	text-decoration: none;
	float: left;
}
#paginas li a:hover {
	color: #000;
	background: #fae5e5;
	border: 1px solid #cc0000;
}
#paginas li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 4px;
}
#paginas li.current {
	color: #FFF;
	border: 1px solid #cc0000;
	padding: 4px;
	background: #cc0000;
}
