﻿/*
-- Estilos CSS - Website Powersystems
*/
 
body {
	font-family: Tahoma, Helvetica;
	font-size: 11pt;
    background-image: url('../images/background110.jpg');
    background-attachment: fixed;
    background-size: 1920px 1200px;
    background-position: center;
	padding-bottom: 10px;
	padding-top: 10px;
}


/*
-- Padrões e Reset
*/
 
/*
-- Tipografia e Cores
*/
 
h1 {
	font-weight: bold;
	font-size: 15pt;
	text-align: center;
}

h2 {
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

h3 {
	font-weight: bold;
	font-size: 13pt;
	text-align: center;
}

p {
	font-weight: normal;
	font-size: 10pt;
	text-align: justify;
	text-indent: 20pt;
}

a:link {
	text-decoration: none;
}

a:visited{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

a:active{
	text-decoration: none;
}


 
#topo {
	max-width: 1000px;
	height: 70px;
	border-bottom: 1px dashed #FFFFFF;
	background-color: #FFFFFF;
    opacity: 0.8;
    -webkit-border-top-left-radius: 30px;
	-webkit-border-top-right-radius: 30px;
	-moz-border-radius-topleft: 30px;
	-moz-border-radius-topright: 30px;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}

#menu {
	max-width: 1000px;
	height: 52px;
	border-bottom: 1px dashed #FFFFFF;
	position: relative;
	top: 50%;
	padding-left: 0px;
	background-color: #FFFFFF;
	padding-top: 0px;
    z-index: 99;
}

#menu li ul {
	display: none;
}

#menu li:hover ul {
	display: block; 
}


#content {
	padding-top: 30px;
	width: 1000px;
	min-height: 380px;
	max-height: 10000px;
	background-color: #FFFFFF;
	position: relative;
	padding-bottom: 0px;
	border-left: 1px dashed white;
	border-right: 1px dashed white;
	border-bottom: 1px dashed white;
	opacity:0.99;
	font-family: Arial, Tahoma;
}

#bottom {
	max-width: 1000px;
	height: 50px;
	border-bottom: 1px dashed #FFFFFF;
	position: relative;
	top: 50%;
	background-color: #FFFFFF;
	padding-top: 3px;
    opacity: 0.8;
    -webkit-border-bottom-left-radius: 30px;
	-webkit-border-bottom-right-radius: 30px;
	-moz-border-radius-bottomleft: 30px;
	-moz-border-radius-bottomright: 30px;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
	border-top: 1px #DDDDDD dashed;
}

#gallery {
	margin: 0 auto;
}

#gallery ul {
	padding-left: 10px;
}

#gallery li {
	display: inline; 
	margin-right: 3px;
}

#gallery #main-img {
	background: url(images/bg_img.png) no-repeat 0 0; 
	padding: 26px;
}

/*
-- Estilos CSS - FORMULARIO
*/
#formulario {
        width:450px;
        margin:0 auto;
        font-family: Tahoma;
    }
	
#legend {
	width: 104px;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
    font-size:14px;
    background:#fff;
	-moz-border-radius:4px;
    box-shadow: 1px  1px 1px 1px ;
    text-transform:uppercase;
    font-family:Tahoma;
    font-weight:bold;
	border-radius: 5px;
}
	
   #fieldset {
        border-radius:4px;
        border-color: #FAFAFA;
		padding: 10px;
		padding-left: 10px;
    }


    #legend_1 {
	width: 104px;
	height: 20px;
	padding-left: 3px;
	padding-right: 3px;
    font-size:14px;
    background:#fff;
	-moz-border-radius:4px;
    box-shadow: 1px  1px 1px 1px ;
    text-transform:uppercase;
    font-family:Tahoma;
    font-weight:bold;
	border-radius: 5px;
}
	
   #fieldset_1 {
        border-radius:4px;
        padding-left:15px;
		padding-bottom:10px;
		padding-right: 15px;
        border-color: #FAFAFA;
    }
	
    #input {
        color: #373737;
        background: #fff;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom:15px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
    }
	
	input[type="text"] {
        padding: 8px 6px;
        height: 22px;
        width:280px;
    }
	
    input[type="text"]:focus {
        background:#f5fcfe;
        text-indent: 0;
        z-index: 1;
        color: #373737;
        -webkit-transition-duration: 400ms;
        -webkit-transition-property: width, background;
        -webkit-transition-timing-function: ease;
        -moz-transition-duration: 400ms;
        -moz-transition-property: width, background;
        -moz-transition-timing-function: ease;
        -o-transition-duration: 400ms;
        -o-transition-property: width, background;
        -o-transition-timing-function: ease;
        width: 380px;        
        border-color:#ccc;
        box-shadow:0 0 5px rgba(4, 129, 177, 0.5);
        opacity:0.6;
    }
	
    input[type="submit"]{
        background: #585858;
        border: none;
        text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
        text-transform:uppercase;
        color: #eee;
        cursor: pointer;
        font-size: 15px;
        margin: 5px 0;
        padding: 5px 22px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-border-radius:4px;
        -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
        box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
    }
	
    #textarea {
        padding:3px;
        width:400px;
        height:100px;
		color: #373737;
        background: #fff;
        border: 1px solid #CCCCCC;
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom:15px;
        -moz-border-radius:4px;
        -webkit-border-radius:4px;
        border-radius:4px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2);
        resize: none;
    }
	
    textarea:focus {
        background:#ebf8fd;
        text-indent: 0;
        z-index: 1;
        color: #373737;
        opacity:0.6;
        box-shadow:0 0 5px rgba(4, 129, 177, 0.5);
        border-color:#ccc;
    }
	
    .small {
        line-height:14px;
        font-size:12px;
        color:#999898;
        margin-bottom:3px;
    }
	

	/*
-- Estilos CSS - Textos
*/


#texto_conteudo {
	font-family: Tahoma, Helvetica;
	font-size: 15px;
	padding: 10px;
}

#texto_imagem{
	font-family: Tahoma;
	font-size: 15px;
	font-weight: bolder;
}

#texto_imagem_arma{
	font-family: Tahoma, Helvetica;
	font-size: 14px;
	font-weight: bolder;
}

#texto_descricao_arma{
		line-height:14px;
        font-size:13px;
		font-family: Tahoma, Helvetica;
}

#titulo_arma{
	font-family: Tahoma;
	font-size: 25px;
	text-align: center;

}

#servicos {
	text-align: center;
	font-family: Tahoma;
	font-size: 16px;
	font-weight: bolder;
}

#servicos_1_titulo {
	text-align: left;
	font-family: Tahoma;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 10px;
	font-weight: bolder;
}

#servicos_1 {
	text-align: left;
	font-family: Tahoma;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 10px;
}

#servicos_2_titulo {
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 10px;
	font-weight: bolder;
}

#servicos_2 {
	text-align: left;
	font-family: Tahoma;
	font-size: 14px;
	padding-left: 60px;
	padding-right: 10px;
}


#quem_somos {
	text-align: left;
	font-family: Tahoma;
	font-size: 15px;
	padding-left: 40px;
	padding-right: 10px;
	padding-top: 30px;
}

#titulo_municao{
	font-family: Tahoma, Helvetica;
	font-size: 16px;
	font-weight: bolder;
}

#texto_municao {
	font-family: Tahoma, Helvetica;
	font-size: 14px;
}
