.mainfont {  font-family: Arial, Helvetica, sans-serif; font-size: 11px}
#dropmenudiv {
	z-index: 999;
}

	.navmain{
		border-top:1px solid black;
		border-left:1px solid black;
		border-right:1px solid black;
	}
	.navbox{
		font-family:arial;
		font-size:14px;
		font-weight:bold;
		background:C60000;
		padding-left:5px;
		height:20px;
		color:white
	}
	.navout{
		font-family:arial;
		font-size:12px;
		padding-left:3px;
		border-bottom:1px solid black;
		height:20px;
		font-weight:bold;
		cursor:hand;
	}
	.navover{
		font-family:arial;
		font-size:12px;
		padding-left:3px;
		border-bottom:1px solid black;
		height:20px;
		font-weight:bold;
		background:DDDDDD;
		cursor:hand;
	}	
	.divmain{
		border-top:1px solid black;
		border-left:1px solid black;
	}
	.linemain{
		background:#507146;
		font-size:11px;
		font-family:arial;
		height:25px;
		font-weight:bold;
		border-right:1px solid #99A17D;
		border-bottom:1px solid #99A17D;
		border-top:1px solid #99A17D;
		color:white;
	}
	.lineover{
		background:#415937;
		font-size:11px;
		font-family:arial;
		height:25px;
		color:white;
		font-weight:bold;
		border-right:1px solid #99A17D;
		border-bottom:1px solid #99A17D;
		border-top:1px solid #99A17D;
	}
	.addbuttonmain{
		background:ffffff;
		font-size:11px;
		font-family:arial;
		font-weight:bold;
		color:black;
	}
	.addbuttonover{
		background:0894B7;
		font-size:11px;
		font-family:arial;
		color:white;
		font-weight:bold;
	}

	.box{
		border:1px solid black;
		font-size:11px;
		color:0A0A0A;
	}
	.display{
		font-size:11px;
		text-align:right;
		padding-right:10px;
		font-weight:bold;
		padding-bottom:5px;
	}
	.mainfont{
		font-family:arial;
		font-size:12px;
	}
	.navhref{
		color:white;
		text-decoration:none;
		font-weight:bold
	}
	
	.cart-buttons {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	.cart-buttons li {
		margin: 5px;
		padding: 0px;
		float: left;
	}
	
	.cart-buttons li a {
		display: block;
		float: left;
		padding: 5px;
		color: #fff;
		background: #669159;
		border: 1px solid #45613B;
		-moz-border-radius: 4px;
	}
