/*
Folha de Estilos - CSS
Projeto: Campos de Minas Turismo
Autor: Lucas Gustavo (www.lucasgustavo.com)
Data: 10/2008
*/

*{
    margin:0;
    padding:0;
    font-family: Verdana;
    font-size: 12px;
   /* color: #000; */
}

body{
    margin:0 auto;
    background:url(../imgs/background.jpg) repeat-x;
    text-align:center;
}

.clear{
    clear:both;
}

#pagina{
    width:972px;
    margin:auto;
    margin-top:12px;
    text-align:center;
}

#center{
    margin:auto;
    width:816px;
    text-align:left;
}

#topo{
    float:left;
    width:816px;
    height:258px;
    _height:261px;
}

#topo img{
    float:left;
    margin:0;
    border:none;
    _height:261px;
}

#meio{
    float:left;
	clear:both;
	width:815px;
	background:#FAFAD8;
}


#menu{
    float:left;
    clear:both;
    width:175px;
    /*height:619px;*/
    background:#FAFAD8;
}

#menu_corpo{
    float:left;
    width:160px;
    height:345px;
    margin-left:8px;
    _margin-left:4px;
    margin-top:21px;
    *height:345px;
    _padding-top:33px;
    background:url(../imgs/menu.jpg) no-repeat;
}

#menu_corpo a{
    float:left;
    *width:130px;
    *height:34px;
    *margin-bottom:5px;
}

#menu_corpo a img{
    float:left;
    border:none;
	margin-left:15px;
    margin-bottom:5px;
}

#menu_corpo a:first-child{
    margin-top:32px;
    float:left;
}

#rodape_conteudo{
    float:left;
    clear:both;
    background:url(../imgs/rodape_conteudo.gif) no-repeat;
    width:816px;
    height:20px;
}

#conteudo{
    float:left;
    width:640px;
    /*height:619px;*/
    background:#FAFAD8;
}

#conteudo img{
    float:left;
    _width:631px;
    _margin-left:-3px;
}

#texto{
    float:left;
    width:606px;
	_width:610px;
    /*_width:631px;*/
    height:470px;
    *height:492px;
    _height:506px; 
    border-left:2px solid #4B4B4B;
    border-right:2px solid #4B4B4B;
    overflow:auto;
    clear:both;
    background:#FFF;
    padding:10px;
    *overflow-y: auto;
    *padding-bottom: expression(this.scrollWidth > this.offsetWidth ? 19 : 4);
}

#texto .tit_texto {
    font-weight: bold;
	font-size: 1.6em;
	color: #FF0000;
	text-align:center;
}   

#fullbanner img {
    max-width:628px;
	width:628px;
	width: auto !important;
	max-height: 85px;
	height: 85px;
	height: auto !important;	
	border: 0px;
}

#bannerlateral {
    padding-top:15px;
    margin-left:18px;
    float:left;
    width:135px;
	overflow:hidden;
	max-height: 234px;
	height: 234px;
	height: auto !important;
}

#bannerlateral img {
    border: 0px;
}

.bottom_texto{
    float:left;
    clear:both;
    width:630px;
    background:url(../imgs/bg_bottom_texto.gif) no-repeat;
}

