/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #fff;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:960px; 
	padding: 0;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:960px;
	height:149px;
	background: url("/graphics/header.gif")  no-repeat;
	margin: 0 auto 0 auto;
}
	
div#content {
	padding:0 0 120px 0; /* bottom padding for footer */
	margin: 0 auto 0 auto;
}

div#footer {
	position:absolute;
	width:960px;
	height:95px;
	bottom:0; /* stick to bottom */

	background: url("/graphics/footer.gif")  no-repeat;
	font-size:11px;
	margin: 0 auto 0 auto;
	visibility: hidden;
	color: #706f6f;

}




/* main nav */



#leftmenu {
	width: 259px;
	height:650px;
	margin: 0 0 20px 0px;
	padding:5px 0 0 0; 
	float:left;
	border-right:1px solid #d1d1d2;
}




/* content formatting */

#pagecontent {
	width: 595px;
	padding: 5px 57px 20px 0;
	overflow: auto;
	line-height:19px;
	float:right;
}

#pagecontent ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#pagecontent li {
background: url("/graphics/teklist.gif") 20px 7px  no-repeat;
padding: 0 0 5px 35px;
color: #5a5a5a;
text-decoration: none;
line-height:19px;
}

#sidenav ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#sidenav li {
background: 20px 7px  no-repeat;
padding: 0 0 5px 35px;
color: #5a5a5a;
text-decoration: none;
line-height:19px;
font-weight: bold;
font-size: 13px;
margin: 20px 27px 0 0;
float: right;
}

#topbox {
	width:960px;
	height:145px;
	background: url("/graphics/topbg.jpg")  no-repeat;
	margin: 5px 0 22px 0;
}

#quote {
	width:187px;
	background: url("/graphics/quotetop.gif")  no-repeat;
	margin: 0 0 0 19px;
	padding:14px 4px 0 14px;
}

#splashbox {
	width:960px;
	height:239px;
	background: url("/graphics/splashbox.gif")  no-repeat;
	display: block;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
}

#MooFlow {
	background-color: black;
	color: white;
	display: block;
	font-size: 14px;
	height: 239px;
	/*border: 1px solid #999;*/
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	opacity: 1;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	position: relative;
	visibility: visible;
	width: 960px;
	z-index: 1;
	/*zoom: 1;*/
}

#managed {
	width:261px;
	padding:0 0 0 34px;
	background: url("/graphics/managed.gif")  no-repeat;
	margin: 5px 22px 0px 12px;
	float:left;
	color:#646464;
	font-size:11px;
}

#managedsub {
	width:261px;
	padding:0 0 0 34px;
	margin: 5px 22px 20px 12px;
	float:left;
	color:#646464;
	font-size:11px;
}

#enterprise {
	width:261px;
	padding:0 0 0 34px;
	background: url("/graphics/enterprise.gif")  no-repeat;
	margin: 5px 0 0 0;
	float:left;
	color:#646464;
	font-size:11px;
}

#enterprisesub {
	width:261px;
	padding:0 0 0 34px;
	margin: 5px 0 20px 0;
	float:left;
	color:#646464;
	font-size:11px;
}

#commercial {
	width:261px;
	padding:0 0 10px 34px;
	background: url("/graphics/commercial.gif")  no-repeat;
	margin: 5px 16px 0 0;
	float:right;
	color:#646464;
	font-size:11px;
}

#commercialsub {
	width:261px;
	padding:0 0 0 34px;
	margin: 5px 16px 20px 0;
	float:right;
	color:#646464;
	font-size:11px;
}

#why {
	width:618px;
	height:209px;
	background: url("/graphics/why.gif")  no-repeat;
	margin: 7px 0 23px 0;
	float:left;
	font-size:11px;
	line-height:17px;
	overflow:hidden;
}

#news {
	width:319px;
	height:216px;
	background: url("/graphics/news.gif")  no-repeat;
	margin: 0 0 23px 0;
	float:right;
	overflow:hidden;
}


#left_foot {
	float: left;
	padding-top: 54px;
	padding-left:10px;
}

#right_foot {
	float: right;
	padding-top: 54px;
	padding-right:10px;
	text-decoration: underline;
}


#left_foot a{
	color: #345e96;
	text-decoration: underline;
}

#left_foot a:hover{
	color: #81a2cf;
	text-decoration: underline;

}


