body {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	background-color: #777777;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.logo {
	width: 180px;
	height: 75px;
	background-image: url(images/logo1.jpg);

}

.logoSide1 {
	width: 200px;
	height: 75px;
	background-image: url(images/logoSide1.jpg);
}

.logoSide2 {
	width: 200px;
	height: 75px;
	background-image: url(images/logoSide2.jpg);
}





.buttonAbout {
  width: 175px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  background-image: url(images/buttonAboutOff.jpg); repeat-x;
	display: block;

}
.buttonAbout:hover {
	background-image: url(images/buttonAboutOn.jpg);
	color: #ffffff;
}
.buttonAboutOn {
  width: 175px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  background-image: url(images/buttonAboutOn.jpg);
  display: block;

}

.buttonServices {
  width: 175px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  background-image: url(images/buttonServicesOff.jpg); repeat-x;
	display: block;

}
.buttonServices:hover {
	background-image: url(images/buttonServicesOn.jpg);
	color: #ffffff;
}
.buttonServicesOn {
  width: 175px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  background-image: url(images/buttonServicesOn.jpg);
  display: block;
}

.buttonContact {
  width: 175px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  background-image: url(images/buttonContactOff.jpg); repeat-x;
	display: block;
}
.buttonContact:hover {
	background-image: url(images/buttonContactOn.jpg);
	color: #ffffff;
}
.buttonContactOn {
  width: 175px;
  height: 75px;
  padding: 0px;
  margin: 0px;
  background-image: url(images/buttonContactOn.jpg);
  display: block;
}


.homepageLeft {
	width: 380px;
	height: 450px;
	background-image: url(images/stockHomepage.jpg);


}

.homepageRight {
	width: 525px;
	height: 450px;
	background-image: url(images/homepageRight.jpg);


}

.aboutUs {
	width: 600px;
	height: 500px;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #ffffff;

}

.aboutUsRight {
	width: 275px;
	height: 530px;
	background-image: url(images/stockAbout.jpg);	

}

.contactUs {
	width: 905px;
	height: 450px;
	background-image: url(images/contact.jpg);	
}

h1 {
	font-size: 18px;
}

.bigFont {
	font-size: 16px;
	font-weight: bold;

}

.leftNav {
	width: 180px;
	height: 380px;
	padding-top: 20px;
	background-color: #0072bb;
	border-top: 1px solid white;
}

.leftNav a{
	padding-left: 10px;
	color: #ffffff;
	font-size: 14px;	
}

.leftOn {
	text-decoration: underline;
}

.leftOff {
	text-decoration: none;
}


.leftNavTD {
	background-color: #0072bb;
}

.servicesMain {
	width: 715px;
	height: 390px;
	background-color: #ffffff;
	padding-top: 10px;
	padding-left: 10px;

}



.footer {
	width: 885px;
	height: 30px;
	text-align: right;
	padding-right: 20px;
	border-top: 1px solid #bfb4a0;
	background-color: #ffffff;
	color: #444444;
	font-size: 11px;
	line-height: 30px;
}







