* {
	border:none;
	margin:0;
	padding:0;
	vertical-align:baseline;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}

body {
	background:#fff url(../img/barra_topo.jpg) no-repeat;
}

#main {
	width:960px;
	margin:0 auto;
}

#topo {
	width:920px;
	margin:11px auto 0 auto;
	height: 24px;
}

#topo p {
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	font-size:10px;
	font-weight: 600;
}

#topo p span {
	font-size:12px;
}

#topo #texto_grupo {
	float:left;
}

#topo #telefones {
	float:right;
}

#conteudo {
	width:960px;
	height:500px;
	background:url(../img/bg_folhas.png) center top no-repeat;
}

#logo_uniformes {
	width:290px;
	height:150px;
	background:url(../img/logo_uniformes.png);
	float:left;
	margin-top: 170px;
	margin-left: 90px;
}

#logo_tecidos {
	width:290px;
	height:150px;
	background:url(../img/logo_tecidos.png);
	float:right;
	margin-top: 170px;
	margin-right: 80px;
}

#logo_uniformes a {
	color:#d32f0e;
}

#logo_tecidos a {
	color:#0d2676;
}

a.btn_loja {
	text-transform:uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -2px;
	word-spacing: 1px;
	width: 175px;
	height: 40px;
	display: block;
	text-align: center;
	margin: 0 auto;
	line-height: 44px;
	border:2px solid #dfdfdf;
	position: relative;
	top: 190px;
}

#rodape {
	width:960px;
}

#rodape #endereco {
	width: 136px;
	height: 18px;
	margin-left: 22px;
	background:url(../img/enderecos.png) center top no-repeat;
	float: left;
}

#rodape #telefones_rodape {
	float: left;
	color:#7d7b80;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	margin-left: 140px;
}

#rodape #telefones_rodape span {
	font-size:17px;
}

#rodape #linha {
	width:763px;
	height:1px;
	background:url(../img/linha.jpg) 0 10px;
	margin-top: -26px;
}

.clear {
	clear:both;
}

#end {
	list-style:disc;
	list-style-position:inside;
	margin-left: 23px;
	margin-top:20px;
}

#end li {
	float:left;
	color:#7d7b80;
	font-family: 'Open Sans', sans-serif;
	font-size:11px;
	font-weight:600;
	margin-right:87px;
}
#end li span {
	display: block;
	width: 100px;
	margin: 10px auto 0 auto;
	font-size: 13px;
}

#rodape #pagseguro {
	background:url(../img/pagseguro.jpg);
	float: right;
	width: 170px;
	height: 52px;
}

#rodape #copyright {
	font-family:Roboto, sans serif;
	font-weight:500;
	font-style:italic;
	font-size:12px;
	color:#57585a;
	margin-top:40px;
	margin-left: 23px;
}

#desenvolvimento {
	float: right;
	width: 74px;
	height: 20px;
	margin-top: -15px;
	margin-right: 12px;
	direction: rtl;
}

#agenciakmc {
	width:90px;
	height:14px;
	background:url(../img/agenciakmc.png) right;
	display:block;
	-webkit-transition: 0.5s ease-in;
	-moz-transition: 0.5s ease-in;
	-ms-transition: 0.5s ease-in;
	-o-transition: 0.5s ease-in;
	transition: 0.5s ease-in;
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#agenciakmc:hover {
	width:165px;
}


@media screen and (min-device-width:750px) and (max-device-width:800px) {
#main {
	width: 770px;
}
#topo {
	width: 725px;
}
#conteudo {
	width:770px;
}
#rodape {
	width: 770px;
}
#rodape #telefones_rodape {
	margin-left: 65px;
}
#end {
	margin-top: 32px;
}
#end li {
	margin-right: 25px;
}
#logo_uniformes {
	margin-left: 0px;
}
#logo_tecidos {
	margin-right: 0px;
}
}

@media screen and (min-device-width:600px) and (max-device-width:640px) {
#main {
	width: 600px;
}
#topo {
	width: 560px;
}
#conteudo {
	width:600px;
	height: 900px;
}	
#logo_uniformes {
	margin-top: 355px;
	margin-left: 165px;
}
#logo_tecidos {
	margin-top: 130px;
	margin-right: 145px;
}
#rodape {
	width: 600px;
}
#rodape #telefones_rodape {
	margin-left: 22px;
	margin-top: 6px;
	font-size: 12px;
	clear: left;
}
#rodape #telefones_rodape span {
	font-size: 15px;
}
#rodape #linha {
	width: 390px;
}
#end li {
	float:none;
	margin-bottom: 10px;
}
}

@media screen and (min-device-width:400px) and (max-device-width:480px) {
#main {
	width: 440px;
}
#topo {
	width: 380px;
}
#conteudo {
	width:440px;
	height: 900px;
}	
#logo_uniformes {
	margin-top: 355px;
	margin-left: 74px;
}
#logo_tecidos {
	margin-top: 130px;
	margin-right: 77px;
}
#rodape {
	width: 440px;
}
#rodape #telefones_rodape {
	margin-left: 22px;
	margin-top: 6px;
	font-size: 12px;
	clear: left;
}
#rodape #telefones_rodape span {
	font-size: 15px;
}
#rodape #linha {
	width: 390px;
}
#end li {
	float:none;
	margin-bottom: 10px;
}
#desenvolvimento {
	clear: both;
	margin-top: 10px;
}
}



@media screen and (min-width:750px) and (max-width:800px) {
#main {
	width: 770px;
}
#topo {
	width: 725px;
}
#conteudo {
	width:770px;
}
#rodape {
	width: 770px;
}
#rodape #telefones_rodape {
	margin-left: 65px;
}
#end {
	margin-top: 32px;
}
#end li {
	margin-right: 25px;
}
#logo_uniformes {
	margin-left: 0px;
}
#logo_tecidos {
	margin-right: 0px;
}
}

@media screen and (min-width:600px) and (max-width:640px) {
#main {
	width: 600px;
}
#topo {
	width: 560px;
}
#conteudo {
	width:600px;
	height: 900px;
}	
#logo_uniformes {
	margin-top: 355px;
	margin-left: 165px;
}
#logo_tecidos {
	margin-top: 130px;
	margin-right: 145px;
}
#rodape {
	width: 600px;
}
#rodape #telefones_rodape {
	margin-left: 22px;
	margin-top: 6px;
	font-size: 12px;
	clear: left;
}
#rodape #telefones_rodape span {
	font-size: 15px;
}
#rodape #linha {
	width: 390px;
}
#end li {
	float:none;
	margin-bottom: 10px;
}
}

@media screen and (min-width:400px) and (max-width:480px) {
#main {
	width: 440px;
}
#topo {
	width: 380px;
}
#conteudo {
	width:440px;
	height: 900px;
}	
#logo_uniformes {
	margin-top: 355px;
	margin-left: 74px;
}
#logo_tecidos {
	margin-top: 130px;
	margin-right: 77px;
}
#rodape {
	width: 440px;
}
#rodape #telefones_rodape {
	margin-left: 22px;
	margin-top: 6px;
	font-size: 12px;
	clear: left;
}
#rodape #telefones_rodape span {
	font-size: 15px;
}
#rodape #linha {
	width: 390px;
}
#end li {
	float:none;
	margin-bottom: 10px;
}
#desenvolvimento {
	clear: both;
	margin-top: 10px;
}
}
