/* Style Reset */
* {
	padding: 0px;
	margin: 0px;
	font-family: Helvetica, "Liberation Sans", "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
}

a img {
	border: 0px;
}

/* Fixes */

/* clearfix - IE7 */
*+html div#main, *+html div.product_tier, *+html .clearfix {
	min-height: 1%;
}

/* clearfix - IE6 */
* html div#main, * html div.product_tier, * html .clearfix {
	height: 1%;
	overflow: visible;
}

/* clearfix - all other browsers */
div#main:after, div.product_tier:after, .clearfix:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

body {
	text-align: center;
	background-color: #7E120F;
	height: 100%;
}

div#wrapper {
	width: 1022px;
	margin: 10px auto;
	text-align: left;
	background-color: #FFF;
	background-image: url('../img/leaf.png');
}

div#header {
	background-image: url('../img/leaf_top.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

form#search {
	width: 396px;
	height: 52px;
	background-image: url('../img/search_background.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
	margin: 15px 25px 0px 0px;
	display: inline;
	line-height: 52px;
}
	input#search_terms {
		width: 300px;
		height: 20px;
		margin: 0px 5px 0px 14px;
		border: 0px;
		background-color: transparent;
		cursor: text;
		font-size: 18px;
		color: #666;
		padding-left: 25px;
		outline: 0;
	}
	input#search_button {
		width: 42px;
		height: 34px;
		margin-top: 10px;
		border: 0px;
		background-image: url('../img/ok_button.png');
		cursor: pointer;
		text-indent: -5000px; /* image replacement */
		line-height: 0px; /* image replacement IE6 */
		outline: 0;
	}
	
img#logo {
	margin: 10px 0px 0px 20px;
}

ul#upper_links {
	list-style: none;
	float: right;
	clear: both;
	margin: 27px -0px 0px 0px;
	background-image: url('../img/upper_links_ribbon.png');
	width: 234px;
	height: 33px;
}
	ul#upper_links li {
		display: inline;
	}
	
	ul#upper_links li a {
		width: 50px;
		height: 30px;
		display: block;
		float: left;
		text-indent: -5000px;
		background-image: url('../img/cat_sprite.png');
		outline: 0;
	}
	ul#upper_links li#nossas_lojas a { background-position: 0px -120px; width: 97px; }
	ul#upper_links li#nossas_lojas a:hover { background-position: -233px -120px; }
	ul#upper_links li#a_empresa a { background-position: -97px -120px; width: 136px; }
	ul#upper_links li#a_empresa a:hover { background-position: -330px -120px }

/* Main Navigation */
#nav {
	width: 100%;
	overflow: hidden;
	height: 33px;
	background-image: url('../img/cat_ribbon.png');
	margin-bottom: 1px;
}
ul.sections {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
	height: 33px;
	text-align: center;
}
	ul.sections li {
		position: relative;
		float: left;
		right: 50%;
	}
	ul.sections li a {
		float: left;
		display: block;
		height: 29px;
		background-repeat: no-repeat;
		outline: 0;
		padding: 0px 15px;
		margin-left: -1px;
		color: #FFF;
		font-size: 15px;
		font-weight: bold;
		text-decoration: none;
		line-height: 31px;
		text-align: center;
		border-top: 1px solid #6D1010;
		border-left: 1px solid #6D1010;
		border-right: 1px solid #6D1010;
		/* Modern Browsers Only */
		text-shadow: #5B0F0B 1px 1px 0px;
		box-shadow: inset 0px 1px 2px rgba(255,200,200,0.5);
		-o-box-shadow: inset 0px 1px 2px rgba(255,200,200,0.5);
		-webkit-box-shadow: inset 0px 1px 2px rgba(255,200,200,0.5);
		-moz-box-shadow: inset 0px 1px 2px rgba(255,200,200,0.5);
	}
		body.ie6 ul.sections li a {line-height: 29px;}
	ul.sections li a:hover {
		background-color: #A21C15;
		background-color: rgba(232,78,81,0.25);
		-webkit-box-shadow: inset 0px 1px 2px rgba(232,88,91,0.9);
	}
div#main {
}

div#highlights {
	text-align: center;
	margin: -2px 0px 0px 2px;
	position: relative;
	padding-top: 2px;
}

/* Columns */

div#left_column {
	width: 190px;
	float: left;
	line-height: 20px;
	/* background-color: #663399; */
}

div#center_column {
	float: left;
	margin: 10px;
	width: 635px;
	/* background-color: #339966; */
}
	body.ie6 div#center_column { width: 615px; } /* IE6 layout fix */

div#extended_column {
	float: left;
	margin: 10px 0px 0px 25px;
	width: 820px;
	/* background-color: #339966; */
}
	body.ie6 div#extended_column { margin-left: 15px; } /* IE6 layout fix */
	
div#right_column {
	text-align: center;
	float: right;
	width: 160px;
	margin-right: 15px;
	/* background-color: #993366; */
}
	body.ie6 div#right_column { margin-right: 5px; width: 120; } /* IE6 layout fix */


/* Left Column */

	div.side_pane {
		margin: 10px 0px 0px 11px;
	}
	div.side_pane a {
		color: #444;
		text-decoration: none;
		font-size: 13px;
	}
	div.side_pane a:hover {
		color: #000;
		text-decoration: underline;
	}
	div.side_pane h2 {
		text-indent: -5000px;
		background-repeat: no-repeat;
		height: 37px;
		margin-left: -11px;
		width: 184px;
	}
	div#produtos h2 { background-image: url('../img/produtos.png'); }
	div#marcas h2 { background-image: url('../img/marcas.png'); }
	div.side_pane ul {
		list-style: none;
		padding-left: 1px;
	}
	div.side_pane li {
		padding-left: 7px;
	}
	div.side_pane li.odd {
		background-image: url('../img/sidebar_zebra_bg.png');
		background-repeat: repeat-y;
		background-position: left bottom;
	}
	div.side_pane li.last_item {
		background-image: none;
	}
	
	/* Center Column */
		div#breadcrumb {
			background: url('../img/breadcrumb_bg.png') top right;
			height: 33px;
		}
			div#breadcrumb ul {
				background: url('../img/breadcrumb_bg.png') top left;
				margin-right: 10px;
				list-style: none;
				height: 33px;
			}
		
			div#breadcrumb .item {
				display: block;
				float: left;
				line-height: 27px;
				height: 30px;
				padding: 0px 30px 0px 10px;
				background: url('../img/breadcrumb_item.png') right top;
				position: relative;
				left: 5px;
			}
			div#breadcrumb .last {
				background-image: url('../img/breadcrumb_last.png');
			}
			div#breadcrumb a {
				color: #FFF;
				font-size: 15px;
				font-weight: bold;
				text-decoration: none;
				text-shadow: #5B0F0B 1px 1px 0px;
				line-height: 31px;
			}
			div#breadcrumb a:hover {
				text-decoration: underline;
			}
		
		#page_content {
			
		}
		
	/* Right Column */
	
		#right_column .banner {
			margin-top: 10px;
		}
	
	/* Footer */
	
	div#footer {
		background: url('../img/leaf_bottom.png') no-repeat left bottom;
		margin-top: 50px;
		padding-bottom: 28px;
	}

