/* CSS Document */

@import url("blueprint/blueprint/screen.css");
@import url("constants.css");

/*
	-- -- -- -- -- -- --

	SERVISUPER v2008 CSS
	MAIO/2008
	Desenvolvido por Multiweb * Business Inspiration
	www.multiweb.pt

	-- -- -- -- -- -- --

*/

/* =GENERIC
------------------------------------------------------------------------ */


/* =TIPOGRAFIA
------------------------------------------------------------------------ */
body, input, textarea{font-family: "Gill Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;}
h1, h2, h3, h4, h5, h6{font-family: "Geneva", Helvetica, Arial, sans-serif; color:#375893;}

#header02 h3,#header02 h1{margin:0;}
#mainContent{}
#secHome #mainContent{}



#footer{font-size:0.8em; line-height:1.875em; margin-bottom:1.875em;}

a:link, a:visited{color:#f89725; font-weight:bold; text-decoration:none;}
a:hover, a:active{color:#ffa944;}

/* =LAYOUT SPECIFICS
------------------------------------------------------------------------ */
body{
	background:#153a7b;
	text-align:left;	
	}

div.container{margin:0;}
div#globalContainer{
	width:100%;
	background: #375893 url(../../img/layout/globalContainer.fundo.gif) repeat-x left top;
	}

div#header{
	height:96px;
	}
div#mainContent{
	background: url(../../img/layout/mainContent.fundo.gif) repeat-y left top;
	}
	div#content{
		margin-top:162px;
		padding-top:36px;
		z-index:2;
		min-height:300px;
		}
	div#sidebar{
		background: url(../../img/layout/sidebar.fundo.png) no-repeat 3px top;
		margin-left:110px;/*anula definição da grid*/
		padding-left:0px;
		padding-top:10px;
		min-height:350px;
		}
	div#mainContent.invertCols{}
	div#mainContent.invertCols div#content,
	div#mainContent.invertCols div#sidebar{float:right;}
	
	div#sidebar form fieldset{
		color:#98B3E4;
		border:none;
		padding:0;
		margin:0 0 18px 0;
		}

div#navigationBar{}
div#footer{
	background: url(../../img/layout/footer.fundo.gif) repeat-x left top;
	}
	div#footer div.container{
		padding-top:84px;
		background: url(../../img/layout/footer.container.fundo.gif) no-repeat left top;
		}



/* =LAYOUT SNIPPETS
------------------------------------------------------------------------ */
div#header img#headerLogo{
	position:absolute;
	left:40px;
	top:24px;
	z-index:2;
	}
	body#secHome img#headerLogo{}

div#banner{
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	border-top:3px solid #3c639c;
	}

div#promoSlogan{
	width:230px;
	padding-top:234px;/* image replacement */
	height:0;
	overflow:hidden;
	background: url(../../img/temp/promoSlogan.fundo.jpg) no-repeat 7px 25px;
	}

div#relatedInfo{}
	div#relatedInfo ul{list-style:none; margin:0;}
	div#relatedInfo ul li a{}

	div.photoGallery.flash{
		margin-top:18px;
		margin-bottom:18px;
		}
		

	div.photoGallery.static{
		float:left;
		margin-bottom:18px;
		width:190px;
		margin-right:10px;
		}
	div.photoGallery.static div.articleMask02{
		display:block;
		height:144px;
		overflow:hidden;
		margin-bottom:2px;
		}
	div.photoGallery.static table td{padding:0 0 2px 0;}
	div.photoGallery.static table div.thumb{
		display:block;
		width:95px;
		height:52px;
		overflow:hidden;
		}
		div.photoGallery.static table td.firstTD{padding-right:2px;}
		div.photoGallery.static table td.firstTD div.thumb {width:93px;}

	div.photoGallery.slide{
		margin:18px 0;
		}

form#quickSearch{
	padding-top:18px;
	position:relative;
	left:25px;
	top:25px;
	}
	form#quickSearch label{display:block; margin:0;}
	form#quickSearch p{margin-bottom:0.5em;}
	form#quickSearch input,
	form#quickSearch select{margin:0;}
	form#quickSearch input[type=text],
	form#quickSearch select{width:100%;}

div#filterSearchResults{background:#e6e6e6;}
	div#filterSearchResults table{margin:8px;}
	div#filterSearchResults table th{font-weight:bold; background:none;}

div#featured01{}
	div#featured01 img{margin-bottom:9px;}
	div#featured01 h4,
	div#featured01 p{
		margin-left:9px;
		}

