
/**************************************************/
/*                                   Body and Wrapper  */
/**************************************************/

body {
background: #FFFFFF;
margin: 0;
padding: 0;
font: normal 8pt/13pt verdana, arial,sans-serif;
}

#wrapper {
margin: 0 auto;
width: 800px;
padding: 0;
text-align: left;
}

/**************************************************/
/*                                       Top Piece  */
/**************************************************/

#top {
background: url(images/bg.jpg) top repeat; 
height: 120px;
}
/**************************************************/
/*                                       Top Bar above menu   */
/**************************************************/

#topbar {
background-color: #9191FF;
height: 5px;
}
/**************************************************/
/*                                       Nav Bar         */
/**************************************************/

#topnav {
background-color: #1919B3;
height: 19px;
}

/**************************************************/
/*                                       Top Bar below menu  */
/**************************************************/

#topbarbelow {
background-color: #C8C8FF;
height: 3px;
}

/**************************************************/
/*                                       Left below menu  */
/**************************************************/
#leftbelowmenu {
	margin-left: 250px;
	float:left;
	width:171px;
	height:600px;
	margin-left:0px;
	background: #1919B3;

}
/**************************************************/
/*                                       Left below menu - long*/
/**************************************************/
#leftlongbelowmenu {
	margin-left: 250px;
	float:left;
	width:171px;
	height:1000px;
	margin-left:0px;
	background: #1919B3;

}
/**************************************************/
/*                                       Page Title Bar */
/**************************************************/

#titlebar {
	position: absolute;
	top: 0px;
	width:100%;
	height:15px;
	margin-left:0px;
	background: #C8C8FF;
	border-style: solid;
	border-color: #1919B3;
	border-width: thin;
	vertical-align: middle;
	padding: 0.2em;
	font-weight:bold;
	font-color:#003366;
	font-size: 12px;
}
/**************************************************/
/*                                       Page Title Bar - center */
/**************************************************/

#titlebarcenter {
	position: absolute;
	margin-top: 0px;
	margin-left:0px;
	width:75%;
	height:15px;
	background: #C8C8FF;
	border-style: solid;
	border-color: #1919B3;
	border-width: thin;
	vertical-align: middle;
	padding: 0.2em;
	weight:bold;
	color:#003366;
	size: 12px;
}

/**************************************************/
/*                                     Single Column  */
/**************************************************/
#stuff {
width: 75%;
margin-left: 210px;
text-align: left;
}
#stuffcenter {
width: 65%px;
margin-left: 250px;
text-align: center;
}
#stuffmanufact {
	float:left;
	margin-left: 250px;
	text-align: left;
}

#stuffmanufactleft {
	float:left;
	margin-left: 80px;
	text-align: left;
}
#stuffmanufactright {
	float:left;
	margin-left: 80px;
	text-align: left;
}
#stuffgreyblockleft {
	position: relative;
 	margin: 0px 250px 0px 230px;
 	padding: 20px;
 	z-index: 13;
}
#stuffgreyblockright {
 position: absolute;
 top: 250px;
 right: 50px;
 width: 150px;
 margin: 0px;
 padding: 0px;
 height: 400px;
 z-index: 1;
}
/**************************************************/
/*                                       Left Column  */
/**************************************************/

#stuffleft {
 position: relative;
 margin: 0px 450px 0px 220px;
 padding: 3px;
 height: auto;
 z-index: 13;
}
/**************************************************/
/*                                       Right Column  */
/**************************************************/

#stuffright {
 position: absolute;
 top: 220px;
 right: 80px;
 width: 350px;
 margin: 0px;
 padding: 0px;
 z-index: 1;
}
/**************************************************/
/*                                       Left Column - coming soon */
/**************************************************/

#stuffcomingsoonleft {
 position: relative;
 margin: 200px 450px 100px 220px;
 padding: 3px;
 height: auto;
 z-index: 13;
}
/**************************************************/
/*                                       Right Column - coming soon */
/**************************************************/

#stuffcomingsoonright {
 position: absolute;
 top: 300px;
 right: 80px;
 width: 350px;
 margin: 0px;
 padding: 0px;
 z-index: 1;
}
/**************************************************/
/*                                       Left Column - home */
/**************************************************/

#stuffhomeleft {
 position: relative;
 margin: 0px 250px 0px 220px;
 padding: 3px;
 height: auto;
 z-index: 13;
}
/**************************************************/
/*                                       Right Column - home */
/**************************************************/

#stuffhomeright {
 position: absolute;
 right: 80px;
 top: 220px;
 width: 150px;
 padding: 3px;
 z-index: 1;
}
/**************************************************/
/*                                       Content */
/**************************************************/

#stuffcontent {
 position: relative;
 margin: 10px 20px 0px 220px;
 padding: 3px;
 height: auto;
 z-index: 13;
}
/**************************************************/
/*                                     img float      */
/**************************************************/
#img.floatLeft { 
    float: left; 
    margin: 4px; 
}
/**************************************************/
/*                                       Footer       */
/**************************************************/

#footer {
	float:left;
	width:75%;
	height:15px;
	margin-left:50px;
	border-top: thin solid #1919B3;
	text-align=center;
	padding-bottom: 30px;
}

/**************************************************/
/*                                     Single Column Contact Us */
/**************************************************/
#stuffCU {
margin-left: 250px;
text-align: left;
}
/**************************************************/
/*                               All the content   */
/**************************************************/

#header {
width: 746px;
height: 1px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}
/**************************************************/
/*                             	Headings
/**************************************************/

h3 {	font-weight:bold;
	color:#003366;
	font-size: 12px;
}

/****************************************************************

#leftcontact {
	float:left;
	width:350px;
	margin-left:50px;

}

#rightcontact {
	float:right;
	width:300px;
	margin-right:20px;

}

#stuffleftfeedback {
	float:left;
	width:200px;
	margin-left:0px;
	text-align: right;
}

#stuffrightfeedback {
	float:right;
	width:350px;
	margin-right:200px;
}

#footer {
	width: 650px;
	margin-left: 50px;
	text-align: center;
	padding-top: 0px;
}

#img {
border: none;
} 

h1 {
    	color:#003366;
	font-size: 12px;
	margin-left: 70px;
}
h2 {
    	font-weight:bold;
	color:#003366;
	font-size: 16px;
}
h3 {	font-weight:bold;
	color:#1919B3;
	font-size: 12px;
}
h6 {	color:#003366;
    	font-size: 10px;
}

p {
    	color:#003366;
    	font-size: 14px;
}
ul{
	color:#003366;
    	font-size: 10px;
}

.pageheader
{
	font-weight:bold;
	color:#000080;
	font-size: 18px
}


