/* CSS Atelier Santa Ideia*/




* { padding: 0; margin: 0; }

body {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 line-height: 20px;
 color: #121212;
 background-color: #d4dfdb;
 background-image: url(images/bg.jg);
 background-repeat: repeat;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
 height: auto;
 background-color: #FFFFFF;
 display: table;
 border-left: 25px solid #fff;
 border-right: 15px solid #fff;
}

#top { 
 width: 920px;
 height: 69px;
 float: left;
 color: #343434;
 background-image: url(images/top.gif);
 padding-top: 8px;
 border-top: 2px solid #fff;
}

#header { 
 float: left;
 width: 920px;
 height: 160px;
 background: #405961;
 background-image: url(images/header.jpg);
 margin-top: 0px;
}

#menu { 
 width: 920px;
 height: 12px;
 float: left;
 color: #343434;
 background: #ffffff;
 padding: 8px 0px 22px 0px;
 border-top: 2px solid #fff;
 border-bottom: 1px solid #dfdfdf;
}


#main { 
 float: left;
 width: 920px;
 height: auto;
}

#maininside { 
 float: left;
 width: 890px;
 height: auto;
 padding: 10px 10px 20px 20px;
}


#left { 
 float: left;
 width: 600px;
 height: 320px;
 background: #fff;
 margin-top: 5px;
 padding: 20px;
}

#leftbig { 
 float: left;
 width: 600px;
 height: auto;
 background: #fff;
 margin-top: 5px;
 padding: 20px;
}


#right { 
 float: left;
 width: 260px;
 height: 340px;
 background: #fff;
 margin-top: 5px;
 padding: 10px;
 border-right: 0px solid #e1e1e0;
}

.rightindex { 
 float: right;
 width: 260px;
 height: auto;
 background: #fff;
 margin-top: 5px;
 padding: 10px 0px 10px 10px;
 border-right: 0px solid #e1e1e0;
}


#main2 { 
 float: left;
 width: 900px;
 height: 535px;
 margin-top: 10px;
 background: url(images/main2.jpg) no-repeat;
 padding: 10px 10px 10px 20px;
}



#left2 { 
 float: left;
 width: 310px;
 height: 540px;
 padding-right: 10px;
}

#left3 { 
 float: left;
 width: 290px;
 height: 540px;
 padding-right: 20px;
}

#right2 { 
 float: left;
 width: 260px;
 height: 540px;
 padding-left: 10px;
}


#clientes { 
 width: 920px;
 height: 150px;
 float: left;
 color: #343434;
 background-image: url(images/clientes.jpg);
 border-top: 1px solid #999;
}


#footer { 
 width: 920px;
 height: auto;
 float: left;
 color: #343434;
 background-color: #fff;
 background-image: url(images/footer.j);
 padding: 20px 0px 20px 0px;
 text-align: center;
 font-size: 11px;
 font-family: Arial, Helvetica, sans-serif;
}





<!-- sub page começa aqui-->


.picturesesq { 
 float: left;
 padding: 15px;
}

.picturesright { 
 float: right;
 padding: 0px;
 margin: 10px 0px 10px 20px;
 border: 1px solid #CCC;
}




.heading1 { 
 color: #fff;
 font-size: 18px;
 padding-left: 50px;
}

.heading2 { 
 color: #405961;
 font-size: 16px;
 font-weight: bold;
 display: block;
 margin-top: 5px;
}

.heading3 { 
 color: #eee;
 font-size: 13px;
 font-weight: bold;
 display: block;
 margin-top: 5px;
 background-color: #405961;
 background-position:left;
 background-repeat:no-repeat;
 padding-left: 4px;
 margin-bottom: 5px;
}


.heading4 { 
 color: #405961;
}



ul {

font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
text-decoration: none;
background-color: #;
list-style-position: outside;
list-style-image: url(images/seta.g);
list-style-type: square;
padding: 0px 6px 6px 18px;
margin: 2px;
}


.linktop { 
 color: #fff;
 text-decoration: none;
 margin-right: 14px;
}

.linktop:hover { 
 text-decoration: underline;
}


.linkmenu { 
 color: #02334a;
 text-decoration: underline;
 display: compact;
 margin: 0px 15px 0px 15px;
}

.linkmenu:hover { 
 text-decoration: underline;
 color: #02334a;
}

.link { 
 color: #02334a;
 text-decoration: underline;
}

.link:hover { 
 text-decoration: underline;
 color: #02334a;
}


.linkfooter { 
 color: #343434;
 text-decoration: none;
}

.linktwo:hover { 
 text-decoration: none;
}

.linkfootersmall { 
 color: #343434;
 text-decoration: none;
 font-size: 10px;
}

.linkfooter:hover { 
 text-decoration: none;
}


.linkclientes {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #121212;
}

.linkclientes:hover {
 font-size: 12px;
 font-family: Arial, Helvetica, sans-serif;
 text-decoration: none;
 color: #121212;
}