/** by dotcode **/
.contactform {margin:2.0em 0 0 0; padding:10px 10px 0 10px; /**border:solid 1px rgb(200,200,200); background-color:rgb(240,240,240);**/}
.contactform fieldset {padding:20px 0 0 0 !important /*Non-IE6*/; padding:0 /*IE6*/; margin:0 0 20px 0; border:solid 1px rgb(220,220,220);}
.contactform fieldset legend {margin:0 0 0 5px !important /*Non-IE*/; margin:0 0 20px 5px /*IE6*/; padding:0 2px 0 2px; color:rgb(80,80,80); font-weight:bold; font-size:130%;}
.contactform label.left {float:left; width:100px; margin:0 0 0 10px; padding:2px; font-size:110%;}
.contactform select.combo {width:175px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.field {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform textarea {width:275px; padding:2px; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:110%;}
.contactform input.button {float:right; width:9.0em; margin-right:20px; padding:1px !important /*Non-IE6*/; padding:0 /*IE6*/; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:110%;}
.contactform input.button:hover {cursor: pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/** galeria de fotos **/
div.chamadaGlobal ul.chamadaLista li.chamada {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d1d1d1;
    width:580px;
    text-align: justify;
}

div.chamadaGlobal ul.chamadaLista li.onechamada {
	margin: 0px;
	padding: 10px 0px;
	float: left;
	overflow: hidden;
	list-style-type: none;
    width:580px;
    text-align: justify;
}

div.lojavirtual {
    width:290px;
    float:left;
    text-align:center;
    padding-bottom:25px;
}

div.lojavirtualinterna {
    width:290px;
    float:left;
    text-align:center;
    padding-bottom:25px;
	/*padding-right: 5px;*/
}

div.lojavirtualinterna div.interna_texto {
	padding-left: 8px;
	padding-right: 12px;
}

div.lojavirtualinterna div.diagramacaoleft {
    width:223px;
    margin:auto;
}

div.lojavirtualinterna img.chamadaFotoLeft {
    margin:0 7px 7px 0;
    border: 2px solid #1681F3;
    max-width:100px;
	/*_width: expression(this.width > 100 ? 100 : true) !important;*/
}

div.lojavirtual div.lojavirtualimg {
    width:185px;
    margin:auto;
}


ul.chamadaLista li.chamada img.chamadaFoto {
    margin:0 7px 0 0;
    border: 2px solid #1681F3;
	max-width:450px;
	/*_width: expression(this.width > 450 ? 450 : true) !important;*/
}

ul.chamadaLista li.onechamada img.chamadaFoto {
    margin:0 7px 0 0;
    border: 2px solid #1681F3;
	max-width:450px;
	/*_width: expression(this.width > 450 ? 450 : true) !important;*/
}

ul.chamadaLista li.chamada img.chamadaFotoRight {
    margin:0 0 7px 7px;
	_margin-right: 7px;
    border: 2px solid #1681F3;
	max-width:100px;
	/*_width: expression(this.width > 100 ? 100 : true) !important;*/
}

ul.chamadaLista li.onechamada img.chamadaFotoRight {
    margin:0 0 7px 7px;
	_margin-right: 7px;
    border: 2px solid #1681F3;
	max-width:100px;
	/*_width: expression(this.width > 100 ? 100 : true) !important;*/
}

ul.chamadaLista li.chamada img.chamadaFotoLeft {
    margin:0 7px 7px 0;
    border: 2px solid #1681F3;
	max-width:100px;
	/*_width: expression(this.width > 100 ? 100 : true) !important;*/
}

ul.chamadaLista li.onechamada img.chamadaFotoLeft {
    margin:0 7px 7px 0;
    border: 2px solid #1681F3;
	max-width:100px;
    /*_width: expression(this.width > 100 ? 100 : true) !important;*/
}

ul.chamadaLista li.chamada div.diagramacaoright {
    float:right; 
	max-width:237px;
	_width:237px !important;
}

ul.chamadaLista li.onechamada div.diagramacaoright {
    float:right;
	max-width:237px;
	_width:237px !important;
}

ul.chamadaLista li.chamada div.diagramacaoleft {
    float:left;
    max-width:237px;
	_width:237px !important;
}

ul.chamadaLista li.onechamada div.diagramacaoleft {
    float:left;
	max-width:237px;
	_width:237px !important;
}

ul.chamadaLista li.chamada a, a:link, a:visited {color: #1681F3;}
ul.chamadaLista li.onechamada a, a:link, a:visited {color: #1681F3;}
ul.chamadaLista li.chamada a:hover {
	background: #1681F3;
	color: #000;
	text-decoration: none;
}
ul.chamadaLista li.onechamada a:hover {
	background: #1681F3;
	color: #000;
	text-decoration: none;
}
ul.chamadaLista li.chamada a:active {
	background: #053D9C;
	color: #fff;
	text-decoration: none;
}
ul.chamadaLista li.onechamada a:active {
	background: #053D9C;
	color: #fff;
	text-decoration: none;
}

div.lojavirtual a, a:link, a:visited {color: #1681F3;}
div.lojavirtual a:hover {
	background: #1681F3;
	color: #000;
	text-decoration: none;
}
div.lojavirtual a:active {
	background: #053D9C;
	color: #fff;
	text-decoration: none;
}
div.lojavirtual img.chamadaFoto {
    border: 2px solid #1681F3;
    width:185px;
    height:132px;
}
