/* Css document by Svein Erik Storkaas - CssTemplatesWeb.com | 2008 */

* {
 padding: 0;
 margin: 0;
}
body {
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}
P A:LINK , P A:HOVER, P A:VISITED{
 font-family: Arial, Helvetica, sans-serif;
 color: #666666;
 font-size: 12px;
}
#wrapper {
 width: 782px;
 margin: 0 auto;
}
#border {
 border: 1px solid #57827b;
 margin: 20px 0px 5px 0px;
 background-color: #fffffe;
 min-height: 776px;
 float: right;
 width: 780px;
}
* html #border {height:776px} /* IE Min-Height Hack */ 

#header {
 margin: 6px 5px 3px 5px; 
 height:140px;
background: url(../img/top.jpg) no-repeat; /*tab background image path*/
	
}
#header {
 margin: 6px 5px 3px 5px; 
 height:140px;
}

#header_admin
{

	margin: 12px 5px 3px 32px; 
 	height:95px;
	background: url(../img/logo_admin.gif) no-repeat; /*tab background image path*/
	
}
#headertext
{
	width:180px;
	height:40px;
	font-family:"Trebuchet MS";
	font-size:33px;
	color:#71c15c;
	margin:50px 0px 0px 50px;
	float:left;
	clear:none;
}

.verde
{
	color:#398F84;
}
#headertextsmall
{	
	width:250px;
	height:30px;
	font-family:"Trebuchet MS";
	font-size:20px;
	color:#fff;			
	padding-right:50px;
	padding-top:60px;
	float:right;
	
}
.headerlanguage 
{				
	padding-top:120px;
	*padding-top:100px;
	padding-left:660px;	
}
.red
{
	color:red;
}
.table_title
{
	background-color:#398F84;
	color:#FFFFFF;
	text-align:center;	
}
/* ------------------------ Start Navigation Bar -----------------*/
#topmenu
{
height:46px;
width: 770px;
padding-left:5px;
background-repeat:no-repeat;
}

/*MEUNU*/
.glossymenu{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../img/menug_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}


.glossymenu_footer{
	position: relative;
	padding: 0 0 0 0px;
	margin: 0 auto 0 auto;
	background: url(../img/menug_bg_footer.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
}

.glossymenu li, .glossymenu_footer li{
	float:left;
}

.glossymenu li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 13px;
	font-weight: bold;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu_footer li a{
	float: left;
	display: block;
	color:#000;
	text-decoration: none;
	font-family: sans-serif;
	font-size: 10px;
	font-weight: bold;
	padding:0 16px 0 0px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
	float: left;
	display: block;
	padding: 0 20px 0 7px; /*Padding of menu items*/
}

.glossymenu_footer li a b{
	float: left;
	display: block;
	padding: 0 1px 0 11px; /*Padding of menu items*/
}


.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(../img/menug_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu_footer li.current a, .glossymenu_footer li a:hover{
	color: #fff;
	background: url(../img/menug_hover_left_footer.gif) no-repeat; /*left tab image path*/
	background-position: right;
}


.glossymenu li.current a b, .glossymenu li a:hover b{
	
	background: url(../img/menug_hover_right.gif) no-repeat right top; /*right tab image path*/
}

.glossymenu_footer li.current a b, .glossymenu_footer li a:hover b{
	
	background: url(../img/menug_hover_right_footer.gif) no-repeat left bottom; /*right tab image path*/
}

/* ------------------------ End Navigation Bar -----------------*/


/* ------------------------ Start Images -----------------*/
img {
 display: inline;
 border: none;
}
img.block {
 display: block;
}
img.float {
 float: left;
 margin: 0px 14px 10px 0px;
}
/* ------------------------ End Images -----------------*/


/* ------------------------ Start Main Columns -----------------*/
#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 6px 0px 0px 4px;
 display: inline; /* IE Hack */
 width: 190px;
 float: left;
 background-image:url(../img/search-box.gif);
 background-repeat: no-repeat;
 min-height: 300px;
 padding: 0;

}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */

.leftcolumn-inner { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 150px;
 float: left;
 background-image:url(../img/search-box.gif);
 background-repeat: no-repeat;
 min-height: 40px;
 padding: 10px;
 margin-bottom: 7px;
}
* html .leftcolumn-inner {height:40px} /* IE Min-Height Hack */

.in-the-news { /* Parent Wrapper for inside boxes */
 display: inline; /* IE Hack */
 width: 180px;
 float: left;
 margin-bottom: 7px;
}
* html .in-the-news {height:125px} /* IE Min-Height Hack */


#rightcolumn {
/* border: 1px solid red;*/
 margin: 6px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 570px;
 float: left;
 min-height: 310px;
}
* html #rightcolumn {height:300px} /* IE Min-Height Hack */ 

#highlightnews {
 background-image:url(../img/highlightnews.jpg); 
 height:auto;
 background-repeat: no-repeat;
 text-align: left;
 padding: 17px 10px 10px 13px;
 display: inline; /* IE Hack */
 float: left;
 width: 510px; 
}


#highlightnews img
{
	float:left;
	padding-right:10px;	
}

* html .sponsor {height:80px} /* IE Min-Height Hack */

.maincontent {
 /*min-height: 80px;*/
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 570px;
}

.maincontent-big {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 310px;
}

.maincontent-small {
 min-height: 80px;
 display: inline; /* IE Hack */
 float: left;
 margin-bottom: 7px;
 width: 260px;
 
}

* html .maincontent {height:80px} /* IE Min-Height Hack */
* html .maincontent-big {height:80px} /* IE Min-Height Hack */
* html .maincontent-small {height:80px} /* IE Min-Height Hack */

