/* Colour Ref

Dark Blue: #004868
Light Blue: #3399FF
Bright Blue: #00FFFF;
*/

/* GENERIC --------------------------------------------------------*/


*	{
	margin:0; 
	padding:0;
	border: 0px;
	}

body {
	text-align: center;
	font-size: 0.75em;
	font-family: sans-serif;
	background-image: url('images/bg_foot.jpg');
	}

/* LAYOUT ----------------------------------------------------------*/

#bg_top {
	width: 100%;
	background-image: url('images/bg_top.jpg');
	background-repeat: repeat-x;
background-color: #E4E8EC;
	}

#bg_foot {
	width: 100%;
	background-image: url('images/bg_foot.jpg');
	background-repeat: repeat-x;	
	}

#page {
	width: 876px;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}

#navigation {
	float: left;
	display: block;
	height: 56px;
	width: 876px;
	background-image: url('images/nav_bg.png');
	margin: 20px 0 0 0;
	} 

#header {
	float: left;
	display: inline;
	width: 830px;
	height: 159px;
	padding: 25px 46px 0 0;
	text-align: right;
	background-image: url('images/header.png');
	}

#business_solutions #header {
	background-image: url('images/business_solutions_header.png');
	}

#education #header {
	background-image: url('images/education_solutions_header.png');
	}

#government #header {
	background-image: url('images/government_solutions_header.png');
	}

#kaspersky_anti_virus #header {
	background-image: url('images/kaspersky-header.png');
	}

#sophos-anti-virus #header {
	background-image: url('images/sophos-header.png');
	}

#content {
	float: left;
	display: block;
	width: 876px;
	background-image: url('images/content_bg.png');
	background-repeat: repeat-y;
padding: 10px 0 0 0; 
 	}

#footer {
	height: 300px;
	background-image: url('images/footer_bg.png');
	background-repeat: no-repeat;
	width: 876px;
	text-align: left;
	margin: 0 auto 0 auto;
	overflow: hidden;
	}
	

/* NAVIGATION ------------------------------------------------------*/

#nav {
	font-size: 1em;  
	color: #CCC; 
	padding: 0 0 0 143px;
	margin: 15px 0 15px 0;
	}

#nav ul{
	list-style: none;
	line-height: 1.5em;
	}

#nav a {
	display: block;
	width: 100%;
	line-height: 26px;
	text-align: center; 
	color:#fff;
	text-decoration: none;
	border:0;
	border-right: dotted 1px #00FFFF;
	}

#nav a:link {
}

#nav a:hover {
	color: #00FFFF;  
	}
	
#nav a:active {}

#nav a:visited {}

#nav li a {
	text-align: centre;
	margin: 0 0 15px 0;
	cursor: default;
	}

#nav li a.contact_us {
cursor: pointer;
}

#nav li { /* all list items */
	float: left;
	}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}
	
#nav li ul a {
	text-align: left;
	padding: 0 0 0 4px;
	margin: 0px;
	border: 0px;
	border-bottom: solid 1px #1B6181;
	background-image: url('images/nav_trans.png');
	cursor: pointer;
	}	
	
#nav li ul li {width:100%}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	}

.nav-col2 { margin-left: 184px }
.nav-col3 { margin-left: 368px }
#nav li .about_us {width: 76px;}
#nav li .it-services {width: 86px;}
#nav li .it_security_solutions {width: 140px;}
#nav li .hardware_products {width: 140px;}
#nav li .software_packages {width: 140px; border-right: none;}
#nav li .contact_us {width: 134px; color: #004868; border-right: none;}
#nav li a:hover.contact_us { color: #00FFFF;}

#home #nav li a.home {color: #00FFFF;}

#about_us #nav li a.about_us {color: #00FFFF;}
#team_days #nav li a.about_us {color: #00FFFF;}
#contact-us #nav li a.about_us{color: #00FFFF;}
#newsletter #nav li a.about_us{color: #00FFFF;}

