body {
	margin:0px;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	background-color:#d1e3f3;
	width:100%;
	height:100%;
}
* {
	font-family:trebuchet ms,tahoma,arial;
	color:#0c4a98;
	font-size:13px;
}
a:link {
	color:#FF9900;
	text-decoration:none;
}
a:visited {
	color:#FF9900;
	text-decoration:none;
}
a:active {
	color:#FF9900;
	text-decoration:none;
}
a:hover {
	color:#FF9900;
	text-decoration:underline
}
td {
	font-size:14px;
}
.inputbox1{
	border:solid 1px #000000;
	font-family:arial;
	font-size:12px;
}
.inputbox2{
	border:solid 1px #000000;
	font-family:arial;
	font-size:12px;
}
.botao {
	border:solid #000066 1px;
	background-color:#FF6600;
	width:60px;
	height:25px;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
#principal {
	width:900px;
	min-height:800px;
	height:100%;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;
	display:table;
	position:relative;
}
* html #principal {
	height: 100%;
}

#topo {
	width:900px;
	height:221px;
}
#centro {
	width:900px;
	display:table;
	background-image:url(images/bg_main.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#FFFFFF;
}
#centro #destaques {
	width:189px;
	height:443px;
	margin-left:10px;
	margin-right:13px;
	float:left;
}
#centro #content {
	/*width:497px;
	*width:484px;*/
	height:auto;
	display:table;
	float:left;
	margin-right:13px;
}
#content h1 {
	font-size:18px;
	margin-bottom:20px;
	font-weight:normal;
}
#centro #vitrine {
	width:155px;
	height:auto;
	float:left;
}
#principal #rodape {
	background-image:url(images/rodape.jpg);
	width:900px;
	height:106px;
	color:#FFFFFF;
	position:absolute;
	*bottom:0;
	clear:both;
}
#box_produto {
	padding:3px;
	width:130px;
	height:130px;
	border:solid #99CCFF 1px;
	float:left;
	margin-right:8px;
	margin-bottom:0px;
	text-align:center;
	cursor:pointer;
	cursor:hand;
}
#box_produto #img_prod {
	margin-right:auto;
	margin-left:auto;
	width:90px;
	height:80px;
}
hr {
	border:solid #cccccc 1px;
	height:1px;
}
.clear {
	clear:both;
}
