@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#container {
    width: 962px;
	height: 583px;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
	position: relative;
}

#container #logo{
	width: 156px;
	height: 156px;
	position:absolute;
	margin-left: 0px;
	margin-top: 0px;
	z-index:100;
}
/*Naviagtion bar*/
#container #navigation{
	width: 880px;
	height: 78px;
	position: absolute;
	margin-top: 26px;
	margin-left: 78px;
	background-color: #000;
	border-top-right-radius:39px;
	border-bottom-right-radius: 39px;
	
	text-shadow:  1px 0px 0px #000, 1px 1px 0px #000, 0px 1px 	0px #000, 
    -1px 1px 0px #000, -1px 0px 0px #000, -1px -1px 0px #000, 
    0px -1px 0px #000, 1px -1px 0px #000,0px 0px 10px rgba(0,0,0,.5);
	
	background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A3A3A3),
        color-stop(0.5, #717171),
        color-stop(0.5, #444444),
        color-stop(1, #6E6E6E)
    );
    background-image: -moz-linear-gradient(
        center top,
        #A3A3A3 0%,
        #717171 50%,
        #444444 50%,
        #6E6E6E 100%
    );
}
/*Links*/
#container #navigation #links{
	width: 728px;
	height: 78px;
	margin-left:78px;
}
/*Link*/
#container #navigation #links #link {
	width: 182px;
	height: 78px;
	color: #FFF;
	
	text-align: center;
	vertical-align:middle;
	line-height: 78px;
	
	float: left;
	font-size: 30px;
	
}
/*Link a*/
#container #navigation #links #link a {
	text-decoration: none;
	color: inherit;
}
/*Link:hover*/
#container #navigation #links #link:hover{
	font-size: 36px;
	text-shadow:  1px 0px 0px #000, 1px 1px 0px #000, 0px 1px 	0px #000, 
    -1px 1px 0px #000, -1px 0px 0px #000, -1px -1px 0px #000, 
    0px -1px 0px #000, 1px -1px 0px #000,0px 0px 20px rgba(255,250,250,.5)
}
a {
	text-decoration: none;
	color:inherit;
}

#container #main{
	width: 806px;
	height: 468px;
	background: #FFF;
	margin-left: 78px;
	margin-top: 104px;
	position:absolute;
	
	border-right-style:solid;
	border-right-color: #000;
	border-right-width: 1px;
	
	border-left-style:solid;
	border-left-color: #000;
	border-left-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #000;
	
	
	z-index:50;
	
	-moz-box-shadow:    0 0 10px #000;
   	-webkit-box-shadow: 0 0 10px #000;
   	box-shadow:         0 0 20px #000;
}

#container #main #text {
	padding: 30px;
}
/*Foto*/
#container #main #text img {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}

/*SlideShow*/

#main #slideshow {
	z-index: 48;
	position:absolute;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
