@charset "utf-8";
.fonteprincipal {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: 333333;
}
.fontesecundaria {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
}
fonteternaria {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #000000;
}
.fontetitulo {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 16px;
	color: #705A42;
	font-weight: bold;
}
.caixainput {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 20px;
	background-color: #705A42;
	width: 200px;
	border: none;
}
.caixatextarea {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	color: #FFFFFF;
	height: 100px;
	background-color: #705A42;
	width: 515px;
	border:none;
}
.bordaprimaria {
	border: 1px solid #333333;
}
.bordasecundaria {
	border: 1px solid #FFFFFF;
}
.bgnorepeatx {
	background-repeat: repeat-y;
}
.bgnorepeaty {
	background-repeat: repeat-x;
}


/*Alterações no CSS*/

body {	
	color: #666;
	padding: 0;	
	margin: 0;
	position:relative;
}

p { margin-bottom: 10px;}

hr,
h1,
h2,
h3,
h4,
h5,
h6,
fieldset {
	margin-bottom: 8px;
	margin-top: 0;
}

h1 {
	font-size: 21px;	
	font-family: "Arial", "Tahoma", sans-serif;
	font-weight: normal;
	line-height: 24px;
	color: #743b06;
}

h2 {
	font-size: 17px;	
	font-family: "Arial", "Tahoma", sans-serif;
	font-weight: normal;
	color: #743b06;
}


a img {border: 0;}

a:focus {
	outline: none;
}

a:active {
  outline: none;
}

/*Menu principal*/

#nav {
	width: 235px;
	height: 212px;	
	list-style: none;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: "Arial", Tahoma, sans-serif;
	font-size: 13px;
}

#nav li a {
	color: #666;
	text-decoration: none;
	margin-right: 25px;
	display:block;
	height: 30px;
}

#nav li a:hover {
	color: #4d2e19;
}

.representantes {
	margin-top: 0px;
	width: 280px;
}

	
.rep_resultado {
	min-height: 140px;
}

.blackBorder {
	border: 4px solid #333;
}

/*
	Slideshow
*/

#slides {
	position:relative;
	top:15px;
	left:0px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:300px;
	overflow:hidden;
	position:relative;
	display:none;
	border: 4px solid #fff;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:300px;
	height:199px;
	display:block;	
}

.slides_container a img {
	display:block;
}

/*
	Pagination
*/

.pagination {
	margin:14px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(Scripts/img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}








