/***********************************************/
/* eagle2.css                            */
/*            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background-image: url(http://www.eagleoxide.com/images/Eagle_embossed.gif);
}

a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Arial,sans-serif;
 font-size: 120%;
 font-weight: bold;
 color: #334d55;
}

h2{
	font-size: medium;
	color: #006699;
	font-weight: bold;
}

h3{
 font-size: 100%;
	color:#334d55;
}

h4{
 font-size: medium;
 font-weight: bold;
 color: #334d55;
}

h5{
 font-size: 90%;
 color: #334d55;
}

ul{
	list-style-type: square;
}

				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width: 150px;
	height: 102px
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	padding: 30px 0px 0px 3px;
}

#content{
	position: absolute;
    float:none;
	left: 6px;
	width: 750px;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif;
	top: 158px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#CompanyName{
	margin: 0px 0px 0px 95px;
	padding: 10px 10px 0px 10px;
	position: absolute;
	height: 102px;
	top: 0px;
	width: 570px;
	left: 70px;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;

}



/************* #globalNav styles **************/
#globalNav{
position: absolute;
width: 100%;
height: 32px;
color: #cccccc;
padding: 0px;
margin: 0px;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 158px;
	left:276px;
}

#gnr {
	position: absolute;
	top: 158px;
	right:750px;
}

#globalNav img{
	display: none;
}

#globalNav a {
	font-size: 90%; 
}
#globalLink{
	width: 270px;
	cursor: default;
	position: absolute;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
}
	
	a.glink, a.glink:visited{
	font-size: medium;
	font-weight: bold;
	display: block;
	border-bottom: 2px solid #666666;
	border-top: 2px solid #FFFFFF;
	border-right: 2px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
	padding-bottom: 2px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	color: #334d55;
	background-image: url(http://www.eagleoxide.com/images/bg_nav.gif);
}

a.glink:hover{
	background-image: none;
	background-color: #FFFF00;
	font-weight: bold;
	text-decoration: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: -6px;
	left: 278px;
	height: 300px;
	padding: 10px 0px 0px 2px;
	visibility: hidden;
	color: #dddddd;
	width: 478px;
	background-color: #006699;
	margin-top: 165px;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 100%;
	color: #dddddd;
}

.subglobalNav a:hover{
	color: #FFFF00;
}


/************** .feature styles ***************/

.feature{
	padding: 20px 60px 20px 20px;
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	left: 270px;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	width: 400px;
	position: absolute;
	top: 1px;
	color: #333333;
}
.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************* #siteInfo styles ***************/

#siteInfo{
	font-size: 75%;
	color: #334d55;
	position: absolute;
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	width: 750px;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	top: 750px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they touch */

#siteInfo img{
	padding: 4px 4px 4px 4px;
}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	left: 6px;
	width: 750px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	top: 122px;
	font-weight: bold;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
	border-bottom: 2px solid #666666;
	border-left: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-top: 2px solid #FFFFFF;
	height: 26px;
	text-align: center;
	position: absolute;
}

#sectionLinks a:link{
	padding: 2px 5px 2px 5px;
	width: auto;
	width: auto;
	color: #FF0000;
}

#sectionLinks a:visited{
	padding: 2px 5px 2px 5px;
	color: #FF0000;
}

#sectionLinks a:hover{
	background-color: #FFFFFF;
	padding: 2px 5px 2px 5px;
	color: #006699;
}





/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.gallerycontainer{
	position: relative;
	height: 650px;/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 1px solid blue;
}

.thumbnail span{
	position: absolute;
	padding: 5px;
	visibility: hidden;
	text-decoration: none;
	background-image: url(http://www.eagleoxide.com/images/contentBG.gif);
}

.thumbnail span img{
	border-width: 0;
	padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 100px;
left: 6px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