#right_foot a{
	color: #706f6f;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #345e96;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #164687;
	text-decoration: none;
	 outline: none;

}
a:hover {
	color: #5687c9;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}

a.aboutus {
	color: #164687;
	text-decoration: none;
	float:right;
	margin:0 45px 0 0;
	display:inline;
}
a.aboutus:hover {
	color: #5687c9;
	text-decoration: none;
}






#itemlist{
padding: 0;
font-size: 11px;
text-align:left;
margin: 10px 0 0 -2px;
}

#itemlist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#mlist li {
margin: 0;
display: block;
}

li a.mlist {
background: url("/graphics/mlist.gif") 0 4px  no-repeat;
padding: 0 0 5px 15px;
margin:0;
color: #5a5a5a;
text-decoration: none;
line-height:19px;
}

li a.mlist:hover{
color: #164687;
	text-decoration: none;
}


#nlist li {
margin: 0;
display: block;
}

li a.nlist {
background: url("/graphics/nlist.gif") 0 4px  no-repeat;
padding: 0 0 5px 15px;
color: #5a5a5a;
text-decoration: none;
line-height:19px;
}

li a.nlist:hover{
color: #164687;
	text-decoration: none;
}


#clist li {
margin: 0;
display: block;
}

li a.clist {
background: url("/graphics/clist.gif") 0 4px  no-repeat;
padding: 0 0 5px 15px;
color: #5a5a5a;
text-decoration: none;
line-height:19px;
}

li a.clist:hover{
color: #164687;
	text-decoration: none;
}


#newslist{
padding: 0;
font-size: 11px;
text-align:left;
margin: 0 0 0 0;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
background: url("/graphics/newslist.gif") 4px 9px  no-repeat;
padding: 0 0 8px 18px;
color: #000;
font-weight:bold;
height:16px;
line-height:25px;
text-decoration: none;
overflow:hidden;
border-top:1px solid #e7e7e7;
}

li a.newslist:hover{
color: #164687;
	text-decoration: none;
}

li a.newspage {
display: block;
background: url("/graphics/newslist.gif") 4px 9px  no-repeat;
padding: 0 0 8px 18px;
color: #000;
font-weight:bold;
height:16px;
line-height:25px;
text-decoration: none;
overflow:hidden;
border-top:1px solid #e7e7e7;
}

li a.newspage:hover{
color: #164687;
	text-decoration: none;
}







h1 {
	font-weight:bold;
	font-size:15px;
	color: #164687;
	text-transform: uppercase;
	margin:2px 0 26px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}



/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */

.pipelist {
   overflow: hidden;
   width: 780px;
   margin:0 10px 0 auto;
   font-size:11px;
   
   }

.pipelist ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }

.pipelist li {
   border-left: 1px solid #e0d3ab;
   float: left;
   line-height: 26px;
   margin: 0 .5em 0 -.5em;
   padding: 0 12px 0 12px;
   white-space: nowrap;
   
   }

.pipelist li:hover {
	background: url('/graphics/rollover.gif') #e1daa2 repeat-x;
	}
	
.pipelist a {
	color: #1b2022;
	text-decoration: none;
}
.pipelist a:hover {
	color: #c50000;
	text-decoration: none;
}	
	
	
	

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#underlinemenu{
margin: 0 0 0 10px;
padding: 0;
}

#underlinemenu ul{
margin: 0;
padding-left: 0;
float: left;
font-weight:normal;
font-size:14px;
line-height:16px;
text-transform:uppercase;
width: 100%;
}

* html #underlinemenu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}

#underlinemenu ul li{
display: inline;
}


#underlinemenu ul li a{
float: left;
color: #fff;
padding: 12px 15px 0 15px;
height:28px;
text-decoration: none;
background:#68a705;
border-left:1px solid #408202;
}

#underlinemenu ul li a:hover{
color: #fff;
background: #b99b1e;
}










	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

#blueblock{
width: 181px;
padding: 0;
font-size: 12px;
color: #202629;
text-align:right;
text-transform:uppercase;
}

* html #blueblock{ /*IE 6 only */
w\idth: 159px; /*Box model bug: 180px minus all left and right paddings for #blueblock  from the UL and LI */
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
margin: 0;
}

li a.blueblock {
display: block;
padding: 10px 22px 0 0;
color: #000000;
text-decoration: none;
width: 159px;
height:24px;
}

