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

#container {
	width: 960px;
	margin: 0 auto;
}
	
body, td, th {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	background-image: url(../../../images/Grid.GIF);
	background-repeat: repeat;
}

h1 {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size:72px;
	font-weight:500;
	line-height:72px
}

h2, header {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
}

header {
	position:relative;
	height: 86px;
	width: 800px;
	background-image: url(../../../images/SI_mast.jpg);
	margin: 0 auto;
	margin-top: 30px;

}

header h1 {
	position: relative;
	text-align:left;
	padding-top:7px;
	padding-left:25px;
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	
/*		background:rgba(0,0,255,.25);*/
}	

h3 {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	color:#fff;
}

/*header h3{
	line-height:50px;
	width:120px;	
	left: 30px;	
	margin-left:30px;
}*/

#footer {
	width:960px;
	margin:0 auto;	
	margin-bottom:50px;
}
	
.ttLink {
	margin-top: 10px;	
	text-decoration:none;
	color:#00f;	
}

a:visited {
	text-decoration: none;
	color:#333;
}

a:hover {
	text-decoration: none;
	font-size:1.05em;
	font-weight:bold;
}

a:active {
	text-decoration: none;
}

a:link {
	text-decoration: none;
}

.ip_slide {
	margin-top:20px;
	overflow-style: hidden;
}
#slideshow {
	position: relative;
}
#slideshow #iPicture {
	margin: 0 auto;
	width: 1000px;
	position: relative;
	padding-bottom: 51px;
}
#slideshow #iPicture .slide {
	margin: 0 auto;
	width: 540px; /* reduce by 20 pixels of #iPicture to avoid horizontal scroll *//*height:263px;*/
}
/** 
 * Slideshow controls style rules.
 */
 
#items {
	width: 960px;
	height:1000px;
/*	margin: 0 auto;
	background:rgba(0,0,255,.25);*/
}

#items img {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	margin-left:5px;	
	margin-right:5px;	
}

#items img:hover, #altInput img:hover{
	opacity: 1;
	-webkit-transform: scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}


/*
.ip_tooltip {
	width:400px;
	margin: 0 auto;
}
*/
#iPicture {
	width: 800px;
	height: 450px;
	margin: 0 auto;
	margin-top:0px;
}
.ip_tooltipImg {
	
}

#components {
	position:relative;	
	width:960px;
	height:220px;
}

.component {
/*	background:	#FDF403;*/
	margin:0px auto;
	height:150px;	
	text-align:center;
}

/********************* footer styles ***********************/

footer {
	width:100%;
/*	background:#f00;*/
}

footer div img{
	width:40px;
/*	height:40px;*/
}
	
#footerBtns{
	width:550px;
	margin:0 auto;
	margin-top:75px;
/*	background: blue;*/
}

.btns {
	width:110px;	
	height:80px;
	margin:0px;
	float:left;
/*	background: gray;	*/
}

.btns p{
	padding-bottom:0px;
	margin:0px;
/*	background: blue;*/	
}

.btns.div {
	height: 60px;	
}

.ip_slide p {
	text-align:left;	
}

a:visited {
	text-decoration:none;
	color:#04f;	
}


.ui-dialog-content {
	width:960px;
	overflow:visible;	
}


footer {
	margin-top:15px;
}

/******************** Dialog Styles ***********************/
/*
.grid span {		
	margin-left:5px;	
	margin-right:5px;	
}

.grid img, .grid-spkr img {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	margin-left:5px;	
	margin-right:5px;	
}

.grid img:hover, .grid-spkr img:hover {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}
*/
.ui-widget-overlay {
	background:#888;	
}

/********************* Dialog styles ***********************/

.ui-dialog-content {
	width:565px;
	overflow:visible;	
}

.grid img {
	-webkit-transition: all 100ms ease-in;
	-moz-transition: all 100ms ease-in;
	-ms-transition: all 100ms ease-in;
	-o-transition: all 100ms ease-in;
	transition: all 100ms ease-in;
	margin-left:5px;	
	margin-right:5px;	
	width:150px;
	height:150px;
}

.grid img:hover, .grid-spkr img:hover {
	opacity: 1;
	-webkit-transform: scale(1.15);
	-moz-transform:scale(1.15);
	-ms-transform:scale(1.15);
	-o-transform:scale(1.15);
	transform:scale(1.15);
}

#altInput {
	cursor:pointer;
	
}

#altInput img {
	width:50px;
	height:50px;
	
}