/* CSS Document */

/* mac hide\*/
html, body {height:100%}
/* end hide */
html,body {
	padding:0;
	margin:0;
}
body{
	text-align:center;
	min-width:760px;
	background-color: #4C5037;
	color: #000000;
	background-image: url(bg.gif);
	background-repeat: repeat-x;
}
#outer{
	height:99.9%;
	min-height:100%;
	width:758px;

	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background:  #FFFFFF url(images/2colcentredbg.jpg) repeat-y center center;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:760px;
	height:233px;
	background:url(header.jpg);
	overflow:hidden;
	color: #000000;
	z-index:100;
}
#left {
	position:relative;
	width:140px;
	float:right;
	padding-top:281px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height: 20px;
	padding-right: 10px;
}
#left p {padding-left:3px;padding-right:2px}


#footer {
	width:758px;
	clear:both;
	height:50px;
	color: #333333;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;

	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
	border-top-color: #000;
	border-bottom-color: #000;
}
* html #footer{margin-bottom:-1px}/* ie rounding bug*/
* html #footer {/*only ie gets this style*/
	\height:52px;/* for ie5 */
	he\ight:50px;/* for ie6 */
}
#centrecontent {
	width:566px;
	float:left;
	padding-top:281px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-right: 10px;
	padding-left: 20px;
	line-height: 20px;

}
#centrecontent p {padding-right:3px}

#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */
html >body #minHeight{float:left;width:0px;height:100%;margin-bottom:-52px;} /*safari wrapper */

#rightimg {
	float: right;
	padding-left: 20px;
	padding-bottom: 10px;
}
#welcome {
	border: 2px solid #626747;
	padding: 20px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: auto;
}
#welcometext {
	margin: -35px 0px 0px;
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #3C3C22;
}
/* Nav Menu CSS */
#navbar {
	height: 28px;
	width: 758px;
	background-color: #42462D;
	z-index: 0;
	top: 233px;
	text-align: left;
	position: absolute;

}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

ul li {
	position: relative;
	float: left;
	width:120px;
	padding-left: 5px;
}
	
li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: auto;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #42462D;
	font-size: 8pt;
	padding-left: 5px;
	padding-top: 8px;
	padding-bottom: 6px;
	font-weight: bolder;
	}
/* commented backslash mac hiding hack \*/ 
* html ul li a {height:10px}
/* end hack */ 

/* this sets all hovered lists to red */
li:hover a, li.over a,
li:hover li a:hover, li.over li a:hover {
	color: #FFFFFF;
	background-color: #656948;
	font-weight: bold;
}

/* set dropdown to default */
li:hover li a, li.over li a {
	color: #FFFFFF;
	background-color: #8B893F;
	font-weight: bold;
	border-top-color: #FFFFFF;
	border-top-style: dashed;
	border-top-width: 1px;
}
li ul li a {
	
} /* Sub Menu Styles */
li:hover ul, li.over ul { display: block; } /* The magic */#leftimg {
	float: left;
	padding-right: 20px;
}
.highlighttext {
	font-weight: bold;
}
ol {
	margin: 10px 5px 0px 0px;

	padding: 0px;
}
ol li {
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #42462D;
	list-style-type: none;
	color: #6A694A;
	font-weight: normal;
	margin: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}
#leftimg {
	margin-right: 20px;
	margin-bottom: 20px;
}
.prodtitle {
	background-color: #A09261;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	border: 1px solid #626747;
}
#centrecontent1 {

	width:715px;
	float:left;
	padding-top:281px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 20px;
}
#centrecontent1 p {
padding-right:3px
}
div.row span.left {
	float: left;
	text-align: left;
	color: #000000;
	width: 70%;
	padding-left: 20px;
  }

div.row span.right {
	float: right;
	text-align: right;

	color: #000000;
	width: 20%;
	padding-right: 20px;
  }
div.row span.right a {
	font-size: 10px;
	color: #333333;
}

.row {
	padding-top: 15px;
	border-top-width: 2px;
	border-top-style: none;
	border-top-color: #244B1F;
}