#anti_virus #nav li .it_security_solutions {color: #00FFFF;}
#encryption #nav li .it_security_solutions {color: #00FFFF;}
#hardware_solutions #nav li .it_security_solutions {color: #00FFFF;}
#encryption #nav li .it_security_solutions {color: #00FFFF;}
#tier_token #nav li .it_security_solutions {color: #00FFFF;}
#qa_security #nav li .it_security_solutions {color: #00FFFF;}
#kaspersky_anti_virus #nav li .it_security_solutions {color: #00FFFF;}
#sophos-anti-virus #nav li .it_security_solutions {color: #00FFFF;}
#jargon_buster #nav li .it_security_solutions {color: #00FFFF;}

#pc_notebooks #nav li .hardware_products {color: #00FFFF;}
#networking_solutions #nav li .hardware_products {color: #00FFFF;}
#servers_storage #nav li .hardware_products {color: #00FFFF;}
#projectors_monitors #nav li .hardware_products {color: #00FFFF;}
#printers #nav li .hardware_products {color: #00FFFF;}

#software_solutions #nav li .software_packages {color: #00FFFF;}
#microsoft_licensing #nav li .software_packages {color: #00FFFF;}

#contact-us #nav li .contact_us {color: #00FFFF;}

/* HEADER ------------------------------------------------------*/

#logo {
	background: transparent url('../images/logo-bg.png') no-repeat top left;
	position: absolute;
	left: auto;
	top: 0px;
	height: 131px;
	width: 131px;
	margin-left: -15px;
	padding: 7px 0 0 12px;
	}
#header h1 {
	font-family: georgia, sans-serif;
	color: #FFF;
	width: 570px;
	font-weight: normal;
	font-size: 2.2em;
	line-height: 1.2em;
	text-align: right;
	letter-spacing: 0.04em;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 260px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	}

#header h2{
	font-family: georgia, sans-serif;
	color: #FFF;
	margin: 0px 0 0 330px;
	width: 500px;
	padding: 15px 0 0 0;
	font-weight: normal;
	font-size: 1.75em;
	line-height: 1.3em;
	text-align: right;
	}

#header img {margin-left: -20px;}

#government #header h1 {
	width: 500px;
	margin-left: 330px;
	}

#business_solutions #header h1 {
	width: 243px;
	margin-left: 588px;
	}


/* CONTENT ---------------------------------------------------------*/

#tabs {
	margin: -22px 0 0 30px;
	float: left;
	display: inline;
	}

#tab_business, #tab_government, #tab_education {
	float: left;
	display: inline;
	width: 270px;
	height: 150px;
	}


a.tab_business {
	float: left;
	display: inline;
	width: 270px;
	height: 139px;
	background-image: url('images/tab_business.png');
	background-repeat: no-repeat;
	}

a.tab_education {
	float: left;
	display: inline;
	width: 270px;
	height: 139px;
	background-image: url('images/tab_education.png');
	background-repeat: no-repeat;
	}

a.tab_government {
	float: left;
	display: inline;
	width: 276px;
	height: 139px;
	background-image: url('images/tab_government.png');
	background-repeat: no-repeat;
	}


a:hover.tab_business, a:hover.tab_education, a:hover.tab_government  {
	background-position: 0 -140px;
	}

#dblcol {
	float: left;
	display: inline;
	width: 530px;
	margin: 10px 0 0 35px;
	padding: 0 20px 20px 0;
	}

.dblcol {
	float: left;
	display: inline;
	width: 530px;
	margin: 10px 0 0 35px;
	padding: 0 20px 20px 0;
	}


#dblcol2 {
	float: left;
	display: inline;
	width: 530px;
	margin: 10px 0 0 0;
	padding: 0 20px 20px 0;
	}

#anti_virus #left_col{
	float: left;
	display: inline;
	width: 235px;	
	margin: 10px 0px 20px 0;
	padding: 0 30px 0 0;
	border: 2px solid grey;
	border-width: 0 1px 0 0;
	clear: left;
	}

.left_col_small{
	float: left;
	display: inline;
	width: 130px;	
	margin: 0px 0px 0 0;
	padding: 0 30px 0 0;
	}

