@charset "utf-8";
/* ffguitarradas.pt*/
/*v=*/
/* por www.cibersistemas.pt */
/* 10 de Novembro de 2011 */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   
   sem table por causa menu
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	outline: 0;
}
/*webfonts*/

/* @license
 * MyFonts Webfont Build ID 1274280, 2011-09-25T11:40:53-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Fertigo Pro Regular by exljbris
 * URL: http://www.myfonts.com/fonts/exljbris/fertigo-pro/regular/
 * Copyright: Copyright (c) 2008 by Jos Buivenga. All rights reserved.
 * Licensed pageviews: unlimited
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=1274280
 * 
 * © 2011 Bitstream Inc
*/


 @font-face {font-family: 'FertigoPro-Regular';src: url('webfonts/1371A8_0.eot');src: url('webfonts/1371A8_0.eot?#iefix') format('embedded-opentype'),url('webfonts/1371A8_0.woff') format('woff'),url('webfonts/1371A8_0.ttf') format('truetype'),url('webfonts/1371A8_0.svg#wf') format('svg');}

/*sFooter*/


html, body {
	height: 100%;
}

body {
	background:#181818 url(../img/bg.png);
	font-family: Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 0 -170px 0;
}

#footer_wrapper {
	clear:both;	
	position:relative;
	width: 100%;
	height: 170px;
	color:#fff;
	background:#234c84;
background-image: linear-gradient(top, rgb(35,76,132) 0%, rgb(17,89,184) 100%);
background-image: -o-linear-gradient(top, rgb(35,76,132) 0%, rgb(17,89,184) 100%);
background-image: -moz-linear-gradient(top, rgb(35,76,132) 0%, rgb(17,89,184) 100%);
background-image: -webkit-linear-gradient(top, rgb(35,76,132) 0%, rgb(17,89,184) 100%);
background-image: -ms-linear-gradient(top, rgb(35,76,132) 0%, rgb(17,89,184) 100%);

background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, rgb(35,76,132)),
	color-stop(1, rgb(17,89,184))
);
-pie-background: linear-gradient(#234c84, #1159b8); /*PIE*/
   behavior: url(css/PIE.htc); /*ie*/

}

#content_wrapper {
	width: 100%;
	padding: 0 0 170px 0;
}

#footer_wrapper, #content_wrapper {
	min-width: 960px;
}

#content_inner_wrapper {
	width: 960px;
	margin: 0 auto;
}

.clear {
	clear:both;
}

/*content*/

#header {
	position:relative;
	float:left;
	width:910px;
	height:115px;
	margin-top:25px;
	padding:25px 25px 0 25px;	
	background:#eee url(../img/bg-top.jpg) no-repeat right top;
	border: #444 1px solid;
	border-width:1px 1px 0 1px;
	-moz-border-radius:85px 0 0 0; -webkit-border-radius:85px 0 0 0;
	border-radius:85px 0 0 0;
	behavior: url(css/PIE.htc); /*ie*/
}

h1 {
	width:478px;
	font-size:1.5em;
	line-height:1.6em;
	letter-spacing:1px;
	font-family: FertigoPro-Regular, serif;
	color:#234c84;
	/*background:#e9e9e9 url(../img/bg-h1.png) no-repeat right bottom;*/
	background:#e9e9e9 url(../img/sprite1.png) no-repeat 450px -257px;
	padding-right:115px;
	margin:25px 0 15px 0;
}

.logo, .home h1 {
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	/*background: url(../img/farras-fitas-e-guitarradas.png) no-repeat;*/
	background: url(../img/sprite1.png) no-repeat -10px -10px;
	width:260px;
	height:118px;
	z-index:1;
}
.logo a, .home  h1  span {
	width:260px;
	height:118px;
	display:block;
	overflow:hidden;
	text-indent: -99999em;
}

#nav {
	position:relative;
	float: right;
	margin:85px -25px 0 0;
	z-index:1;
}

#stUI2 .sttb, #stUI2 .sttd  {
	-moz-border-radius:6px 6px 0 0; -webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;
	behavior: url(css/PIE.htc); /*ie*/
}


#content {
	float:left;
	clear:both;
	width:910px;	
	background:#eee;
	min-height:395px;
	padding:0 25px 10px 25px;
	border: #444 1px solid;
	border-width:0 1px 1px 1px;
}

.home #content {
	width:935px;
	padding:25px 25px 15px 0;
}

#content a, #content a:visited {
	color:#234c84;
	text-decoration:none;
}
#content a:hover, #content a:active, #content a:focus {
	text-decoration:underline;
}

#main {
	float:left;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#444;
	line-height:1.5em;
	width:593px;
	margin:10px 0 15px 0;
	clear:both;
}

.home #main p {
	margin:10px 25px 15px 25px;
}

.galeria {
	width:593px;
}

.galeria a {
	float:left;
	padding:3px;
	background:#fafafa;
	border:#87847b 1px solid;
	margin:0 15px 15px 0;
	width:75px;
	height:113px;
}

