/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #666666;
	margin: 0px;
	padding: 0px;
}
#wrapper {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#introbg {
	background-image: url(../images/intro-bg.jpg);
	background-repeat: no-repeat;
	padding-left: 15px;
	color: #FFFFFF;
}
#navbg {
	background-image: url(../images/products-bg.gif);
	background-repeat: repeat-y;
	color: #FFFFFF;
}
#navimg {
	background-image: url(../images/products-bg-img.gif);
	background-repeat: no-repeat;
	display: block;
	height: 99px;
	background-position: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
	vertical-align: text-bottom;
}
#navbg ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
	list-style-type: none;
}
#navbg li {
	margin-bottom: 3px;
}
#navbg a {
	color: #FFCC00;
	text-decoration: none;
	font-weight: bold;
}
#contentbg {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-y;
}
#contenttxt {
	margin-right: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	line-height: 1.5em;
}
#navbg a:hover {
	color: #FFFF99;
	text-decoration: none;
	font-weight: bold;
}


#introbg h1 {
	font-size: 18px;
}
#contenttxt h2 {
	font-size: 16px;
	color: #FFCC00;
	margin-bottom: -15px;
	padding-bottom: 0px;
}
#contenttxt h1 {
	font-size: 18px;
}
#contenttxt h3 {
	color: #FFCC00;
	font-weight: normal;
}


#contenttxt a {
	color: #99FF00;
	text-decoration: none;
}
#contenttxt a:hover {
	color: #FFFFCC;
	text-decoration: none;
}