.right_col_large {
	float: left;
	display: inline;
	width: 370px;	
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	}

#servers_storage .left_col {
	float: left;
	display: inline;
	width: 130px;	
	margin: 0px 0px 0 0;
	padding: 0 30px 0 0;
	}

#servers_storage .right_col {
	float: left;
	display: inline;
	width: 370px;	
	margin: 0 0 20px 0;
	padding: 0 0 0 0;
	}


#anti_virus #right_col{
	float: left;
	display: inline;
	width: 235px;
	padding: 0 0 0 25px;	
	margin: 10px 0 20px 0;
	}

#col1 {
	float: left;
	display: inline;
	width: 255px;	
	margin: 10px 10px 20px 35px;
	clear: left;
	}

#col2 {
	float: left;
	display: inline;
	width: 255px; 
	margin: 10px 0 20px 10px;
	}

.col3 {
	float: left;
	display: inline;
	width: 267px;	
	margin: 10px 0 0 10px;
	}

.networking_logos, .printer_logos {
padding: 30px 0 0 0;}

/* COL3 ---------------------------------------------------------*/

#col3 {
	float: left;
	display: inline;
	width: 267px;	
	margin: 10px 0 0 10px;
	}

#col3 p{
	padding: 0 50px 0 0;
	}

#col3 h2 {
	font-family: georgia, sans-serif;
	color: #004868;
	padding: 10px 0 0px 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}


.col3 p{
	padding: 0 50px 0 0;
	}

.col3 h2 {
	font-family: georgia, sans-serif;
	color: #004868;
	padding: 0px 0 0px 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}


.kaspersky_trial h2 {
	font-family: georgia, sans-serif;
	color: #004868;
	margin: 0 30px 0 0; 
	padding: 10px 20px 10px 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}

.kaspersky_trial p {
	font-family: verdana, sans-serif;
	Color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 40px 0px 0 8px;
	}

.sophos_trial h2 {
	font-family: georgia, sans-serif;
	color: #004868;
	margin: 0 32px 0 0;
	padding: 10px 30px 10px 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}

.sophos_trial p {
	font-family: verdana, sans-serif;
	Color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	margin: 18px 50px 10px 8px;
	}



.evaluation h2 {
	font-family: georgia, sans-serif;
	color: #004868;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
width: 210px;
	}


.evaluation p {
	font-family: verdana, sans-serif;
	Color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	}

.evaluation, .quote, .webinar, .demo, .compliant {
	background-image: url('images/evaluation.gif');
	background-repeat: no-repeat;
	height: 79px;
	padding: 10px 0 0 10px;
	}

.quote {
	background-image: url('images/request-quote.gif');
	background-repeat: no-repeat;
	}


.webinar {
	background-image: url('images/webinar.gif');
	background-repeat: no-repeat;
	}

.demo {
	background-image: url('images/demo.gif');
	background-repeat: no-repeat;
	}


.compliant {
	background-image: url('images/compliant.gif');
	background-repeat: no-repeat;
	}

.map{
	background-image: url('images/map.gif');
	background-repeat: no-repeat;
	height: 140px;
}

.map h2 {
margin: 0 0 0 10px;
}


.map p {
margin: 0 0 0 10px;
}



