@charset "utf-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background-image:url(/images/bg_tile.jpg);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
	line-height:1.4em;
	
}

a:link {
	color: #016DBE;
}
a:visited {
	color: #01538D;
}
a:hover {
	color: #BED747;
}
a:active {
	color: #016DBE;
}

#background{
background-image:url(/images/page_bg.jpg);
background-repeat:repeat-x;
background-position:left top;

}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left; /* this overrides the text-align: center on the body element. */
		
}
#mainbg {
	background-image:url(/images/nav_tile.gif);
	background-position:left;
	background-repeat:repeat-y;
	width:928px;
	margin:10px auto;
}
#header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:223px;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 143px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin:0px;
	padding:0px;
	
	
	border-top:3px solid #4D7E22;

}

/*nav box******************************/
#nav_box {
	color:#4D7E22;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	min-height:200px;
	padding-top:10px;
	
}
#nav_box div.menu_item{
	margin:0px; padding:0px;
}
.menu_item a,
.menu_item a:link,
.menu_item a:visited{
	background-image:url(/webimages/nav_bg.gif);
	background-repeat:no-repeat;
	display:block;
	width:123px;
	height:20px;
	padding-top:5px;
	padding-left:20px;
	color: #4D7E22;
	text-decoration:none;
}
.menu_item a:hover{
	color:#4D7E22;
	text-decoration:underline;

}
.menu_sub{
	display:none;
}
.menu_sub div{
	font-size:11px;
	margin-left:20px;
}
.menu_item1 a,
.menu_item1 a:link,
.menu_item1 a:visited{
	background-image:none;
	width:103px;
	border-bottom:1px solid #D2E5B1;
}


#menu_bottom{
background-image:url(/images/nav_bottom.gif);
background-repeat:no-repeat;
background-position:bottom left;
width:143px;
height:274px;
float:left;
margin-bottom:10px;
} 
#mainContent {
	margin: 0 0 0 153px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width:758px;
	min-height:300px;
}
#footer {
background-image:url(/images/footer_shadow.jpg);
background-repeat:no-repeat;
background-position:top;
height:15px;
}


a:link {
	color: #996600;
	text-decoration:none;
}
a:visited {
	color: #996600;
	text-decoration:none;
}
a:hover {
	color: #432202;
	text-decoration:underline;
}
a:active {
	color: #996600;
	text-decoration:none;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#footer2{
width:749px;
height:20px;
font-size:10px;
color:#996600;
margin:0 auto;
text-align:left;
}

/*content*/

h1{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#ff6600;
font-weight:normal;
}


h2{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#e77900;

}

h3{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#356b08;

}


/*RED box******************************/
#red_box {
	width:172px;
	color:#FFFFFF;
	font-size:10px;
	background-image:url(/images/box_red_tile.gif);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	min-height:50px;
}
#red_box_top {
	background:url(/images/box_red_top.gif) no-repeat top;
	height:20px;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding-top:5px;

}
#red_box_text ul {
	list-style:none;
	font-size:12px;
	margin:0 0 0 18px;
	padding:0px;
}
#red_box_text {
	padding: 0px 8px 5px 8px;
}
#red_box_bottom {
	background:url(/images/box_red_bottom.gif) no-repeat bottom;
	height:12px;
}
#red_box_text a:link {
	color: #FFFFFF;
	text-decoration:none;
}
#red_box_text a:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#red_box_text a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
#red_box_text a:active {
	color: #990000;
	text-decoration:none;
}

.table_border{
border:#FF9900 1px ridge;
}

.box_cream{
background-image:url(/images/bg_cream.jpg);
background-repeat:repeat-x;
background-position:bottom;
}

.box_orange{
background-image:url(/images/bg_orange.jpg);
background-repeat:repeat-x;
background-position:bottom;
}
/* font sizes */
.size9 {
	font-size:9px;
}
.size10 {
	font-size:10px;
}

.size11 {
	font-size:11px;
}
.size12 {
	font-size:12px;
}
.size14 {
	font-size:14px;
}
.size20 {
	font-size:20px;
}

.news_date{
font-size:10px;
font-style:italic;

}

.forms{
background-color:#FFFFFF !important;
border: 1px solid #CCCCCC;
}


hr {
border: 0;
color: #7abf17;
background-color: #7abf17;
height: 1px;
width: 100%;
text-align: left;
}

.image_border{
border:1px solid #CCCCCC;
margin:10px;
padding:3px;
}

.shopping_cart{
	border:1px solid #DBDBDB;
	border-collapse:collapse;
}
.shopping_cart td{
	border:1px solid #DBDBDB;
	border-collapse:collapse;
	padding:4px;
}