/* =DATATABLES AND DATALISTS
------------------------------------------------------------------------ */
.dataTable.articleList01 div.thumb,
table#searchResults div.thumb{
	float:left;
	width:104px;
	height:66px;
	padding:2px;
	margin:6px 10px 0px 0;
	overflow:hidden;
	border:1px solid #d5e3f0;
	position:relative;
	}
	.dataTable.articleList01 div.thumb:hover,
	.dataTable.searchResults div.thumb:hover{
		border:1px solid #63a3dd;
		}
	.dataTable.articleList01 div.thumb img,
	.dataTable.searchResults div.thumb img{
		position:absolute;
		clip:rect(3px, 105px, 67px, 3px);
		}

.dataTable.articleList01{
	margin:9px 0;
	}
	.dataTable.articleList01 h4{
		margin-bottom:0.75em;
		}
		.dataTable.articleList01 h4 a:link,
		.dataTable.articleList01 h4 a:visited{text-decoration:none;}
	.dataTable.articleList01 td{border-bottom:1px solid #e9ecee;}

table.folderNav{}
	table.folderNav td{
		vertical-align:top;
		border-bottom:1px solid #ccc;
		padding:9px 0;
		}
	table.folderNav td.firstTD{
		padding-left:8px;
		}
	table.folderNav td.title{
		width:120px;
		padding-right:10px;
		}
	table.folderNav td.thumb{padding-right:15px;}
	table.folderNav td.description{}
		table.folderNav td.description.noThumb{padding-top:0px;}

table.productsList01{}
	table.productsList01 td{}
	table.productsList01 div.thumb{
		float:left;
		margin:0 10px 0 0;
		width:110px;
		/*height:68px;*/
		overflow:hidden;
		}

table.featuresList{
	margin-bottom:18px;
	}
	table.featuresList th{font-weight:bold;}
	table.featuresList td{border-bottom:1px solid #ccc;}

table.documentsList{}
	table.documentsList caption{display:none;}
	table.documentsList th{background:none;}
	table.documentsList th,
	table.documentsList td{border-bottom:1px solid #ccc;}

table.linksList{}
	table.linksList td{width:50%;}
	table.linksList p{margin:0;}

table.relatedProducts{}
	table.relatedProducts td{width:50%;}

table#searchResults{}
	table#searchResults div.thumb{
		float:left;
		}
	table#searchResults td{
		border-bottom:1px solid #eaeaea;
		padding:8px;
		}
	table#searchResults p {margin:0;}
	table#searchResults p a:link,
	table#searchResults p a:visited{text-decoration:none;}

table caption{
	background:#f4f4f4;
	font-style:italic;
	font-weight:bold;
	border:1px solid #e1e1e1;
	margin:0 0 1em 0;
	padding:3px 8px;
	}

/* =LISTAS
------------------------------------------------------------------------ */

/* =siteNav */
/*ul#siteNav {list-style:none; width:230px; height:108px; position:absolute; left:25px; top:0; z-index:1; margin:0 auto; }
ul#siteNav li{display:inline; position:relative;}
ul#siteNav li a:link,
ul#siteNav li a:visited{color:#fff;}
ul#siteNav li a {
	display:block;
	float:left;
	height:108px;
	background: url(../../img/langPT/layout/sitenav.ops.png) no-repeat;
	}
	ul#siteNav li a span {display:none;}

ul#siteNav li#op01 a:link, ul#siteNav li#op01 a:visited{width:69px; background-position:0 0;}
ul#siteNav li#op02 a:link, ul#siteNav li#op02 a:visited{width:64px; background-position:-69px 0;}
ul#siteNav li#op03 a:link, ul#siteNav li#op03 a:visited{width:77px; background-position:-133px 0;}

ul#siteNav li#op01 a:hover{background-position:0px -108px;}
ul#siteNav li#op02 a:hover{background-position:-69px -108px;}
ul#siteNav li#op03 a:hover{background-position:-133px -108px;}

ul#siteNav li#op01.active a:link, ul#siteNav li#op01.active a:visited {background-position:0 -216px;}
ul#siteNav li#op02.active a:link, ul#siteNav li#op02.active a:visited {background-position:-69px -216px;}
ul#siteNav li#op03.active a:link, ul#siteNav li#op03.active a:visited {background-position:-133px -216px;}
*/

ul#siteNav {
	list-style:none;
	width:255px;
	position:relative;
	left:0;
	top:35px;
	z-index:1;
	margin:0;
	font-style:italic;
	font-size:1.1em;
	}
	ul#siteNav li{}
	ul#siteNav li a:link,
	ul#siteNav li a:visited{
		display:block;
		padding:7px 5px 7px 25px;
		background: url(../../img/layout/siteNav.li.fundo01.gif) no-repeat 3px bottom;
		color:#fff;
		}
	ul#siteNav li a:hover,
	ul#siteNav li a:active{
		color:#f89422;
		}
	ul#siteNav li.active a:link,
	ul#siteNav li.active a:visited{
		color:#F9AA37;
		}

