body, html {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 83%;
}

a:link { color: #006AC1; font-weight: bold; text-decoration: none; }
a:visited { color: #006AC1; font-weight: bold; text-decoration: none; }
a:hover { color: #22653B; font-weight: bold; text-decoration: none; }
a:active { color: #22653B; font-weight: bold; text-decoration: none; }

#footer ul a:link { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#footer ul a:visited { color: #FFFFFF; font-weight: normal; text-decoration: none; }
#footer ul a:hover { color: #E3E3E3; font-weight: normal; text-decoration: none; }
#footer ul a:active { color: #E3E3E3; font-weight: normal; text-decoration: none; }

acronym, abbr {
	border-bottom: 1px dotted gray;
	cursor: default;
}

img {
	border-width: 0px;
}

ul {

}

div.spacer {
	clear: both;
}

div {
}

#container {
	border: 1px solid #AAAAAA;
	margin: 0 auto;
	padding: 0;
	width: 778px;
}

	h1#header {
		margin: 0;
		padding: 0;
		height: 205px;
		width: 778px;
		font-size: 1px;
		text-indent: -3000px;
		background: url("../images/header.jpg") no-repeat;
	}
	
	#topmenu ul, #menu, #menu ul, #footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}
	
	#topmenu {
		font-size: 11px;
		background: url("../images/topmenu-bg.gif") repeat-x;
		margin: 0 0 10px 0;
	}
	
		#topmenu ul {
			padding: 7px 0 24px 0;
			background: url("../images/topmenu-bg.jpg") no-repeat;
			padding-left: 130px;
			font-family: Arial, Helvetica, sans-serif;
			text-transform: uppercase;
			font-weight: bold;
			font-size: 105%;
		}
	
	#topmenu li {
		display: inline;
		margin: 35px;
	}
	
		#topmenu li a {
			background: url("../images/menu-bullet.jpg") no-repeat;
			padding-left: 20px;
		}
		
		#topmenu li a:hover {
			background-position: 0 -15px;
		}
		
	#menu li a {
		
	}
		
	#content {
		padding: 0 30px 0 0;
		width: 700px;
		float: right;
	}
	
		#content h2, #content h3 {
			background: url("../images/title-bg.gif") 0 7px no-repeat;
			text-transform: uppercase;
			color: #22653B;
			font-size: 180%;
			text-indent: 8px;
			margin-top: 0;
		}

			#content h3 {
				background: url("../images/title-bg.gif") 0 2px no-repeat;
			}
		
		#content h3 {
			font-size: 120%;
		}
		
		#content ul.list {
			list-style: none;
			text-align: center;
		}
		
		#content ul.list li {
			display: inline;
			margin: 9px;
		}

		#content .heading {
			font-weight: bold;
			color: #22653B;
		}

		div.product {
			clear: both;
			width: 450px;
			margin: 0 auto;
			padding: 10px 0;
		}
		
			div.product p {
				width: 240px;
			}
			
			div.product img {
				width: 200px;
				float: right;
			}
	
	#footer {
		clear: both;
		background: url("../images/footer-bg.gif") repeat-x;
		height: 85px;
		margin-top: 20px;
		color: #FFFFFF;
	}
	
		#footer p {
			float: left;
			padding: 0 0 0 200px;
			margin: 0;
		}	
	
		#footer ul, #footer p {
			margin: 18px 0;
		}
	
		#footer ul, #footer li {
			float: left;
			padding: 0 10px;
		}
		
		#footer p.powered-by {
			width: 100%;
			margin: 0;
			padding: 0;
			clear: both;
			text-align: center;
			color: #000000;
		}
		
