body  {
  color : #000000;
  background-color: #FFFFFF;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;   /*For Opera*/
  padding-top: 0px;   /*For Opera*/
  font-family: verdana,arial,georgia,helvetica,"sans serif","times new roman";
  scrollbar-3d-light-color:#FFFFFF;
  scrollbar-arrow-color:#FFFFFF;
  scrollbar-base-color:#FFFFFF;
  scrollbar-dark-shadow-color:#FFFFFF;
  scrollbar-face-color:#CCCCCC;
  scrollbar-highlight-color:#FFFFFF;
  scrollbar-shadow-color:#FFFFFF;
}


<!-- CLASSES DE FRONT-OFFICE -->
.pvpAlt{color: #C60808; text-decoration: line-through;font-size:9px}

.descrSmall {font-size:10px;}
.descr {font-size:9px;}
.descrBig {font-size:12px; font-weight: bold}
.catTitle {color:#FFFFFF;font-size:12px; font-weight: bold}

a {color: #DF5409; text-decoration: none}
a:active {color: #DF5409}
a:hover {color: #0488DD; text-decoration: underline}

img {border: 0px;}
form {margin: 0px;}

/*----------------  LAYOUT --------------------*/


#produto {

  padding:0px;
  margin:0px;
  background-color: #F2F2F2;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}


#headerTop {
	width:800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	min-height:10px;/* for mozilla*/
	background-image: url(images/background_top.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
}


#header {

	width:800px;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	min-height:10px;/* for mozilla*/
	background-image: url(images/background_header.jpg);
	background-position: top;
	background-repeat: repeat-y;

}

#menu_pos{
  width:753px;
  //width:752px;

  border-top: 5px solid #DF5409;
  margin:0px;
  //margin-top: 20px;

  margin-left: 25px;
  background: url(images/background.jpg);
  background-repeat: repeat-y;
  background-position: center;
  position: relative;
}


#container {

	width:800px;
  position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
	margin:0px;

  background: url(images/background.jpg);
  background-repeat: repeat-y;
  background-position: center;

  min-height: 570px;
	//height: 570px;
}

#leftcolumn {
  float:left;
  width:170px;
  
  margin-left:25px;   /*mozilla*/
  //margin-left:12px; /*IE*/
  padding-top:10px;
  background-color: #EFEFEF;
  background-image: url(images/leftcolumn.gif);
  background-position: top;
  background-repeat: no-repeat;
  
  min-height: 600px;
  //height:600px;
}

#main {
  //width:578px; /*IE*/

	margin-left: 195px;

	min-height: 630px; /*mozilla*/
	//height: 630px; /*mozilla*/
	margin-right: 23px;

/*  background-color: #66FFFF; */
}

#left_image {
  position:absolute;
  width:170px;
  left: 26px;
  bottom: 0px;
/*  background-image: url(images/leftcolumnpic.gif); */
}

#rightcolumn {
  width:132px;
  //padding-left:4px;
  margin:0px;
  float: left;
}

#footer {
  width:800px;
  position: relative;
  margin-left:0px;
  margin-top:0px;
  padding:0px;
  min-height:50px;/* for mozilla*/
}


#table_box {
  width:750px;
}


/* --------------------------------------- */
/* ------------  HOME  ------------------- */
#home .header {
  position: relative;
	width:800px;
	padding-top: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right:auto;
	min-height:119px;/* for mozilla*/
	background-image: url(images/header_home.jpg);
	background-position: top;
	background-repeat: no-repeat;
}



#home .container {

	width:800px;
  position: relative;
	margin-top: 0px;
	margin-left: auto;
	margin-right:auto;
  margin:0px;
  
  background: url(images/background_2.jpg);
  background-repeat: repeat-y;
  background-position: center;
  
  min-height: 210px;
	//height: 210px;
}

#home .leftcolumn {
  position: absolute;
  width:170px;
  margin-left:25px;   /*mozilla*/
  //margin-left:0px; /*IE*/
  z-index: 1001;
}

#home .main {
  //width:752px; /*IE*/
	margin-left: 24px;
	margin-right: 23px;
  z-index: 1000;
  background-color: #FFFFFF;
}

