/*
Codificado por Óscar Alves
oscar.alves@kriacao.pt
Ano2010
*/

/*FORMATAÇÃO GERAL*/


/**GERAL**/
*{
	padding:0;
	margin:0;
}

body{
	background-color:#f2f2f2;
	font-family: 'Open Sans', sans-serif;
}
/**END GERAL**/

/**INDEX**/
.container{
	width:1010px;
	margin: 0 auto;
}

#header{
	width:100%;
	padding-top:13px;
	padding-bottom:11px;
}

#logo{
	float:left;
	width:497px;
}

#header_right{
	float:left;
	width:513px;
}

#forms_n_lang{
	float:right;
	width:275px;
}

#forms_n_lang form{
	width:200px;
	/*float:left;*/
	vertical-align: middle;
	display: inline-block;
	position:relative;
}

#forms_n_lang form:not(:first-child){
	margin-left: 15px;
}

#forms_n_lang form input{
	width:100%;
	height:25px;
	padding-left:10px;
	border:none;
	border:1px solid #bfbfbf;
	border-radius:5px;
}

#forms_n_lang form input[type="submit"]{
	background-image:url(../image/input_arrow.png);
	width:20px;
	height:20px;
	position:absolute;
	right:-9px;
	top:3px;
	border:none;
	cursor: pointer;
}

#language_btns{
	float: right;
	background: #FFF none repeat scroll 0% 0%;
	border: 1px solid #BFBFBF;
	border-radius: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 1px;
	vertical-align: middle;
	display: inline-block;
}

#menu{
	width:100%;
	float:left;
	margin-top:25px;
}

#menu ul li{
	list-style: none;
	width:165px;
	float:left;
	height:58px;
	background:#ebebeb;
	border:1px solid #bfbfbf;
	text-transform: uppercase;
}

#menu ul li:not(:first-child){
	margin-left:5px;
}

#menu ul li a{
	text-align: center;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 60px;
	text-decoration: none;
	color: #0070bc;
	font-weight:bold;
}


#footer_wrapp{
	width:1010px;
	margin:auto;
	clear:both;
}

#footer_top{
	min-height:43px;
	width:100%;
	background-color:#ffffff;
	float:left;
	border-top:1px solid #dfdfdf;
	border-bottom:1px solid #dfdfdf;
	margin-top: 81px;
	margin-bottom:20px;
}

#footer_top a{
	color:#666666;
	font-size:14px;
	text-decoration:none;
	line-height: 45px;
	padding-left:15px;
}

#footer_bottom{
	float:left;
	width:100%;
	margin-bottom:32px;
	position:relative;
}

#mapa_do_site a{
	text-decoration:none;
	font-size:12px;
	color:#666666;
}

#mapa_do_site a:hover{
	text-decoration: underline;
}

#direitos_reservados{
	font-size:12px;
	color:#949494;
}

#footer_logo_right{
	position:absolute;
	right:0;
	top:10px;
}

/**END INDEX**/

/**HOMEPAGE**/
#content{
	width:100%;
	float:left;
}

#middle_menu_wrapper{
	width:100%;
	min-height:312px;
	width:100%;
	background-color:#0171bd;
	float:left;
	margin-top:11px;
}

#middle_menu{
	float:left;
	border-left:3px solid rgba(0,0,0,0.1);
	border-right:3px solid rgba(0,0,0,0.1);
}

#middle_menu_section{
	width:496px;
	float:left;
	min-height:312px;
}

#middle_menu #middle_menu_section:last-child{
	margin-left: 12px;
}

#middle_menu_section_title{
	width:100%;
	float:left;
	text-align:center;
	background-color:#338dc9;
}

#middle_menu_section_title a{
	padding-top:24px;
	padding-bottom:24px;
	display:block;
	width:100%;
	/*height:100%;*/
	color:white;
	text-decoration: none;
	text-transform: uppercase;
}

#middle_menu_section_list_items{
	width:300px;
	float:left;
}

