html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	color: #333333 ;
	list-style: none;
}
.formulario input,
.formulario textarea{
	
	border-width:thin;
	background-color: #E2E2E2;
}
h1 img {
	display: block;
}
img {
	border: 0px;
}
p {
	margin: 0.5em 0px;
}
a {	
	color: white;
	text-decoration: none;
}
a:hover {
	color: #eee;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;	
	color: #666666;
}
.clear {
	clear: both;
}
body {
	background: #f7f7f7;
	font: 11px arial, sans-serif;
}
#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: -8px 0px url(../images/barra.jpg) repeat-x;
	height: 284px;
}
#header h1 {
	background: 0px 0px url(../images/header_left2.jpg) no-repeat;
	height: 184px;
	width: 360px;
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 1;
}
#header h1 em {
	display: block;
	padding: 23px 0 0 70px;
	margin: 0;
	font-weight: normal;
	font-size: 28px;
	font-family: "Times new roman", serif;
}
#header h1 strong {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 90px;
	font-weight: normal;
	font-size: 15px;
	font-family: verdana, arial, sans-serif;
}

#uppers {
	position: absolute;
	top: 30px;
	left: 340px;
	background: top left url(../images/search.gif) no-repeat;
	padding-left: 25px;
	z-index: 15;
}
#nav-top {
	position: absolute;
	top: 5px;
	left: 310px;
	width: 250px;
	font-size: 14px;
	
}
#nav-top li {
	display: inline;
	color: #f7f7f7;
}

#nav {
	background: top left url(../images/nav_left2.gif) no-repeat;
	position: absolute;
	top: 90px;
	left: 330px;
	width: 565px;
	text-align: center;
	z-index: 15;
}
#nav div {
	background: top right url(../images/nav_right2.gif) no-repeat;
	padding: 0 10px;
	
}
#nav ul {
	background: top left url(../images/nav_bg2.gif) repeat-x;
	padding: 10px 0 10px 0px;
	
}
#nav li {
	display: inline;
	
}
#nav a {
	font-weight: bold;
	color: #606060;
	text-transform:uppercase;
}

#left-person {
	position: absolute;
	top: 184px;
	left: 0px;
	width: 320px;
	height: 800px;
	background: url(../images/body_left1.jpg) no-repeat;
}

#body {
	position: relative;
	z-index: 10;
	margin-left: 340px;
	padding-top: 150px;
	width: 540px;
}
#body h2 {
	font-weight: normal;
	font-size: 15px;
}
#body h2 em {
	font-size: 25px;
	font-family: serif;
}
#body a{
	color:#333333;
}
#black-tl { width: 100%; background: #737277 top left url(../images/black_tl2.gif) no-repeat; }
#black-tr { width: 100%; background: top right url(../images/black_tr2.gif) no-repeat; }
#black-bl { width: 100%; background: bottom left url(../images/black_bl2.gif) no-repeat; }
#black-br { width: 100%; background: bottom right url(../images/black_br2.gif) no-repeat; }

#black-tl {
	margin-left: 345px;
	margin-top: 10px;
	width: 535px;
	position: relative;
}
#black-bl {
	padding: 20px 20px 10px 20px;
	position: relative;
}

.black-box {
	float: left;
	width: 135px;
	margin-right: 10px;
	margin-left: 15px;
	color: #f7f7f7;
}
.black-box h2 {
	font-size: 13px;
	font-weight: normal;
	color: #f7f7f7;
}
.black-box h2 em {
	font-size: 22px;
	font-family: serif;
	color: #f7f7f7;
}
.black-box .more {
	color: #000033;
}

#footer {
	position: relative;
	margin-left: 340px;
	margin-top: 30px;	
	width: 550px;
	bottom: 0px;
	z-index: 5;		
}

#footer h2 {
	font-size: 13px;
	font-weight: normal;
}
#footer h2 em {
	font-size: 22px;
	font-family: serif;
}
#tips {
	float: left;
	width: 233px;	
}
#detalhes_produto {
	position: absolute;	
	z-index: 15;		
}
#choose {
	float: left;
	width: 200px;
	margin-left: 50px;
}

#copyright {
	margin-left: 340px;
}
#submit-button {
	position: relative;	
	background: url(../images/btn_header.jpg);
	width: 24px;	
	border: none;
	padding-bottom: 2px;
}
#submit {
	position: relative;
	top: 0.2em;
}
.enviar {
	background-image:url(../img/btn_mensagem.gif);	
	background-repeat:no-repeat;
	background-position : 3px;
	padding-left : 35px;
	background-color:#f7f7f7;
	color: #4E4E4E;
	font-weight : bold;
	height : 25px;
	vertical-align : middle;	
	border-width: 1px;	
}