@charset "utf-8";
/*
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * Dreamweaver modifications:
 * 1. Commented out selection highlight
 * 2. Removed media queries section (we add our own in a separate file)
 *
 * ==|== normalize ==========================================================
 */


/* =============================================================================
   HTML5 display definitions
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */

/* Dreamweaver: uncomment these if you do want to customize the selection highlight
 *::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
 *::selection { background: #fe57a1; color: #fff; text-shadow: none; }
 */

/* =============================================================================
   Links
   ========================================================================== */

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active { outline: 0; }


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

/*
 * Correct overflow not hidden in IE9 
 */

svg:not(:root) { overflow: hidden; }


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */

table button, table input { *overflow: auto; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */

textarea { overflow: auto; vertical-align: top; resize: vertical; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }
td {
	vertical-align: top;
	text-align: left;
}


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
















/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
 @media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 {
	orphans: 3;
	widows: 3;
	text-align: left;
}
  h2, h3 {
	page-break-after: avoid;
	text-align: center;
}
}
.gridContainer.clearfix #LayoutDiv1 table tr td h1 {
	color: #F00;
	text-align: left;
}
.gridContainer.clearfix #LayoutDiv1 p {
	text-align: center;
}





img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial;
	font-size: 20px;
	text-align: center;
	color: #F00;
    /* line-height: 20px; */
}

.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.36%;
	padding-left: 1.82%;
	padding-right: 1.82%;
	text-align: center;	
}

/***********************************************************************/
/************  this is to make background image responsive  ************/
/***********************************************************************/



html,body {
    height: 100%;
    width: 100%
    margin: none;
    padding: none;
            }
#background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -99999;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
            }

#background img {
    width: 100%;
    height: 100%;
            }
#main{ z-index:10;}


/***********************************************************************/
/**********  END this is to make background image responsive  **********/
/***********************************************************************/


#top_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#brief_list {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align:top;
	border:0;
}
#welcome_header {
	text-align:center;
}
#welcome {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 150%;
	text-align: center;
	color: #F00;
}

.intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;	
	font-size: 120%;
}

#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 80%;
	color:#F00
}
.smText {
	font-size: 12px;
	}
.medText {
	font-size: 12px;
	}
.lrgText {
	font-size: 12px;
	}
.xlrgText {
	font-size: 16px;
    }
.xxlrgText {
	font-size: 18px;
	}		
}	

@media only screen and (min-width: 320px) {	
.smText {
	font-size: 14px;
	}
.medText {
	font-size: 14px;
	}
.lrgText {
	font-size: 18px;
	}
.xlrgText {
	font-size: 20px;
	}		
}
@media only screen and (min-width: 350px) {	
.smText {
	font-size: 14px;
	}
.medText {
	font-size: 14px;
	}
.lrgText {
	font-size: 16px;
	}
.xlrgText {
	font-size: 20px;
	}	
.xxlrgText {
	font-size: 22px;
	}			
}	
	
/*****************************************************************************************************/
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
/*****************************************************************************************************/

@media only screen and (min-width: 481px) {
h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial;
	font-size: 26px;
	text-align: center;
	color: #F00;
    /* line-height: 20px; */
}

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	text-align: center;
} 
/*
#banner {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	padding:0;
	vertical-align:top;
} */

#top_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

#brief_list {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align:top;
}
#welcome_header {
	text-align:center;
}
#welcome {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 150%;
	text-align: center;
	color: #F00;
}

.intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;	
	font-size: 120%;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 100%;
	color:#F00
}
.smText {
	font-size: 14px;
	}
.medText {
	font-size: 16px;
	}
.lrgText {
	font-size: 18px;
	}	
.xlrgText {
	font-size: 20px;
	}
.xxlrgText {
	font-size: 22px;
	}		
}
/*****************************************************************************************************/
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
/*****************************************************************************************************/

