/* CSS Document */
body { background-color: #F3F4F0; margin: 0px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #666; background-image: url(images/bg.png); background-repeat: repeat-x; }

h1 { font-family: Arial, Helvetica, sans-serif; font-size: 130%; color: #6e1515; }

h2 { font-family: Arial, Helvetica, sans-serif; font-size: 100%; color: #6e1515; }

ul { color: #6e1515 ; list-style-image: url(images/icon1.png); font-size: 14px;  }

img { border: none;}

a:link { color: #5d053d; text-decoration: none;}

a:visited { color: #5d053d; text-decoration: none;}

a:hover { color: #a82f7c; text-decoration: none;}

input { background-color: #ebe9ed; font-family: Arial, Helvetica, sans-serif; color: #666; border: 3px solid #fff; }
		
textarea { background-color: #ebe9ed; font-family: Arial, Helvetica, sans-serif; color: #666; border: 3px solid #fff; }

input[type=text]{width:350px; height: 20px; }

textarea{width:350px; height: 70px; }

/* SPANS */
.distance { word-spacing: 0.2em; }

.gr { color: #f4f3f0; }

.df { color: #a6ba39; }

.minor { font-size: 75%; color: #666;} 

.y { color: #f60; }

/* CONTEÚDO */

#container { margin: 0 auto; background-color: #fff; width: 1000px;  position: relative;   }

#top1 { background-color: #fff; }

#content { background-color: #fff; height: 450px; }

#content2 { background-color: #fff; height: 750px; }

#footer { background-color: #ebe9ed; height: 35px; color: #fff; text-align: center; font-size: 80%; padding-top: 23px; padding-left: 20px; padding-right: 20px; background-image: url(images/bg2.png); background-repeat: repeat; }

/* DIVS ABSOLUTE */
#logo  { position: absolute; top: 0px; left: -20px; width: 301px; height: 94px; }

#menu { position: absolute; top: 160px; left: 65px; font-size: 15px; z-index: 99; }

#menu a:link { color: #fff; text-decoration: none;}

#menu a:visited { color: #fff; text-decoration: none;}

#menu a:hover { color: #ccc; text-decoration: none;}

#text  { position: absolute; top: 440px; left: 35px; width: 400px; font-size: 12px; }

#works { position: absolute; top: 610px; right: 36px; }

#info { position: absolute; top: 760px; left: 35px; }

#info2 { position: absolute; top: 620px; right: 120px; }

#info3 { position: absolute; bottom: 70px; left: 30px; }

#photos  { position: absolute; top: 613px; right: 20px; }

#pd { position: absolute; bottom: -50px; right: -20px; width: 40px; height: 17px; }