.quote h2 {
	font-family: georgia, sans-serif;
	color: #004868;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}

.quote p {
	font-family: verdana, sans-serif;
	Color: #fff;
	font-size: 0.95em;
	line-height: 1.5em;
	}


.small-blue {
	color: #004868;
	font-size: 0.75em;
}




.tel h2 {
	font-size: 1.8em !important;
	padding: 0 0 0 52px !important;
	}

.tel{
	Height: 70px;
	width: 267px;
	background-image: url('images/expert_icon.jpg');
	background-repeat: no-repeat;
	color: #004868;
	}

.tel p{ 
	font-family: georgia, sans-serif;
	font-size: 1em;
	color: #004868;
	font-weight: bold;
	margin: 0 0 0 52px;
	}

.faq{
	padding: 0 0 30px 50px;
	Width: 245px;
	background-image: url('images/question.jpg');
	background-repeat: no-repeat;
	}

.faq p{ 
	font-size: 1em;
	color: #004868;
	padding: 10px 0 0 55px;
	}

.education_case_study, .nhs_case_study, .enterprise_case_study, .business_case_study {
	float: left;
	display: inline;
	height: 142px;
	width: 241px;
	padding: 0 0 0 10px;
	margin: 0 0 0 0;
	background-repeat: no-repeat;
	}

.education_case_study {
	background-image: url('images/education_case_study.png');
	}

.nhs_case_study {
	background-image: url('images/nhs_case_study.png');
	}

.enterprise_case_study {
	background-image: url('images/business_case_study.png');
	}

.business_case_study {
	background-image: url('images/business_case_study.png');
	}

#government .nhs_case_study {
	background-image: url('images/nhs_case_study_large.gif');
	height: 256px;	}

#business_solutions .case_study {
	float: left;
	display: block;
	height: 142px;
	width: 241px;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	background-image: url('images/business_case_study.png');
	background-repeat: no-repeat;
	}

#government .case_study {
	float: left;
	display: block;
	height: 250px;
	width: 241px;
	padding: 10px 0 0 10px;
	margin: 0 0 0 0;
	background-image: url('images/government_case_study.png');
	background-repeat: no-repeat;
	}

.sophos_trial {
	background-image: url('images/sophos-trial.gif');
	background-repeat: no-repeat;
	float: left;
	display: inline;
	height: 142px;
	width: 241px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	}

#kaspersky {
	border: 2px solid grey;
	border-width: 0 0 2px 0;
	padding: 0 0 8px 0;
	margin: 0 10px 25px 0;
	}

.kaspersky_trial {
	background-image: url('images/kaspersky-trial.gif');
	background-repeat: no-repeat;
	float: left;
	display: inline;
	height: 142px;
	width: 241px;
	padding: 0 0 0 10px;
	margin: 0 0 10px 0;
	}

.eduserv{
	float: left;
	width: 241px;
	padding: 0px 0 30px 10px;
	background-image: url('images/eduserv.png');
	background-repeat: no-repeat;
	}

.eduserv h2{
	font-family: verdana, san-serif;
	color: #666;
	font-size: 1em;
	line-height: 1.3em;
	margin: 0 0 0 75px;
	}



/* TYPOGRAPHY ------------------------------------------------------*/

hr{
border: 1px solid #ccc;
width: 812px;
float: left;
margin: 0 0 10px 30px;

}

h1 {
	font-family: georgia, sans-serif;
	color: #004868;
	padding: 0 0 10px 0;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.25em;
	}

h2 {	
	font-family: verdana, sans-serif;
	color: #004868;
	font-size: 0.95em;
	font-weight: bold;
	padding: 20px 0 0px 0;
	}

#kaspersky-anti-virus h2 {
	padding: 10px 0 0 0;
	}

#servers_storage .right_col h2 {
	padding: 0 0 0 0;
	}

.right_col_large h2 {
	padding: 0 0 0 0;
	}


h3 {
	font-family: georgia, sans-serif;
	color: #004868;
	font-size: 1.2em;
	padding: 10px 0 8px 0;
	}

#microsoft_licensing h3 {
padding: 0 0 8px 0;
}

h4 {}

p {
	font-family: verdana, sans-serif;
	Color: #666;
	font-size: 0.95em;
	line-height: 1.5em;
	padding: 0 0 10px 0;
	}

.right_col_large p {
	width: 360px;
	}


#breadcrumb { 
	color: #00FFFF;
	font-size: .95em;
	padding: 0 0 15px 0
	}
#breadcrumb a:link, #breadcrumb a:visited, #breadcrumb a:active { 
	color: #fff;
	border-right: dotted 1px #00FFFF;
	padding: 0 10px 0 0
	}
#breadcrumb a:hover { color: #00FFFF }
#breadcrumb li {
	display:inline;
	padding: 0 0 0 10px 
	}

