/*@charset "UTF-8";*/
/* CSS Document */

body {
	margin: 0 auto;
	min-width: 840px;
	background-color: #eaeaea;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
img {
	border: none;
}
a {color: #cc0000; text-decoration: none;}
a:hover {color: #cc0000; text-decoration: underline;}

li {
    display: inline: /* :KLUDGE: removes large gaps in IE/Win */
}

#wrapper {
    width: 800px;
	position: relative;
	left: 50%;
	margin-left: -400px;
}
#header {
    width: 800px;
	height: 60px;
	background: #eaeaea url(images/bg_mainnav.gif) repeat-x;
	text-align: center;
}
#header ul {
    margin: 0;
	padding: 25px 0px 0px 0px;
	list-style: none;
	text-align: center;
}
#header ul li {
    padding: 0px 14px 0px 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	display: inline;
}
#header ul li a {
    color: #cccccc;
	text-decoration: none;
}
#header ul li a:hover {
    color: #ffffff;
	text-decoration: none;
}
#content {
	background-color: #ffffff;
	padding: 0px 20px 20px 20px;
	text-align: left;
}
#contentSecondary {
	background-color: #ffffff;
	padding: 20px;
	text-align: left;
}
#secondaryTitle {
    background-color: #ffffff;
}
#mainHomeBanner {
    width: 800px;
	height: 271px;
	background: #ffffff url(images/home_mainbanner.jpg) no-repeat center;
}
#footer {
    width: 800px;
	height: 95px;
	background: #666666 url(images/bg_footer.gif) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cccccc;
}
#copyright {
    float: left;
	padding: 35px 0px 0px 35px;
}
#footerLinks {
    float: right;
	padding: 40px 35px 0px 0px;
}
#footerLinks a {
    color: #cccccc;
	text-decoration: none;
}
#footerLinks a:hover {
    color: #ffffff;
	text-decoration: none;
}
.greenTitle {
    display: block;
	border-bottom: #99cc33 solid 2px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.redTitle {
    display: block;
	border-bottom: #cc0000 solid 2px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.title20 {
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
.homeFeatured {
    margin: 0px 0px 40px 0px;
	padding: 0;
	list-style: none;
}

.homeFeatured li {
    margin-left: 20px;
	padding-bottom: 3px;
	list-style: none;
	background: url(images/bullet.gif) left center no-repeat;
	text-indent: 12px;
}
.titleBar {
    padding-bottom: 20px;
}
.products12nb {
    font-size: 12px;
	color: #CC0000;
}
.products13bold {
    font-size: 13px;
	color: #CC0000;
	font-weight: bold;
}
	
	
	
	
	
	
	
	
	