html {
	height: 100%;
}

body {
	height: 100%;
	background: url(templates/images/bg.gif);
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: #6b6b6b;
}

a {
	color: #005aa3;
}

a:hover {
	color: #dd2b34;
}

#sitecontainer {
	background: url(templates/images/bg-grad.gif) repeat-x top left;
	width: 100%;
	height: 100%;
}

#maincontainer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	min-height:100%;
	position:relative;
	background: url(../images/bg-maincontainer.gif) top left repeat-y;
}

#header {
	height: 184px;
	background: url(../images/header-bg.gif) no-repeat;
}

#logo {
	height: 145px;
}

#logo img {
	float:left;
}

#menu {
	background: url(../images/bg-menu.gif) no-repeat;
	padding-right: 16px;
	height: 39px;
}

#pesquisa {
	float:left;
	width: 240px;
	padding: 6px 0 0 30px;
}

#pesquisa .input {
	width: 137px;
	border: 1px solid #d2d2d2;
}

#pesquisa .ajuste {
	position: relative;
	top: 3px;
}

.menubutton {
	float: right;
	border: none;
}

#content {
	padding-bottom: 67px;
}

#coluna-esquerda {
	width: 248px;
	float: left;
	position: relative;
	left: 16px;
	margin-top: 12px;
	font-size: 10px;
}

#coluna-esquerda ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid #dfdfdf;
}

#coluna-esquerda ul li {
	border-bottom: 1px solid #dfdfdf;
	padding: 4px 0 4px 30px;
	background: url(../images/bullet.gif) top left no-repeat;
	position: relative;
}

#coluna-esquerda a {
	color: #005aa3;
	text-decoration: none;
}

#coluna-esquerda a:hover {
	color: #dd2b34;
	text-decoration: underline;
}

#coluna-direita {
	width: 660px;
	float: right;
	position: relative;
	right: 34px;
	margin-top: 12px;
}

#coluna-direita h1 {
	background: #005aa3;
	color: White;
	font-size: 14px;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	margin-top: 0;
	margin-bottom: 0;
}

#coluna-direita h2 {
	font-size: 11px;
	color: Gray;
	background: #f6f6f6;
	font-weight: normal;
	padding: 3px 5px 3px 5px;
	margin-top: 0;
}

#produto-esquerda {
	padding-top: 10px;
	width: 360px;
	float: left;
}

#produto-direita {
	padding-top: 10px;
	width: 270px;
	float: right;
}

.subtitulo {
	border-bottom: 1px solid #e6e6e6;
	margin-top: 4px;
	margin-bottom: 10px;
}

.subtitulo span {
	background: #f5f5f5;
	color: #6b6b6b;
	font-weight: bold;
	font-size: 12px;
	padding: 4px;
	position: relative;
	bottom: 4px;
}

.extrainfo {
	background: #f8f8f8;
	margin-bottom: 3px;
	padding: 8px 8px 8px 8px;
	font-size: 11px;
}

.extrainfo img {
	float: right;
	border: none;
}

#lista-esquerda {
	float: left;
	width: 49%
}

#lista-direita {
	float: right;
	width: 49%
}

.lista-item {
	clear: both;
	padding: 8px;
	background-color: #f9f9f9;
	margin-bottom: 10px;
	position: relative;
}

.lista-item img {
	border: 1px solid #e6e6e6;
	margin-right: 10px;
	float: left;
	position: relative;
}

.lista-item .marca {
	font-size: 10px;
}

.lista-item a {
	font-size: 10px;
}

.lista-item .nome {
	color: Black;
	padding: 0 0 10px 0;
}

#colunasingular {
	margin-bottom: 20px;
}

.textonoticia {
	font-size: 11px;
}

#breadcrumbs {
	font-size: 10px;
	color: Gray;
	background: #f6f6f6;
	border-top: 1px solid #e6e6e6;
	padding: 3px 0 5px 5px;
}

#breadcrumbs a {
	color: Gray;
	text-decoration: none;
}

#breadcrumbs a:hover {
	color: #005aa3;
	text-decoration: underline;
}

#breadcrumbs select {
	float: right;
	margin: 0;
	padding: 0;
	position: relative;
	bottom: 4px;
}

#footer {
	background: url(../images/bg-footer.gif) top left no-repeat;
	height: 67px;
	position:absolute;
	bottom:0;
	left:0;
	width: 100%;
	font-size: 10px;
}

#footer div {
	display: inline;
	width: 255px;
}

#f1 {
	margin-left: 26px;
	position: relative;
	top: 18px;
	color: #005aa3;
}

#f2 {
	margin-left: 80px;
	position: relative;
	top: 18px;
	color: white;
}

#footer img {
	border: none;
	float: right;
	position: relative;
	right: 26px;
	top: 8px;
}

.clearer {
	clear: both;
}

#formnewsletter {
	margin: 0;
	padding: 10px 0 0 0;
}

#newsletter {
	font-size: 11px;
	padding: 0px 5px 0 5px;
}


#newsletter .entrada {
	font-size: 11px;
	width: 254px;
}

#newsletter .botao {
	float: right;
	background: red;
	color: white;
	border: none;
	font-size: 10px;
	font-weight: bold;
	font-family: "Trebuchet MS";
	height: 16px;
}