#home .left_image {
  position:absolute;
  left: 26px;
  bottom: 0px;
/*  background-image: url(images/leftcolumnpic.gif); */
}

#home .rightcolumn {
  width:132px;
  //padding-left:4px;
  margin:0px;
  float: left;
}

#home .footer {
  width:800px;
  position: relative;
  margin-left:0px;
  margin-top:0px;
  padding:0px;
  min-height:50px;/* for mozilla*/
  clear: both;
}

/* --------------------------------------- */

/* --------------------------------------- */

<!-- CLASSES DE BACK-OFFICE -->
.list {font-size:10px;}
.listHeader {
  font-size:10px; 
  background-color:#CCCCCC; 
  font-weight: bold
}
.table_bk {background-color: white;}
.field {font-size:9px; font-weight: bold}
.value {font-size:9px;}
.box
{
  background-color: #EEEEEE;
  font-size: 9px;
  color: #000080;
  border: solid 1px #000000;
}

/*Para o Comentário*/
.boxC
{
  background-color: #EEEEEE;
  font-size: 12px;
  color: #000080;
  border: solid 1px #000000;
}

.boxComment
{
  background-color: #EEEEEE;
  font-size: 11px;
  font-family:verdana,sans-serif;
  color: #000080;
  border: solid 1px #000000;
}

/*Para Login*/
.boxLogin
{
  background-color: #EEEEEE;
  font-size: 9px;
  color: #000080;
  border: solid 1px #000000;
  width:90px;
  height:17px;
}

#boxProduto
{
  text-align: left;
  position: relative;
  color: #000000;
  width: 281px;
  background: url(images/box_bg.jpg) 0 100% repeat-y;
}

#boxProduto h2 {
  background: #F66013;
  margin-top:5px;
  margin-left:10px;
  margin-right:10px;
  padding-left:5px;
  display: block;
}

  
#boxProduto h2 a
{
  color:#FFFFFF;font-size:12px; font-weight: bold;
  display: block;
}

#boxProduto h2 span
{
  padding-left: 12px;
  background: url(images/star.gif) 0 2px no-repeat;
}

#boxProduto h2 a:hover
{
  color:#FFFF00; text-decoration: none;
}


#boxProduto div.header
{
  padding-top:10px;
  clear: both;
  background: url(images/box.jpg) 0 0% no-repeat;
}

#boxProduto div.main
{
  margin-left: 10px;
  margin-right: 15px;
  clear: both;
}

#boxProduto div.footer
{
  clear: both;
  height:1px;
  padding-bottom:10px;
  background: url(images/box.jpg) 0 100% no-repeat;
}
<!-- CLASSES DE BACK-OFFICE -->
body
  {
            				            font : normal normal 11px Arial;      color : #000000;  }
body,td
  {
      font : normal normal 11px Arial;      color : #000000;  }
h1
  {
      font : normal bold 16px Arial;            color : #DF5409;            margin-top: 0em;
      margin-bottom: 0em;
  }
h2
  {
      font : normal bold 14px Arial;            color : #DF5409;            margin-top: 0em;
      margin-bottom: 0em;
  }
h3
  {
      font : normal bold 14px Arial;            color : #DF5409;            margin-top: 0em;
      margin-bottom: 0em;
  }
h4
  {
      font : normal bold 12px Arial;            color : #DF5409;            margin-top: 0em;
      margin-bottom: 0em;
  }
h5
  {
                  color : #DF5409;            margin-top: 0em;
      margin-bottom: 0em;
  }
li,ul,p
  {
      font : normal normal 11px Arial;            color : #000000;                  margin-top: 0em;
      margin-bottom: 0em;
  }
a
  {
      font : normal normal  Arial;            color : #DF5409;        }
#menu li:hover{
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
}
#menu LI.over{
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
}
#menu li{
  border-top: solid 1px #999999;
  border-bottom: solid 1px #999999;
  border-left: solid 1px #999999;
  border-right: solid 1px #999999;
}
#menu li ul {
	background-color: #CCCCCC;
}
#menu li {
  background-color: #CCCCCC;
}
#menu a {
  color: #000000;    }
#menu li:hover{
	background-color: #ddd;
}
#menu LI.over {
	background-color: #ddd;
}
