
/*** begin set styles for content ***/
body, td{font-family:Verdana, Arial, Helvetica, sans-serif;}

.PageTitle {
	font-size:1.7em;
	font-weight: bold;
	font-style: italic;
	color:#990000;
}

.PageCaption {
	font-style: italic;
	font-size: 1.5em;	
}

.BoldSectionTitle {
	font-weight: bold;
	font-style: italic;
}

.BoldSectionTitleMedium {
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.SectionTitle {
	font-size: 1.7em;
	color:#990000;
}

.SectionTitleBlack {
	font-size:1.7em;
	color:#000000;
}

.BlueSectionTitle {
	font-size:1.3em;
	font-weight: bold;
	color:#003399;
}

.RedText {
	color:#990000;
}

.SmallText {
	font-size: 12px;
}

.SmallTextBold {
	font-size: 12px;
	font-weight: bold;
}
.SmallTextTitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom:1px solid #a19c86;
	margin-bottom:10px;
	LINE-HEIGHT: 18px;	
}

.RedBold {
	color:#990000;
	font-weight: bold;
}


/*** begin content specific css ***/


#cheader {
	width: 603px;
	float: left;
}

#maincontent {
	width: 790px;
	float: left;
}

/**** products/index.html ****/

.picturenav {
	width: 100%;
	float: left;
}

.pncolumn {
	width: 147px;
	float: left;
	display: block;
	overflow: hidden;
}

.pnpic {
	text-align: center;		
	background: #9e9a8a;
	float: left;
	width: 100%;
	padding: 5px 0px 10px 0px;
}

.pnpic img {
	border: none;
	width: 120px;
	height: 120px;
	border: 1px solid black;
}

.pnlink {
	width: 100%;
	float: left;
	padding: 20px 15px 20px 15px; 
	text-align: left;	
	font-weight: bold;
}

.pnlink img {
	border: none;
}

.pnlink a {
	text-decoration: none;
	color: #000000;
}

.pntext {
	width: 120px;
	float: left;
	padding: 5px 15px 40px 15px;
}

.pntext p {
	margin: 0px;
	padding: 0px;
}

.productsul {
	font-size: .8em;
	list-style: decimal;
}


/**** solid.html ****/

.boxwrapper {
	width: 603px;
	float: left;
	margin-bottom: 30px;
}

.GreenBox {
	width: 240px;
	background: #c9d1aa;
	font-size: 1.2em;
	float: left;
	height: 70px;
	padding: 5px;
}

.DarkYellowBox {
	width: 260px;
	background: #dcdb9c;
	font-size: 1.2em;
	float: left;
	margin-left: 35px;
	padding: 5px;
	height: 70px;
}

.solidpagetable {
	width: 100%;
	float: left;
	background: url("/images/tableback.gif") repeat-y;	
	margin-bottom: 25px;
}

.craftsmanssrow {
	width: 100%;
	float: left;
	border-bottom: 1px solid white;
}

.craftsmancell1 {
	font-weight: bold;
	width: 120px;
	padding: 5px 0px 0px 5px;
	float: left;
}

.craftsmancell2 {
	width: 400px;
	padding: 5px 0px 0px 5px;
	float: left;
}

.craftsmantablelist {
	list-style: block;
}

/**** engineered.html ****/

.engpagetable {
	width: 100%;
	background: url("/images/engtableback.gif") repeat-y;
	float: left;
	margin-bottom: 20px;
}

.engrow {
	width: 100%;
	float: left;
	border: 1px solid white;
}

.engcell1 {
	font-weight: bold;
	color: #990000;
	width: 70px;
	text-align: center;
	float: left;
}

.engcell2 {
	width: 500px;
	float: left;
	
}

/**** design_services.html ****/

.dslist {
	
}

/**** contatct.html ****/

.toprow {
	width: 100%;
	float: left;	
	margin-bottom: 20px;
}

.toprowcell1 {
	width: 250px;
	float: left;
	font-size: 1.4em;
	font-weight: bold;
}

.toprowcell2 {
	width: 250px;
	float: right;
	font-size: 1.4em;
	text-align: right;
}

.contactformwrap {
	width: 400px;
	margin: 0px auto;
}

.cfrowcentered {
	width: 100%;
	float: left;
	text-align: center;
}

.cfrow {
	width: 100%;
	float: left;	
	padding: 10px;
}

.cfrowcell1 {
	width: 50%;
	float: left;
}

.cfrowcell2 {
	width: 50%;
	float: left;	
}

.BoxHeaderBar {
	background-image:url('/images/barbg.jpg');
	width:295px;
	height:27px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:13pt;
	padding-left:40px;
	padding-top:10px;
	text-align:left;
}
.BoxHeaderBar p {margin-top:0px;}