

/*  style sheet for streetpiercing.com  */
/* The following styles are for the popup sizing guide window  */


	.popupcontent {
			margin: 0px 0px 0px 10px;  /* TRBL  */
			font:  12px  Arial, Verdana, Trebuchet MS ;		
	}

	.popupcontent .header{
			font-size: 16px;
			color: #A70303;
			text-decoration: underline;
			/* border-bottom: 1px solid #333; */
			font-weight: bold;
			padding: 0px 0px 0px 0px;
	}

	.popupcontent .smheader{
			font-size: 14px;
			color: black;
			border-bottom: 1px solid #333;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
	}

	/* .popupcontent td{			*/
	/*		font:  12px  Arial, Verdana, Trebuchet MS ;		*/
}


/* end popup sizing guide   */

/* The following styles are for the content pages - privacy, terms, shipping, etc.  */


	.content {
			margin: 0px 0px 0px 10px;  /* TRBL  */
			font:  14px  Verdana, Trebuchet MS, Arial;		
	}

	.content .header{
			font-size: 16px;
			color: #A70303;
			text-decoration: underline;
			/* border-bottom: 1px solid #333; */
			font-weight: bold;
			padding: 0px 0px 0px 0px;
	}

	.content .smheader{
			font-size: 14px;
			color: black;
			border-bottom: 1px solid #333;
			font-weight: bold;
			padding: 0px 0px 0px 0px;
	}

	.content td{
	}


/* end content pages   */




/* The following is used to setup links on the very top navigation of the header.asp   */

	#topmenu {
		margin: 0px 0px 0px 10px;  /* TRBL  */
		font:  12px  Verdana, Trebuchet MS, Arial;		
	}

	#topmenu td{
		font-size: 12px;
	}

	#topmenu a {             
		text-decoration: none;
		color: #A8A8A8;    /* #333; */
	}

	#topmenu a:hover {
		color: red;  /* #999;  */
	}

/* end top navigation  */



/* The following ccs style are used on the home page   */

	.homecontent{
		/* width: 200px;    */
	}

	.homecontent .headerbar{
		font: bold 20px Arial;
		color: black;   			/* FFFF66 yellow */
		margin-bottom: 25px;  		/*bottom spacing between header and rest of content*/
		text-transform: uppercase;
		padding: 5px 0 10px 10px;    /*header text is indented 10px*/
	}

	.homecontent ul{
		list-style-type: none;
		margin: 1px;
		padding: 0;
		margin-bottom: 25px;     						/*bottom spacing between each UL and rest of content*/
		font:  16px Verdana, Trebuchet MS, Arial;		/* add this st_p */
	}

	.homecontent ul li{
		padding-bottom: 20px;     /*bottom spacing between menu items*/
	}

/* end Home page styling  */