.lightb .galeria a {
	width:93px;
	height:140px;
	padding:3px;
	cursor:-moz-zoom-in; cursor:-webkit-zoom-in;
}

#sidebar {
	float:right; 
	width:267px;
	min-height:100px;
	background: #e9e9e9;
	margin:25px 0 10px 0;
}

.home #sidebar {
	margin-top:25px;

}

.likes {
	text-align:center;
	margin-top:16px;
}

.likes span {
	margin:0 12px;
}

.imgLateral {
	margin:25px 0 25px 25px;
}

.small {
	font-size:.7em !important;
}



/*footer*/

#footer_inner_wrapper {
	width: 800px;
	margin: 0 auto;
	/*background:url(../img/bg-footer.png) no-repeat 25px 20px;*/
	background:url(../img/sprite1.png) no-repeat 17px -296px;
	min-height:95px;
	padding-left:160px;
}

.footerCol{
	float:left;
	margin:20px 25px 0 0;
}

.footerCol span{
	float:left;
	width:32px;
	height:32px;
	margin-left:10px;
}

.footerCol span a {
	width:32px;
	height:32px;	
	display:block;
	overflow:hidden;
	text-indent: -99999em;
}

.fb {
	/*background: url(../img/facebook.png) no-repeat;*/
	background: url(../img/sprite1.png) no-repeat -10px -148px;
}
.twit {
	/*background: url(../img/twitter.png) no-repeat;*/
	background: url(../img/sprite1.png) no-repeat -10px -200px;
}


#footer_inner_wrapper h2 {
	font-size:1.1em;
	line-height:1em;
	letter-spacing:1px;
	text-shadow: 0 1px 2px #000;
	margin-top:-2px;
}

#footer_inner_wrapper a {
	color:#fff;
	text-decoration:none;
}	

.footerColunas {
	float:left;
	width:135px;
	margin:10px 25px 0 0;
}

.footerColunas li {
	margin-left:0;
	font-size:.7em;
	font-weight:bold;
	line-height:1.3em;
}
/*************sbox*************/

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(../img/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(../img/close.png);}
#sb-nav-next{background-image:url(../img/next.png);}
#sb-nav-previous{background-image:url(../img/previous.png);}
#sb-nav-play{background-image:url(../img/play.png);}
#sb-nav-pause{background-image:url(../img/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}



/*******************czoom*****************/

.galeria-trajes {
	position:relative;
	float:left;
	margin:10px 0 15px 0;
	width:590px;
}

.alto-01 {
	height:490px;	
}
.alto-02 {
	height:465px;	
}


.galeria-trajes ul {
	position:absolute;
	left:282px;
	top:135px;
}

.galeria-trajes li {
	font-size:.8em;
	line-height:1.2em;
	color:#444;
	margin-bottom:5px;
}

.duasfilasfotos .galeria-trajes ul {
	position:absolute;
	top:260px;
}


.cloud-zoom {
	float:left;
	border:#ccc 6px solid;
	margin-right:25px;
	width:245px;
	height:367px;
}
.cloud-zoom-gallery {
	float:left;
	padding:3px;
	background:#fafafa;
	border:#87847b 1px solid;
	margin:0 4px 4px 0;
	width:75px;
	height:113px;
}
.cloud-zoom-gallery:last-child{
	margin-bottom:0;
}
.cloud-zoom-gallery:hover, .galeria a:hover{
	border:#234c84 1px solid;
	background:#f9f9f9;
}

/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #234c84;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;	
	cursor:move;		
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;	
	font-weight:bold;
	font-size:11px;
	line-height: 1.3em;
	top:0;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:6px solid #87847b;
	overflow:hidden;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;	
	background:#222;
	padding:4px 0;
	border:1px solid #000;
	font-size:.8em;
	width:260px;
}

/***************tooltip************************/
/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultTheme {
	font-size:.8em;
	line-height:1.3em;
	max-width:210px;
	border:1px solid #000;
	background:#444;
	background:rgba(68,68,68,.9);
	color:#fff;
	margin:0;
	padding:6px 12px;	
	
	-moz-border-radius: 12px 0 0 0;-webkit-border-radius: 12px 0 0 0;
	border-radius: 12px 0 0 0;
	
	-moz-box-shadow: 2px 2px 5px #111; -webkit-box-shadow: 2px 2px 5px #111;
	box-shadow: 2px 2px 5px #111; 
	behavior: url(css/PIE.htc); /*ie*/
}


/***************wslider************************/
#wslider-container1 {
	float:left;
}

/* bottom center */
#wslider-container1  .ws_bullets {
	bottom:0;
	left:50%;
}
#wslider-container1  .ws_bullets div{
	left:-50%;
}
#wslider-container1  .ws_bullets .ws_bulframe{
	bottom:29px;
}#wslider-container1 { 
/*	overflow: hidden; */
	zoom: 1; 
	position: relative; 
	width:643px;
	height:417px;
	margin:0 auto 10px auto;
	z-index:100;
	background-image: url(../engine1/bg.png);
}
* html #wslider-container1{
	background-image: none;
}
#wslider-container1 .ws_images{
	position: absolute;
	left:25px;
	top:25px;
	width:593px;
	height:367px;
	overflow:hidden;
}
#wslider-container1 .ws_images a{
	color:transparent;
}

