/* 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: 876px;
	height: 184px;
	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 170px;
	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: 200px;
	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 li .home {width: 60px;}
#nav li .about_us {width: 70px;}
#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: 139px; 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;}

#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 ------------------------------------------------------*/

#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-top: 25px;
	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;
	}







.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;
	}



/* 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 ----------------------------------------------------------*/

table {}
th {}
td {}

/* 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: 70px 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;}

#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;
	}