@charset "utf-8";

body {
	background-color:#FFFFFF;
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
}
.texto_site {
	font-family: tahoma;
	color: #666666;
	font-size: 14px;
}
.texto_site :link {
	color: #666666;
	text-decoration: none;
}
.texto_site_branco {
	font-family: tahoma;
	font-size: 12px;
	color: #FFFFFF;
}
.texto_site_titulo {
	font-family: tahoma;
	font-size: 14px;
	color: #F68735;
}
.texto_site_aviso {
	font-family: tahoma;
	font-size: 14px;
	color: #F68735;
}
.texto_fino {
	font-family: tahoma;
	font-size: 12px;
}
.texto_fino :link {
	color: #000000;
	text-decoration: none;
}
.texto_fino :visited {
	color:  #000000;
	text-decoration: none;
}
.texto_fino :hover {
	color: #000000;
	text-decoration: underline;
}
.texto_fino :active {
	color:  #000000;
	text-decoration: none;
}
.texto_fino_menor {
	font-family: tahoma;
	font-size: 11px;
}
.texto_fino_menor :link {
	color: #000000;
	text-decoration: none;
}
.texto_fino_menor :visited {
	color:  #000000;
	text-decoration: none;
}
.texto_fino_menor :hover {
	color: #000000;
	text-decoration: underline;
}
.texto_fino_menor :active {
	color:  #000000;
	text-decoration: none;
}
.texto_bold {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	font-style: italic;
}
.texto_laranja {
	font-family: "Trebuchet MSl", Helvetica, sans-serif;
	font-size: 13px;
	color: #F68735;
}
.texto_laranja :link {
	color: #F68735;
	text-decoration: none;
}
.texto_laranja :visited {
	color:  #F68735;
	text-decoration: none;
}
.texto_laranja :hover {
	color: #F68735;
	text-decoration: underline;
}
.texto_laranja :active {
	color:  #F68735;
	text-decoration: none;
}

#header {
	height:124px;
	width:100%;
	min-width:860px;
	margin-right:auto;
	margin-left:auto;
	background-image:url(images/cabecalho.jpg);
	background-color:#1e3362;
	background-repeat:no-repeat;
	background-position:center;
}

#login {
	width:430px;
	padding-top: 5px;
	margin-left:50%;
}
.texto_login_1 {
	text-align:right;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}
.texto_login_2 {
	text-align:right;
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}
.texto_login_2 :link {
	color:#FFFFFF;
	text-decoration:none;
}
.texto_login_2 :visited {
	color:#FFFFFF;
	text-decoration:none;
}
.texto_login_2 :hover {
	color:#FFFFFF;
	text-decoration:underline;
}

#gap1 {
	height:5px;
	width:100%;
	min-width:860px;
	background-color:#CECCBD;
	display:table;	
}

#menu {
	height:40px;
	width:100%;
	min-width:860px;
	display:table;
	background-image:url(images/menu.jpg);
}
a.botao {
	line-height: 30px;
	font-family:"Trebuchet MSl", Helvetica, sans-serif;
	font-size:12px;
	font-weight: bold;
	color: #404040;
	float:left;
	text-decoration: none;
	text-align:inherit;
	line-height: 30px;
	height: 30px;
	margin-right: 10px;
	display: block;
}
a:hover.botao {
	color: #C00;
}
.home {
	background: url(images/botoes/bt_home.png) no-repeat 0px 5px;
	text-indent: 30px;
	display: block;
} 
.cesta {
	background: url(images/botoes/bt_cesta.png) no-repeat 0px 5px;
	text-indent: 30px;
	display: block;
} 
.modelos {
	background: url(images/botoes/bt_modelos.png) no-repeat 0px 5px;
	text-indent: 30px;
	display: block;
}
.qualidade {
	background: url(images/botoes/bt_qualidade.png) no-repeat 0px 5px;
	text-indent: 30px;
	display: block;
}
.criar {
	background: url(images/botoes/bt_criar.png) no-repeat 0px 5px;
	text-indent: 30px;
	display: block;
}
.upload {
	background: url(images/botoes/bt_upload.png) no-repeat 0px 5px;
	text-indent: 30px;
	display: block;
}
.depoimentos {
	font-family:"Trebuchet MSl", Helvetica, sans-serif;
	font-size:8px;
	text-align:right;
	padding-top: 5px;
	margin-left: 15px;
	height: 40px;
	width: 50px;
	float:left;
	font-family:Tahoma;
	font-size:12px;
	color:#404040;
	display: block;
}
.facebook {
	text-align:right;
	padding-top: 5px;
	margin-right: 10px;
	height: 35px;
	width: 75px;
	float:right;
	display: block;
}
.social {
	margin-left: 3px;
	height: 30px;
	float:right;
}