#middle_menu_section_list_items ul li{
	list-style: none;
	width:100%;
	float:left;
	margin-top:2px;
	margin-bottom:2px;
	margin-right:2px;
	border-top:2px solid #338DC9;
	border-bottom:2px solid #338DC9;
	border-right:2px solid #338DC9;
	background-image:url(../image/menu_left_arrow.png);
	background-repeat:no-repeat;
	background-position:left center;
	height: 53px;
	line-height: 53px;
	text-transform: uppercase;
}

#middle_menu_section_list_items ul li a{
	font-size:15px;
	text-decoration: none;
	color:white;
	display: block;
	width:100%;
	height:100%;
	text-align: center;
}

#middle_menu_section_list_items:not(:last-child) ul li a:hover{
	background-image:url(../image/menu_left_arrow_hover.png);
	background-repeat:no-repeat;
	background-position:left center;
}

#middle_menu_section_list_items:last-child ul li a:hover{
	background-image:url(../image/menu_right_arrow_hover.png);
	background-repeat:no-repeat;
	background-position:right center;
}

#middle_menu_img_right{
	width: 190px;
	float: left;
	margin-left: 6px;
	overflow: hidden;
}

#middle_menu_img_right img{
	height:303px;
}

#right_middle_menu{
	background-image:url(../image/menu_right_arrow.png)!important;
	background-repeat:no-repeat!important;
	background-position:right center!important;
}

#homepage_wrapper{
	width:100%;
	float:left;
	padding-left:15px;
	padding-right:15px;
	margin-top:28px;
}

#homepage_left{
	width:481px;
	float:left;
}

#homepage_left_title{
	color:#333333;
	width:100%;
	float:left;
}

#homepage_left_text{
	width:100%;
	float:left;
	margin-top:25px;
}

#homepage_right{
	width:481px;
	float:left;
	margin-left: 25px;
}

#homepage_right_title{
	color:#333333;
	width:100%;
	float:left;
}

#homepage_right_text{
	width:100%;
	float:left;
	margin-top:25px;
}
/**END HOMEPAGE**/

/**CONTACTOS**/
#wrapper{
	float:left;
	width:100%;
	margin-top:11px;
}

#middle_menu_single{
	width:100%;
	float:left;
}

#contactos_text{
	width:495px;
	float:left;
	margin-top:40px;

}

#contactos_title h2{
	font-weight: 500;
	color:#333333;
}

#contactos_big_text{
	margin-top:32px;
}

#contactos_form{
	width: 380px;
	float: left;
	margin-left: 61px;
	margin-top: 105px;
}

#contactos_form form div:not(:last-child) input{
	width: 100%;
	height: 26px;
	border: none;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding-left: 5px;
}

#contactos_form form div:last-child input{
	width: 387px;
	height:40px;
	border:1px solid #bebebe!important;
	border-radius:0px!important;
	padding-top:0px!important;
	line-height:20px;
	color:#0070bb;
	font-size:14px;
	text-transform: uppercase;
	font-weight: bold;
	cursor:pointer;
	background-color:#eaeaea;

}

#contactos_form form textarea{
	width:100%;
	height:86px;
	border: none;
	border: 1px solid #cecece;
	border-radius: 5px;
	padding-left: 5px;
	padding-top:5px;
}

#contactos_form form div:not(:first-child){
	margin-top:10px;
}

#contactos_mapa{
	width: 100%;
	float: left;
	margin-top: 20px;
}
	
/**END CONTACTOS**/

/**CONTENT**/
#content_links{
	width:100%;
	float:left;
	margin-top:10px;
}

#content_links ul li{
	float:left;
	list-style: none;
	width:295px;
	background-color:#eaeaea;
	border:1px solid #bebebe;
	margin-right:5px;
	margin-bottom:5px;
}

#content_links ul li:not(:first-child){
	
}

#content_links ul li a{
	display:block;
	width:100%;
	height:100%;
	text-align: center;
	padding-top:10px;
	padding-bottom:10px;
	text-decoration: none;
	color:#0070bb;
}

#text{
	float:left;
	margin-top:40px;
	padding-left:15px;
}

#title h2{
	font-weight: 500;
	color:#333333;
}

#big_text{
	margin-top:32px;
}

.menuInside{
	float: left;
	width: 100%;
	margin-top:10px;
}