/* LINKS ------------------------------------------------------*/	

a {
	color:#3399FF;
	}

a:hover {
	color: #00FFFF;
	}

a:active {
	}

a:visited {
	}

.kaspersky_trial a {
	color:#fff;
	}

.kaspersky_trial a:hover {
	color: #E39193;
	}

.sophos_trial a {
	color:#fff;
	}

.sophos_trial a:hover {
	color: #7A84BC;
	}


/* LISTS ------------------------------------------------------*/	

ul.dblcol {
	font-family: verdana, san-serif;
	color: #666;
	font-size: 0.95em;
	width: 530px;
	margin: 10px 0 0 0;
	}

ul.dblcol li{
	background-image: url("images/blue_bullet.png");
	background-repeat: no-repeat;
	font-weight: bold;
	list-style-type: none;
	background-position: 0 5px;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	width: 530px;
	}

ul.left_col, ul.right_col {
	font-family: verdana, san-serif;
	color: #666;
	font-size: 0.95em;
	float: left;
	width: 280px;
	}

.left_col, .right_col {
	font-family: verdana, san-serif;
	color: #666;
	font-size: 0.95em;
float: left;
width: 175px;
display: inline;
}

.left_col ul, right_col ul {
padding: 0 0 10px 0;}

.right_col {
margin: 0 0 0 10px;}

.left_col h2, .right_col h2 {
padding: 0 0 8px 0;}

ul.left_col li, ul.right_col li {
	background-image: url("images/blue_bullet.png");
	background-repeat: no-repeat;
	font-weight: bold;
	list-style-type: none;
	background-position: 0 5px;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	width: 250px;
	}

ul.right_col {
	margin-left: 30px;
	}


.right_col_large ul.left_col, ul.right_col {

	font-weight: bold;
	list-style-type: none;
	background-position: 0 5px;
	line-height: 1.2em;
	padding: 0 0 0 0px;
	margin: 0 0 0 0px;
	width: 185px;
	}

.right_col_large ul {
padding: 10px 0 0 0;}

#servers_storage ul.right_col {
	margin: 10px 0 0 0px;
	}
.right_col_large li{
	background-image: url("images/blue_bullet.png");
	background-repeat: no-repeat;
	font-family: verdana, san-serif;
	color: #666;
	font-size: 0.95em;
	font-weight: bold;
	list-style-type: none;
	background-position: 0 5px;
	line-height: 1.2em;
	padding: 0 0 0 15px;
	margin: 0 0 8px 0;
	}

.right_col_large li h2 {
	color: #666;
	}

.right_col_large li p {
	font-weight: normal;
	padding: 0 0 0 0;
	}



/* TABLES, FORMS ----------------------------------------------------------*/

table {}
th {}
td {}
form table p {
	padding:0;
}
/*form input {
	border: 1px solid #ccc;
	border-top: 1px solid #999;
}*/
/* miscellaneous form elements */

fieldset > legend {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
  position: static;
  float: none;
  width: -moz-fit-content;
  min-width: 0;
  max-width: none;
  height: auto;
  min-height: 0;
  max-height: none;
  white-space: nowrap;
}

legend {
  display: block;
}

fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 2px groove ThreeDFace;
}

label {
  cursor: default;
}

/* default inputs, text inputs, and selects */

/* Note: Values in nsNativeTheme IsWidgetStyled function 
   need to match textfield background/border values here */

input {
  -moz-appearance: textfield;
  /* The sum of border-top, border-bottom, padding-top, padding-bottom
     must be the same here, for buttons, and for <select> (including its
     internal padding magic) */
  padding: 1px 0 1px 0;
  border: 2px inset ThreeDFace;
  background-color: -moz-Field;
  color: -moz-FieldText;
  font: -moz-field;
  text-rendering: optimizeLegibility;
  line-height: normal !important;
  text-align: start;
  text-transform: none;
  word-spacing: normal;
  letter-spacing: normal;
  cursor: text;
  -moz-binding: url("chrome://global/content/platformHTMLBindings.xml#inputFields");
  text-indent: 0;
  -moz-user-select: text;
  text-shadow: none;
}

