body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family:arial, verdana, tahoma;
    font-size: 12px;
    background: #c0c0fd;
}
a{
    text-decoration:none;
}
a:hover{
    text-decoration:none;
}
img {
    border: 0;
}
form{
    margin:0;
    padding:0;
}
span.menu-categoria {
    background: url("../imagens/botoes.jpg");
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    width: 190px;
    height: 30px;
    margin: 5px;
    line-height: 30px;
    text-decoration: none;
    cursor:pointer;
}

span.menu-categoria:hover {
    background: url("../imagens/botoes.jpg");
    background-position: 0 30px;
}
span.menu-categoria-escolhido {
    background: url("../imagens/botoes.jpg");
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    width: 190px;
    height: 30px;
    margin: 5px;
    line-height: 30px;
    text-decoration: none;
    cursor:pointer;
    background-position: 0 30px;
}

span.menu-categoria-escolhido:hover {
    background: url("../imagens/botoes.jpg");
    background-position: 0 0;
    
}
span.menu-categoria-promocoes {
    background: url("../imagens/botoes2.jpg");
    display: block;
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    width: 190px;
    height: 30px;
    margin: 5px;
    line-height: 30px;
    text-decoration: none;
    cursor:pointer;
}

span.menu-categoria-promocoes:hover {
    background: url("../imagens/botoes2.jpg");
    background-position: 0 30px;
}
#cabecalho {
    height: 154px; /*altura do cabeçalho*/
    color: #fff;
    background: transparent url("../imagens/tira.jpg") repeat-x;
}
#pesquisa{
    padding-top: 35px;
    margin-left: 550px;
    width: 280px;
}

#cabecalho h1 {
    margin: 0;
    padding-top: 15px;
}
#topo{
    background: transparent url("../imagens/topo.jpg") no-repeat;
    height:154px;
    width:780px;
}
#contentwrapper {
    float: left;
    width: 100%;
    min-height: 400px;


}

#contentcolumn {
    margin: 15px 0 0 200px;
    background-color: #fff;
    max-width:870px;
    padding: 10px;
    min-height: 700px;
}

#colunaesq {
    float: left;
    margin-left: -100%;
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#colunadir {
    float: left;
    width: 200px;
    margin-left: -200px;
    background: #fff;
    margin-top: 15px;
}

#rodape {
    clear: left;
    width: 100%;
    color: #000;
    text-align: center;
    padding: 1px 0;
    background-image: url("../imagens/rodape.jpg");
    background-repeat: repeat-x;
}

#rodape a {
    color: #000;
    text-decoration: none;
}

#rodape a:hover {
    color: #000;
    text-decoration: underline;
}

.validacao {
    width: auto;
    padding-right: 20px;
    text-align: right;
}

.innertube {
    font-size: 14px;
    margin: 15px;
    margin-top: 0;
    color: #000;
    text-align: justify;
    line-height: 20px;
}


h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

hr {
    border: none;
    border-top: 1px solid #CCCCCC;
    height: 1px;
    margin-bottom: 25px;
}

#stylefour {
    position: relative;
    display: block;
    height: 30px;
    font-size: 13px;
    font-weight: bold;
    background: transparent url("../imagens/menu.jpg") repeat-x;
}

#stylefour ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: auto;
}

#stylefour ul li {
    display: block;
    float: left;
    margin: 0;
}

#stylefour ul li a {
    display: block;
    float: left;
    color: #fff;
    text-decoration: none;
    padding: 7px 20px 0 20px;
    height: 23px;
    margin-left: 5px;
}

#stylefour ul li a:hover,#stylefour ul li a.current {
    color: #fff;
    background: transparent url("../imagens/menu.jpg") repeat-x;
    background-position:0 -30px ;
}

table.navegacao td a {
    text-decoration: none;
    color: #003366;
}

.banner-natal {
	width: 574px;
	height: 172px;
	margin:auto auto 10px;
	background: transparent url("../imagens/banner-natal.jpg") no-repeat;
}

.foto {
    background: #fff;
    border: 1px solid #000;
    width: 140px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    min-height: 100px;
    font-weight: bold;
}

.descricao-produto {
    text-align: left;
    padding-right: 15px;
    }
.msn{
    float:left;
}
#telefone{
width:670px;
margin-top:10px;
margin-left:280px;
color:#000;
font-size:14px;
font-weight:bold;
font-family:"Comic Sans MS",Arial,Verdana;
}
#telefone span{
    color:#ff0000;
}
.navegacao a:hover{
    text-decoration:underline;
}
