/**Begin CSS Style*****************************************/
/**DO NOT MODIFY ANYTHING IN THIS SECTION.**/

html,
body {
	margin: 0;
	padding: 0;
	font: normal 10pt Arial;
	color: #444445; 
	background: #C0CFB8 url(../images/bg01.gif) repeat-y center;
	height: 100%;
	text-align: center;
}

html {	margin: 0 0 0 1px; }

#container {
	position: relative;
	min-height: 100%;
	width: 776px;
	margin: 0 auto;
	text-align: left;
	background: #D3E5BE url(../images/mainbg01.gif) repeat-y;
}

#header {
	background: transparent url(../images/header01.gif)  no-repeat;
	padding: 0;
	width: 776px;
	height: 202px;
}

#body {
	padding: 0;
	padding-bottom: 135px;   /* Height of the footer */
}


#footer {
	position: absolute;
	width: 776px;
	background: transparent url(../images/footer01.gif) no-repeat;
	height: 135px;
	bottom: 0;
}

.footercontent{
	padding: 8px 0 0 0;
	text-align: center;
	font: normal 8pt Arial;
	color: #000000;
	margin: 0;
}


a.footer:link, a.footer:visited, a.footer:hover, a.footer:active	{
	color: #C0C0C0;
	font: normal 8pt Arial;
	text-decoration: none;
}


* html #container { height: 100%; }


#contentback{
	background: #FFFFFF url(../images/mainbg.gif) no-repeat top left;
	text-align: center;
}

#colleft {
	width: 168px;
	float: left;
}

#colright {
	width: 608px;
	float: left;
}
* html #colright { width: 605px; }

.maincontent{
	padding: 5px 15px 10px 5px;
	font: normal 14px Arial;
	clear: both;
}


.prodsearchcell {
	border: 1px solid #89AF4E;
	width: 192px;
}

.productwrap{
	margin: 0px;
	padding: 4px;
  	text-align: center;
	font: normal 11px Arial;
	width: 175px;
}


.linkitproduct {
	font: normal 11px Arial;
	color: #444445;
	text-align: center;
}

.linkitproduct a:link, .linkitproduct a:visited, .linkitproduct a:active {
	color: #4F8A9D;
	font-weight: bold;
}

.linkitproduct a:hover	{
	color: #444445;
}

/*########## Menu ###########*/
	
#menu3 {
	width: 158px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #FFFFFF;
	}

#menu3 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu3 li a {
	height: 23px;
	text-decoration: none;
	}	
	
#menu3 li a:link, #menu3 li a:visited {
	color: #FFFFFF;
	display: block;
	background:  url(../images/menublank.gif);
	padding: 9px 0 0 25px;
	}
	
#menu3 li a:hover {
	color: #FFFFFF;
	background:  url(../images/menublank.gif) 0 -32px;
	padding: 9px 0 0 25px;
	}

* html #menu3 li a {
	height: 32px;
	text-decoration: none;
	}

/*########## HEADINGS ###########*/

h1 {
  font: bold 13pt Arial;
  color: #A11B1F;
  margin: 0 0 3px 0;

}

* html h1 { font: bold 12pt Arial;}

h2 {
  font: bold 11pt Arial;
  color: #A11B1F;
  margin: 0px;
}

h6 {
  font: bold 11px Arial;
  margin: 0;
}


.linkitforward {
	clear: both;
	font: bold 12px Arial;
	color: #444445;
	margin: 0;
	text-align: left;
}


.linkitforward a:link, .linkitforward a:visited, .linkitforward a:active {
	color: #4F8A9D;
	font-weight: bold;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/linkitforward.gif) no-repeat center left;
	text-align: left;
}

.linkitforward a:hover	{
	color: #444445;
	text-align: left;
}

.linkitsitemap {
	clear: both;
	font: bold 12px Arial;
	color: #444445;
	margin: 0;
	text-align: left;
	margin: 15px 0;
}


.linkitsitemap a:link, .linkitsitemap a:visited, .linkitsitemap a:active {
	color: #444445;
	font-weight: normal;
	padding: 5px 0 5px 20px;
	background: transparent url(../images/icons/linkitforward.gif) no-repeat center left;
	text-align: left;
	text-decoration: none;
}

*html .linkitsitemap a { background: transparent url(../images/icons/linkitforward.gif) no-repeat 5px left;
	}

.linkitsitemap a:hover	{
	color: #4F8A9D;
	text-align: left;
	text-decoration: underline;
}

.linkitsitemap span {
	font: bold 14px Arial;
  	color: #A11B1F;
}


.imageborder {
  border: 1px solid #89AF4E;
}


.productimage {
  border: 1px solid #89AF4E;
  padding: 2px;
}

.imageright {
  margin: 5px 0px 10px 10px; 
  float: right; 
  border: 1px solid #89AF4E;
}

.imageleft {
  margin: 5px 10px 10px 0px;
  float: left;
  border: 1px solid #89AF4E;
}

.imagecenter {
  margin: 5px 0px 5px 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border: 3px solid #89AF4E;
}


a:link, a:visited, a:active	{
	color : #000080;
	font-weight : normal;
	text-decoration : underline;
}

a:hover	{
	color : #FF0000;
}

/**End CSS Style*****************************************/