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

#container {
	width: 1024px;
	height:auto;
	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: 32px;
	font-weight: 600;
	line-height: 34px;
}

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

}

header span {
	position: relative;
	top: 25px;
	left: 30px;
	color: #fff;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
}	

header h3{
	line-height:50px;
	left: 30px;	
	margin-left:30px;
}

#footer {
	width:960px;
	margin:0 auto;	
	margin-bottom:50px;
}
	
a:link {
	text-decoration: none;
}

.ttLink {
	margin-top: 10px;	
}
.ttLink a:visited {
	text-decoration:none;
	color:#00f;	
}

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

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

a:active {
	text-decoration: none;
}

#intro {
	width: 800px;
	padding-top: 25px;
	font-size: 32px;
	line-height: 32px;
	margin: 0 auto;
}

#intro2 {
	width: 800px;
	padding-top: 25px;
	padding-left:15px;
	padding-bottom: 25px;
	margin: 0 auto;
}

#intro2 p{
	margin-bottom:15px;
}
/*		iPicture Styles		*/
/*
#iPicture {
	overflow-x: auto ;
	overflow-y: auto;
}*/

.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.
 */

/*
.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;
}

/*#pb {
	width:150px;
	position:absolute;	
	top: 0px;
	left:75px;
    line-height: 150px;
}
#pb img {
	width:100px;
	vertical-align: middle;
	
}

#pb img:hover {
	cursor:pointer;	
}*/

.scaleDown {
	-webkit-transform: scale(.95);
	-moz-transform:scale(.95);
	-ms-transform:scale(.95);
	-o-transform:scale(.95);
	transform:scale(.95);
}

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

footer {
}

footer {
	margin-top:15px;
	width:100%;
}

footer h3 {
	font-family: "tekton-pro", "Trebuchet MS", Verdana, sans-serif;
	font-size: 22px;
	font-weight:900;
	line-height: 22px;
	/*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;	
}
 
 
#items {
	width: 960px;
	height:2550px;
	margin: 0 auto;
}

#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;	
}

.item 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-dialog-content {
	width:960px;
	overflow:visible;	
}

.ui-widget-overlay {
	background:#888;	
}


ul {
	list-style-type: none;
}

.item p {
	text-align: center;
	font-size:18px;
	font-weight:bold;
}
.item {
	margin-right: 0px;
	padding: 10px;
	float: left;
/*	background:rgba(12,2,251,0.54);*/
	height:484px;
	
}
.item img {
	width: 400px;
}
.item span {
	width: 400px;
}

#addendum {
	margin:15px;	
}

.more-below {
	position: fixed;
	bottom: 20px;
	right: 5px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	padding: 1em;
	border-radius: 5px;
	background-color: rgba(255, 0, 0, 0.7);	
	-webkit-transition: all 250ms ease-in;
	-moz-transition: all 250ms ease-in;
	-ms-transition: all 250ms ease-in;
	-o-transition: all 250ms ease-in;
	transition: all 250ms ease-in;
}

.more-below:hover {    
	background-color: rgba(255, 0, 0, 1);
	cursor:pointer;
}

