/* RESET ********************************/
*{
    border: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* BODY ********************************/

html{
	height:100%;
}

body{ /* #A00000 */
    background: #000 url(../layout/bg03.jpg) no-repeat top center;
	background-attachment:fixed;
    color: #fff;
    font-family: Arial, Helvetica;
    font-size: 14px;
	height:100%;
}

#bodyAgencia #menu ul li a.menu-agencia, #bodyContato #menu ul li a.menu-contato, #bodyPortfolio #menu ul li a.menu-portfolio, #bodyPortfolioL #menu ul li a.menu-portfolio, #bodyPortfolioI #menu ul li a.menu-portfolio, #bodyPortfolioE #menu ul li a.menu-portfolio, #bodyPortfolioV #menu ul li a.menu-portfolio, #bodyPortfolioW #menu ul li a.menu-portfolio, #bodyPortfolio #categorias ul li a.menu-recentes, #bodyPortfolioL #categorias ul li a.menu-logo, #bodyPortfolioI #categorias ul li a.menu-impresso, #bodyPortfolioE #categorias ul li a.menu-embalagem, #bodyPortfolioV #categorias ul li a.menu-vt, #bodyPortfolioW #categorias ul li a.menu-web{
    color: #900;
    font-weight: bold;
}

#bodyAgencia #categorias, #bodyContato #categorias{
    display: none;
}


/* WRAP ********************************/
#wrap{
    margin: 10px auto;
    width: 960px;
	height:100%;
}

/* LOGO ********************************/
#top{
    margin-bottom: 20px;
    width: 960px;
}

#logoz{
    float: left;
    width: 200px;
}

.logoz{
    display: block;
    float: left;
    height: 130px;
    text-indent: -999999px;
    width: 200px;
}

/* NAVIGATION ********************************/
#navigation{
    background: url(../layout/bg-menu.png) no-repeat;
    clear: both;
    float: left;
    font-size: 16px;
    height: 35px;
    padding: 7px 20px 0px;
    width: 920px;
}

#navigation a:link, #navigation a:visited{
    color: #fff;
    text-decoration: none;
}
#navigation a:hover, #navigation a:active{
    color: #900;
}

/* MENU PRINCIPAL ********************************/
#menu{
    float: left;
}

#menu ul li{
    display: inline;
    margin-right: 40px;
}

#menu ul li a{
    font-weight: bold;
}

a.menu-agencia:hover{
    color: #AA489B;
}


/* CATEGORIAS ********************************/
#categorias{
    float: right;
}

#categorias ul li{
    display: inline;
    font-weight: normal;
    margin-left: 40px;
}

/* CONTENT ********************************/
#content{
    clear: both;
    float: left;
    padding: 10px 0px;
    width: 960px;
	height:100%;
}

#portfolio li{
    background: url(../layout/bg-work.png) no-repeat;
    display: block;
    float: left;
    height: 210px;
    margin: 15px;
    padding: 10px;
    width: 270px;
}

#portfolio li img{
    margin-bottom: 5px;
}


/* BG TEXTOS ********************************/
#bg-content{
    background: url(../layout/bg-black.png) repeat;
    margin: 15px;
    padding: 10px;
}

#bg-content p{
    line-height: 1.5em;
}

/* LINKS ********************************/
.ampliar{
    border: 0;
}

a:link, a:visited{
    color: #fff;
    text-decoration: underline;
}
a:hover, a:active{
    color: #ff9900;
    text-decoration: none;
}

/* FOTOS ********************************/
#fotos{
    float: right;
    width: 360px;
}

#fotos a{
    float: left;
    margin-bottom: 8px;
    margin-left: 10px;
    width: 170px;
}

/* VIDEOS ********************************/
.youtube{
    display: none;
}


/* TEXTOS ********************************/
h2{
    font-size: 1.8em;
    margin-bottom: 15px;
}

h3{
    color: #fff;
    font-size: 1.3em;
    margin-bottom: 5px;
    margin-top: 10px;
}

#bg-content p{
    margin-bottom: 10px;
}

p.cliente{
    font-size: 12px;
    font-weight: bold;
}

p.italico{
    color: #999;
    font-size: 12px;
    font-style: italic;
}

span{
    color: #999;
    font-size: 10px;
}

.scontato{
    color: #999;
    font-size: 14px;
}


/* FOOTER ********************************/
#footer{
    background: url(../layout/bg-rodape.png) no-repeat;
    clear: both;
    float: left;
    height: 24px;
    margin-top: 10px;
    padding: 6px 20px;
    width: 960px;
}

#footer p{
    color: #333;
    font-size: 12px;
}

/* CONTATO ********************************/
#form1 {
    color: #fff;
    float: left;
    height: 270px;
    margin-left: 0px;
    padding-bottom: 20px;
    width: 570px;
}

#form1 legend {
    color: #fff;
    padding-bottom: 10px;
}

#form1 fieldset li {
    list-style: none;
    padding: 5px;
}

#form1 label {
    color: #999;
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
    width: 130px;
}

#form1 fieldset li input{
    background: none;
    border-bottom: 1px solid #999;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 20px;
    padding: 2px;
    width: 450px;
}
#form1 fieldset li textarea{
    background: none;
    border-bottom: 1px solid #999;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    height: 100px;
    padding: 2px;
    width: 450px;
}

#form1 em {
    color: #f00;
    font-style: normal;
    font-weight: bold;
}

#form1 label.campo {
    width: 85px; /* Width of labels */
}

#form1 .submit{
    background: #000;
    border: none;
    color: #999;
    float: left;
    font-weight: bold;
    height: 30px;
    margin-left: 95px;
    width: 85px;
}

#form1 .submit:hover{
    background-position: top left;
    border: none;
    color: #f90;
}

div.error{
    background: url(../layout/xis.png) no-repeat scroll left;
    clear: both;
    color: #900;
    font-size: 0.8em;
    height: 16px;
    margin: 3px 0px 0px 90px;
    padding-left: 25px;
    width: 250px;
}

#output{
    float: left;
    height: 200px;
    margin-left: 0px;
    margin-top: 10px;
    padding-bottom: 20px;
}

#message{
    background: url(../layout/enviada.png) no-repeat 0% 20%;
    height: 80px;
    padding-left: 80px;
}

#contato-direita{
    float: right;
    margin-right: 50px;
}

#form-curriculo{
    display: none;
}


/* CLEAR ********************************/
.clear{
    clear: both;
}

/* BACK TOP ********************************/
.backtop{
    background: url(../layout/bg-black.png) repeat;
    display: block;
    clear: both;
    color: #fff;
    font-size: 0.8em;
    height: 30px;
    text-align: right;
    width: 960px;
}

