* {
	margin:0;
	padding:0;
}

body{
	background:url(../imagens/fundo.jpg) top center;
	font-family:tahoma;
	font-size:11px;
	color:#636466;
}

#principal{
	width:707px;
	height:773px;
	/*border:1px solid white;*/
	margin:0;
	margin-left:-353px;
	padding:0;
	position: absolute;
	left: 50%;
	margin-top:40px;
}

#principal #topo{
	
}

#principal #menu_lateral{
	margin-top:-28px;
	_margin-top:-18px;
	position:relative;
	float:left;
	width:233px;
	height:397px;
	background:url(../imagens/lateral1.jpg);
	z-index:9999;
}

#principal #menu_lateral p{
	position:absolute;
	bottom:70px;
	font-family:tahoma;
	font-size:10px;
	color:#021c48;
	line-height:18px;
	width:170px;
	margin-left:50px;
}

#principal #menu_lateral ul{
	position:absolute;
	bottom:110px;
	font-size:10px;
	color:#021c48;
	line-height:16px;
	width:170px;
	margin-left:50px;
	list-style:none;
}

.link_lateral{color:#952F4A;text-decoration:none;font-weight:bold}
.link_lateral:hover{text-decoration:underline;}


#principal #meio{
	width:424px;
	padding:20px 20px 20px 30px;
	height:329px;
	_height:339px;
	background-repeat:no-repeat;
	float:right;
	background:url(../imagens/fundo_meio.jpg) white right no-repeat;
	position:relative;
}

#principal #meio ul{
	width:380px;
	float:left;
	list-style:none;
}

#principal #meio ul li{
	margin:5px 0;
	line-height:16px;
}

#principal #meio img{
	display:block;
	float:left;
}

#principal #meio #img_home{
	float:right;
}

#principal #rodape{
	
	width:707px;
	height:191px;
	background:url(../imagens/fundo_rodape.jpg) no-repeat top;
	clear:both;
}

#principal #rodape address{
	padding-top:5px;
	font-family:tahoma;
	font-size:10px;
	color:#8e165d;
	font-style:normal;
	width:440px;
	margin:0 auto;
}

.bolinha{color:#8e165d; list-style:none;}
.tit_produtos{font-size:12px;font-weight:bold;color:#952f4a;margin:0 0 15px 4px;padding:0; width:400px;float:left}
.link_lista{
	color:#636466;
	text-decoration:none;
}
.link_lista:hover{
	color:#952F4A;
}


#prev_next{
	font-family:tahoma;
	font-size:0.8em;
	width:200px;
	height:15px;
	position:absolute;
	bottom:20px;
	left:20px;
}

#prev_next p{
	float:left;
}

#prev_next #dir{
	padding-left:5px;
	padding-right:12px;
	background:url(../imagens/setas_proximo.gif) center right no-repeat;
	color:black;
	text-decoration:none;
}

#prev_next #esq{
	padding-left:12px;
	padding-right:5px;
	background:url(../imagens/seta_anterior.gif) center left no-repeat;
	color:black;
	text-decoration:none;
}

#prev_next #dir:hover{
	text-decoration:underline;
}

#prev_next #esq:hover{
	text-decoration:underline;
}

/* Scroller ///////////////////////////// */

.Container {
	margin:0;
	padding:5px;
	width: 380px;
	height:329px;
	float:left;
	display:inline;
}

#Scroller-1 {
	position: absolute;
	overflow: hidden;
	width: 380px;
	height: 329px;
	float:left

}

.Scroller-Container {
	position: absolute;
	top: 0px;
	left: 0px;
}

#Scrollbar-Container {
	width:25px;
	height:80px;
	float:left;
	margin-top:250px;
 }

.Scrollbar-Up {
	margin-top:0px;
	*margin-top:-10px;
	*margin-left:-14px;
	cursor: pointer;
	position: absolute;
}

.Scrollbar-Track {
	width: 14px;
	height: 50px;
	background: transparent url(../imagens/scrollbar_track.gif) no-repeat center;
	float:left;
}
.Scrollbar-Handle {
	margin-top:1px;
	width: 14px;
	height: 14px;
	position:relative;
	cursor:pointer;
	float:left;
}

.Scrollbar-Down {
	cursor: pointer;
	position: relative;
	top: 60px;
}

/* Form ////////////////////////*/

form{
	width:410px;
}

fieldset{
	padding-top:20px;
	border:0;
	width:283px;
	float:left;
}

label{
	width:100px;
	float:left;
}

input{
	margin:3px 0;
	width:180px;
	border:1px solid #c8d5e1;
	float:left;
	font-size:10px;
}

.input_orc{
	width:277px;
}

textarea{
	margin-top:5px;
	width:180px;
	height:80px;
	border:1px solid #c8d5e1;
	float:left;
	font-size:11px;
}

select{
	margin:3px 0;
	width:183px;
	border:1px solid #c8d5e1;
	float:left;
	font-size:10px;
}

.select_orc{
	width:279px;
}

.prefixo{
	width:30px;
	margin-right:10px;
}

.fone{
	width:138px;
}

.botao{
	width:50px;
	font-size:10px;
	float:right;
	margin-left:5px;
}

.radio{
	width:20px;
	float:left;
	border:0;
	margin:0;
}

#img_home{
	margin-right:0px;
	float:left;
	display:block;
}
