﻿@charset "utf-8";
/* CSS Document */

@font-face{
	font-family:'fontawesome';
	src:url('images/font_awesome/fontawesome-webfont.eot?v=4.2.0');
	src:url('images/font_awesome/fontawesome-webfont.eot?#iefix?v=4.2.0') format('embedded-opentype'),
        url('images/font_awesome/fontawesome-webfont.woff?v=4.2.0') format('woff'),
        url('images/font_awesome/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
        url('images/font_awesome/fontawesome-webfont.svg#fontawesome?v=4.2.0') format('svg');
	font-weight:normal;
	font-style:normal;
}

body{
	background: url(images/fundo.png) repeat;
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	height:100%;
	font-size:14px;
	color:#333;
}


html, #aspnetForm{
	height:100%;
}

ul, li{
	margin:0;
	padding:0;
}

img{
	border:none;
}

a, a:hover{
	color:#434343;
	text-decoration:none;
}

.main{
	min-height: 100%;
	background: url(images/cont_shadow.png) bottom repeat-x;
}

.header{
	height:252px;
	width:100%;
	background:url(images/top_shadow.png) top repeat-x;
}

.content{
	min-height:202px;
	width:100%;
	padding-bottom: 80px;
	overflow:auto;
}

.footer{
	background: url(images/bgfooter.png) #ededed;
	position: relative;
	margin-top: -80px;
	height: 80px;
	clear:both;
	
}

.content .wrapper{
	margin-bottom:30px;
}
	
.wrapper{
	width:960px;
	margin:auto;
	overflow:hidden;
}

.menu{
	background:#255fae;
	height:40px;
}

.menu ul{
	padding:0;
	margin:0;
	list-style:none;
	display:block;
	font-family: 'Merienda One', cursive;
	font-size:17px;
}

.menu ul li{
	float:left;
	background:url(images/menu.png) right no-repeat;
}

.menu ul li:last-child{
	background:none;
}

.menu ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 30px;
	line-height:37px;
}

.menu ul li:first-child a{
	padding-left:0;
}

.menu ul li:last-child a{
	padding-right:0;
}

.menu ul li a:hover{
	color:#434343;
	text-decoration:none;
}

.socialmedia li {
    display:inline-block;
    list-style:none;
}

.socialmedia li a:after {
    font-family:'fontawesome';
    color:#255fae;
    font-size:22px;
    background:#fff;
    border-radius:50px;
    -moz-border-radius: 50px;
    width:30px;
    height:30px;
    display:block;
    text-align:center;
    line-height:30px;
    padding:3px;
}

.socialmedia li:hover a:after{
    color:#fff;
    background:#255fae;
}
.socialmedia .facebook a:after {
       content:'\f09a';
}

.socialmedia .google a:after {
       content:'\f0d5';
}

.header .wrapper, .content .wrapper{
	padding-top:35px;
}

.header .wrapper{
	background:url(images/topo.png) right no-repeat;
	height:217px;
}

.header .balao{
	background:url(images/balao.png) no-repeat;
	width:139px;
	height:108px;
	position:absolute;
	margin-top:25px;
	margin-left:250px;
	font-family: 'Merienda One', cursive;
	padding-top:7px;
	padding-left:23px;
	line-height:16px;
	font-size:15px;
}

.footer{
	font-size:11px;
}

.footer ul{
	padding:0;
	margin:0;
	list-style:none;
	display:block;
}

.footer ul li, .footer .wrapper div{
	float:left;
	padding-top:10px;
}

.footer ul li a{
	padding:0px 10px;
}

.footer ul li a:hover{
	color:#255fae;	
}

/*  text styles  */
.white{
	color:#fff;
}

.gray{
	color:#636363;	
}
.blue{
	color:#255fae;	
}
.text13{
	font-size:13px;	
}

.text14{
	font-size:14px;
    line-height:19px;
    float:left;
    color:#444;
}

h1{
	font-size:22px
}

h2{
	font-size:16px
}

h1, h2, h3, h4{
	font-family: 'Merienda One', cursive;
	font-weight: normal;
    clear:both;
}

.title
{
    font-size:16px;
}


.content h1, .content h2, .content h3, .content h4{
	color:#fff;	
}

.content h3{
	margin:5px 0;
	font-size:14px;	
}

p{
	margin-top: 0px;
}


/*  paginas de conteudo  */

.content h3 {
    margin:15px 0;
}

.contentpage ul {
    list-style:none;
    margin-bottom:30px;
}

.contentpage li {
    margin:10px;
}

.contentpage li:before {
   font-family:'fontawesome';
   content:'\f105';
   color:#fff;
   margin-right:5px;
}

.contentpage .orcamento{
    margin-top:20px;
    float:right;
}

/*  utilidades  */

.floatr{
	float:right;
}

.floatl{
	float:left;
}

.grid3, .grid4{
	float:left;
	margin:0 10px;
}

.grid3{
	width:220px;	
}

.grid4{
	width:300px;	
}

.clear{
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 30px;
}

.round{
	-moz-border-radius: 15px;
    border-radius: 15px;
}

.pic{
	-moz-border-radius: 15px;
    border-radius: 15px;
    float:left;
    margin-right:15px;
}

.lista{
	list-style:none;
}

.lista li{
	padding-left:20px;
	background:url(images/checked.png) no-repeat;
	margin-bottom:8px;
}

.button{
	background: url(images/button.png);
	width:101px;
	height:37px;
	text-align:center;
	border:none;
	font-size:16px;
	color:#255fae;
	font-weight:bold;
	cursor:pointer;
	float:right;
}

input, textarea{
	background:url(images/input.png) #c0bfbf repeat-x;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
	height:20px;
	margin-bottom:10px;
	text-indent:5px;
}

textarea{
	height:70px;
}

.orcamento{
	border-radius: 15px;
	background:url(images/input.png) #c0bfbf repeat-x;
}

.orcamento h1{
	color:#255fae;
	margin:10px;
	font-size:20px;
}