@charset "utf-8";
/* CSS Document */

body {
	background-image: url(../images/bg_header.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:#EDEBE7;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
img {
	border:none;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#container {
	width:934px;
	height:100%;
	min-height:100%;
	background-image: url(../images/bg_container.png);
	background-position:top;
	background-repeat:repeat-y;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#sidebar {
	width:289px;
	background-image:url(../images/bg_sidebar.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 0px;
}
#principal {
	width:645px;
	background-image: url(../images/bg_header.jpg);
	background-repeat: repeat-x;
	background-position:left top;
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#header {
	width:635px;
	height:100%;
	float:left;
	clear:left;
	background-image: url(../images/header_lamps.gif);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 10px;
}
#header div.menu_topo a {
	font-family:Georgia;
	font-size:15px;
	text-transform:uppercase;
	line-height:22px;
	color:#333333;
	background-image:url(../images/menu_marca.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:0px 0px 0px 20px;
}
div#header div.menu_topo {
	width:620px;
	float:left;
	clear:both;
	margin:0; 
	padding:30px 0 20px 0;
}
div#header div.menu_topo ul{
	float:left;
	margin:0;
	padding:0;
}
div#header div.menu_topo li{
	width:250px;
	list-style:none;
	float:left;
	display:block;
	margin:0 20px 0 0;
	padding:0;
}
#footer {
	width:625px;
	height:100%;
	min-height:100%;
	float:left;
	clear:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 20px 20px;
}
#footer p {
	font-family:Georgia;
	font-size:13px;
	color:#75674D;
	float:left;
	clear:left;
	text-decoration:none;
	margin:0px 0px 2px 0px;
	padding:0px 0px 0px 0px;
}
#footer a{
	color:#75674D;
	text-decoration:none;
}
#footer a:hover {
	color:#75674D;
	text-decoration:underline;
}
#clearbaixo{
	margin:0px 0px 90px 0px;
	float:left;
	clear:both;
	height:-90px;
}
#looping {
	width:625px;
	float:left;
	clear:both;
	margin:0;
	padding:0 0 0 20px;
}
#looping p a {
	color:#820202;
	text-decoration:none;
}

