@charset "iso-8859-1";
@import url("style.css");
/* CSS Document */
#bg_left{
	background:url(../img/home_bg_l.jpg) left top no-repeat;
	width:48px;
	height:1025px;
	float:left;	
}
#header{
	background:url(../img/home_header.jpg) left top no-repeat;
	width:800px;
	height:180px;
}
#menu{
	background:url(../img/home_bg_menu.jpg) left top no-repeat;
	width:800px;
	height:54px;
}
#content{
	background:url(../img/home_bg_content.jpg) left top no-repeat;
	width:800px;
	height:650px;	
}
#logo{
	width:431px;
	padding: 42px 0 0 0;
	float:left;
}
#swf_produtos{
	padding-left: 58px;
	clear:both;
}
#swf_televendas{
	padding-left: 109px;
	clear:both;
}
#header_forms{
	width:300px;
	float:right;
	font-size:11px;
	text-align:left;
}
#form_busca{
	margin-top: 20px;
}
#form_busca img{
	margin-top: 3px;
}
#form_busca input[type=text]{
	margin-left: 8px;
	width: 135px;
}
#form_acesso{	
	margin-top: 40px;
	text-align: right;
}
#form_acesso img{
	margin-right: 10px;
	vertical-align:middle;		
}
#form_acesso form{
	clear:both;
}
#form_acesso #txt_email{
	margin: 5px 8px 5px 0px;
	width: 144px;
}
#form_acesso #txt_senha{
	margin: 2px 0 2px 0;
	width: 120px;
}
#form_acesso input[type=submit]{
	margin-right: 8px;
}