/*---------------------------------------*/
/* Precast Specialties, Inc              */
/* Version 1.0                           */
/* Date: 9-23-2004                       */
/*---------------------------------------*/


/* ELEMENT STYLES */
BODY
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

a:link, a:active, a:visited
{
	color: #3E7FEA;
	text-decoration: none;
}

a:hover
{
	color: #3E7FEA;
	text-decoration: underline;
}

a.about:link, a.about:active, a.about:visited
{
	color: white;
	padding: 4px;
	background: #990000;
	font-weight: bold;
	text-align: center;
	border: 3px solid white;
	width: 100px;
	text-decoration: none;
}

a.about:hover
{
	text-decoration: underline;
}

a.home:link, a.home:active, a.home:visited
{
	color: white;
	padding: 4px;
	background: #FAB807;
	font-weight: bold;
	text-align: center;
	border: 3px solid white;
	width: 100px;
	text-decoration: none;
}

a.home:hover
{
	text-decoration: underline;
}

a.contact:link, a.contact:active, a.contact:visited
{
	color: white;
	padding: 4px;
	background: #134B8E;
	font-weight: bold;
	text-align: center;
	border: 3px solid white;
	width: 100px;
	text-decoration: none;
}

a.contact:hover
{
	text-decoration: underline;
}

a.projects:link, a.projects:active, a.projects:visited
{
	color: white;
	padding: 4px;
	background: #006500;
	font-weight: bold;
	text-align: center;
	border: 3px solid white;
	width: 100px;
	text-decoration: none;
}

a.projects:hover
{
	text-decoration: underline;
}

a.slide:link, a.slide:active, a.slide:visited
{
	color: white;
	padding: 4px;
	background: #CC6000;
	font-weight: bold;
	text-align: center;
	border: 3px solid white;
	width: 100px;
	text-decoration: none;
}

a.slide:hover
{
	text-decoration: underline;
}

h1
{
	font-size: 14px;
	margin-bottom: 10px;
}

h2
{
	font-size: 13px;
	margin-bottom: 0px;
}

h3
{
	font-size: 12px;
	margin-bottom: 10px;
}

TABLE
{
	font-size: 11px;
}

HR
{
	height: 1px;
	margin-bottom: 0px;
	color: #d0cfc4;
}

form
{
	display: inline;
}

/* COMMOM CLASSES */

.contentHome
{
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-top: 12px;
	width: 260px;
	height: 96px;
}

.caption
{
	font-size: 9px;
}

#contentAll
{
	padding: 14px;
	margin-bottom: 16px;
}

.copyright
{
	color: #d0cfc4;
	margin-left: 16px;
}

#home
{
	font-size: 12px;
	line-height: 16px;
	padding-left: 14px;
}

#stripeHome
{
	display: block;
	background: #134B8E;
	height: 9px;
}

#stripeAbout
{
	display: block;
	background: #990000;
	height: 9px;
}

#stripeProjects
{
	display: block;
	background: #006500;
	height: 9px;
}

#stripeSlide
{
	display: block;
	background: #CC6000;
	height: 9px;
}
