body{
	background-color:#1a607c;
	background-image:url(images/bg.png);
	background-position:top left;
	background-repeat:repeat-x;
	
	margin:0;
	padding:0;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}
#soon{
	width:100%;
	position:absolute;	
	text-align:center;
	margin-top:150px;
}
#container{
	background-image:url(images/container.png);
	background-repeat:no-repeat;
	background-position:top center;
	
	width:100%;
	height:100%;
	position:absolute;	
	text-align:center;
}
#menu{	
	width:355px;
	margin:252px auto 3px;
	height:30px;
}
#menu ul{
	margin:0;
	padding:0;
	margin-left:15px;
}
#menu ul li{
	list-style-type:none;
	display:block;
	float:left;
	position:relative;
	margin:2px 2px 0px 0px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	height:22px;
	width:83px;
	background-repeat:no-repeat;
	line-height:22px;
}
#menu ul li a{
	text-decoration:none;
	font-weight:bold;
	color:#879d97;
	text-transform:uppercase;
	position:absolute;
	left:0;
	right:0;
	top:-1px;
	outline:0;
}
#menu ul li a:hover{
	color:#456058;	
}
#menu ul li.active{
	color:#798884;		
	background-image:url(images/about-bg.png);
}
#menu ul li.active a{
	color:#fff;	
}
#menu ul li.active a:hover{
	color:#fff;	
}
#menu ul li#contact{
	margin-left:-3px;
}
#content{
	background-image:url(images/content-bg.png);
	background-repeat:repeat-y;
	background-position:right;
	width:355px;
	margin:0px auto;
	padding-left:1px;
	height:250px;
	text-align:left;
	color:#697774;
	line-height:14px;
	overflow:hidden;
}
#content a{
	color:#2692c3;
	outline:0;
}
#content a:hover{
	color:#096a96;	
}
#aboutContent,
#contactContent{
	opacity:0;
	position:absolute;
	overflow:hidden;
	display:none;
}
#networksContent{
	position:absolute;	
	overflow:hidden;
	height:250px;
}
#aboutContent .left{
	float:left;
	margin-left:2px;
	background-color:#dce9e6;
	border-right:1px solid #fff;
	width:110px;
	height:200px;
	text-align:center;
}
#aboutContent .right{
	float:right;
	margin-right:2px;
	border-left:1px solid #cfdbd8;
	width:239px;
	height:200px;
}
#aboutContent .left img{
	margin-top:15px;
	margin-left:1px;
}
#contactContent{
	width:351px;
	margin-left:2px;
	margin-top:1px;
	padding-bottom:2px;
}
#networksContent ul,
#contactContent ul{
	margin:0;
	padding:0px;
}
#networksContent ul li,
#contactContent ul li{
	list-style-type:none;
	border:1px solid #bed2cc;
	margin-bottom:-1px;	
	position:relative;
}
#networksContent ul li a,
#contactContent ul li a{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	display:block;
	z-index:53;
}
#networksContent ul li div.lcontent,
#contactContent ul li div.lcontent{
	display:block;
	height:52px;
	border:1px solid #fff;
	text-decoration:none;
	outline:0;
	position:relative;
	z-index:52;
}
#networksContent ul li div.lcontent img,
#contactContent ul li div.lcontent img{
	border:none;	
	margin:10px 20px;	
	position:relative;
	z-index:51;
}
#networksContent ul li div.lcontent h4,
#contactContent ul li div.lcontent h4{
	position:absolute;	
	z-index:51;
	top:-3px;
	*top:10px;
	left:70px;
	font-size:11px;
	color:#4b635e;
}
#networksContent ul li div.lcontent p,
#contactContent ul li div.lcontent p{
	position:absolute;	
	z-index:51;
	top:15px;
	*top:24px;
	left:70px;	
	color:#799d96;
}
#networksContent ul li div.primBg,
#contactContent ul li div.primBg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:0;
	filter:alpha(opacity=0);
	
	background-image:url(images/item-bg.png);
	background-repeat:repeat-x;
	background-position:bottom left;
	
	z-index:50;
}
#networksContent ul li  div.secBg,
#contactContent ul li div.secBg{
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	opacity:1;
	
	background-image:url(images/item-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	
	z-index:49;
}
#networksContent ul li a:hover h4,
#networksContent ul li a:hover p,
#contactContent ul li a:hover h4,
#contactContent ul li a:hover p{	
	color:#096a96;	
}
#networksContent div.button{
	float:left;
	margin:2px;
	border:1px solid #a5c4bb;
}
#networksContent div.button a{
	display:block;
	border:1px solid #fff;
	background-image:url(images/button-bg.png);
	background-repeat:repeat-x;
	background-position:top left;
	height:18px;
	width:170px;
	line-height:16px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	position:relative;
	color:#fff;
}
body:first-of-type #networksContent div.button a{
	line-height:18px;
}
#networksContent div.button a span{
	position:absolute;
	top:-1px;
	left:0;
	right:0;
	color:#6e837d;
}
#networksContent div.button a:hover{
	background-position:bottom left;	
}
#networksContent div.button a:hover span{	
	color:#3a514a;	
}
#networksContent div.button a i{
	font-size:9px;	
	font-style:normal;
}
#networksContent div.next{
	margin-left:1px;	
}
#networksContent div.prev a {
	text-indent:10px;
}
#networksContent div.prev a span{
	text-indent:10px;
	background-image:url(images/arrowleft.gif);
	background-repeat:repeat-y;
	background-position:55px 0px;
}
#networksContent div.prev a:hover span{
	background-position:53px 18px;	
}
#networksContent div.next a {
	text-indent:-10px;
}
#networksContent div.next a span{
	text-indent:-10px;
	background-image:url(images/arrowright.gif);
	background-repeat:repeat-y;
	background-position:98px 0px;
}
#networksContent div.next a:hover span{
	background-position:100px 18px;	
}
#networksContent div.deactive{
	opacity:0.7;
	filter:alpha(opacity=70);
}
#networksContent div.deactive a:hover{
	cursor:default;
	background-position:top left;	
}
#networksContent div.deactive a:hover span{
	color:#6e837d;	
	background-position:55px 0px;
}
#networksContent div#part3 div.deactive a:hover span{
	background-position:98px 0px;
}
.padding{
	padding:15px;	
}
.clear{
	clear:both;
}
#footer{
	background-image:url(images/footer.png);	
	background-repeat:repeat-y;
	background-position:right;
	position:relative;
	
	width:355px;
	height:29px;
	margin:0px auto;	
	padding-left:1px;
	
	color:#fff;
	line-height:28px;
}
#footer a{	
	color:#92a5a1;
	text-decoration:none;
	outline:0;
}
#footer a:hover{	
	color:#647a75;
	text-decoration:underline;
}
#footer span{
	position:absolute;
	top:-1px;	
	left:0;
	right:0;
	color:#92a5a1;
}
#cred{
	padding-top:5px;
		color:#0d5c7d;
}
#cred a{
	color:#0d5c7d;
}
#cred a:hover{
	color:#4ba1c6;
}
/*************** SLIDER CSS *********************/

.slider-wrap {
	margin: 0px 0;
	position: relative;
	width: 351px; 
	height: 222px;
	margin-left:2px;
	margin-top:1px;
}

.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 351px; 
	height: 222px;
	clear: both;
}

.stripViewer .panelContainer { 
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
}

.stripViewer .panelContainer .panel { 
	float:left;
	position: relative;
	width: 351px; 
	height: 100%;
}

.stripViewer .panelContainer .panel .wrapper { 
	padding:0px;
}
.stripNav,
.stripNavR,
.stripNavL{
	display:none;
}