body {
	margin: 0;
	font-family: arial, verdana, helvetica;
	font-size: 0.8em;
	background: #ccc;
}

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff;
}

*html #top-menu {
	margin-top: -3px;
}

#top-menu {
	margin-top: 0;
	margin-top: -3px !IE7;
}

#content {
	padding: 10px 20px;
}

#btm-menu {

}

#btm-menu a {
	font-weight: bold;
	color: #00595E;
}

/***************************
Menu Items - Menu 1
***************************/

#top-menu .home a {
	background: url(images/menu1-home.jpg) no-repeat;
	width: 56px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .home a:hover {
	background: url(images/menu1-home-hover.jpg) no-repeat;
	width: 56px;
	height: 30px;
}

#top-menu .info a {
	background: url(images/menu1-free-info.jpg) no-repeat;
	width: 72px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .info a:hover {
	background: url(images/menu1-free-info-hover.jpg) no-repeat;
	width: 72px;
	height: 30px;
}

#top-menu .training a {
	background: url(images/menu1-training.jpg) no-repeat;
	width: 66px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .training a:hover {
	background: url(images/menu1-training-hover.jpg) no-repeat;
	width: 66px;
	height: 30px;
}

#top-menu .articles a {
	background: url(images/menu1-articles.jpg) no-repeat;
	width: 70px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .articles a:hover {
	background: url(images/menu1-articles-hover.jpg) no-repeat;
	width: 70px;
	height: 30px;
}

#top-menu .testimonials a {
	background: url(images/menu1-testimonials.jpg) no-repeat;
	width: 93px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .testimonials a:hover {
	background: url(images/menu1-testimonials-hover.jpg) no-repeat;
	width: 93px;
	height: 30px;
}

#top-menu .other a {
	background: url(images/menu1-other.jpg) no-repeat;
	width: 93px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .other a:hover {
	background: url(images/menu1-other-hover.jpg) no-repeat;
	width: 93px;
	height: 30px;
}

#top-menu .links a {
	background: url(images/menu1-links.jpg) no-repeat;
	width: 92px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .links a:hover {
	background: url(images/menu1-links-hover.jpg) no-repeat;
	width: 92px;
	height: 30px;
}

#top-menu .contact a {
	background: url(images/menu1-contact.jpg) no-repeat;
	width: 72px;
	height: 30px;
	display: block;
	outline: none;
}

#top-menu .contact a:hover {
	background: url(images/menu1-contact-hover.jpg) no-repeat;
	width: 72px;
	height: 30px;
}

/***************************
Menu Items - Menu 2
***************************/

#btm-menu .home a {
	background: url(images/menu2-home.jpg) no-repeat;
	width: 45px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .home a:hover {
	background: url(images/menu2-home-hover.jpg) no-repeat;
	width: 45px;
	height: 30px;
}

#btm-menu .info a {
	background: url(images/menu2-free-info.jpg) no-repeat;
	width: 73px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .info a:hover {
	background: url(images/menu2-free-info-hover.jpg) no-repeat;
	width: 73px;
	height: 30px;
}

#btm-menu .training a {
	background: url(images/menu2-training.jpg) no-repeat;
	width: 67px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .training a:hover {
	background: url(images/menu2-training-hover.jpg) no-repeat;
	width: 67px;
	height: 30px;
}

#btm-menu .articles a {
	background: url(images/menu2-articles.jpg) no-repeat;
	width: 68px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .articles a:hover {
	background: url(images/menu2-articles-hover.jpg) no-repeat;
	width: 68px;
	height: 30px;
}

#btm-menu .testimonials a {
	background: url(images/menu2-testimonials.jpg) no-repeat;
	width: 95px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .testimonials a:hover {
	background: url(images/menu2-testimonials-hover.jpg) no-repeat;
	width: 95px;
	height: 30px;
}

#btm-menu .other a {
	background: url(images/menu2-other.jpg) no-repeat;
	width: 91px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .other a:hover {
	background: url(images/menu2-other-hover.jpg) no-repeat;
	width: 91px;
	height: 30px;
}

#btm-menu .links a {
	background: url(images/menu2-links.jpg) no-repeat;
	width: 96px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .links a:hover {
	background: url(images/menu2-links-hover.jpg) no-repeat;
	width: 96px;
	height: 30px;
}

#btm-menu .contact a {
	background: url(images/menu2-contact.jpg) no-repeat;
	width: 66px;
	height: 30px;
	display: block;
	outline: none;
}

#btm-menu .contact a:hover {
	background: url(images/menu2-contact-hover.jpg) no-repeat;
	width: 66px;
	height: 30px;
}





