@charset "UTF-8";
/* CSS Document */

img, div, a{
    behavior: url(public/themes/tarambola/_css/iepngfix.htc);
}

h1{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:14px;
	color:#005581;
	font-weight: bolder; 
}

h2{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color: white;
	font-weight: bolder; 
}

h3{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:#666666;
	font-weight: bolder;
}

p{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:11px;
	color:#666666;
	line-height:19px;
}

a{
	font-family:Verdana,Geneva,Kalimati,sans-serif;
        text-decoration: none;
        font-size: 12px;
        
}


body{
        background:url(../_img/fundo.jpg);

}


/********************TEMPLATE*****************************/

#wrapper{
    width:770px;
    margin: 0 auto;
    background-color: white;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;

}


/********************Top*****************************/

#branding{
	width: 770px;
	height: 163px;
        background: url(../_img/banner.jpg) left no-repeat;
        float: left;
}

#menuBarUl{
	width: 770px;
	float: left;
        margin-bottom: 10px;

}

#menuBarUl li{
    display: inline;
}

.menuLiFst{
	float: left;
	padding-top: 12px;
        width: 150px;
        text-align: center;
        background: url(../_img/bg_btn.jpg) repeat-x;
	height: 35px;
}

.menuLi{
	float: left;
	padding-top: 12px;
        width: 150px;
        text-align: center;
        margin-left: 5px;
        background: url(../_img/bg_btn.jpg) repeat-x;
	height: 35px;
}

.menuLiFst:hover{
        background: url(../_img/bg_btn_hover.jpg) repeat-x;
}

.menuLi:hover{
        background: url(../_img/bg_btn_hover.jpg) repeat-x;
}

.aMenu{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:12px;
	color:white;
	font-weight: bolder; 	
}


.breadcrumb{
    margin-left: 235px;
    float: left;
    display: inline;
    width: 500px;
    height: 20px;
}

.breadcrumb-current{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:10px;
	color:white;
        float: left;
        margin-top: 3px;
}

.breadcrumb a{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:10px;
	color:white;
        text-decoration: underline;
        float: left;
        margin-top: 3px;

}

.breadcrumb-separator{
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:10px;
	color:white;
        float: left;
        margin-top: 3px;
        margin-left: 5px;
        margin-right: 5px;
}



/********************ContentWrapper*****************************/


#contentWrapper{
	width: 770px;
	float:left;
        margin-bottom: 20px;
}

#contentUl{

}

.contentLiLeft{
    display: inline;
    width: 375px;
    margin-right: 20px;
    float: left;
    margin-top: 20px;
}

.contentLiRight{
    display: inline;
    width: 375px;
    float: left;
    margin-top: 20px;
}

.contentH2{
    height: 25px;
    background:url(../_img/bg_btn.jpg);
    padding-top: 10px;
    padding-left: 10px;
}

.aContent{

}

.contentImg{
    height:290px;
    width: 375px;
    margin-top: 5px;
}

/********************Promo*******************************************+**/

.contentH2Promo{
    margin-top: 20px;
    height: 25px;
    background:url(../_img/bg_btn.jpg);
    padding-top: 10px;
    padding-left: 10px;
}

.imagemPromo{
    width:770px;
    margin-top: 20px;
}

.pPromo{
    margin-top: 20px;
}

/********************Footer*******************************************+**/

#footer{
	clear:both;
	width:770px;
	height:30px;
        border-top: dotted 1px #666666;
        padding-top: 10px;
        
}


#developedSpan{
	float:right;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:10px;
	color:#666666;
	line-height:19px;
	margin-top: 7px;
        
}

#direitos{
	float: left;
	font-family: Verdana,Geneva,Kalimati,sans-serif;
	font-size:10px;
	color:#666666;
	line-height:19px;
	margin-left: 15px;
	margin-top:7px;
}


#logoTara{
	width: 73px;
	height: 21px;
	float: right;
	margin-right: 15px;
	margin-left: 5px;
        
}

/***********************************************************Historial*******************************/

#contentLeft{
    width: 375px;
    margin-right:20px;
    float:left;
    margin-top: 30px;
}

#contentRight{
    width: 375px;
    float:left;
    margin-top: 30px;
}

#histH3{
    margin-bottom: 10px;
}

#histP{

}

.textDescListaProds{
    margin-top: 12px;
}

/***********************************************************Slides*******************************/

                #preview_wrap {
			margin: 0 auto;
			width: 375px;
			height: 280px;
		}

		#preview_outer {
			overflow: hidden;
			width: 375px;
			height: 280px;
			position: relative;
		}

		#preview_inner {
			text-align: left;
			height: 100%;
			position: relative;
		}

		#preview_inner div {
			float: left;
			width: 375px;
			height: 280px;
			position: relative;
		}

		#thumbs {
			position: relative;
			width: 375px;
			text-align: center;
		}

		#thumbs span {
			padding: 5px;
			width: 80px;
			height: 80px;
			cursor: pointer;
			display: inline-block;
		}

                /***********************************************************CONTACTOS*******************************/

#container{
	width:770px;
    border-bottom:dashed 1px white;

}

#containerOrc{
	width:770px;
	height: 330px;
    border-bottom:dashed 1px white;

}

#contactForm{
	width:365px;
	height:260px;
	margin: 10px;
	float: left;
}

#contactFormOrc{
	width:365px;
	height:260px;
	margin: 10px;
	float: left;
}

#campo{
	width:350px;
	height:260px;
}

#campoOrc{
	width:770px;
	height:260px;
}
.assunto{
	width: 353px;
	height: 120px;
	float: left;
	margin-left: 10px;
}

#btnContact{
	border: none;
        background: #005581;
	float: right;
	margin-right: 1px;
	margin-top: 10px;
        cursor: pointer;
        color: white;
        font-weight:bold;
}


#moradaDiv{
	width: 350px;
	float: right;
	margin-top: 15px;
}

.labels{
	font-family:Verdana,Geneva,Kalimati,sans-serif;
	text-decoration: none;
	color: grey;
	font-size: 12px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}

.contactField{
	width: 350px;
	height: 15px;
	float: left;
	margin-left: 10px;
}

.error{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: #674fa5;
    font-size: 10px;
    margin-bottom:10px;
}

iframe{
    margin: 20px;
}

.mapLegenda{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: grey;
    font-size: 12px;
    margin-left:20px;
}
.mapLegendaLink{
    font-family:Verdana,Geneva,Kalimati,sans-serif;
    text-decoration: none;
    color: grey;
    font-size: 12px;
}

#left{
    width:350px;
    float:left;
}

#right{
    width:350px;
    float:left;
    margin-left:20px;
}

/***********************************************************CONTACTOS*******************************/

#escolhaIdioma {
	margin:auto;
	text-align:center;
}

.flag {
	margin:60px;
}