div#holdcompany
{ 
	position:relative; 
	overflow:hidden;
	width:450px; 
	height:300px; 
	z-index:100; 
}

div#company
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:450px; 
	height:300; 
	clip:rect(0px, 450px, 300px, 0px); 
	overflow:hidden; z-index:1; 
}

div#holdsolutions
{ 
	position:relative; 
	overflow:hidden;
	width:350px; 
	height:300px; 
	z-index:100; 
}

div#solutions
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:350px; 
	height:300; 
	clip:rect(0px, 350px, 300px, 0px); 
	overflow:hidden; z-index:1; 
}

div#holdservices
{ 
	position:relative; 
	overflow:hidden;
	width:450px; 
	height:300px; 
	z-index:100; 
}

div#services
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:450px; 
	height:300; 
	clip:rect(0px, 450px, 300px, 0px); 
	overflow:hidden; z-index:1; 
}

div#holdproducts
{ 
	position:relative; 
	overflow:hidden;
	width:330px; 
	height:300px; 
	z-index:100; 
}

div#products
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:330px; 
	height:300; 
	clip:rect(0px, 330px, 300px, 0px); 
	overflow:hidden; z-index:1; 
}

div#holdcontact
{ 
	position:relative; 
	overflow:hidden;
	width:450px; 
	height:300px; 
	z-index:100; 
}

div#contact
{ 
	position:absolute; 
	left:0px; 
	top:0px; 
	width:450px; 
	height:300; 
	clip:rect(0px, 450px, 300px, 0px); 
	overflow:hidden; z-index:1; 
}


div.content
{ 
	position:absolute;
	visibility:hidden;
	left:0px; 
	top:0px; 
	z-index:1; 
}

div#scrollbar
{
	position:relative; 
	left:0; 
	top:0;
	width:11px; 
	height:300px; 
	font-size:1px; 
	z-index:1;
}

div#track
{
	position:absolute; 
	left:0; 
	top:12px;
	width:11px; 
	height:276px;
	background: url("images/track.gif") #4D697F repeat;
	z-index:1;
}

div#dragBar
{
	position:absolute; 
	left:1px; 
	top:1px;
	width:9px;
	height:20px;
	background-color:#F4F6F7;
	z-index:1;
}  

div#up { position:absolute; left:0; top:0; z-index:2 }  
div#down { position:absolute; left:0; bottom:0; z-index:3 }  
td#scrollLinks  { width:12px }
a img { border:none }

.navs { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #c10416; vertical-align:top; text-align:left; text-decoration:none; }
.navs ul { margin:0; padding:0; list-style:none }
.navs ul li { margin:0 0 .6em .4em }
.navs ul li a { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #c10416; text-decoration:none }
.navs ul li a:hover { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #c10416; text-decoration:none }

.style1 { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #4c687e; vertical-align:top; text-align:left; text-decoration:none;}
.style1 ul { margin:0; padding:0; list-style:none }
.style1 ul li { margin:0 0 .6em .4em }
.style1 a { font-family: Tahoma; font-size: 11px; font-weight: bold; color: #4c687e; vertical-align:top; text-align:left; text-decoration:none; }