html>body li a.blueblock { /*Non IE6 width*/
width: auto;
}

li a.blueblock:hover{
color: #c50000;
	text-decoration: none;
}















#topmenu ul {
   list-style: none;
   width: 960px;
	height:46px;
	padding:0;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url("/graphics/topmenu.gif") no-repeat;
	float:right;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:160px;
overflow:hidden;
height:46px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	


a.managed {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:128px;
}

a.managed:hover{
background: url("/graphics/topmenu.gif") 0 -49px no-repeat;
}

a.enterprise {
background: url("/graphics/topmenu.gif") -128px 0 no-repeat;
width:137px;
}

a.enterprise:hover{
background: url("/graphics/topmenu.gif") -128px -49px no-repeat;
}

a.commercial {
background: url("/graphics/topmenu.gif") -259px 0 no-repeat;
width:146px;
}

a.commercial:hover{
background: url("/graphics/topmenu.gif") -259px -49px no-repeat;
}

a.engineering {
background: url("/graphics/topmenu.gif") -400px 0 no-repeat;
width:146px;
}

a.engineering:hover{
background: url("/graphics/topmenu.gif") -400px -49px no-repeat;
}

a.studies {
background: url("/graphics/topmenu.gif") -544px 0 no-repeat;
width:157px;
}

a.studies:hover{
background: url("/graphics/topmenu.gif") -544px -49px no-repeat;
}

a.contact {
background: url("/graphics/topmenu.gif") -695px 0 no-repeat;
width:148px;
}

a.contact:hover{
background: url("/graphics/topmenu.gif") -695px -49px no-repeat;
}

a.about {
background: url("/graphics/topmenu.gif") -838px 0 no-repeat;
width:130px;
}

a.about:hover{
background: url("/graphics/topmenu.gif") -838px -49px no-repeat;
}















#bottommenu ul {
   list-style: none;
   width: 960px;
	height:40px;
	padding:0;
	margin: 0 auto 0 auto;
	overflow: hidden;
	background: url("/graphics/bottommenu.gif") no-repeat;
	position:absolute;
   }

#bottommenu li {
   display: inline;
   position: absolute;
}


#bottommenu li a{
   float: left;
	font-size:11px;
   line-height: 14px;
   white-space: nowrap;
   	text-transform: uppercase;
   	text-align:center;
padding: 0 0 0 0;
text-indent:160px;
overflow:hidden;
height:40px;
}

#bottommenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#bottommenu a {
	color: #ffffff;
	text-decoration: none;

}
#bottommenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	


a.cisco {
background: url("/graphics/bottommenu.gif") -114px 0 no-repeat;
width:128px;
}

a.cisco:hover{
background: url("/graphics/bottommenu.gif") -114px -46px no-repeat;
}

a.microsoft {
background: url("/graphics/bottommenu.gif") -327px 0 no-repeat;
width:137px;
}

a.microsoft:hover{
background: url("/graphics/bottommenu.gif") -327px -46px no-repeat;
}

a.emc2 {
background: url("/graphics/bottommenu.gif") -243px 0 no-repeat;
width:146px;
}

a.emc2:hover{
background: url("/graphics/bottommenu.gif") -243px -46px no-repeat;
}

a.vmware {
background: url("/graphics/bottommenu.gif") -431px 0 no-repeat;
width:157px;
}

a.vmware:hover{
background: url("/graphics/bottommenu.gif") -431px -46px no-repeat;
}

a.citrix {
background: url("/graphics/bottommenu.gif") -537px 0 no-repeat;
width:148px;
}

a.citrix:hover{
background: url("/graphics/bottommenu.gif") -537px -46px no-repeat;
}

a.dell {
background: url("/graphics/bottommenu.gif") -619px 0 no-repeat;
width:130px;
}

a.dell:hover{
background: url("/graphics/bottommenu.gif") -619px -46px no-repeat;
}

a.lifesize {
background: url("/graphics/bottommenu.gif") -697px 0 no-repeat;
width:130px;
}

a.lifesize:hover{
background: url("/graphics/bottommenu.gif") -697px -46px no-repeat;
}

a.butn {
	color: #fff;
	text-decoration: none;
	background:#164687;
	padding:5px 10px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}
a.butn:hover {
	color: #fff;
	background:#76a3e7;
	text-decoration: none;
}