@charset "utf-8";

* {
	margin-top: 0px;
}
h1 {
	font-size: 1em;
}
h2 {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
	display: inline;
	font-weight: bold;
}
h3 {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
}


/*large emphasized headings*/
h4 { 
	font-family: Century Gothic, Arial, Helvetica, sans-serif; color:#E4E4E4; font-size: 16px;
}


body {
	background-color: #424242;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 13px;
}

td.headerBottom {
	background-image:url(../images/header_bottom.gif); background-repeat: no-repeat; font-size: 13px;
}

/*content region, middle of page*/

.content{
	margin-top: 0px; background-image:url(../images/bg_cont2.gif); background-position: bottom; background-repeat: repeat-y
}

.subhead1 {
	font-size: 20px;
}

.subhead2 {
	font-size: 23px;
}

p.index{
	 font-family: Century Gothic, Arial, Helvetica, sans-serif; font-size: 13px; color: #E4E4E4
}

.strong {
	font-family: Century Gothic, Arial, Helvetica, sans-serif; font-weight: bold; letter-spacing: 1px;
	line-height: 140%
}

.menuLinks {
	margin-top: 0px; margin-bottom: 0px; padding: 0px;
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/menu_middle.gif);
    background-repeat: repeat-y;
}


a:link {
	color: #9ddd04;
	text-decoration: none;
}

a:visited {
	color: #9ddd04;
	text-decoration: none;
}

a:hover{
	color:#1551f3;
	text-decoration: none;
}

/*alternate link styles for no borders*/
a.graphic:link {
	text-decoration: none;
	border: 0;
}

a.graphic:visited {
	text-decoration: none;
	border: 0;
}

/*side menu for product pages*/

a.side:link {
	display: block;
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
	border-top: 0;
	text-decoration: none;
}

a.side:visited {
	display: block;
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #999999;
	border-top: 0;
	text-decoration: none;
}

a.side:hover {
	display: block;
	font-size: 15px;
	padding: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #99cc00;
	border-top: 0;
	text-decoration: none;
}

.side ul, li {
	list-style: none;
	margin-top: 2px;
}


div.menu { width: 255px; height: 200px;
	background-image:url(../images/menu.gif);
	background-repeat: no-repeat;
}

/*special border around some images and content*/
.framing {
	border: 1px double #0066CC;
}

.sepLine {
	border-bottom: 1px dashed #99cc00;
}

.textPad {
	padding-left: 3px;
	padding-right: 23px;
}


/*footer, bottom of page*/
.footer {
	background-image:url(../images/footer.gif); background-repeat: no-repeat; background-position: bottom;
}

.footerTxt {
		font-family: Century Gothic, , Arial, Helvetica, sans-serif; font-size: 10px; color: #e4e4e4; margin: 0px;
}
	 
