/*Copyright 2007 Steve Chittenden, Creative Business Services, cbscreative.com.
	If you are looking to steal this, help yourself. It is not a sophisticated example,
	it uses rather ordinary methods of control. If you do use this, at least have the
	decency to leave this here to give me credit.*/

/*Modified from Alpha*/

body {background-image:url(images/bg-fiberglassmat.gif);
	background-repeat: repeat;
	background-color: #ffffff;
	}

a:link {color: #344ea0;
	background-color: transparent;
	font-weight: 600;
	text-decoration: underline;
	}
a:visited {color: #73718f;
	background-color: transparent;
	font-weight: 600;
	text-decoration: none;
	}
a:active {color: #cc0000;
	background-color: transparent;
	font-weight: 600;
	text-decoration: none;
	}
a:hover {color: #cc0000;
	background-color: transparent;
	font-weight: 600;
	text-decoration: underline;
	}

h1 {color: #cc0000;
	font-size: 24px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 900;
	margin: 0px 0px 5px 0px;
	}

h2 {color: #333333;
	font-size: 18px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 900;
	font-style: italic;
	margin: 0px 0px 30px 10px;
	}

h3 {color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 900;
	}

h4 {color: #333333;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: 600;
	}

h5 {color: #333333;
	font-size: 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	}

/*h6 used in red background on left screen*/
h6 {color: #ffffff;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-weight: normal;
	}

p {color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 24px 30px;
	line-height: 130%;
	}

li {color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 30px;
	}

blockquote {color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 30px;
	}



	/****Begin id and class specs****/

#stripe {background-image:url(images/bg-redstripe.gif);
	background-repeat: repeat-x;
	position: absolute;
	top: 36px;
	left: 0px;
	width: 100%;
	z-index: 10;
	}

#logo {position: absolute;
	top: 5px;
	left: 5px;
	z-index: 5;
	}

#tagline {position: relative;
	top: -65px;
	right: 40px;
	font-family: Arial, Helvetica, Sans-Serif;
	text-align: right;
	font-size: 18px;
	font-style: italic;
	z-index: 20;
	}

#leftscreen {position: absolute;
	background-color: #cc0000;
	top: 80px;
	left: 5px;
	width: 225px;
	height: 100%;
	}

#picrow {position: absolute;
	top: 45px;
	right: 20px;
	z-index: 40;
	}

#pagebody {position: absolute;
	top: 115px;
	left: 250px;
	right: 10%;
	z-index: 50;
	}

#footer {position: relative;
	left: 30px;
	right: 10%;
	z-index: 50;
	}

#pageid {font-style: italic;
	font-weight: 900;
	font-size: 11px;
	color: #cc0000;
	}

/*copright and contact are not shown on screen, used only for printing*/
#copyright {display: none;
	}

#contact {display: none;
	}

/*Controls cells in equipment list*/
.equip {vertical-align: top;
	margin: 0px 0px 0px 0px;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height: 130%;
	}

.desc {display: none;
	}


/*Control alignment and margins around pics used in pagebody paragraphs*/

.leftpic {margin: 4px 20px 10px 0px;
	}

.rightpic {margin: 4px 0px 10px 20px;
	}