#gap2 {
	height:3px;
	width:100%;
	min-width:860px;
	display:block;
}

#main {
	padding-top: 25px;
	width:860px;
	height:auto;
	min-height:200px;
	margin-right:auto;
	margin-left:auto;
	background-color:#FFFFFF;
}

#footer {
	padding-top: 25px;
	width:100%;
	min-width:860px;
	height:1000px;
	background-image:url(images/rodape.jpg);
	background-color:#243865;
	background-repeat:repeat-x;
}
.texto_rodape {
	font-family:Tahoma;
	font-size:12px;
}
.texto_rodape :link {
	color:#FFFFFF;
	text-decoration:none;
}
.texto_rodape :visited {
	color:#FFFFFF;
	text-decoration:none;
}
.texto_rodape :hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.texto_rodape :active {
	color:#FFFFFF;
	text-decoration:none;
}
.texto_rodape_bold {
	font-family:Tahoma;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	font-style:italic;
	text-decoration:none;
}

#links {
	float: left;
	height: auto;
	width: 500px;
}

#wrapper {
	width:860px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
}

#copyright {
	float: right;
	height: auto;
	width: 300px;
	text-align: right;
}
.texto_copyright {
	font-family:Tahoma;
	font-size:12px;
	color:#FFFFFF;
}

.roundedcornr_box_156634 {
   background: #deddd1 url(images/roundedcornr_156634_grad.gif) repeat-x top left;
}
.roundedcornr_top_156634 div {
   background: url(images/roundedcornr_156634_tl.gif) no-repeat top left;
}
.roundedcornr_top_156634 {
   background: transparent url(images/roundedcornr_156634_tr.gif) no-repeat top right;
}
.roundedcornr_bottom_156634 div {
   background: url(images/roundedcornr_156634_bl.gif) no-repeat bottom left;
}
.roundedcornr_bottom_156634 {
   background: transparent url(images/roundedcornr_156634_br.gif) no-repeat bottom right;
}

.roundedcornr_top_156634 div, .roundedcornr_top_156634,
.roundedcornr_bottom_156634 div, .roundedcornr_bottom_156634 {
   width: 100%;
   height: 20px;
   font-size: 1px;
}
.roundedcornr_content_156634 { margin: 0 20px; }


#tnt_pagination {
	margin-top:15px;
	margin-bottom:13px;
	display:block;
	text-align:center;
	height:22px;
	line-height:21px;
	clear:both;
	padding-top:3px;
	font-family:Helvetica, Arial, Sans-Serif;
	font-size:12px;
	font-weight:normal;
}
#tnt_pagination a:link, #tnt_pagination a:visited{
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#FFFFFF;
	color:#3B5997;
	width:22px;
	font-weight:normal;
}
#tnt_pagination a:hover {
	background-color:#DDEEFF;
	border:1px solid #BBDDFF;
	color:#3B5997;	
}
#tnt_pagination .active_tnt_link {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EDEFF4;
	margin-left:10px;
	text-decoration:none;
	background-color:#EDEFF4;
	color:#D7D7D7;
	cursor:default;
}
#tnt_pagination .disabled_tnt_pagination {
	padding:7px;
	padding-top:2px;
	padding-bottom:2px;
	border:1px solid #EBEBEB;
	margin-left:10px;
	text-decoration:none;
	background-color:#EDEFF4;
	color:#D7D7D7;
	cursor:default;
}

