/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
}


body {
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
	color:#000000;
	background: #227DCE url(images/background.jpg) repeat-x;
}

img {border:0px;}

#wrapper {
  position:relative;
  text-align: left;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  width: 770px;
  border: 0px dashed #564b47;
}

#header{
position:absolute;
top:0px;
left:0px;
width:770px;
height:115px;
overflow:hidden;
}

#headertwo{
position:absolute;
top:60.5px;
left:0px;
width:770px;
height:265px;
/*overflow:hidden;
background: url(images/header2.jpg) no-repeat;*/
}

#footer{
padding-top:45px;
}


#copy{
position:absolute;
z-index:9;
top:351px;
left:222px;
width:550px;
border: 0px dashed #564b47;
color:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:1.4;
}

#copy a{
color:#FFFFFF;
}

#copy h1{
margin:0px;
font-size:40px;
}

#copy .sifr_list h1{
margin:0px;
font-size:24px;
}

.button{
width:187px;
height:24px;
overflow:hidden;
background:url(images/button.jpg) no-repeat;
position:relative;
}
.button a{display:block; }

#Menu{
position:absolute;
z-index:10px;
top:341px;
width:187px;
}

#Menu a{
width:187px;
display:block;
color:#000000;
font-size:14px;
font-family:Arial, Helvetica, sans-serif;
text-decoration:none;
padding-top:3px;
padding-left:20px;
font-weight:bold;
}

.faqAnswer{
background-color:#4B9BE2;
border:1px solid #FFFFFF;
padding:5px;
margin:5px;

}

#dhtmlgoodies_slideshow{
		width:500px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 362px;	/* IE 5.x */
		height/* */:/**/350px;	/* Other browsers */
		height: /**/350px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	
	
	.banda img {
	padding:2px; 
	border:#000066 1px solid;
	margin:5px;
	}