@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	width: 744px;
	background: #9fb3cc url(../images/general/bodybackground.jpg) top repeat-x;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

a {
	color: #333333;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

img { border: none; }

img.left { float: left; margin: 0 5px 2px 0; }

img.right { float: right; margin: 0 2px 2px 8px; }

/* Header */

#header {
	width: 744px;
	height: 128px;
	margin: 0 auto;
	padding: 0 0 92px 0;
	background: #9fb3cc url(../images/header/headerbottom.jpg) 0 bottom no-repeat;
}

/* NavBar */

#navbar {
	width: 730px;
	height: 20px;
	margin: 0 auto;
	background: #526786;
	
	}

img.navleftimage {
	padding: 5px 0 0 50px;
	float: left;
	}
	
img.navrightimage {
	padding: 6px 10px;
	float: right;	
	}
	
#tickerborder {
	border-top: 1px solid #8da4be;
	border-bottom: 1px solid #8da4be;
}
	
.ticker {
	 position: relative;
	 left: 0px;
	 top:0px;
	 width:730px;
	 height:20px;
	 overflow:hidden;
	 margin: 0px;
}

#spage {
	position: relative;
	left: 0px;
	top: 0px;
	width:730px;
	height:20px;
	background: #526786;
	overflow: hidden;
	}

/* Page */

#border {
	width: 744px;
	margin: 0 auto;
	background:url(../images/footer/trim.jpg) top repeat-y;
}

#pagecontainer {
	width: 730px;
	margin: 0 auto;
}

.clear {
	clear: both;
	margin: 0;
}

#page {
	width: 730px;
	margin: 0 auto;
	background: #FFFFFF url(../images/header/pagetop.jpg) top no-repeat;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 162px;
	margin: 0;
	padding: 0 20px 20px 20px;
}

.featured { width: 150px; padding: 5px; text-align: justify; border-left: dotted 1px #CCCCCC; }

.sidebarinfo {
	width: 150px;
	border-left: dotted 1px #CCCCCC;
	border-right: dotted 1px #CCCCCC;
	border-bottom: dotted 1px #CCCCCC;
	padding: 5px;
	text-align: justify;
}

.infotitle {
	width: 162px;
	display: block;
	background: #526786 url(../images/menu/sidebartop.jpg) top no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aacceb;
	text-align: center;
	font-size: x-small;
	font-weight: bold; 
	border-bottom: solid 1px #8da4be;
	padding: 1px 0 0 0;
}

.infocenter { text-align: center; }

.spacer { height: 50px; }

.leftquote { float: left; padding: 0 2px 0 0; }

.rightquote { background: url(../images/general/rightquote.gif) right bottom no-repeat; text-align: left; font-size: 11px; }

.namecompany { text-align: right; display: block; font-size: 11px; font-weight: bold; padding: 2px 0 0 0; }

#whois { bottom: 0; text-align: center; font-size: x-small; color: #000000; }

#menu {
	width: 160px;
	background: url(../images/menu/menurepeat.jpg) repeat-y; /* repeating background */
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(../images/menu/menubottom.jpg) bottom no-repeat; /* bottom graphic */
}

#menu li {
	display: block;
}

#menu li.first {
	height: 21px;
	border-bottom: dotted 1px #333333; 
}

#menu li.new a { color: #FFFFFF; }

#menu li.new a:hover { background: #9fb3cc url(../images/menu/bullet.gif) 5px no-repeat; color: #FFFFFF; }

#menu a {
	display: block;
	width: 123px;
	margin: 0 1px 0 1px;
	padding: 5px 10px 5px 25px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #aacceb;
	font-size: x-small;
	border-bottom: dotted 1px #333333;
}

#menu a:hover {
	background: #9fb3cc url(../images/menu/bullet.gif) 5px no-repeat; color: #526786;
}

#menu li.first a:hover {
	background: #9fb3cc url(../images/menu/bullet.gif) 5px no-repeat; color: #526786;
}

#menu li.testimonials a:hover {
	background: #9fb3cc url(../images/menu/testimonials.jpg) 5px no-repeat; color: #526786;
}

#menu li.contact a:hover {
	background: #9fb3cc url(../images/menu/contact.jpg) 5px no-repeat; color: #526786;
}

