@charset "utf-8";
A.BoxLinkText:link {COLOR: #000000; TEXT-DECORATION: none}
A.BoxLinkText:visited {COLOR: #000000; TEXT-DECORATION: none}
A.BoxLinkText:hover {COLOR: #000000; TEXT-DECORATION: underline}
A.MenuLinkText:link {COLOR: #006600;	TEXT-DECORATION: none;	font-size: 8pt;}
A.MenuLinkText:visited {COLOR: #006600;	TEXT-DECORATION: none;	font-size: 8pt;}
A.MenuLinkText:hover {COLOR: #006600;	TEXT-DECORATION: underline;	font-size: 8pt;}
A.BigLinkText:link {COLOR: #006600;	TEXT-DECORATION: none;	}
A.BigLinkText:visited {COLOR: #006600;	TEXT-DECORATION: none;	}
A.BigLinkText:hover {COLOR: #006600;	TEXT-DECORATION: underline;	}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #CCCCCC;
}
.ComputerRepairs #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 
.ComputerRepairs #header {
	padding: 0 10px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFFFFF;
} 
.ComputerRepairs #sidebar1 {
	width: 155px;
	height: 100%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	float: left;
}

.ComputerRepairs #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 190px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
.ComputerRepairs #mainContent,#contact,#SupportedAreas,#Advert1 {
	margin-top: 0px;
	margin-right: 220px;
	margin-bottom: 0;
	margin-left: 185px;
	padding: 0;
} 









.ComputerRepairs #footer {
	background-color: #66CC99;
	height: auto;
} 
.ComputerRepairs #footer p {
	margin: 0;
	background-position: center;
	vertical-align: middle;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ComputerRepairs  #HdrTop5, #HdrContact,#HdrSpecial1,#HdrSearchStore {
	width: 196px;
	background-image: url(../images/side_gt.gif);
	background-repeat: no-repeat;
}

.ComputerRepairs  #ContSpecial1,#ContContact,#ContSearchStore,#ContTop5 {
	width: 196px;
	padding: 0px;
	background-color: #c3e8cc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009966;
	vertical-align: top;
	margin-bottom: 8px
}
.ComputerRepairs  #Menu_OurServices,#Menu_WebsiteDesign,#Menu_Knowledgebase,#Menu_TopProblems,#Menu_Links {
	width: 156px;
	background-image: url(../images/menu_g.gif);
	background-repeat: no-repeat;
}

.BoxHeaderText {
	color: #FFFFFF;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-indent: 5px;
	font-weight: bold;
}

.v1 {	FONT-SIZE: 8pt; FONT-FAMILY: Verdana}
.v2 {
	FONT-SIZE: 10pt;
	FONT-FAMILY: Verdana;
}
.v3 {	FONT-SIZE: 12pt; FONT-FAMILY: Verdana}
.v4 {
	FONT-SIZE: 14pt;
	FONT-FAMILY: Verdana;
	margin-top: 15px;
}

.ComputerRepairs #Btn1 { background-color:#009966;}

