/* 
    Documento   : padrao
    Criado em : 12/10/2009, 16:57:07
    Autor    : FELIPE
    Empresa    : TG3 Estúdio
    Descrição: Arquivo de estilo padrao para o site www.novacorpapelaria.com.br       
*/

* { padding: 0; margin: 0; }
body { background:url(../images/bg.jpg) repeat-x; }


img#atend 
{
    float: right;
    margin-top: 25px;
    *float: none;
    *margin-left: 90px;
    *margin-top: -80px;
}


div#sombra {
	background:url(../images/sombra.png) repeat-y;
	width: 842px;
	height: auto;
	margin: 0 auto;
}

div#site {
    width: 800px;
    height: auto;
    margin: 0 auto;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

div#topo {
    height: 134px;
    background:url(../images/bg_topo.jpg) repeat-x;
    border-bottom: solid 3px #333;
}

img#logo {
    border: none;
}

div#menu {
    background:url(../images/bg_menu.jpg) no-repeat;
    margin: 0 auto;
    width: 780px;
    margin-top: 1px;
    
}

div#menu li {
    display: inline;
    list-style: none;
    padding-left: 25px;
}

div#menu li a {
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 15px;
 }


 div#corpo {
     background-color: #f5f5f5;
	 height: auto;
 }

 img#banner {
     padding: 10px;
 }
 
 div#rodape {
	background: url(../images/bg_rodape.jpg) repeat-x;
	
 }
 
 div#rodape p {
	text-align: center;
	color: #fff;
	font-family: Arial;
	font-size: 12px;
	padding: 5px;
 }
 
 div#rodape p a {
	color: #fff;
	font-weight: bold;
 }
 
 
ul#menu-rodape li {
    display: inline;
    list-style: none;
    padding-left: 25px;
}

ul#menu-rodape li a {
    color: #fff;
    text-decoration: none;
    font-family: Arial;
    font-size: 16px;
 }
 
 
 div#lado-esq {
	background:url(../images/bg_corpo_home.jpg) repeat-x;
	width: 380px;
	height: 400px;
	margin: 10px;	
 
 }
 
 div#lado-esq p {
	font-family:  Trebuchet Ms;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	text-indent: 8px;
	padding: 5px;
 }
 
.listaacesso li {
	list-style: none;
}

div#lado-esq img {
	border: none;	
	padding: 5px;
}
 
 
 
div#lado-dir {
	background:url(../images/bg_corpo_home.jpg) repeat-x;
	width: 380px;
    height: 400px;
	margin: 10px;
	float: right;
	margin-top: -410px; 
 }
 
  div#lado-dir p {
	font-family:  Trebuchet Ms;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
	text-indent: 8px;
	padding: 5px;
 }
 
 .listaservicos { margin-left: 35px; }
 
.listaservicos li {
	padding: 5px;
	font-family: Trebuchet Ms;
	font-size: 14px;
	list-style-image:url(../images/bullet.png);
}

div#lado-dir table
{
    padding: 5px;
    font-family: Trebuchet MS;
    font-size: 14px;
}

.atencao 
{
    color: Red;
    font-size: 11px;
    font-family: Trebuchet MS;
    padding: 7px;
}

img { border: none; }

 
 


 
 
 