@media only screen and (min-width: 769px) {
h1 {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	font-family: Arial;
	font-size: 20pt;
	text-align: center;
	color: #F00;
    /* line-height: 20px; */
}
.gridContainer {
	width: 88.2%;
	max-width: 1232px;
	padding-left: 0.9%;
	padding-right: 0.9%;
	margin: auto;
}

#banner {
	clear: both;
	float: left;
	margin: 0;
	width: 100%;
	display: block;
	padding:0;
	vertical-align:top;
}

#top_content {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}

#brief_list {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font:Arial, Helvetica, sans-serif;
	font-size: 80%;
	vertical-align:top;
}
#welcome_header {
	text-align:center;
}
#welcome {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 150%;
	text-align: center;
	color: #F00;
}

.intro {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	text-align: left;
	font-size: 16pt;
}
#footer {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
	font-size: 120%;
	color:#F00
}
.smText {
	font-size: 16px;
	}
.medText {
	font-size: 18px;
	}
.lrgText {
	font-size: 20px;
	}
.xlrgText {
	font-size: 22px;
	}	
.xxlrgText {
	font-size: 24px;
	}		
}


/********************    General Table   *****************************/
.GenTable
    {
	display: table;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #333;
	text-align: left;
	float: left;
/*    padding-left: 10%;
	padding-right: 10%;
*/    }
.GenTableTitle
    {
	display: table-caption;
	text-align: left;
	font-weight: 700;
	color: #000;
	padding-bottom: 2px;
    } 
.GenTableColm
    {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
    } 	
.GenTableColmBorders
    {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 2%;
	padding-bottom: 2%;
    } 
.GenTableColmBordersTop
    {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	padding-top: 2%;
	padding-bottom: 2%;
	border-top-style: solid;
    } 	
.GenTableColmPad
    {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding-bottom: 10px;
    } 	
.GenTableColm2
    {
	display: table-cell;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	float:left;
    } 	
.GenTableColmBlt
    {
	display: table-cell;
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 10px;
	text-align: left;
	padding-right: 3px;
    }
.GenTableColmBlt2
    {
	display: table-cell;
	border-width: thin;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-align: left;
	width: 18px; 
    }	
.GenTableRow
    {
	display: table-row;
    }
}
.boldText{
	font-weight: bold;
	}
.boldtext2 {
	
	font-weight:700}	
.leftText {
	text-align: left;	
	}
.bkgrnd {
	background-color: #F00;
	}
.sig{ 
    font-style:italic;
	}	
.pad20 {
	padding-left: 20%;
	padding-right: 20%;	
	}
.pad15 {
	padding-left: 15%;
	padding-right: 15%;	
	}	
.pad10 {
	padding-left: 10%;
	padding-right: 10%;	
	}			
.pad5 {
	padding-left: 5%;
	padding-right: 5%;	
	}
.pad1 {
	padding-left: 1%;
	padding-right: 1%;	
	}	
.padLeft25 {
	padding-left: 25%;
	}
.padLeft20 {
	padding-left: 20%;
	}
.padLeft15 {
	padding-left: 15%;
	}		
.padLeft10 {
	padding-left: 10%;
	}
.padLeft5 {
	padding-left: 5%;
	}			
.padRight5 {
	padding-right: 5%;
	}
.padRight2 {
	padding-right: 2%;
	}		
.padTop2 {
	padding-top: 2%;
	}
.padTop5 {
	padding-top: 5%;
	}
.padBot1 {
	padding-bottom: 1%;
	}					
.padBot2 {
	padding-bottom: 2%;
	}
.padBot3 {
	padding-bottom: 3%;
	}	
.padBot5 {
	padding-bottom: 5%;
	}
.padBot10 {
	padding-bottom: 10%;
	}	
.width100 {
	width: 100%;
	}	
.width90 {
	width: 90%;
	}	
.width80 {
	width: 80%;
	}	
.width75 {
	width: 75%;
	}		
.width50 {
	width: 50%;
	}	
.width25 {
	width: 25%;
	}		
.width20 {
	width: 20%;
	}			
