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

body {
	height: 100%;
	margin: 0;
	background-color: #FFF;
	background-image: url(../images/template/bg.png);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}

/* CONTENT STYLES ---------------------------------------------------------------- */

#pageheader {
	text-align: left;
	vertical-align: middle;
	color: #F00;
	font-size: 20px;
	border: none;
}

#sectionheader {
	text-align: left;
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	background-image: url(../images/template/sectionheaderbg.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: repeat-x;
	border: solid;
	border-color: #999999;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}

#subheader {
	text-align: left;
	color: #222222;
	font-size: 12px;
	border: none;
	border-color: #CCCCCC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding: 5px;
}

#tableborder {
	border: solid;
	border-color: #999999;
	border-width: 1px;
}

#columnheadings {
	color: #FFFFFF;
	font-weight: bold;
}

#popoutimage {
	cursor: pointer;
	padding: 4px;
}

/* PAGE FORMATTING -------------------------------------------------------------- */
#sitemap {
	font-size: 16px;
}

/* TEMPLATE --------------------------------------------------------------------- */

#container {
	width: 1000px;
	min-height: 100%;
	margin: 0 auto;
	background-color:#FFF;
}

#header {
	width: 1000px;
	height: 125px;
	background-image: url(../images/template/header.png);
	background-attachment: scroll;
	background-position:top center;
	background-repeat: no-repeat;
	position: fixed;
}

#headroom {
	width: 1000px;
	height: 75px;
}

#links {
	width: 1000px;
	height: 38px;
	padding: 12px 0px 0px 0px;
	color: #999;
	text-align: center;
}

#nav {
	background-color: #000;
	background-image: url(../images/template/nav.png);
	background-attachment: scroll;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	padding: 8px 20px 7px 20px;
	cursor: pointer;
}

#nav:hover {
	background-color: #222;
	background-image: url(../images/template/navhover.png);
}

#productsnav {
	width: 1000px;
	height: 50px;
	margin: 0px;
	text-align: center;
	background-color: #FFF;
	border: none;
}

div#body {
	width: 980px;
	padding: 180px 10px 50px 10px;
	vertical-align: top;
	text-align: left;
	background-color:#FFF;
	border: none;
}

#footer {
	margin: 0px 0px 20px 0px; 
	text-align: center;
	background-color: #FFF;
}

#footertext {
	color: #777777;
	margin: 0 auto;
	border: none;
	padding-top: 10px;
}

/* HYPERLINKS ------------------------------------------------------------------------------------------ */

a.links {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.links:link {color: #000000; text-decoration: none}
a.links:visited {color: #000000;}
a.links:hover {text-decoration: none; color: #F33;}
a.links:active {color: #000000; text-decoration: none}

a.nav {font-family: Arial; font-size: 12px; font-weight: bold; text-decoration: none}
a.nav:link {color: #FFFFFF; text-decoration: none}
a.nav:visited {color: #FFFFFF}
a.nav:hover {text-decoration: none; color: #FFFFFF;}
a.nav:active {color: #FFFFFF; text-decoration: none}

a.footlink {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a.footlink:link {color: #222222; text-decoration: none}
a.footlink:visited {color: #222222;}
a.footlink:hover {text-decoration: none; color: #F33;}
a.footlink:active {color: #222222; text-decoration: none}

a {font-family: Arial, Helvetica, sans-serif; font-size: 12px; text-decoration: none}
a:link {color: #F33; text-decoration: none}
a:visited {color: #F33;}
a:hover {text-decoration: underline; color: #F33;}
a:active {color: #F33; text-decoration: none}

a.maplink {font-family: Arial, Helvetica, sans-serif; font-size: 14px; text-decoration: none}
a.maplink:link {color: #F33; text-decoration: none}
a.maplink:visited {color: #F33;}
a.maplink:hover {text-decoration: underline; color: #F33;}
a.maplink:active {color: #F33; text-decoration: none}