/* CSS Document */
<style>

body {
	background: url(images/bg.jpg) repeat-x;
	text-align: center;
}
.form1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	border: none;
	color: #CCCCCC;
}

.field {
 border: thin solid #EFEFEF;
}
#text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	color: #5F6062;
	}
#texthighlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	color: #9c9c9c;
	}	
.highlight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 300;
	color: #F96611;
	}
#centered {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
}
#heading {
 position:relative;
 height: 70px;
}
#logo {
 position:absolute;
 top:0;
 left:0;
  background-image: url("images/logo.gif");
  background-repeat: no-repeat;
  display: block;
  margin-top: 4px;
  margin-left: 8px;
  height: 67px;
  font-size: 0;
  width: 120px;
}
#login {
 position:absolute;
 	display: block;
	margin-top: 4px;
	font-size: 0;
 	right: 10px;
	top: 44px;
	}
#footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	text-align: center;
	height: 23px;
	padding: 2px;
	background-image: url(images/footer.gif);
	background-repeat: repeat-x;
	margin: auto;
}  
#underline {
	background-color: #F78231;
	height: 10px;
} 
hr {
border: 0;
color: #e1e1e1;
background-color: #e1e1e1;
height: 1px;
}
.link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #f5ce7f;
}
.link a:visited {
	text-decoration: none;
	color: #f5ce7f;
}
.link a:link {
	text-decoration: none;
	color: #f5ce7f;
}
.link a:hover {
	text-decoration: none;
	color: #F96611;
}

 #nav-menu ul
{
	list-style: none;
	padding: 0px;
	margin: 0;
}

#nav-menu li
{
	float: left;
	margin: 0 0.15em;
}

#nav-menu li a
{
	background: url(images/nav_off.gif) #fff bottom left repeat-x;
	float: left;
	line-height: 2.1em;
	height: 28px;
	color: #555555;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 113px;
}
#nav-menu li a:hover
{
	background: url(images/nav_on.gif) #fff bottom left repeat-x;
	float: left;
	color: #555555;
	height: 28px;
	line-height: 2.1em;
	text-decoration: none;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	width: 113px;
}
.l1 {
	font-family: Arial, Helvetica, sans-serif;
}
#Layer1 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
	left: 50px;
	top: 21px;
}
#Layer2 {
	position:absolute;
	width:200px;
	height:115px;
	z-index:1;
}
img.float {
	position: absolute;
	top:-20px;
	padding: 6px;
}
#a {
	position:absolute;
	width:410px;
	height:115px;
	z-index:1;
	left: 28%;
	top: -40px;
	visibility: hidden;
}
#access a {
		display:block;
		width:130px;
		line-height: 2.2em;
		padding-top: 15px;
		text-decoration: none;
		background: url("images/menu/access.gif") -27px 0 no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
	}
#access a:hover {	
		background-position: -177px 0;
		color: #808284;
	}
#access a:active {
		color: #808284;
	}
#access a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
#b {
	position:absolute;
	width:410px;
	height:115px;
	z-index:2;
	left: 28%;
	top: -40px;
	visibility: hidden;
}
#solutions a {
		display:block;
		width:145px;
		line-height: 2em;
		padding-top: 37px;
		text-decoration: none;
		background: url("images/menu/infastructure.gif") -30px 0 no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
	}
#solutions a:hover {	
		background-position: -180px 0;
		color: #808284;
	}
#solutions a:active {
		color: #808284;
	}
#solutions a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
#c {
	position:absolute;
	width:410px;
	height:115px;
	z-index:3;
	left: 28%;
	top: -40px;
	visibility: hidden;
}
#security a {
		display:block;
		width:130px;
		line-height: 2em;
		padding-top: 36px;
		text-decoration: none;
		background: url("images/menu/security.gif") -25px 0 no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
	}
#security a:hover {	
		background-position: -175px 0;
		color: #808284;
	}
#security a:active {
		color: #808284;
	}
#security a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
#d {
	position:absolute;
	width:410px;
	height:115px;
	z-index:4;
	left: 28%;
	top: -40px;
	visibility: hidden;
}
#network a {
		display:block;
		width:130px;
		line-height: 2em;
		padding-top: 30px;
		text-decoration: none;
		background: url("images/menu/network.gif") -25px 0 no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
	}
#network a:hover {	
		background-position: -175px 0;
		color: #808284;
	}
#network a:active {
		color: #808284;
	}
#network a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
#e {
	position:absolute;
	width:410px;
	height:115px;
	z-index:5;
	left: 28%;
	top: -40px;
	visibility: hidden;
}
#storage a {
		display:block;
		width:130px;
		line-height: 2em;
		padding-top: 37px;
		text-decoration: none;
		background: url("images/menu/storage.gif") -25px 0 no-repeat;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #CCCCCC;
	}
#storage a:hover {	
		background-position: -175px 0;
		color: #808284;
	}
#storage a:active {
		color: #808284;
	}
#storage a:visited {
		text-decoration: none;
		color: #CCCCCC;
	}
.new {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}// 
</style>
#hr {
	color: #FF3300;
}

