BODY {
background: 		#d0d0d0 url(img/gradbg.png) repeat-x;
font-family:		tahoma,sans-serif;
font-size:		12px;
font-color:		#000000;
}

textarea {
overflow-y: scroll;
}

a:link { 
color: 			#000000;
text-decoration:	none;
}

a:visited { 
color: 			#000000;
text-decoration:	none;
}

a:hover { 
color: 			#000000;
text-decoration:	none;
}

a:active { 
color: 			#000000;
text-decoration:	none;
}

#mainContainer {
position:		absolute;
top:			100px;
left:			50%;
width:			750px;
height:			495px;
margin-left:		-375px;
border:			1px #606060 solid;
background-color:	#c7c7c7;
}

#contContainer {
position:		absolute;
top:			130px;
left:			0px;
width:			750px;
height:			320px;
}

#banner {
position:		absolute;
top:			0px;
left:			0px;
width:			750px;
height:			100px;
}

.generalIntro {
position:		absolute;
top:			20px;
left:			50%;
width:			120px;
height:			20px;
margin-left:		-60px;
font-size:		18px;
}

.generalMessage {
position:		absolute;
top:			20px;
left:			0;
width:			750px;
height:			20px;
font-size:		14px;
text-align:		center;
}

.generalTable {
position:		absolute;
top:			0px;
left:			0px;
width:			750px;
height:			200px;
}

.generalPages {
position:		absolute;
top:			298px;
left:			0px;
width:			750px;
height:			22px;
font-size:		16px;
text-align:		center;
background-color:	#aaaaaa;
}

#copyright {
position:		absolute;
top:			496px;
left:			0px;
width:			750px;
height:			20px;
font-size:		12px;
text-align:		center;
}

/*Menu*/

#menu {
position:		absolute;
top:			100px;
left:			0px;
width:			750px;
height:			30px;
background-color:	#aaaaaa;
border-bottom:		1px #606060 solid;
}

#menuHome {
position:		absolute;
top:			0px;
left:			0px;
height:			30px;
width:			50px;
}

#menuNews {
position:		absolute;
top:			0px;
left:			50px;
height:			30px;
width:			80px;
}

#menuContact {
position:		absolute;
top:			0px;
left:			130px;
height:			30px;
width:			80px;
}

#menuLibrary {
position:		absolute;
top:			0px;
left:			205px;
height:			30px;
width:			85px;
}

#menuReview {
position:		absolute;
top:			0px;
left:			290px;
height:			30px;
width:			120px;
}

/*Footer*/

#footer {
position:		absolute;
top:			450px;
left:			0px;
height:			50px;
width:			750px;
border-top:		1px #606060 solid;
}

#manufacHead {
position:		absolute;
top:			3px;
left:			50%;
height:			20px;
width:			725px;
font-size:		14px;
margin-left:		-362px;
text-align:		center;
}

#manufacList {
position:		absolute;
top:			23px;
left:			50%;
width:			750px;
height:			20px;
color:			#000000;
font-size:		12px;
font-style:		bold;
margin-left:		-375px;
text-align:		center;
}

#manuPageNext {
position:		absolute;
top:			5px;
left:			425px;
width:			20px;
height:			15px;
color:			#000000;
font-size:		11px;
text-align:		center;
}

#manuPagePrev {
position:		absolute;
top:			5px;
left:			305px;
width:			20px;
height:			15px;
color:			#000000;
font-size:		11px;
text-align:		center;
}

/*Home*/

#welcomeText {
position:		absolute;
top:			10px;
left:			50%;
width:			700px;
height:			210px;
margin-left:		-350px;
font-size:		14px;
overflow-y: 		auto;
}

#galleryContainer {
position:		absolute;
top:			225px;
left:			0px;
width:			750px;
height:			95px;
border-top:		#606060 1px solid;
}

#galleryItem0 {
position:		absolute;
top:			10px;
left:			10px;
height:			72px;
width:			108px;
border:			black 1px solid;
}

#galleryItem1 {
position:		absolute;
top:			10px;
left:			167px;
height:			72px;
width:			108px;
border:			black 1px solid;
}

#galleryItem2 {
position:		absolute;
top:			10px;
left:			322px;
height:			72px;
width:			108px;
border:			black 1px solid;
}

#galleryItem3 {
position:		absolute;
top:			10px;
left:			477px;
height:			72px;
width:			108px;
border:			black 1px solid;
}

#galleryItem4 {
position:		absolute;
top:			10px;
left:			632px;
height:			72px;
width:			108px;
border:			black 1px solid;
}

/*News*/

#newsName {
position:		absolute;
top:			0px;
left:			0px;
width:			700px;
height:			20px;
font-size:		16px;
border-bottom:		1px #606060 solid;
}

#newsDesc {
position:		absolute;
top:			25px;
left:			4px;
width:			680px;
height:			209px;
font-size:		12px;
background-color:	#828282;
padding:		5px;
border:			1px solid #606060;
overflow-y: 		auto;
}

#newsItem {
position:		absolute;
top:			40px;
left:			50%;
width:			700px;
height:			250px;
margin-left:		-350px;
background-color:	#aaaaaa;
border:			1px #606060 solid;
}



/*Contact*/

#contactContainer {
position:		absolute;
top:			0px;
left:			50%;
width:			700px;
height:			300px;
margin-left:		-350px;
}

#contactTextName {
position:		absolute;
top:			55px;
left:			0px;
width:			200px;
height:			15px;
font-size:		14px;
}

#contactFieldName {
position:		absolute;
top:			71px;
left:			0px;
width:			200px;
height:			25px;
}

#contactTextEmail {
position:		absolute;
top:			105px;
left:			0px;
width:			200px;
height:			15px;
font-size:		14px;
}

#contactFieldEmail {
position:		absolute;
top:			121px;
left:			0px;
width:			200px;
height:			25px;
}

#contactTextSub {
position:		absolute;
top:			155px;
left:			0px;
width:			200px;
height:			15px;
font-size:		14px;
}

#contactFieldSub {
position:		absolute;
top:			171px;
left:			0px;
width:			200px;
height:			25px;
}

#contactMsg {
position:		absolute;
top:			71px;
left:			300px;
width:			400px;
height:			143px;
}

#contactMsgText {
position:		absolute;
top:			55px;
left:			300px;
width:			200px;
height:			15px;
font-size:		14px;
}

#contactSubmit {
position:		absolute;
top:			220px;
left:			0px;
}

/*Library*/

#libraryImg {
position:		absolute;
top:			30px;
left:			485px;
width:			108px;
height:			72px;
border:			1px #606060 solid;		
}

#libraryName {
position:		absolute;
top:			0px;
left:			0px;
width:			600px;
height:			20px;
font-size:		16px;
border-bottom:		1px #606060 solid;
}

#libraryDesc {
position:		absolute;
top:			30px;
left:			10px;
width:			450px;
height:			200px;
font-size:		12px;
background-color:	#828282;
padding:		5px;
border:			1px solid #606060;
overflow-y: 		auto;
}

#libraryItem {
position:		absolute;
top:			40px;
left:			50%;
width:			600px;
height:			250px;
margin-left:		-300px;
background-color:	#aaaaaa;
border:			1px #606060 solid;
}

#pdfImg {
position:		absolute;
top:			0px;
left:			575px;
height:			20px;
width:			19px;
border:			none;
}


/*LighBox*/

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 