#wslider-container1 .ws_images img{
	top:0;
	left:0;
	border:none 0;
}
#wslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wslider-container1  .ws_bullets { 
	font-size: 0; 
	padding: 0; 
	float: left;
	position:absolute;
	z-index:70;
}
#wslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wslider-container1 .ws_bullets a { 
	margin-left: 0; 
	width:20px;
	height:20px;
	background: url(../engine1/bullet.png) right top;
	float: left; 
	text-indent: -1000px; 
	position:relative;
}
* html #wslider-container1 .ws_bullets a {
	background-image: url(../engine1/bullet.gif);
}
#wslider-container1 .ws_bullets a.ws_selbull{
	background-position: left top;
}
#wslider-container1 .ws_bullets a:hover{
	background-position: left top;
}
#wslider-container1 a.ws_next, #wslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-37px;
	opacity:0.7;
	z-index:60;
	height: 75px;
	width: 60px;
	background-image: url(../engine1/arrows.png);
}
* html #wslider-container1 a.ws_next, * html #wslider-container1 a.ws_prev{
	background-image: url(../engine1/arrows.gif);
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
#wslider-container1 a.ws_next{
	background-position: 100% 0; 
	right:25px;
}
#wslider-container1 a.ws_prev {
	left:25px;
	background-position: 0 0; 
}
* html #wslider-container1 a.ws_next,* html #wslider-container1 a.ws_prev{display:block}
#wslider-container1:hover a.ws_next, #wslider-container1:hover a.ws_prev {display:block}


#wslider-container1 .ws-title{
	position: absolute;
	bottom:55px;
	left: 25px;
	margin-right:30px;
	z-index: 50;
	padding:10px;
	color: #000000;
	background:#FFF;
    font-family: Tahoma,Arial,Helvetica;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 18px;
    text-align: left;
    text-shadow: 0 0 2px #FFFFFF;	
	-moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
	font-size: 14px;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}
#wslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}
#wslider-container1 .ws_bullets  a img{
	text-indent:0;
	display:block;
	bottom:20px;
	left:-73px;
	visibility:hidden;
	position:absolute;
    -moz-box-shadow: 0 0 5px #d6d6d6;
    box-shadow: 0 0 5px #d6d6d6;
    border: 3px solid #d6d6d6;
}
#wslider-container1 .ws_bullets a:hover img{
	visibility:visible;
}

#wslider-container1 .ws_bulframe div div{
	height:90px;
	overflow:visible;
	position:relative;
}
#wslider-container1 .ws_bulframe div {
	left:0;
	overflow:hidden;
	position:relative;
	width:145px;
}
#wslider-container1  .ws_bullets .ws_bulframe{
	display:none;
	overflow:visible;
	position:absolute;
	cursor:pointer;
    -moz-box-shadow: 0 0 5px #d6d6d6;
    box-shadow: 0 0 5px #d6d6d6;
    border: 3px solid #d6d6d6;
}
#wslider-container1 .ws_bulframe span{
	display:block;
	position:absolute;
	bottom:-7px;
	margin-left:-1px;
	left:73px;
	background:url(../engine1/triangle.png);
	width:15px;
	height:6px;
}

/*mapa - localizao*/
#map_canvas {
	height:268px;
	width:591px;
	background: #ccc url(../img/progress.gif) no-repeat center;
	border:#444 1px solid;
	margin:25px 0 25px 0;
}
#map_content div, #map_content p {
	padding:0;
	margin:0;
}
#map_content {
	width:180px;
	height:60px;
	font-size:.9em;
	overflow:hidden;
	line-height:1.2em;
}
#map_content strong{
	font-weight:600;
}
	
#directionsPanel {
	width:591px;
	margin-bottom:15px;
	height: auto;
	font-size:.8em;
	line-height:1.2em;
	color:#444;
}
#directionsPanel form input#start {
	width:220px;
	border:#444 1px solid;
}
#directionsPanel form input#start:focus {
	border:#234c84 1px solid;
}

/*panorama*/
#flashContent { 
	display:none;
}

#ffguitarradas { 
	margin:10px 0 15px 0;
	height:320px;
	border:#444 1px solid;
}

/*CiberSistemas*/

#cibersistemas a {
	width:40px;
	height:30px;
	display:block;
	overflow:hidden;
	text-indent: -99999em;
	position:absolute;
	z-index:99999;
	bottom:2px;
	right:2px;
	background: url(../img/cs.png) no-repeat 0 0;
}
#cibersistemas a:hover, #cibersistemas a:focus {
	width:160px;
	height:30px;
	background: url(../img/cs.png) 160px 0;
}


/*loja online*/

html#ecwid_html body#ecwid_body .ecwid a.ecwid-poweredBy  {display:none !important;}
html#ecwid_html body#ecwid_body div.ecwid-productBrowser-cart-hint {color:#444 !important;}
html#ecwid_html body#ecwid_body div.ecwid-minicart {}
