@charset "utf-8";
/* CSS Document */

body
{
	background: #121212 url('./images/bg.jpg') repeat-x;
	text-align: left;
	color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
}

p
{
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}

ul
{
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}

label
{
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	
}

h3
{
	font-family: "Trebuchet MS", tahoma, verdana, arial, helvetica, sans-serif;
	color: #00bcfc;
}

a:link 
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:active 
{
	text-decoration: underline;
	color: #FFFFFF;
}

a:visited 
{
	text-decoration: underline;
	color: #FFFFFF;
}
	
a:hover
{
	text-decoration: none;
	color: #FFFFFF;
}
	
a img
{
	border: 0;
}



/* Navigation Overlays */
#aboutus
{ display: block;
  width: 74px;
  height: 31px;
  background: url('images/aboutus.jpg') no-repeat 0 0;
  width:74px;
  height:31px;
  border:0px; }
#aboutus:hover
{ background: url('images/aboutusO.jpg') no-repeat 0 0;
  width:74px;
  height:31px;
  border:0px;}
#aboutus span { display: none; border:0px; }

#webdesign
{ display: block;
  width: 99px;
  height: 31px;
  background: url('images/webdesign.jpg') no-repeat 0 0;
  width:99px;
  height:31px;
  border:0px; }
#webdesign:hover
{ background: url('images/webdesignO.jpg') no-repeat 0 0;
  width:99px;
  height:31px;
  border:0px;}
#webdesign span { display: none; border:0px; }

#seo
{ display: block;
  width: 192px;
  height: 31px;
  background: url('images/seo.jpg') no-repeat 0 0;
  width:192px;
  height:31px;
  border:0px; }
#seo:hover
{ background: url('images/seoO.jpg') no-repeat 0 0;
  width:192px;
  height:31px;
  border:0px;}
#seo span { display: none; border:0px; }

#websitemanagement
{ display: block;
  width: 154px;
  height: 31px;
  background: url('images/websitemanagement.jpg') no-repeat 0 0;
  width:154px;
  height:31px;
  border:0px; }
#websitemanagement:hover
{ background: url('images/websitemanagementO.jpg') no-repeat 0 0;
  width:154px;
  height:31px;
  border:0px;}
#websitemanagement span { display: none; border:0px; }

#computerrepair
{ display: block;
  width: 132px;
  height: 31px;
  background: url('images/computerrepair.jpg') no-repeat 0 0;
  width:132px;
  height:31px;
  border:0px; }
#computerrepair:hover
{ background: url('images/computerrepairO.jpg') no-repeat 0 0;
  width:132px;
  height:31px;
  border:0px;}
#computerrepair span { display: none; border:0px; }

#contact
{ display: block;
  width: 88px;
  height: 31px;
  background: url('images/contact.jpg') no-repeat 0 0;
  width:88px;
  height:31px;
  border:0px; }
#contact:hover
{ background: url('images/contactO.jpg') no-repeat 0 0;
  width:88px;
  height:31px;
  border:0px;}
#contact span { display: none; border:0px; }