.content-mid-cons
{
	 padding: 5px 14px 5px 14px;

}

.content-mid-cons P
{
	 text-align:justify;
	 margin-left: 15px;

}
.content-mid-cons IMG
{
	 margin-left: 15px;
}


.content-mid {
 background-image:url(../img/content-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}

.content-mid-big {
 background-image:url(../img/content-mid-big.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}

.content-mid-small {
 background-image:url(../img/content-mid-small.gif);
 background-repeat: repeat;
 padding: 5px 14px 5px 14px;
}

.content-mid img, .content-mid-big img,  .content-mid-small img
{
	float:left;
	margin:3px 10px 5px 0px;
}

.content-mid .ESQUERDA , .content-mid-cons .ESQUERDA
{
	float:left;
	margin:3px 10px 5px 0px;
}

.content-mid .DIREITA, .content-mid-cons .DIREITA
{
	float:right;
	margin:3px 10px 5px 10px;
}
.content-mid .CENTRO, .content-mid-cons .CENTRO
{	
	text-align:center;
	margin:3px 10px 5px 0px;
	width:100%; 
	text-align:center;
}
.CENTRO img
{
	float:none;
	margin:0px 0px 0px 0px;
}

.left-mid {
 background-image:url(../img/left-mid.gif);
 background-repeat: repeat;
 padding: 5px 14px 10px 14px;
}
.randompicture
{
background-image:url(../img/left-mid.gif);
background-repeat: repeat;
text-align:center;
padding:5px 0px 5px 0px;
overflow:hidden;	
}

.left-heading {
 background-image:url(../img/left-heading.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 5px 10px; 
}

.heading_adm {
 background-image:url(../img/bg_green.jpg);
 background-repeat: repeat-x;
 padding: 4px 14px 0px 10px; 
 height: 28px;
}
.left-heading-mid {
 background-image:url(../img/left-heading-mid.gif);
 background-repeat: no-repeat;
 padding: 9px 14px 0px 10px; 
}

.heading_adm h3
{
	font-size: 13px;
	 color: #fff;
	 min-height: 11px;
	 font-weight: bold;
}

.left-heading h3
{
	font-size: 16px;
 color: #fff;
 min-height: 11px;
 font-weight: bold;
}

* html .left-heading {height:11px} /* IE Min-Height Hack */
/* ------------------------ End Main Columns -----------------*/

/* ------------------------- Start Headings ---------------------*/
h1 {
 font-size: 16px;
 color: #398f84;
}
h1 A:LINK, h1 A:VISITED, h1 A:HOVER{
 font-size: 16px;
 color: #398f84;
}
/* ------------------------- End Headings ---------------------*/

input ,textarea{
 border: 1px solid #54807f;
 
}
.home input {
 width: 150px;
}


#footer {
 font-size: 10px;
 clear: both;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 margin-bottom: 5px;
 text-align:center;
}


ul#daily-links li {
 list-style: none;
 margin-left: 2px;
}
ul#nav-links li {
 display: inline;
 margin-left: 0px;
 padding-left: 12px;
 
}

ul#daily-links li a:link{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:visited{
 color: #333;
 text-decoration: none;
 font-weight: bold;
}
ul#daily-links li a:hover{
 color: #999;
 text-decoration: none;
 font-weight: bold;
}

a:LINK , a:VISITED, a:HOVER
{
 color: #676767;
 text-decoration: none;
 font-size: 12px;s
}

.valid {
 margin: 10px 0px 0px 10px;
}
.form{
	float:left;
	width:200px;
}
textarea
{
	width:500px;
	margin-bottom:10px;
	height:100px;
}
th
{
	background-color:#e0e0e0;
	height:30px;
	background-image: url("../img/th.jpg");
	background-repeat: repeat-x;
}
#title
{
	margin:10px 20px 10px ;
	
}
.sel
{
	font-weight:bold;
}
.sucesso
{
	margin-top:50px;
	margin-bottom:50px;
}
.alerta
{
	color:red;
}
.adm_title
{	
	margin: 5px 15px 0px 15px;	
}
.adm_title h1
{
	font-size: 20px;
}
.barra
{
	width:98%; 	
	height:30px;
	background-image: url("../img/th.jpg");
	background-repeat: repeat-x;

}

#body_conservadora
{
	width:500px;
	margin: 0px auto;
}
.mais
{	
	background-image: url("../img/mais.gif");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 2px;
	cursor: pointer;
	margin-top: 3px;
}
.sem_sub
{
	width: 10px;
	height: 10px;
	float: left;
	margin-right: 2px;	
	margin-top: 3px;
}	
.menos
{
	background-image: url("../img/menos.gif");
	background-repeat: no-repeat;
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 2px;
	cursor: pointer;
	margin-top: 3px;
}


/**bloco adicionado em 28/02/2010**/
.box_pedido{
	background-color: #398F84;
	margin-right:10px;
	padding:5px;
	color: #FFFFFF;
	font-weight: bold;
}

#tooltip{
                                
    background:#FFFFCC;
    border:1px solid #000;
    display:none;
    padding:3px;
    width:300px;
}

/*ORÇAMENTO*/

#orcamento_form l label_form
{

}
.img_form_display 
{
	border:1px solid #ccc;
	float:left;
	margin-right: 5px;
	width: 250px;height:341px;
}
.label_form
{
	margin-top: 8px;
}

.form_input{
	
}

#orcamento_form small{ font-size: 10px}
.campo_form INPUT {width: 298px}



#orcamento_form FORM{margin-left: 250px;}
