@charset "utf-8";
/* CSS Document */

body {
	margin:                0;
	padding:               0;
	width:                 100%;
	height:                100%;
	font-family:           "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:             12px;
	color:                 #306c91;
	background:            url(../images/bg_top.jpg) repeat-x left top #fff;
}

img {
	vertical-align:        middle;
}

.float-left {
	float:                 left;
}

.prepend-top {
	margin-top:            15px;
}

.container {
	width:                 888px;
	margin:                0 auto;
}

#display {
	width:                 100%;
	height:                100%;
	margin:                0 auto;
	background:            url(../images/bg_header.jpg) no-repeat center top;
}

#header-wrap {
	width:                 100%;
	height:                101px;
	border-bottom:         2px solid #fff;
	padding:               117px 0 0 0;
}

#content-wrap {
	width:                 100%;
	background:            url(../images/bg_body.jpg) repeat-x left top #fff;
}

#content-wrap:after, #menu:after, #content:after {
	content:               "\0020";
	display:               block;
	height:                0;
	clear:                 both;
	visibility:            hidden;
	overflow:              hidden;
}

#menu {
	border-top:            1px solid #48b3e3;
	border-bottom:         1px solid #fff;
	background:            url(../images/bg_navigation.jpg) repeat-x left top;
}

#navigation {
	width:                 520px;
	height:                28px;
}

#navigation ul {
	margin:                0;
	padding:               15px 0 0;
	list-style:            url(../images/list_navigation.jpg);
}

#navigation ul li {
	float:                 left;
	margin-left:           20px;
	padding-left:          5px;
}

#navigation li.first {
	list-style:             none;
	margin-top:             2px;
}

#register div.float-left {
	margin:                 18px 5px 0;
}

#register div.bt-submit {
	margin-top:             13px;
}

#register input[type=text] {
	width:                  110px;
	margin-top:             16px;
	border:                 1px solid #69c8f9;
}

input[type=text], textarea {
	color:                  #000;
	font-size:              11px;
}

#content {
	padding:                 0 0 100px 50px;
	width:                   838px;
	min-height:              250px;
	margin:                  0 auto;
	background:              url(../images/bg_content.jpg) repeat-x left top #fff;
}

#home-left {
	width:                   230px;
	height:                  233px;
	padding-left:            170px;
	margin-top:              85px;
	margin-right:            50px;
	background:              url(../images/bg_jeans.jpg) no-repeat left top;
}

#home-right {
	margin-top:              60px;
}

#footer {
	margin-top:             30px;
	font-size:              10px;
	padding-bottom:         50px;
}

#footer-info {
	width:                  700px;
}

h1.title {
	margin-top:             48px;
}

#content-left {
	width:                 450px;
	margin:                0 50px;
}

#contact label {
	color:                  #298fce;
	font-weight:            bold;
}

#contact input[type=text], #contact textarea {
	border:                 1px solid #1ca1dc;
	width:                  200px;
}

#contact textarea {
	height:                 120px;
}

.buttons input {
	margin-left:            150px;
}

#content .banner {
	margin-top:             200px;
}

.pic {
	width:                  120px;
	height:                 90px;
	margin:                 0 30px 50px 0;
	text-align:             center;
	font-size:              12px;
	float:                  left;
}
.whatsapp {
    width: 40px;
    position: relative;
    top: -10px;
    transition: all .3s;
}
.whatsapp:hover {
	opacity: .8;
	transition: all .3s;
}
.enderecosV {
    font-size: 11px;
    margin-bottom: -6px;
}