.menuInside ul li{
	list-style: none;
	float:left;
	background-color:#ffffff;
	width:223px;
	border-left:1px solid #BEBEBE;
	border-top:1px solid #BEBEBE;
	border-bottom:1px solid #BEBEBE;
}

.menuInside ul li:last-child{
	border-right:1px solid #BEBEBE;
}

.menuInside ul li a{
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:15px;
	cursor:pointer;
	color:#0070bb;
}




/**COMPONENTES**/
#components{
	width:652px;
	float:left;
	padding-left:15px;
	clear:both;
}

#results{
	width:100%;
	float:left;
}

#pageAreaProd{
	border-bottom: 1px solid #858585;
	width: 600px;
}

#pageAreaProd #textProd {
    min-height: 200px;
}

#pageAreaProd #textProd .boxPhoto {
    float: left;
    width: 180px;
    min-height: 200px;
    padding: 4px 2px;
}

#pageAreaProd #textProd .boxPhoto ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#pageAreaProd #textProd .boxPhoto ul {
    list-style-type: none;
}

#pageAreaProd #textProd .boxContent {
    min-height: 200px;
    padding: 5px 2px;
}

#pageAreaProd #textProd .boxContent .title {
    border-bottom: 1px solid #858585;
    padding: 10px 5px;
    background: #FFF none repeat scroll 0% 0%;
    font-weight: bold;
}

#pageAreaProd #textProd .boxContent .title label {
    padding: 2px 8px;
}

#pageAreaProd #textProd .boxContent .title {
    font-weight: bold;
}

#pageAreaProd #textProd .boxContent .content {
    padding: 10px 25px;
    min-height: 115px;
}

#pageAreaProd #textProd .boxContent .footerImg {
    padding: 5px;
}

#pageAreaProd #textProd .boxContent .footerImg a {
    color: #777;
    text-decoration:none;
}

#pageAreaProd{
	font-size: 0.9em;
}

#boxRight {
    width: 265px;
    padding: 30px 10px;
    float: left;
    position: relative;
    font-size: 0.9em;
}

#boxNew {
    padding: 5px 20px;
}

#anchorArea {
    margin: 5px 0px;
    padding: 5px 0px;
}

#anchorArea #anchor {
    color: #2036C7;
    font-weight: normal;
    padding: 5px 0px;
    font-size: 1em;
}

#anchorArea #anchor label {
    float: left;
    padding: 5px 3px 5px 0px;
}

#anchorArea #anchor a {
    color: #2036C7;
}

/**Lookup**/
#pageNavPositionTop, #pageNavPositionBottom {
    padding: 5px 10px;
    text-align: right;
    position: relative;
    font-size: 0.9em;
    float:right;
}

#pageNavPositionTop, #pageNavPositionBottom {
    padding: 5px 10px;
    text-align: right;
    position: relative;
    font-size: 0.9em;
}

#middleContentInside #contentBoxInside #content #contentTop02 {
    padding: 10px;
    border-bottom: 1px solid #858585;
    font-weight: bold;
    position: relative;
}


#contentTop02 {
    padding: 10px;
    border-bottom: 1px solid #858585;
    border-top: 1px solid #858585;
    font-weight: bold;
    position: relative;
    margin-top:33px;
    width:988px;
    float:left;
}

#boxLeft #contentArea #textArea {
    padding: 15px 5px;
}

#gallery {
    border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
    width: 100%;
	float: left;
}

#gallery .thumb {
    height: 153px;
    padding: 5px 5px 5px 0px;
    float: left;
}

#gallery ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

#pageNavPositionTop .pg-normal, #pageNavPositionBottom .pg-normal{
	cursor:pointer;
}

#pageNavPositionTop .pg-selected, #pageNavPositionBottom .pg-selected {
  color: #df571d;
  cursor: pointer;
}

#pageNavPositionBottom .pg-normal, #pageNavPositionBottom .pg-normal{
	cursor:pointer;
}

#pageNavPositionBottom .pg-selected, #pageNavPositionBottom .pg-selected {
  color: #df571d;
  cursor: pointer;
}

/**SITEMAP**/

#site_map ul li a{
	text-decoration:none;	
}


