html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*FIM RESET*/

/*GERAL*/
body{
    background: #181818;
    font-family: arial, sans-serif;
    color: #fff;
}

h1{
    font-size: 25px;
}

a{
    color: #fff;
    text-decoration: none;
}

a:hover{
    color: #92223a;
}

strong{
    font-weight: bold;
}

.container{
    width: 1000px;
    margin: 10px auto;
    background: #000;
    display: table;
}

.ie6 .navega{
    margin-top: -4px;
}

.navega{
    width: 100%;
    height: 67px;
    background: url(../img/bgmenu.jpg) repeat-x;
}

.centralizaNavega{
    margin: 0 auto;
    width: 612px;
}

.navega ul li{
    float: left;
}

#slideshowP{
    height: 250px;
    overflow: hidden;
}

.conteudo{
    margin: 50px 20px;
}

.tituloPag{
    position: relative;
    left: 600px;
    width: 350px;
}

.rodape{
    background: url(../img/bgrodape.jpg) repeat-x;
    width: 100%;
    height: 109px;
    clear: both;
    border-left: 1px solid #72696a;
    border-right: 1px solid #72696a;
}

.bordaImg{
    background: #000;
    padding: 6px;
    border: 1px solid #333;
    border-right: 2px solid #555;
    border-bottom: 2px solid #555;
}

.col{
    width: 20%;
    margin-bottom: 40px;
}

.rodape, .rodape a{
    font-size: 12px;
    color: #666;
}

.rodape a:hover{
    color: #fff;
}

#menuInf{
    position: relative;
    top: 30px;
}

#menuInf ul li{
    float: left;
    margin-left: 5px;
}

.txtRodape{
    width: 400px;
    height: 50px;
    float: left;
    margin-top: 40px;
    margin-left: 10px;
}

#gotcha{
    width: 115px;
    position: relative;
    bottom: 30px;
    left: 900px;
}

/*FIM GERAL*/

/*INTRO*/
#slideshow{
    height: 500px;
    overflow: hidden;
}

#homescreen{
    width: 1000px;
    height: 567px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -283px 0 0 -500px;
    box-shadow: 3px 3px 7px #000;
}

/*HOME*/

#imgHome{
    float: left;
    margin: 0 20px 40px;
}

#textoHome{
    width: 500px;
    font-size: 18px;
    float: left;
    margin: 50px 0 0 70px;
}

#textoHome span{
    margin: 0 0 0 280px;
    line-height: 3em;
    font-style: oblique;
}

/*PORTFOLIO*/

#galeria{
    width: 60%;
    float: left;
}

#colEsq{
    float: left;
}

#colDir{
    float: right;
}

.categoria{
    margin: 40px;
    float: left;
}

.ie6 .categoria{
    margin: 30px;
}

.subCat{
    margin: 30px 10px;
    width: 165px;
    height: 130px;
    overflow: hidden;
}

.legCat{
    background: #000;
    text-align: center;
    line-height: 2em;
    position: relative;
    top: -2.9em;
    opacity: 0.9;
    font-weight: bold;
    filter: alpha(opacity=90);
}

.legCat:hover{
    background: #fff;
}

.legCat a{
    font-weight: bold;
}

#amplia{
    width: 480px;
    height: 360px;
    margin: 30px 0 0 40px;
}

#carousel li img{
    width:75px;
    height:75px;
    cursor: pointer;
}

#titulo{
    font-size: 22px;
    font-weight: bold;
    height:20px;
    margin-left: 40px;
    margin-top: 20px;
}

/*CONTATO*/

.containerContato{
    width: 49%;
    float: left;
    margin-bottom: 10px;
}

.containerContato1{
    width: 49%;
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
}

.ie .containerContato, .ie .containerContato1{
    width: 48.5%;
}

.ie6 .containerContato, .ie6 .containerContato1{
    width: 40%;
}

/*SOBRE*/
#sobre p{
    margin: 30px 0;
    text-indent: 12px;
}