body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-size: 10px;
	line-height: 16px;
	padding: 0px;
    background-position: 0% 0%;
	background-repeat: no-repeat;
	SCROLLBAR-FACE-COLOR: red; 
	SCROLLBAR-HIGHLIGHT-COLOR: white; 
	SCROLLBAR-SHADOW-COLOR: black; 
	SCROLLBAR-TRACK-COLOR: black; 
	SCROLLBAR-DARKSHADOW-COLOR: black; 
	SCROLLBAR-BASE-COLOR: black;
	overflow:hidden;
}

h2 {
  margin-top: 0;
  padding-top: 50px;
}

#logo {
	position:absolute;
	top: 0px;
	left: 5px;
	z-index: 7000;
	width: 182px; 
	height: 89px;
	background-image: url(images/logo2.png);
}

#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 7000;
	width: 100%;
	height: 20px;
	padding-top: 4px;
	padding-left: 235px;
	background-color: #111111;
	border-top: 3px solid #990b1d;

}

#wrapper {
  padding-top: 0px;
  margin: 0 auto;
  z-index: 4000;
}

#content {
  padding: 0 10px;
  background: url(images/content.png) repeat-y;
  z-index: 4000;
}

#content ul {
  float: left;
  display: block;
  width: 500px;
  margin: 0;
  padding: 0;
  background: url(images/networks.png) repeat;
  list-style: none;
  z-index: 4000;

}

#content li {
  float: left;
  height: 60px;
  width: 225px;
  position: relative;
  z-index: 4000;

}

#content a {
  font-size: 1em;
  color: #666;
  text-decoration: none;
  padding: 0px 0 5px;
  display: block;
  width: 225px;
  height: 45px;
  position: relative;
  z-index: 4000;
}

a img {
  border: 0;
  float: left;
  margin: 0 0px;
}


.fader {
  opacity: 0;
  -moz-opacity: 0;
  filter:alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #A4ADB7;
}

a:hover img {
  margin-left: 0px;
}

a strong {
  display: block;
  font-size: 18px;
  color: #000;
}

.clear {
  clear: left;
}

#navigation {
  z-index: 8000;
  position:absolute;
}

#datacontent {
  z-index: 5000;
  position:absolute;
  width: 100%;
}

#datacontent ul {
  list-style: none;
  margin: 0;
  padding: 0px;
  padding-left: 55px;
  display: inherit;
  height: 41px;
  width: 100%;
  background-color: #111111;
  border-bottom: 3px solid #990b1d;
  filter:alpha(opacity=95);
  -moz-opacity:0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
  z-index: 4000;

}

#datacontent li {
  float: left;
  padding-top: 0px;
}

#datacontent li a {
  color: #cccccc;
}

#datacontent li a:hover {
  color: #ffffff;
}

#datacontent li a.selected {
  color: #fff;
}

#datacontent .panels {
  width: 900px;
  margin-left: 60px;
  margin-top: 0px;
  border: 0px solid #262f3b;
  border-top: 0px;
  border-bottom: 3px solid #990b1d;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  overflow: hidden;
  background-color: #1e1919;
  filter:alpha(opacity=95);
  -moz-opacity:0.95;
  -khtml-opacity: 0.95;
  opacity: 0.95;
    
}

#datacontent .panelsInner {
  overflow: auto;
  padding-bottom: 0px;
}

#datacontent .panel {
  font-size:13px;
  color:#ffffff;
  font-variant:normal;
  letter-spacing: .75px;
  line-height: 19px;
  font-weight:100;
  padding-left:40px;
  padding-right:35px;
  padding-top:45px;
  padding-bottom: 40px;
  display: none;
}

.scroll {
width: 600px;
height: 200px;
overflow: auto;
padding-top:0;
padding-left:2px;
padding-right:20px;
padding-top: -10px;
padding-bottom: 10px;
margin-top: -10px;
margin-bottom: 10px;

scrollbar-base-color: ;
scrollbar-face-color: #ffffff;
scrollbar-track-color: #f4eca6;
scrollbar-arrow-color: #62202b;
scrollbar-highlight-color: #f9dab0;
scrollbar-3dlight-color: #f9dab0;
scrollbar-shadow-color: #62202b;
scrollbar-darkshadow-color: #62202b;
}

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
width: 8px;
background-color: #1d2530;
}
.vscrollerbar {
width: 8px;
background-color: #CCCCCC;
}
.hscrollerbase {
height: 8px;
background-color: #1d2530;
}
.hscrollerbar {
height: 8px;
background-color: white;
}

.scrollerjogbox {
width: 8px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}

<noscript>
  <style type="text/css">
    #datacontent .panel {
      display: block;
    }
  .style1 {color: #FFFFFF}
</noscript>


/*background images*/
		*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;/*Needed to eliminate scrollbars*/
			background:#000;
		}
		#content{
			z-index: 6000;
			position:relative;
		}
		#contentframe{
			overflow: hidden;
			height: 100%;
			z-index: 3;
		}
		#slidecounter{
			float:left;
			color:#4F4F4F;
			font:50px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:18px 20px;	
		}
		#slidecaption{
			overflow: hidden;
			float:left;
			color:#FFF;
			font:26px "Helvetica Neue", Arial, sans-serif;
			font-weight:bold;
			margin:33px 0;
		}
		/*Supersized Stamp*/
		.stamp{
			float: right;
			margin: 25px 20px 0 0;
		}
		/*Supersize Plugin Styles*/
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:absolute;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 3000;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}





/*Menu*/

        .lavaLampNoImage {
            position: absolute;
            height: 29px;
            width: 0px;
            background-color: #000000;
            padding: 0px;
            margin: 0px 0;
            overflow: hidden;
            border: 0px solid gray;
        }
                .lavaLampNoImage li {
                    float: left;
                    list-style: none;
                }
                    .lavaLampNoImage li.back {
                        border: 0px solid #000;
                        background-color: #990b1d;
                        width: 9px;
                        height: 41px;
                        z-index: 8;
                        position: absolute;
                    }
                    .lavaLampNoImage li a {
                        font: 12px Geneva, Arial, Helvetica, sans-serif;
                        text-decoration: none;
                        color: #ffffff;
                        outline: none;
                        text-align: center;
                        top: 14px;
                        text-transform: uppercase;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 10px;
                    }
                        .lavaLampNoImage li a:hover, .lavaLampNoImage li a:active, .lavaLampNoImage li a:visited {
                            border: none;
                        }  
						
						
#contact-area {
	width: 520px;
	height: 400px;
	margin-top: 18px;
	float:left;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 430px;
	font-family: arial, sans-serif;
	font-size: 1.4em;
	margin: 0px 0px 5px 0px;
	border: 0px solid #F00;
}

#contact-area textarea {
	height: 20px;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 0px solid #F00;
}

#contact-area input.submit-button {
	width: 100px;
	float: left;
}

label {
	float: left;
	text-align: left;
	margin-right: 15px;
	width: 100px;
	padding-top: 5px;
	font-size: 18px;
}						