input > .anonymous-div {
  word-wrap: normal !important;
  /* Make the line-height equal to the available height */
  line-height: -moz-block-height;
}
input[type="submit"] { 
  -moz-appearance: button;
  padding: 0px 6px 0px 6px;
  border: 2px outset ButtonFace;
  background-color: ButtonFace;
  color: ButtonText; 
  font: -moz-button;
  line-height: normal !important;
  white-space: pre;
  cursor: default;
  -moz-box-sizing: border-box;
  -moz-user-select: none;
  -moz-binding: none;
  text-align: center;
  text-shadow: none;
}
button {
  white-space: inherit;
  text-indent: 0;
}
*|*::-moz-button-content {
  display: block;
}
button:hover,
input[type="submit"]:hover {
  background-color: -moz-buttonhoverface;
  color: -moz-buttonhovertext;
}
button:active:hover,
input[type="submit"]:active:hover {
  padding: 0px 5px 0px 7px;
  border-style: inset;
  background-color: ButtonFace;
  color: ButtonText;
}
button::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0px 2px 0px 2px;
  border: 1px dotted transparent;
}
button:focus::-moz-focus-inner,
input[type="submit"]:focus::-moz-focus-inner {
  border-color: ButtonText;
}


/* FOOTER ------------------------------------------------------*/

#footer ul {}
#footer li {
	background-image: url("images/arrows_footer.gif");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding: 0 0 0 15px;
	list-style-type: none;
	border: 0px solid #709BAC;
	border-bottom: 1px solid #709BAC;
	width: 168px;
	}

#footer h4 {
	font-family: verdana, sans-serif;
	Color: #fff;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 5px 0;
	}

#footer a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5em;
	}
	
#footer a:hover {
	color: #00FFFF;
	text-decoration: none;
	}

#footer .col1, #footer .col2, #footer .col3, #footer .col4{
	float: left;
	display: inline;
	width: 190px;
	padding: 20px 0 0 12px;
	}


#footer .col1 {margin: 0 0 0 34px;}

#footer .col3 {
	margin: 0 0 0 0;
	}

#footer_expert{padding: 50px 0 0 0;}

#footer_expert p{
	font-family: georgia, sans-serif;
	color: #00FFFF;
	line-height: 0.25em;
	}

#footer_expert h5{
	color: #FFF;
	font-size: 1.5em;
	font-weight: normal;
	line-height: 1em;
	}

#home #footer li a.home {color: #00FFFF;}

#about_us #footer li a.about {color: #00FFFF;}
#contact-us #footer li a.contact {color: #00FFFF;}
#newsletter #footer li a.newsletter {color: #00FFFF;}

#anti_virus #footer li .anti_virus {color: #00FFFF;}
#kaspersky_anti_virus #footer li .anti_virus {color: #00FFFF;}
#sophos-anti-virus #footer li .anti_virus {color: #00FFFF;}
#hardware_solutions #footer li .hardware_solutions {color: #00FFFF;}
#encryption #footer li .encryption_data_loss {color: #00FFFF;}
#tier_token #footer li .tier_token {color: #00FFFF;}
#jargon_buster #footer li .jargon_buster {color: #00FFFF;}

#pc_notebooks #footer li .pc_notebooks {color: #00FFFF;}
#networking_solutions #footer li .networking {color: #00FFFF;}
#servers_storage #footer li .servers_storage {color: #00FFFF;}
#projectors_monitors #footer li .projectors_monitors {color: #00FFFF;}
#printers #footer li .printers {color: #00FFFF;}

#software_solutions #footer li .software {color: #00FFFF;}
#microsoft_licensing #footer li .microsoft_licensing {color: #00FFFF;}

#copyright p{
	font-size: 0.75em;
	color: #A6C5C6;
	}

#copyright {
	float: left;
	width: 876px;
	padding: 45px 0 0 650px;
	color: #A6C5C6;
	}

#copyright a{
	color: #fff;
	text-decoration: underline;
	}
