body {	
	background-color: #0072C3;
	height: auto;
	background-image: url(../img/fundo_cabecalho.png);
	background-repeat: repeat-x;
	background-position: left top;
}
ul,li {
	list-style-position: inside;
}
a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
.w100p {
width: 100%;
}

.main header {
	height: 122px;
	margin-top: 8px;
	background-image: url(../img/cabecalho.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


.main header h1 {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 122px;
	width: 300px;
	text-indent: -10000px;
}
.main header .info {
	padding-top: 10px;
	float: right;
	height: 30px;
	text-align: right;
}
.main header .info .endereco {
	font-size: small;
	color: #0072C3;
}
.main header .info .telefone {
	font-size: large;
	color: #0072C3;
	font-weight: bold;
}
.main header  nav {
	padding-top: 30px;
	display: block;
	margin-left: auto;
	text-align: right;
	float: right;
}

.main header nav ul {
	margin: 0px;
	padding: 0px;
	list-style-position: inside;
	list-style-type: none;
}
.main header nav ul li {
	float: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 19px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 52px;
}
.main header nav ul .last {
	margin-right: 0px;
}
.main header nav ul .atual {
	background-image: url(../img/seta_menu.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.main .content {
	background-image: url(../img/fundo_conteudo.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e7e7e7;
	min-height: 320px;
	padding-top: 15px;
}
.main .content .lista ul {
	list-style-position: inside;
	list-style-type: disc;
}
.main .content .flexslider {
	border: 1px solid #c6c6c6;
	margin-bottom: 45px;
}


.main .caixa_home {
	background-color: #e3e3e3;
	border: 1px solid #c6c6c6;
	background-image: url(../img/fundo_caixas.png);
	background-repeat: repeat-x;
	background-position: left top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	min-height: 165px;
	clear: both;
}
.main .promocoes {
min-height: 100px;
}
.main .content .caixa_home h2 {
	margin-top: 10px;
	margin-left: 15px;
}
.main .content .caixa_home h2 a {
		color: #044c80;	
	}
.main .content .caixa_home .wrapper {
	margin-right: 15px;
	margin-left: 15px;
}

.main .content .caixa_home .floatleft {
	float: left;
	display: block;
	width: 25%;
}
.main .content .caixa_home .text {
	float: left;
	display: block;
	font-size: small;
	text-align: inherit;
	width: 68%;
	margin-left: 15px;
}
.main .content .caixa_home .text2 {
	float: none;
	display: block;
	font-size: small;
	text-align: justify;
	margin-left: 0px;
	margin-right: 0px;
	clear: both;
}
.main .content .caixa_home .text p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.main .content .assistencia {
	height: auto;
	margin-bottom: 20px;
}
.main .content .assistencia img {
	border:#c6c6c6 1px solid;
}

.main footer {
	background-image: url(../img/fundo_rodape.png);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFF;
	background-color: #0072C3;
}
.main footer p {
	margin: 0px;
	padding: 0px;
}
.main footer hr {
	margin-bottom: 10px;
}

/**
 * Overwrite for having a carousel with dynamic width.
 */
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 85%;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
}
.floatL {
float: left;
margin-right:5px;
}

@media only screen and (max-width: 1024px){

	.main header nav {
		padding-top: 38px;
		font-size: 26px;
	}
	.main header nav a {
		font-size: 26px;
	}
	.main header nav ul li {
		margin-right: 8px;
		height: 48px;
	}
	.main .content .speedrs {
	}
	.main .content .floatleft {
	display: none !important;
	visibility: hidden;
	}
	.main .content .floatleft a {
		display: block;
		width: 100%;
	}
	.main .content .caixa_home .text {
	margin-left: 0px;
	width: 100%;
	float: none;
	}
	.main .content .caixa_home .text2 img {
		width: 100%;
		position: relative;
	}
}

@media only screen and (max-width: 480px) {
	body {
		background-image: none;
		
	}
	.main header {
	height: auto;
	background-color: #fff;
	}
	.main header h1 {
		background-image: url(../img/logo_mobile.png);
		background-repeat: no-repeat;
		background-position: center top;
		height: 122px;
		width: 100%;
		text-indent: -10000px;
		margin: 0px;
	}
	.main header nav ul .atual {
		background-image: none;
	}
	.main header nav {
	padding-top: 0px;
	float: none;
	margin-left: 15px;
	text-align: center;
	margin-top: 10px;
	}
	.main header nav, ul, li {
		margin-bottom: 0px;
	}
	.main header nav ul li {
		margin-right: 13px;
		height: 30px;
		float: none;
	}
	.main header .info {
		display: none !important;
		visibility: hidden;
	}
	.main header nav ul .last {
		margin-right: 13px;
	}
	.main .content {
		padding-bottom: 15px;
	}
	.main .content .assistencia {
		height: auto;
	}
	.icon-facebook {
		margin-bottom: 15px;
	}
	.icon-twitter {
		margin-bottom: 15px;
	}
	.payment-icons {
		margin-bottom: 15px;
	}
	.content .caixa_home h2 {
		font-size: 24px;
	}
	.content .caixa_home {
		font-size: 16px;
		
	}
}