ul#sectionNav{
	margin-top:-36px;
	margin-bottom:36px;
	margin-left:-40px;
	display:block;
	width:510px;
	background:#fff1de;
	padding-left:40px;
	padding-top:18px;
	font-size:0.85em;
	line-height:1.2em;
	border-bottom:1px solid #f4e2c9;
	}
	ul#sectionNav li{
		list-style:none;
		font-weight:bold;
		width:64px;
		float:left;
		margin-right:10px;
		padding:0 10px 10px 10px;
		height:44px;
		background: url(../../img/layout/sectionNav.li.fundo.gif) no-repeat left top;
		position:relative;
		}
		ul#sectionNav li a:link, ul#sectionNav li a:visited{
			display:block;
			position:absolute;
			width:75px;
			bottom:10px;
			left:0px;
			padding:0 10px;
			text-decoration:none;
			}
		ul#sectionNav li a:hover, ul#sectionNav li a:active{}
		ul#sectionNav li.active a:link,
		ul#sectionNav li.active a:visited{
			border-bottom:3px solid #f9aa37;
			padding-bottom:10px;
			bottom:-3px;
			color:#878787;
			}
	#secHome ul#sectionNav{}

ul#footerNav{margin:0; list-style:none; font-weight:bold;}
	ul#footerNav li{display:inline; padding:0 0.2em 0 0;}
	ul#footerNav li:after{content:"  /"; font-weight:normal;}

ul#catListHeader{
	list-style:none;
	font-size:0.8em;
	line-height:1.87em;
	margin:0 0 18px 0;
	}
	ul#catListHeader select{font-size:0.9em;}
	ul#catListHeader li label{}
	ul#catListHeader li select,
	ul#catListHeader li input{margin:0;}

ul#pageNav{
	display:block;
	float:right;
	list-style:none;
	margin:9px auto;
	text-align:right;
	}
	ul#pageNav li{
		display:inline;
		}

ul#randomThumbs{
	list-style:none;
	position:absolute;
	left:-15px;
	top:345px;
	width:237px;
	}
	ul#randomThumbs li{
		display:inline;
		float:left;
		width:79px;
		margin:0;
		}

ul#sideBanners{
	clear:left;
	list-style:none;
	position:absolute;
	top:370px;
	left:20px;
	text-align:center;
	}
	ul#sideBanners li{}
	ul#sideBanners li.facebook a{
		display: block;
		text-indent: -9999px;
		width: 148px;
		height: 48px;
		background: url("../../img/banners/facebook.png") no-repeat left top;
		margin: 18px 0;
		}
	
	
/* =WIP SKIN
------------------------------------------------------------------------ */
img#footerMultiweb{
	position:absolute;
	left:620px;
	top:55px;
	}
img#footerContacts{
	position:absolute;
	left:40px;
	top:50px;
	}

ul#siteNav{}
ul#sectionNav{}

ul#breadcrumbs{
	list-style:none;
	margin:0;
	position:absolute;
	top:5px;
	right:5px;
	font-size:11px;
	}
	ul#breadcrumbs li{display:inline;}
	ul#breadcrumbs a:link,
	ul#breadcrumbs a:visited{color:#375893; text-decoration:none; font-weight:normal;}
	ul#breadcrumbs a:hover,
	ul#breadcrumbs a:active{text-decoration:underline;}

/* =FORMULARIOS
------------------------------------------------------------------------ */
#sidebar label{color:#98b3e4;}
#sidebar input{
	background:#abc1e8;
	border-top:1px solid #849fce;
	border-right:1px solid #c8dafb;
	border-bottom:1px solid #c8dafb;
	border-left:1px solid #849fce;
	}
	#sidebar input[type=submit]{
		color:#0a2d6b;
		background:#f9aa37;
		border-top:1px solid #ffc879;
		border-right:1px solid #e3962b;
		border-bottom:1px solid #e3962b;
		border-left:1px solid #ffc879;
		}

