@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,700,400italic,700italic);
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

div#seccatrow_primecattitle
{
	background-image: url('../images/primecat_headerbg.png');
	background-position: top center;
	background-repeat: repeat-y;
	
	width: 100%;
	min-width: 960px;
	
	
	height: 56px;
}

/***************************/
/* SECONDARY CATEGORY ROWS */
/***************************/

div#seccatrow_groupcontainer
{
	background-image: url('../images/headerbgtop.png');
	background-repeat: no-repeat;
	background-position: top center;
	
	padding-top: 14px;
	
	position: relative;
	
	width: 100%;
	min-width: 960px;
}

div.seccatrow_container
{
	position: relative;
	
	margin: 0px auto;
	
	width: 960px;
}

a.seccatrow_linkbox
{
	display: block;
	
	float: left;
	
	text-decoration: none;
	
	/*background-color: red;*/
	
	width: 320px;
}

div.seccatrow_linkbox_top, div.seccatrow_linkbox_top_off
{
	background-image: url('../images/seconcateg_overbox-topcap.png');
	background-repeat: no-repeat;
	background-position: top left;
	
	/*background-color: green;*/
	
	width: 320px;
	height: 16px;
}

div.seccatrow_linkbox_top_off { background-image: none; }

div.seccatrow_linkbox_spanner, div.seccatrow_linkbox_spanner_off
{
	background-image: url('../images/seconcateg_overbox-spanner.png');
	background-repeat: repeat-y;
	background-position: top left;
	
	padding: 0px 16px 0px 16px;
	
	/*width: 320px;*/
	
	/*background-color: yellow;*/
}

div.seccatrow_linkbox_spanner_off { background-image: none; }

div.seccatrow_linkbox_bottom, div.seccatrow_linkbox_bottom_off
{
	background-image: url('../images/seconcateg_overbox-botcap.png');
	background-repeat: no-repeat;
	background-position: top left;
	
	/*background-color: green;*/
	
	width: 320px;
	height: 16px;
}

div.seccatrow_linkbox_bottom_off { background-image: none; }

div.seccatrow_linkbox_imagecol
{

	/*background-color: blue;*/
	
	text-align: center;
	float: left; 
	width: 288px;
	overflow: hidden;
}

div.seccatrow_linkbox_textcol
{
	text-align: center;
	
	float: left;
	
	width: 288px;
	overflow: hidden;
}

/* TEXT STYLINGS */

.body_primarycat_A
{
	/*font-family: "PT Serif", 'Georgia', serif;*/
	font-family: 'Zilla Slab', Georgia, serif;
	font-size: 40px;
	color: #59b800;
	text-shadow:0px 1px 0px #ffffff;

	padding-top: 5px;
	
	text-decoration: none;
	text-align: center;
	margin-bottom: 10px;
	
	font-weight: 600;
}

.body_primarycat_B
{
	/*font-family: 'PT Sans', arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;
	font-size: 22px;
	color: #59b800;
	text-shadow:0px 1px 0px #ffffff;
	
	text-decoration: none;
	text-align: center;
	
	/*margin-bottom: 10px;*/
	
	font-weight: 400;
}

h2.body_primarycat_B
{
	margin-top: 13px;
	margin-bottom: 10px;
}

.body_primarycat_B:link 			{ color: #59b800;}
.body_primarycat_B:visited 		{ color: #59b800;}
.body_primarycat_B:hover 		{ color: #6bd805;}
.body_primarycat_B:active 		{ color: #7fef16;}

.body_primarycat_C
{
	/*font-family: 'PT Sans', arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;
	font-size: 16px;
	color: #4d4d4d;
	
	text-decoration: none;
	
	text-align: left;
	
	font-weight: 400;
	/*font-style: italic;*/
}

p.body_primarycat_C
{
	line-height: 1.3em;
	
	margin-bottom: 20px;
}

.body_primarycat_D
{
	/*font-family: 'PT Sans',arial, sans-serif;*/
	font-family: "Nunito Sans", arial, sans-serif;
	font-size: 16px;
	color: #59b800;
	text-shadow: none;
	
	text-decoration: none;
	font-style: italic;
	text-align: center;
	margin-bottom: 10px;
	
	font-weight: 400;
}

.body_primarycat_D:link 			{ color: #59b800; text-shadow: none;}
.body_primarycat_D:visited 		{ color: #59b800; text-shadow: none;}
.body_primarycat_D:hover 		{ color: #6bd805; text-shadow:0px 1px 0px #ffffff;}
.body_primarycat_D:active 		{ color: #7fef16; text-shadow:0px 1px 0px #ffffff;}

.body_primarycat_D_triangle
{
	font-size: 8px; 
	position: relative; 
	bottom: 2px;
}
