
/* Global reset
   https://meyerweb.com/eric/tools/css/reset/ 
*****************************************************************/

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

/* Extended base styles (site specific)
*****************************************************************/
html { 
	overflow-y: scroll; /* always force a scrollbar in non-IE */ width: 100%; min-width: 100%;
	}
body {
	line-height: 1.5;
	width: 100%; min-width: 100%; height: auto; min-height: 100%;
	font-family:'LetterGothicRegular',Sans-Serif;
}
p {
	margin:1em 0;
	}

/* Page structure
*****************************************************************/

#wrapper { position: relative; width: 100%; min-height: 100%; height: auto; min-width: 1050px; }
#header {min-width: 1050px; background: url('../img/fundo1.jpg') no-repeat center; height: 67px;}
div#menu {min-width: 1050px; background: url('../img/fundo2.jpg') no-repeat center bottom; height: 100px;}
#menusep {min-width: 1050px; background: url('../img/fundo3.jpg') no-repeat center; height: 20px; margin-top: -3px;}
#container {min-width: 1050px; background: url('../img/fundo.jpg') repeat-y center; padding-top: 0px;}
#footerForm {min-width: 1050px; background: url('../img/footer.jpg') repeat-x center; height: 68px;}
#footer {min-width: 1050px; background: url('../img/footer1.jpg') no-repeat center; height: 27px;}
#footersep2 {min-width: 1050px; background: url('../img/fundo26.jpg') no-repeat center; height: 68px;}
#logo {float: left; margin-top: 10px;}
ul#menu {margin-left: 230px; float: left; margin-top: 30px;}
ul#menu li { float: left; padding: 10px; font-size: 17px; color: #736357; }
ul#menu li:hover { cursor: pointer; color: #F15A24; }
ul#menu li.selected { color: #F15A24; }
ul#menu li.menuSeparator {float: left; padding: 0; padding-top: 11px; color: #EEE; font-size: 14px;}
.homeprodutos {text-decoration: none; color: #998675;}
.centeredFullwidth { width: 1050px; margin-left: auto; margin-right: auto;}

ul#produtos li {padding:5px; color: #998675; font-size: 16px;text-transform:uppercase; cursor: pointer;}
ul#produtos li:hover {color: #000;}
ul#produtos li.odd { background-color: #EAEAEA; }
ul#produtos li.even { }


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#header { display: none !important; }
	#footersep2 { display: none; }
}
