body {
	margin: 0px;
	font-family: Arial, sans-serif;
	background: #9d9d9d;
	background-image: url(images/bg.gif);
}
a:link {
	color: #223e0e;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #223e0e;
}
a:hover {
	text-decoration: none;
	color: #223e0e;
}
a:active {
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6,p {
	margin: 0;
	margin-bottom: 1em;
}
p, td,th {
	font-family: Verdana, Arial, sans-serif;
}
#content_bot {
	line-height: 34px;
	height: 34px;

}
#links {
	color: #055e79;
	font-size: 11px;
}
#links a:link, #links a:visited {
	font-weight: bold;
	color: #223e0e;
}
#links a:hover {
	color: #223e0e;

}
#links p.info a:visited, 
#links p.cartbutton a:link, #links p.cartbutton a:hover {
	font-weight: normal;
	color: #223e0e;
}
#left {
	width: 253px;
}
#contentboxes {
	padding: 0px;
	font-size: 13px;
	color: #000000;
    text-align:left;
	
}
#contentboxes a:link, #contentboxes a:visited {
	color: #223e0e;
	
}
#contentmain {
	padding: 0px;
	font-size: 12px;
	color: #000000;
    text-align:left;
	
}
#contentmain a:link, #contentmain a:visited {
	color: #000000;
	
}
#footer {
	padding: 0px;
	font-size: 11px;
	color: #ffffff;
}
#footer a:link, #footer a:visited {
	color: #ffffff;
	
}
#footer2 {
	padding: 0px;
	font-size: 11px;
	color: #dec398;
}
#footer2 a:link, #footer2 a:visited {
	color: #dec398;
}
#info .links a {
	font-weight: bold;
}

#info a:hover {
	color: #8f050c;

}
#right2 {
	padding: 12px;
	font-size: 11px;
	color: #000000;
}
#rightside {
	padding: 0px;
	font-size: 12px;
	color: #000000;
}
h1 {
	font: italic bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #ee810c;


}
h2 {
	font: italic bold 15px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	border-bottom: 1px solid #ee810c;

}
#right p {
	line-height: 16px;
}
fieldset { border:1px solid #9cadc6;}

input {
 background-color: #efefef;
}
select {
 background-color: #efefef;
 color: #000000;
}
textarea {
 background-color: #efefef;
 color: #000000;
}

legend {
  background-color: #9cadc6;
  padding: 0.2em 0.5em;
  margin: 2px;
  border:1px solid #000000;
  color:#000000;
  font-size: 12px;
  font-weight: bold;
  text-align:left;
} 
#button {
	width: 100%;
	padding: 0 0 0 0;
	margin-bottom: 1em;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	background-color: #efefef;
	color: #ffffff;
    text-align:left;
	}

#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #8f4e03;
		margin: 0;
		}
		
#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 5px solid #efefef;
		border-right: 5px solid #efefef;
		background-color: #efefef;
		color: #ffffff;
		text-decoration: none;
		width: 100%;
		}

html>body #button li a {
		width: auto;
		}

#button li a:hover {
		border-left: 5px solid #8c0000;
		border-right: 5px solid #8c0000;
		background-color: #8c0000;
		color: #ffffff;