/* Content */

#content {
	float: right;
	width: 510px;
	margin: 0;
	padding: 0 17px 0 0;
}

#pagetitle {
	padding: 40px 0 0 2px;
	text-align: justify;
}

#citypage {
	padding: 0px 0 5px 2px;
	text-align: justify;
}

.section {
	width: 100%;
	clear: both;
}

.sectiontitle {
	display: block;
	width: 481px;
	padding: 2px 0 2px 24px;
	background: url(../images/general/sectiontitle.jpg) top no-repeat;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #aacceb;
	font-size: small;
	font-weight: bold;
	border-bottom: solid 1px #aacceb;
}

.sectionheader { width: 505px; }

.sectionclear { clear: both; height: 10px; }

.testquote { background-color: #9fb3cc; padding: 0 5px 0 5px; }

.testbottom { background:url(../images/pagetitles/testimonialbottom.jpg) top no-repeat; height: 8px; }

.testlquote { float: left; padding: 0 2px 0 0; }

.testrquote { text-align: left; font-size: 11px; color: #2f3947; }

.quotespace { padding: 2px 5px 0 2px; } 

.bluespace { background: #f2f7fa url(../images/general/bluebottom.jpg) bottom no-repeat; text-align: justify; padding: 10px 15px 25px 15px; width: 475px; }

.darkbluespace { background: #9fb3cc url(../images/general/darkbluebottom.jpg) bottom no-repeat; text-align: justify; padding: 10px 15px 25px 15px; width: 475px; }

.colA { float: left; width: 155px; padding: 0 20px 0 0; }

/* Index Page */

.indexflash { width: 495px; /*height: 200px;*/ margin: 0 0 0 5px; text-align: center; }

.promisebullet { background: url(../images/index/greencheck.gif) 1px 2px no-repeat; padding: 6px 0 0 20px; margin: 2px 0 5px 0; text-align: left; }

.antivirus { float: left; width: 250px; text-align: center; background: url(../images/index/antivirus.jpg) top center no-repeat; padding: 18px 0 0 0; }

.backup { float: left; width: 250px; text-align: center; background: url(../images/index/backup.jpg) top center no-repeat; padding: 18px 0 0 0; margin: 0 0 0 4px; }

/* Repair Center */

.centerstrive { text-align: center; font-size: 18px; color: #333333; padding: 10px 0 10px 0; }

.centergoals { float: left; width: 160px; margin: 0 0 0 8px; }

.centerrightcol { float: right; width: 170px; padding: 5px 0 5px 5px; margin: 0 0 10px 10px; border-top: dotted 1px #CCCCCC; border-left: dotted 1px #CCCCCC; border-bottom: dotted 1px #CCCCCC; }

.centerhours { background: url(../images/repaircenter/storehours.jpg) top center no-repeat; width: 160px; padding: 35px 0 0 0; margin: 0 0 10px 0; }

.centerdays { color: #526786; }

.centerdirections { background: url(../images/repaircenter/directions.jpg) top center no-repeat; width: 160px; padding: 0; margin: 0 0 10px 0; }

.centeraddress { font-size: 11px; text-align: center; }

.centerimages {background: url(../images/repaircenter/store%20images.jpg) top center no-repeat; width: 160px; padding: 0; margin: 0 0 10px 0; }

.centerimages img { padding: 1px; margin: 4px; border: solid 1px #526786; }

.centersubtitle { font-size: 11px; font-weight: bold; color: #526786; padding: 0 0 0 5px; }

.cityrepairlist { width: 175px; float: right; padding: 2px 0 10px 15px; }

.citybullets { float: left; background: url(../images/repaircenter/repairpoint.gif) top no-repeat; width: 155px; height: 25px; padding: 0 0 0 20px; margin: 0 0 2px 0; color: #aacceb; }

.centerreadmore { background:url(../images/repaircenter/readmore.gif) top left no-repeat; }

.centerreadtext { padding: 8px 0 5px 25px; }

.centercomputerrepair { width: auto; background: url(../images/repaircenter/computerrepair.jpg) top center no-repeat; padding: 50px 0 0 0; text-align: left; }

.centernewcomputers { width: auto; background: url(../images/repaircenter/newcomputers.jpg) top center no-repeat; padding: 50px 0 0 0; text-align: left; }

.centerdatarecovery { width: auto; background: url(../images/repaircenter/datarecovery.jpg) top center no-repeat; padding: 50px 0 0 0; text-align: left; }

.centerrecoveryimg { float: left; width: 175px; height: 150px;}

.centerB { float: right; width: 220px; padding: 0 0 10px 10px; }

.centerrepair { float: right; background: url(../images/repaircenter/repairback.jpg) top no-repeat; width: 220px; padding: 0 0 10px 10px; }

.centerrepairbl { background:url(../images/repaircenter/repairpoint.gif) top no-repeat; width: 176px; height: 25px; padding: 0 0 0 45px; margin: 0 0 2px 0; color: #aacceb; }

.centerrecovery { float: right; background: url(../images/repaircenter/recoveryback.jpg) top no-repeat; width: 220px; height: 195px; padding: 0 0 10px 10px; }

.centertype { text-align: center; font-weight: bold; color: #526786; }

.construction { width: 505px; height: 115px; background: url(../images/repaircenter/construction.gif) top no-repeat; }

.constructiontext { padding: 25px 10px 3px 195px; font-family: Arial; font-size: 14px; text-align: center; letter-spacing: 1px; color:#FFFFFF; }

.constructionphone { padding: 0 10px 0 195px; font-family: Arial; font-size: 18px; text-align: center; font-size: 18px; font-weight: bold; }

.centerclear { clear: both; height: 1px; }

/* Computer Repair */

.repairsteps p { font-size: 11px; color: #333333; padding: 0 0 0 5px; text-align: left; }

.repaircounter { float: left; width: 165px; background: url(../images/computerrepair/frontcounter.jpg) top no-repeat; padding: 110px 3px 0 0; }

.repairverify { float: left; width: 165px; background: url(../images/computerrepair/verifyservice.jpg) top no-repeat; padding: 110px 3px 0 0; }

.repairstart { float: left; width: 165px; background: url(../images/computerrepair/repairstep.jpg) top no-repeat; padding: 110px 3px 0 0; }

.diag { background: url(../images/computerrepair/diagnostic.gif) left top no-repeat; padding: 45px 0 0 0; }

.diagbullet { float: left; width: 155px; margin: 0 5px 0 0; font-size: 11px; text-align: left; background: url(../images/computerrepair/bulletback.gif) top no-repeat; }

.diabulleth { margin: 0 0 0 20px; color: #aacceb; }

.diagbullet p { padding: 3px 3px 0 3px; }

.repair { background: url(../images/computerrepair/repair.gif) left top no-repeat; padding: 45px 0 0 0; }

.repairinstall { float: left; width: 155px; margin: 0 5px 0 0; font-size: 11px; text-align: left; background: url(../images/computerrepair/installtop.gif) top no-repeat; }

.repairinstall p { padding: 20px 3px 0 3px; text-align: center; }

.repairbasic { float: left; width: 155px; margin: 0 5px 0 0; font-size: 11px; text-align: left; background: url(../images/computerrepair/basictop.gif) top no-repeat; }

.repairbasic p { padding: 20px 3px 0 3px; text-align: center; }

.repairfull { float: left; width: 155px; margin: 0 5px 0 0; font-size: 11px; text-align: left; background: url(../images/computerrepair/fulltop.gif) top no-repeat; }

.repairfull p { padding: 20px 3px 0 3px; text-align: center; }

.repairprice { font-size: 14px; font-weight: bold; text-align: center; margin: 5px 0 0 0; }

.repairlegal { font-size: x-small; color: #666666; text-align: center; }

.repairbuffer { float: left; width: 155px; height: 60px; margin: 0 10px 10px 0; }

.repairrecommend { text-align: center; border-bottom: dotted 1px #333333; font-size: 12px; margin: 0 0 3px 0; color: #526786; }

.repairdropoff { float: left; width: 245px; text-align: center; }

.repairdropback { background: url(../images/repaircenter/dropoffback.gif) top center no-repeat; font-size: 14px; color: #333333; margin: 0 0 5px 0; }

.repairclear { clear: both; height: 10px; }

/* Onsite Services */

.onsitetypes p { font-size: 11px; color: #333333; padding: 0 8px 0 8px; text-align: left; }

.onsiterepair { float: left; width: 165px; background: url(../images/onsites/onsiterepairs.jpg) top no-repeat; padding: 110px 3px 0 0; }

.onsitesetup { float: left; width: 165px; background: url(../images/onsites/setupservices.jpg) top no-repeat; padding: 110px 3px 0 0; }

.onsitepickup { float: left; width: 165px; background: url(../images/onsites/pickupdeliverservices.jpg) top no-repeat; padding: 110px 3px 0 0; }

/* Drop Off Locations */

.dropoffalign { padding: 0px 0px 0px 20px; }

.locCol { padding: 0px 0px 0px 15px; }

.locSeparate { width: 470px; font-size: 14px; font-weight: bold; text-align: center; margin: 10px 0 0 0; padding: 5px 0 5px 0; border-top: dotted 1px #666666; border-bottom: dotted 1px #666666; }

.checkinclear { clear: both; height: 2px; }

/* Remote Support */

.remotesteps p { font-size: 11px; color: #333333; padding: 0 0 0 5px; text-align: left; }

.remotesteps1 { float: left; width: 165px; background: url(../images/remote/remotejoin.gif) top no-repeat; padding: 130px 3px 0 0; }

.remotesteps2 { float: left; width: 165px; background: url(../images/remote/remoteconnect.gif) top no-repeat; padding: 130px 3px 0 0; }

.remotesteps3 { float: left; width: 165px; background: url(../images/remote/remoteassist.gif) top no-repeat; padding: 130px 3px 0 0; }

.remotesingle { padding: 0 0 0 10px; }

.remotemonthly { float: left; padding: 0 0 0 10px; }

.remoteinput { width: 90px; margin: 5px 0 0 30px; }

.remotestatus { text-align: center; color: #FF0000; }

.remotesubmit { margin: 5px 0 2px 30px; border: none; background: url(../images/remote/submit.jpg) top left no-repeat; width: 93px; height: 25px; }

.remotesubmit:hover { margin: 5px 0 2px 30px; border: none; background: url(../images/remote/submithover.jpg) top left no-repeat; width: 93px; height: 25px; }

/* Custom Computers */

.customsteps p { font-size: 11px; color: #333333; padding: 0 0 0 5px; text-align: left; }

.customdesktops { float: left; width: 165px; background: url(../images/customcomputers/selldesktops.jpg) top no-repeat; padding: 110px 3px 0 0; }

.customlaptops { float: left; width: 165px; background: url(../images/customcomputers/selllaptops.jpg) top no-repeat; padding: 110px 3px 0 0; }

.customsetup { float: left; width: 165px; background: url(../images/customcomputers/setupnewcomputers.jpg) top no-repeat; padding: 110px 3px 0 0; }

.desktopleft { width: 230px; float: left; margin: 0 0 5px 10px; background: url(../images/customcomputers/desktopxp.jpg) left top no-repeat; }

.desktopright { width: 230px; float: left; margin: 0 0 5px 2px; text-align: left; background: url(../images/customcomputers/desktopvista.jpg) left top no-repeat; }

.desktopimg { float: left; margin: 0 10px 0 5px; }

.desktopbullet { font-size: 11px; text-align: left; display: block; letter-spacing: 1px; margin: 150px 0 0 0; }

.customspace { text-align: justify; padding: 0 15px 0 15px; }

/* Web Development */

.webtext { padding: 0 0 0 10px; }

.webseallabel { float: left; width: 120px; height: 60px; background:url(../images/webdesign/customwebsites.jpg) 15px 8px no-repeat; }

.webseal { float: left; width: 77px; text-align: center; }

.websealclear { clear: both; height: 2px; }

.webtable { text-align: center; font-size: 12px; color: #526786; background: url(../images/webdesign/webtabletop.jpg) 0 top no-repeat; padding: 20px 0 0 0; }

.webtablebottom { width: 505px; height: 20px; clear: left; background:url(../images/webdesign/webtablebottom.jpg) 0 top no-repeat; }

.weblabelwhite { float: left; width: 110px; height: 22px; text-align: left; padding: 3px 0 0 10px; }

.weblabelgrey { float: left; width: 110px; height: 22px; background: #e5e5e5; text-align: left; padding: 3px 0 0 10px; }

.webcontentwhite { float: left; width: 75px; height: 22px; padding: 3px 0 0 0;  border-left: solid 2px #e5e5e5; }

.webcontentgrey { float: left; width: 75px; height: 22px; padding: 3px 0 0 0; background: #e5e5e5; border-left: solid 2px #FFF; }

.webbullet { padding: 6px 0 0 0; }

.webaddoption { float: right; width: 196px; background: url(../images/webdesign/additionaloptions.gif) 5px 2px no-repeat; padding: 20px 0 0 5px; margin: 10px 0 0 0; border-left: dashed 1px #CCC; }

.weboptions { float: left; width: 160px; color: #999; font-size: 11px; }

.weboptions h1 { color: #526786; font-size: 11px; padding: 5px 0 0 0; text-transform: uppercase; }

.weboptions p { color: #999; font-size: 11px;  }

.webfeatured { float: left; width: 264px; background: url(../images/webdesign/featuredwebsite.gif) 10px 10px no-repeat; padding: 55px 0 0 36px; margin: 10px 0 10px 0; }

.webfeatured h1 { color: #526786; font-size: 11px; padding: 5px 0 0 0; }

.webfeatured h1 a { color: #999; font-size: 10px; text-decoration: none; }

.webfeatured h1 a:hover { color: #526786; font-size: 10px; text-decoration: underline; }

.webfeatured p { color: #999; font-size: 11px;  }

.webportfolio { height: 15px; padding: 8px 0 0 190px; margin: 0 10px 15px 10px; border-bottom: dashed 1px #CCC; background:url(../images/webdesign/websiteportfolio.jpg) 0 0 no-repeat; color: #999; font-size: 11px;  }

.webimage { float: left; width: 225px; padding: 0 0 10px 20px; z-index: 1; }

.webimage h1 { color: #526786; font-size: 11px; padding: 5px 0 0 0; }

.webimage h1 a { color: #999; font-size: 10px; text-decoration: none; }

.webimage h1 a:hover { color: #526786; font-size: 10px; text-decoration: underline; }

.webimage p { color: #999; font-size: 11px;  }

.webclear { clear: both; height: 5px; }

/* Data Backup */

.backuptypes p { font-size: 11px; color: #333333; padding: 0 8px 0 8px; text-align: left; }

.backupsetup { float: left; width: 165px; background: url(../images/backup/easysetup.jpg) top no-repeat; padding: 110px 3px 0 0; }

.backupbackup { float: left; width: 165px; background: url(../images/backup/automaticbackup.jpg) top no-repeat; padding: 110px 3px 0 0; }

.backuprestore { float: left; width: 165px; background: url(../images/backup/simplerestore.jpg) top no-repeat; padding: 110px 3px 0 0; }

.backupflash { text-align: justify; padding: 5px 10px 5px 10px; background: url(../images/backup/flashmedia.jpg) 15px 5px no-repeat; }

.backupcddvd { text-align: justify; padding: 5px 10px 5px 10px; background: url(../images/backup/cddvd.jpg) 15px 5px no-repeat; }

.backuphd { text-align: justify; padding: 5px 10px 5px 10px; background: url(../images/backup/hd.jpg) 15px 5px no-repeat; }

.backupspace { float: left; width: 155px;}

.backupheader { font-size: 12px; font-weight: bold; padding: 17px 0 15px 52px; }

.backupplus { float: left; width: 110px; font-size: 11px; padding: 0 0 10px 0; background: url(../images/backup/plus.jpg) left top no-repeat; }

.backupminus { float: left; text-align: left; width: 210px; font-size: 11px; padding: 0px 0px 10px 10px; background: url(../images/backup/minus.jpg) 10px top no-repeat; }

.coltext { font-size: 12px; font-weight: bold; clear: left; }

/* Data Recovery */

.datatypes p { font-size: 11px; color: #333333; padding: 0 8px 0 8px; text-align: left; }

.dataformat { float: left; width: 165px; background: url(../images/datarecovery/formatrecovery.jpg) top no-repeat; padding: 50px 3px 0 0; }

.datadelete { float: left; width: 165px; background: url(../images/datarecovery/deleterecovery.jpg) top no-repeat; padding: 50px 3px 0 0; }

.dataphysical { float: left; width: 165px; background: url(../images/datarecovery/physicalrecovery.jpg) top no-repeat; padding: 50px 3px 0 0; }

.dataanswer { padding: 5px 10px 0 5px ; font-size: 11px; }

/* Training */

.trainingsteps p { font-size: 11px; color: #333333; padding: 0 0 0 5px; text-align: left; }

.trainingsingle { float: left; width: 165px; background: url(../images/training/single.jpg) top no-repeat; padding: 110px 3px 0 0; }

.traininggroup { float: left; width: 165px; background: url(../images/training/group.jpg) top no-repeat; padding: 110px 3px 0 0; }

.trainingcoporate { float: left; width: 165px; background: url(../images/training/corporate.jpg) top no-repeat; padding: 110px 3px 0 0; }

.trainingclass { float: left; width: 160px; padding: 0px 8px 0 0; font-size: 11px; text-align: left; }

.trainingclasstitle { font-size: 11px; color: #526786;  }

/* Testimonial */

#testimonial {
	width: 500px;
	letter-spacing: 1px;
	font-size: small;
}

.testtitle {
	width: 490px;
	font-size: small;
	font-weight: bold; 
	border-bottom: solid 1px #aacceb;
	padding: 2px 5px 2px 5px;
}

.testtext {
	width: 500px;
	font-size: 11px;
	padding: 5px 0 5px 0;
}

.testscore {
	width: 165px;
	float: right;
	font-size: x-small;
	padding: 0 0 2px 5px;
	text-align: right;
}

.testauthor {
	text-align: right;
	padding: 2px 0 0 0;
}

/* Site Map  */

.sitemap { height: 40px; background: url(../images/sitemap/sitemap.gif) center no-repeat; }

.sitemap a { text-decoration: none; padding: 5px 0 0 0; }

.sitemap a:hover { text-decoration: underline; padding: 5px 0 0 0; }

.sitemapleft { float: left; width: 250px; }

.sitemapright { float: right; width: 250px; }

.sitemaptitle { color: #9fb3cc; font-size: 12px; font-weight: bold; text-align: center; padding: 11px 0 10px 0; }

.sitemapleftlist { padding: 0 0 0 40px; text-align: left; border-right: 1px dotted #333333; }

.sitemaprightlist { padding: 0 0 0 75px; text-align: left; }

/* Survey Form  */

.surveytestleft { float: left; width: 235px; font-size: 11px; text-align: left; margin: 5px 0 0 5px; padding: 0 0 5px 5px; border-left: dotted 1px #CCCCCC; border-bottom: dotted 1px #CCCCCC; }

.surveytestright { float: right; width: 235px; font-size: 11px; text-align: left; margin: 5px 5px 0 0; padding: 0 0 5px 5px; border-left: dotted 1px #CCCCCC; border-bottom: dotted 1px #CCCCCC; }

.surveytestexample { color: #CCCCCC; text-transform: uppercase; font-style: italic; font-size: 10px; padding: 0 0 0 5px; }

/* Other Sections  */

.colclear { clear: both; height: 15px; }

.columnpad { padding: 0 0 0 20px; }

#legal { clear: both; font-size: x-small; color: #666666; }

.errorstatus { text-align: center; font-size: 18px; font-weight: bold; }

/* Footer */

#footer { width: 744px; height: 60px; margin: 0; clear: both; background: url(../images/footer/footer.jpg) top no-repeat; }

.footerwho { padding: 5px 15px 0 215px; font-size: x-small; color: #666666; }

.footerwho a { text-decoration: none; color: #666666; }

.footerwho a:hover { text-decoration: underline; color: #000000; }

.footernav { padding: 12px 15px 0 215px; font-size: x-small; color: #666666; }

.footernav a { text-decoration: none; color: #666666; }

.footernav a:hover { text-decoration: underline; color: #000000; }