#tabsInterface form{}
	#tabsInterface h4{
		background:#f5f5f5;
		border:1px solid #ccc;
		padding:5px;
		margin-top:1.25em;
		margin-bottom:0;
		}
	#tabsInterface form fieldset{border:none;}
	#tabsInterface form p{margin:0;}
	#tabsInterface form ul{list-style:none; margin:0;}


/* =COMPONENTS
------------------------------------------------------------------------ */
.sIFR-active h1,
.sIFR-active h2,
.sIFR-active h3,
.sIFR-active h4 {
	visibility: hidden;
	}

.sIFR-active h1 {font-size:4.8em;}
.sIFR-active h2 {font-size:3.2em;}
.sIFR-active h3 {font-size:1.7em;}
.sIFR-active h4 {font-size:1.5em;}



/* Caution! Ensure accessibility in print and other media types... */
@media projection, screen { /* Use class for showing/hiding tab content, so that visibility can be better controlled in different media types... */
    .ui-tabs-hide {
        display: none;
    }
}

/* Hide useless elements in print layouts... */
@media print {
    .ui-tabs-nav {
        display: none;
    }
}

/* Skin */
.ui-tabs-nav, .ui-tabs-panel {}
.ui-tabs-nav {
    list-style: none;
    margin: 0;
    padding: 0 0 0 3px;
	}
.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
	}
.ui-tabs-nav li {
    float: left;
    margin: 0 0 0 2px;
    font-weight: bold;
	margin-top:2px;
	}
.ui-tabs-nav a, .ui-tabs-nav a span {
    float: left; /* fixes dir=ltr problem and other quirks IE */
    padding: 0 12px;
    background: url(i/tabs.png) no-repeat;
	}
.ui-tabs-nav a {
    margin: 5px 0 0; /* position: relative makes opacity fail for disabled tab in IE */
    padding-left: 0;
	background:#f1f2f3;
    background-position: 100% 0;
    text-decoration: none;
    white-space: nowrap; /* @ IE 6 */
    outline: 0; /* @ Firefox, prevent dotted border after click */    
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	}
.ui-tabs-nav a:link, .ui-tabs-nav a:visited {}
.ui-tabs-nav .ui-tabs-selected a {
    position: relative;
    top: 1px;
    z-index: 2;
    margin-top: 0;
    background: #fff;
	border-bottom:1px solid #fff;
	}
.ui-tabs-nav a span {
    padding-top: 1px;
    padding-right: 0;
    height: 20px;
    background-position: 0 0;
    line-height: 20px;
	}
.ui-tabs-nav .ui-tabs-selected a span {
    padding-top: 0;
    height: 27px;
    background-position: 0 -23px;
    line-height: 27px;
	}
.ui-tabs-nav li.ui-tabs-selected{margin-top:0;}
.ui-tabs-nav .ui-tabs-selected a:link, .ui-tabs-nav .ui-tabs-selected a:visited,
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited { /* @ Opera, use pseudo classes otherwise it confuses cursor... */
    cursor: text;
	}
.ui-tabs-nav a:hover, .ui-tabs-nav a:focus, .ui-tabs-nav a:active,
.ui-tabs-nav .ui-tabs-unselect a:hover, .ui-tabs-nav .ui-tabs-unselect a:focus, .ui-tabs-nav .ui-tabs-unselect a:active { /* @ Opera, we need to be explicit again here now... */
    cursor: pointer;
	}
.ui-tabs-disabled {
    opacity: .4;
    filter: alpha(opacity=40);
	}
.ui-tabs-nav .ui-tabs-disabled a:link, .ui-tabs-nav .ui-tabs-disabled a:visited {
    color: #000;
}
.ui-tabs-panel {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff; /* declare background color for container to avoid distorted fonts in IE while fading */
	}
/*.ui-tabs-loading em {
    padding: 0 0 0 20px;
    background: url(loading.gif) no-repeat 0 50%;
}*/

/* Additional IE specific bug fixes... */
* html .ui-tabs-nav { /* auto clear @ IE 6 & IE 7 Quirks Mode */
    display: inline-block;
}
*:first-child+html .ui-tabs-nav  { /* auto clear @ IE 7 Standards Mode - do not group selectors, otherwise IE 6 will ignore complete rule (because of the unknown + combinator)... */
    display: inline-block;
}



