* {
	margin:0;
	padding:0;
	border:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	color:#000;
	text-decoration:none;
	outline:none;
}

.clear {
	clear:both;
	height:0;
}

.center{
	width:980px;
	margin:0 auto;
}

body { 
	background:url('../imgs/bg-1.jpg') repeat-x #d9d5c6;
}

.lista-compras{
	cursor:pointer;
}

#bg2 { 
	background:url('../imgs/bg-2.jpg') repeat-x;
	position:absolute;
	top:299px;
	left:0;
	width:100%;
	height:350px;
	z-index:0;
}

h2 {
font-family:Arial;
font-size:18px;
color:#663300;
padding:5px;
}

#content {  
	height:auto;
	background:url('../imgs/corpo-bg.png') repeat-y;
	position:relative;
	z-index:5;
}

#topo { 
	height:auto;
	padding:2px 55px 0 0;
	margin-bottom:5px;
	position:relative;
	z-index:5;
}

.topo ul{
	text-align:right;
}

.topo li {
	color:#663300;
	display:inline;
	list-style:none;
	font-weight:bold;
	font-size:16px;
}
.topo li a{
	font-weight:normal;
	font-size:12px;
	text-align:center;
	color:#663300;
	padding:0 5px;
}

.topo a:hover {
	color:brown;
}

#abre-corpo { 
	height:9px;
	background:url('../imgs/abre-corpo.png') repeat-y;
	position:relative;
	z-index:5;
}

#esquerda { 
	float:left;
	width: 265px; 
	height: auto;
	padding:0 5px 0 15px;
	margin-right:5px;
}

#logo { 
	width: 260px!important;
	height:72px;
	background:url('../imgs/logo-via-brasil.jpg') no-repeat;
	margin-bottom:10px;
}

#menu { 
	width: 265px; 
	padding: 5px;
	height:250px;
	background:url('../imgs/menu-bg.jpg') no-repeat;
}

.menu li {
	list-style:none;
	margin-left:6px;
	padding:0;
	width:210px;
	font-family:Arial;
	font-size:18px;
	color:#663300;
	padding:5px;
	border-bottom: 2px dotted #aca483;
}

.menu a {
	font-family:Arial;
	font-size:18px;
	color:#662211;
	text-decoration:none;
}

.menu a:hover {
	color:brown;
	}

.menu ul {
	list-style:none;
}

#cadastro {  
	height:100px;
	border:1px solid #cccccc;
	background:#f1f1f1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}

.cadastro p {
	padding:3px 10px 12px 10px;
	font-size:12px;
	text-align:center;
	font-family:Arial;
}
	
#ofertas { 
	margin-top:15px;
	text-align:center;
	border:1px solid #cccccc;
	background:#f1f1f1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	padding:5px;
}

#ofertas img{
	padding:10px;
	background:10px solid #fff;
} 

.ofertas  p{ 
	text-align:center;
	padding:10px;
	margin-right:15px;
}

#direita { 
	width:685px;
	height:auto;
	float:left;
}


#fecha-corpo { 
	height:9px;
	background:url('../imgs/fecha-corpo.png') repeat-y;
	position:relative;
	z-index:5;
}

#footer{
	height:50px;
	position:relative;
	z-index:5;
}

.copy {
	position:absolute;
	width:100%;
	height:35px;
	line-height:35px;
	top:0;
	left:0;
	text-align:center;
	color:#663300;
	font-weight:bold;
	font-size:12px;
}

#dma-logo {
	position:absolute;
	top:5px;
	left:12px;
	}

#logo-2minds{
	position:absolute;
	top:5px;
	right:12px;
}

#mail {
	position:relative;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:198px;
	height:20px;
	border:1px solid black;
	float:left;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	z-index:0;
}

#enviar {
	position:relative;
	margin-left:3px;
	width:50px;
	height:20px;
	background:#8c835e;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:2px 4px;
	border-radius:15px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	text-align:center;
	z-index:1;
}
