/* CSS Document */

body { 
	font-size: 9px;
	width: 800px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}	
	
a:link {
	color: #666666;
	border-style: none;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
	
#navbar {
	width: 800px;
	border-collapse: collapse;
	margin-top: 5px;
	text-align: center;
	color: #000000;
	}
	
#testimonials {
	width: 150px;
	height: 700px;
	vertical-align: top;
	}
	
.redBold {
	color: #FF0000;
	font-weight: bold;
	}
	
.contact {
	font-size: 18px;
	}
	
.blueBold {
	color: #0000CC;
	font-weight: bold;
	}
	
.greenbold {
	color: #009900;
	font-weight: bold;
	}
	
#homePage {
	width: 800px;
	height: 700px;
	}
	
#hometext {
	height: 700px;
	padding-left: 15px;
	text-align: left;
	font-size: 11px;
	}

.imagesLeft {
	margin-right: 5px;
	margin-top: 3px;
	}
	
.imagesRight {
	margin-left: 5px;
	margin-top: 2px;
	}
	
#aboutustext {
	width: 800px;
	text-align: left;
	font-size: 11px;
	}
	

	
.list {
	text-align: left;
	font-size: 10px;
	}
	
#ServicesText {
	width: 800px;
	text-align: justify;
	font-size: 11px;
	}
	
#ServicesProducts {
	width: 800px;
	}
	
.servicesList {
	width: 400px;
	padding: 2px;
	text-align: left;
	vertical-align: text-top;
	font-size: 11px;
	}
	
#CouponsText {
	width: 800px;
	text-align: justify;
	font-size: 11px;
	}
	
#ContactText {
	width: 800px;
	height: 550px;
	text-align: center;
	font-size: 12px;
	}
	
#titlebar {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
#footer {
	width: 800px;
	text-align: center;
	font-size: 9px;
	color: #666666;
	margin-top: 20px;
	padding-top: 20px;
	border-top-style: solid;
	border-top-color: #000000;
	}