.width10 {
	width: 10%;
	}	
.width15 {
	width: 15%;
	}	
.height2p {
	height: 2px;
	}			
.redText {
	color:#F00;
    }
.alignCenter {
	margin: 0 auto;
    }
.rightText {
	text-align: right;
    }
.nobreakText {
	white-space: nowrap;
    }
.MainContent {
	text-align: left;
	padding-right: 5%;
	padding-left: 5%;
	background-repeat: repeat;
	background-attachment: scroll;
}	
.back-button {
    background: none repeat scroll 0 0;
    border: medium none;
    color: #FFFFFF;
    left: 1%;
    position: fixed;
    top: 1px;
	width: 15%;
	opacity: 0.7;
    }	
.floatLeft { 
    float: left; 
    margin: 4px;
	text-align: left;
}

/* ------------------------------------------------------------------  */
/* -------------------------  Other Buttons  ------------------------  */
/* ------------------------------------------------------------------  */

a.float-left {
	float: left;
	margin-left: 1%;	
	} 
a.menu-buttons {
	border-radius: 5px;
	white-space: nowrap;
/*	width: 16%; */
	color: #fff;
	display: inline-block;
	text-shadow: 2px 2px 2px #741613;
	padding: 2% 4% 2% 7%;
	background: red; /* For browsers that do not support gradients */
	background: -webkit-radial-gradient(#ff3333, #990000); /* Safari 5.1 to 6.0 */
	box-shadow: 0px 2px 1px #333333 inset, 0px 2px 4px #333333, 0px 2px 5px rgba(0, 0, 0, 0.1), 0px 8px 10px rgba(0, 0, 0, 0.1);
	-webkit-transition: box-shadow 0.5s;
	border: 2pt solid #999999;
	background-repeat: no-repeat;
	background-position: 5%;
	background-size:contain;
	background-color:linear-gradient(#ff3333, #990000);
	text-decoration: none !important;
	}
a:hover.menu-buttons {
	background-color:linear-gradient(#ff6666, #cc0000);
	}		 	
a.home-networking {
	background-image: url(../img/home-networking-icon.png),linear-gradient(#ff3333, #990000);
	width: 70%;
	}  	  
a:hover.home-networking { background-image: url(../img/home-networking-icon.png),linear-gradient(#ff6666, #cc0000); }	

a.business-networking {
	background-image: url(../img/business-networking-icon.png),linear-gradient(#ff3333, #990000);
	width: 70%;
	}  	  
a:hover.business-networking { background-image: url(../img/business-networking-icon.png),linear-gradient(#ff6666, #cc0000); }

a.faq {
	background-image: url(../img/faq-icon.png),linear-gradient(#ff3333, #990000);
	width: 20%;
	}  	  
a:hover.faq { background-image: url(../img/faq-icon.png),linear-gradient(#ff6666, #cc0000); }

a.tips {
	background-image: url(../img/tips-icon.png),linear-gradient(#ff3333, #990000);
	width: 20%;
	}  	  
a:hover.tips { background-image: url(../img/tips-icon.png),linear-gradient(#ff6666, #cc0000); }


a.testimonials {
	background-image: url(../img/testimonials-icon.png),linear-gradient(#ff3333, #990000);
	width: 20%;
	}  	  
a:hover.testimonials { background-image: url(../img/testimonials-icon.png),linear-gradient(#ff6666, #cc0000); }

a.backup {
	background-image: url(../img/backup-icon.png),linear-gradient(#ff3333, #990000);
	width: 10%;
	padding: .5% 7% .5% 4%;
	margin-right: 1.5%;
	}  	  
a:hover.backup { background-image: url(../img/backup-icon.png),linear-gradient(#ff6666, #cc0000); }

a.testhd {
	background-image: url(../img/hdtest-icon.png),linear-gradient(#ff3333, #990000);
	width: 10%;
	padding: .5% 7% .5% 4%;
	margin-right: 1.5%;
	}  	  
a:hover.testhd { background-image: url(../img/hdtest-icon.png),linear-gradient(#ff6666, #cc0000); }

a.photos {
		background-image: url(../img/photos-icon.png),linear-gradient(#ff3333, #990000);
		width: 10%;
		padding: .5% 5% .5% 6%;
		margin-right: 1.5%;
		}  	  
a:hover.photos { background-image: url(../img/photos-icon.png),linear-gradient(#ff6666, #cc0000); }

a.malware {
	background-image: url(../img/malware-icon.png),linear-gradient(#ff3333, #990000);
	width: 10%;
	padding: .5% 5% .5% 6%;
	margin-right: 1.5%;
	}  	  
a:hover.malware { background-image: url(../img/malware-icon.png),linear-gradient(#ff6666, #cc0000); }

a.laptop-repair {
	padding: .5% 6.75% .5% 5.25%;
	background-image: url(../img/repair-icon.png),linear-gradient(#ff3333, #990000);
	width: 16%;
	}  	  
a:hover.laptop-repair { background-image: url(../img/repair-icon.png),linear-gradient(#ff6666, #cc0000); }

a.computer-repair {
	padding-top: .5%;
	padding-bottom: .5%;
	background-image: url(../img/repair-icon.png),linear-gradient(#ff3333, #990000);
	width: 16%;
	}  	  
a:hover.computer-repair { background-image: url(../img/repair-icon.png),linear-gradient(#ff6666, #cc0000); }

a.virus-removal {
	background-image: url(../img/malware-icon.png),linear-gradient(#ff3333, #990000);
	width: 10%;
	padding: .5% 9% .5% 9%;
	margin-right: 0%;
	}  	  
a:hover.virus-removal { background-image: url(../img/malware-icon.png),linear-gradient(#ff6666, #cc0000); }

a.data-recovery {
	background-image: url(../img/hdtest-icon.png),linear-gradient(#ff3333, #990000);
	width: 10%;
	padding: .5% 9% .5% 9%;
	margin-right: 0%;
	}  	  
a:hover.data-recovery { background-image: url(../img/hdtest-icon.png),linear-gradient(#ff6666, #cc0000); }

a.blankbutton {
	    background: linear-gradient(#ff3333, #990000);
		width: 10%;
		height: 10%;
		padding: .5% 5% .5% 6%;
		margin-right: 1.5%;
		}  	  
a:hover.blankbutton { background: linear-gradient(#ff3333, #990000); }




.dots {
	background-image: url("/img/bullet3.png");
	background-repeat:no-repeat;
	background-position:left center;
	background-size: 5px;
	height:auto;
    padding-left: 10px;
	color: black;
	}		



/*Strip the ul of padding and list styling*/
ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position: absolute;
}

/*Create a horizontal list with spacing*/
li {
	display:inline-block;
	float: left;
	margin-right: 1px;
}

/*Style for menu links*/
li a {
	display:block;
	min-width:140px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	background: #999999;
	text-decoration: none;
}

/*Hover state for top level links. Hover color for 1st level menus */
li:hover a {
	background: #cccccc;
}

/*Style for dropdown links*/
li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 40px;
	line-height: 40px;
}

/*Hover state for dropdown links*/
li:hover ul a:hover {
	background: #e2e2e2;
	color: #fff;
}

/*Hide dropdown links until they are needed*/
li ul {
	display: none;
}

/*Make dropdown links vertical*/
li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}

/*Display the dropdown on hover*/
ul li a:hover + .hidden2, .hidden2:hover {
	display: block;
}

/*Style 'show menu' label button and hide it by default*/
.show-menu {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	background: #F00;
	text-align: center;
	padding: 5px 0;
	display: none;
}

/*Hide checkbox*/
input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
input[type=checkbox]:checked ~ #menu{
    display: block;
}


/*Responsive Styles*/

@media screen and (max-width : 760px){
	/*Make dropdown links appear inline*/
	ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	ul li, li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.show-menu {
		display:block;
	}
}

