/* --- body sets the default font typeface and size for all text  ---- */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
	margin-left: 10px;
}

/* ---  html tag style rules set the defaults for headings, etc. ---- */
h1	{
	color: #333333;
	font-size: 18px;
	}
h2	{
	color: #BD5219;
	font-size: 14px;
	}

/*-------styles controlling the default appearance of links-------------------*/
a:link {
	color: #0033CC;
	text-decoration: none;
}
a:visited {
	color: #BE551D;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}


/* --- #content creates the left gutter space in the content area  ---- */
#content {
	margin-top: 10px;
	margin-left: 12px;
}

/*-- #leftNav controls the look of the left navigation text and links ---*/
#leftNav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 6px;
	padding-top: 10px;
}
#leftNav .categoryName {
	font-weight: bold;
	margin-left: -3px;
}
#leftNav .categoryName a  {
	color: #333333;
	font-weight: bold;
}
#leftNav .categoryName a:hover  {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #BD5219;
	text-decoration: none;
}
#leftNav a {
	text-decoration: none;
	padding-left: 4px;
}
#leftNav a:link, #leftNav a:visited {
	color: #333333;
}
#leftNav a:hover {
	color: #FFFFFF;
	background-color: #BD5219;
	text-decoration: none;
}

/*--  #footer controls the look of footer content  ---*/
#footer {
	margin-left: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C25D28;
}
#footer a {
	color: #C25D28;
	font-weight: bold;
	padding-right: 30px;
}
#footer a:hover {
	color: #0033CC;
	text-decoration: underline;
}

/*--- #insert controls the look of the insert box on the home page --*/
#insert {
	font-size: 9px;
	color: #BF5820;
	margin-left: 10px;
	line-height: 14px;
}


.homeProducts {
	font-size: 10px;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}
#topNav {
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 2px;
}
#topNav a {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;

}
#topNav a:hover {
	color: #333333;
	background-color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}
div.breadcrumb {
	font-size: 9px;
	margin-top: 8px;
	margin-bottom: 10px;
	margin-left: 12px;
}
