/******************
HTML Tags
******************/

body {
	font-family:"Courier New", Courier, monospace;
	color:#ffffff;
	margin:0px 0px 0px 0px;
	font-size:.95em;
	background: #ffffff;
	}

/******************
FORM STYLES
******************/

#content form {
	margin:0px 0px;
	padding:0px 0px 0px 0px;
	}
	
#content img {
	padding: 2px 2px 2px 2px;
	background: #ffffff ;
	border:1px solid #888888;
	}

/******************
LINKS
******************/

/* LINK VISTED HOVER ACTIVE selectors must remain in this order to work */
a:link {
	color: #FFFF00; /* #00FF00;*/ /*#006699;*/
	text-decoration:underline;
	}

a:visited {
	color: #FFFF00/* #00ff00;* /*#330099;*/
	text-decoration:underline;
	}

a:hover {
	color: #FFFF00 /*#00ff00*/ /*#339900;*/
	text-decoration:none;
	}

a:active {
	color:#ffff00;/*#FF6600;*/
	text-decoration:underline;
	}


#side a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

#side a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#side a:hover {
	color:#FEFFBE;
	text-decoration:underline;
	}

#side a:active {
	color:#FFDDDD;
	text-decoration:underline overline;
	}
/******************
HEADINGS
******************/

h1 {
	font-size:1.8em;
	margin:0px 0px 10px 0px
	}

h2 {
	font-size:1.3em;
	}

h3 {
	font-size:1em;
	}
	
h4 {
	font-size:.9em;
	}
	
h5 {
	font-size:.8em;
	}
	
h6 {
	font-size:.75em;
	}

#three-column-container h2 {
	margin:0px 0px 10px 0px;
	padding:0px;
	}

/******************
Layout Divs
******************/

	
#header {
	width:800px;
	height:134px;
	margin-left:auto;
	margin-right:auto;
	background: #ffffff url(webimages/bg-header2.jpg) no-repeat;
	}
	
#footer {
	clear:both;
	width:800px;
	height:55px;
	min-height:55px;
	margin-right:auto;
	margin-left:auto;
	background: url(webimages/bg-footer.jpg) no-repeat;
	color:#E9D130;
	font-size:.75em;
	font-weight:bold;
	}

#content-container {
	width:800px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 0px 0px 0px;
	background:#960001;
	}

#side {
	width:160px;
	float:left;
	font-size:.8em;
	margin-bottom:0px;
	
	}

#content {
	width:600px;
	margin-left:170px;
	}


#two-column-container {
	width:100%;
	margin:10px 0px;
	}

#two-column-left {
	float:left;
	width:45%
	}

#two-column-right {
	height:187px;
	width:276px;
	margin-left: 40%;
}

/******************
LISTS - IN THE CONTENT DIV
******************/

#content ul.list, #content ul.link-list-vertical {
	margin:0px 0px 15px 15px;
	padding:0px;
	}

#content ul.list li {
	list-style:none;
	padding:2px 0px 2px 16px;
	margin:0px;
	background: url(bullet.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li {
	list-style:none;
	margin:0px;
	padding:2px 0px;
	}

#content ul.link-list-vertical li a:link {
	padding:2px 0px 2px 16px;
	background: url(bullet-link.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:visited {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-visited.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:hover {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-hover.gif) no-repeat;
	background-position: 0 .1em;
	}

#content ul.link-list-vertical li a:active {
	padding:2px 0px 2px 16px;
	background: url(bullet-link-active.gif) no-repeat;
	background-position: 0 .1em;
	}

/******************
CLASSES
******************/

.none {
	display:none;
	}
	
.clear {
	clear:both;
	}

	img.menubtns {
	padding-bottom: 2px; 
	border-style: none;
	}
	
	
.style1 {
	font-size: 1.1em;
	font-weight: bold;
}
.style4 {color: #FF0000}
.style5 {color: #00FF00}
.contact {
	font-size: 1.5em;
}
.products_green {font-size: 1.1em; font-weight: bold; color: #E9D130; text-decoration:underline; }