@charset "UTF-8";


/*#container
{
margin-left: auto; 
margin-right: auto;
width: 50em;
}
*/

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 831px;
	z-index: 100;
	margin-top:5%;
}

#HEADER {
	width: 831px;
	height: 146px;
	background-color: #eeeeee;
}

#TopContainer {
	width: 831px;
	height: 146px;
}

#CONTENT {
	width: 831px;
}

#MiddleContainer {
	width: 831px;
	background-color: #eeeeee;
}

#FOOTER {
	width: 831px;
}


/*TOP*/
#MainContainer {
	
	margin-top:0px;
	margin-left:0px;
	float:left;
	width: 831px;
	height: 42px;
	display:inline;
}

#topWhite {
	left:0px;
	top:0px;
	width:831px;
	height:65px;
	background-color:#ffffff;
}

#LogoContainer {
	left:0px;
	width:831px;
	height:140px;
	background-image:url(../images/LogoBkgrd.gif);
	background-repeat: repeat-x;
}

#logoFounded  {
	width:234px;
	height:12px;
	margin-top:8px;
	margin-left:591px;
}


#logo  {
	width:391px;
	height:72px;
	margin-top:26px;
	margin-left:13px;
}

#logoManufac {
	width:362px;
	height:25px;
	margin-top:101px;
	margin-left:0px;
}

#mainCopyContainer  {
	background-color: #eeeeee;
	margin-top:0px;
	margin-left:0px;
	float:left;
	width: 408px;
	height: 408px;
	display:inline;
}

#mainCopy  {
	background-color: #eeeeee;
	margin-top: 20px;
	margin-left: 17px;
	margin-right: 15px;
	float:left;
	display:inline;
	color: #3a3a3a;
	text-decoration: none;
	font-size:13px;
	font-family:Arial, Helvetica;
	line-height: 20px;
}

#mainCopyScroll  {
	width: 385px;
	height: 380px;
	background-color: #eeeeee;
	margin-top: 20px;
	margin-left: 17px;
	margin-right: 15px;
	float:left;
	display:inline;
	color: #3a3a3a;
	text-decoration: none;
	font-size:13px;
	font-family:Arial, Helvetica;
	line-height: 20px;
	overflow: auto;
}

a.blue:link {color: #0000ff;}
a.blue:active {color: #0000ff;}


#mainCopy2  {
	width:380px;
	background-color:#eeeeee;
	margin: 20px 0 0 17px; /*TOP  RIGHT  BOTTOM  LEFT  */
	float:left;
	display:inline;
	color: #3a3a3a;
	text-decoration: none;
	font-size:13px;
	font-family:Arial, Helvetica;
	line-height: 20px;
}

.navRightSide  {
	float:left;
	display:inline;
}

#EndNav {
	left:436px;
	width:16px;
}

.pictureContainer  {
	position:absolute;
	display:inline;
	z-index: -1;
	margin-left:-45px;
	_margin-left: -48px; /* notice the _ before the property - shows in IE6 and below */
	background-color: #eeeeee;
}

#picture2 {
	width:423px;
	height:450px;
}

#navagationContainer  {
	background-image:url(../images/NavBkgrd.gif);
	background-repeat: repeat-x;
	float:left;
	display:inline;
	width:436px;
	height:42px;
}

#navagation {
	margin-top: 8px;
	margin-left: 5px;
	z-index: 100;
}
/* ------------------CONTACT ------------------ */
#contactContainer {
	width:390px;
}

#contactLeft {
	width:190px;
	float:left;
}

#contactRight {
	width:190px;
	float:right;
}

/* ------------------FOOTER ------------------ */
#footerContainer {
	margin-top:0px;
	margin-left:0px;
	float:left;
	width: 831px;
	height: 35px;
	display:inline;
}

#footerCopy {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-left: 14px;
	float:left;
	display:inline;
	color: #3a3a3a;
	text-decoration: none;
	font-size:10px;
	font-family:Arial, Helvetica;
}


