.slideshow {
	height: 150px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -5px;
}
body {
	background-color: #FFF;
	background-image: url(Images/main_background.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
}
#main_wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	background-image: url(Images/main_logo.png);
	background-repeat: no-repeat;
	width: 880px;
	margin-left: 80px;
	padding-top: 119px;
	padding-bottom: 0px;
}
.home {
	background-color: #336666;
	color: #FFF;
	width: 800px;
}
.about {
	background-color: #561B1B;
	color: #FFF;
	width: 800px;
	background-image: url(Images/pruducts_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: normal;
}
.services {
	background-color: #F9F9F9;
	color: #FFF;
	width: 800px;
	background-image: url(Images/gallery_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 600px;
}
.downloads {
	background-color: #F9F9F9;
	color: #FFF;
	width: 800px;
	background-image: url(Images/gallery_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 350px;
}
.gallery {
	background-color: #F9F9F9;
	color: #FFF;
	width: 800px;
	background-image: url(Images/gallery_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#services_right {
	width: 360px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#services_left {
	width: 360px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#services_product {
	margin-top: 20px;
	height: 120px;
}
#services_text {
	float: right;
	height: 120px;
	width: 230px;
	color: #333;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h5 {
	margin-top: 0px;
	font-size: 25px;
	color: #7EA5D0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
}
h3 {
	margin-top: 0px;
	font-size: 20px;
	color: #7EA5D0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 10px;
}
#services_img {
	width: 120px;
	float: left;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	height: 120px;
}
.gallery_table {
	margin-left: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 50px;
	margin-top: 20px;
}
.gallery_table td{
	text-align: center;
	padding: 5px;
	vertical-align: top;
}


.products {
	background-color: #561C1B;
	color: #FFF;
	width: 800px;
	background-image: url(Images/pruducts_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.products_table {
	margin-left: 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.products_table td{
	text-align: left;
	padding: 5px;
	vertical-align: top;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFF;
	width: 180px;
}
.contact1 {
	background-color: #244669;
	color: #FFF;
	width: 800px;
	background-image: url(Images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#services_text a:link{
	color: #6489B3;
	text-decoration: none;
}
#services_text a:visited{
	color: #6489B3;
	text-decoration: none;
}
.contact_image {
	float: left;
	margin-top: -220px;
	margin-left: 270px;
}
#content_navigation {
	color: #FFF;
	background-color: #0D0066;
	height: 25px;
	width: 620px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 14px;
	margin-top: -10px;
	text-transform: uppercase;
}
#content_navigation a{
	text-decoration: none;
}
.home_images {
	margin-top: 5px;
	margin-right: 12px;
}
#search {
	width: 150px;
	height: 20px;
	margin-left: 690px;
}
#home_bottom_left {
	background-image: url(Images/focuson_background.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 400px;
	float: left;
}
#home_bottom_right {
	background-image: url(Images/contactme_background.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 400px;
	float: right;
	margin-right: -10px;
}
.hr {
	margin-top: 5px;
	margin-bottom: 5px;
}
#navigation {
	height: 35px;
	margin-left: 247px;
	margin-top: 41px;
	margin-bottom: 0px;
}
#footer {
	color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	padding: 5px;
}
.spacer {
	height: 140px;
}
#main_content_top {
	margin-top: 0px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 10px;
}
#main_content_top p{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	font-weight: normal;
}
#main_content_bottom p{
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 40px;
}
h6 {
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-left: 20px;
	margin-right: 20px;
}
#main_content_bottom {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#main_content_top a, a:visited, a:active{
	color: #FFF;
}
#main_content_bottom a, a:visited, a:active{
	color: #FFF;
}

.slideshow img {
	background-color: #eee;
}

a img {
	border:none;
}
#footer a {
	color:#006;
}
