@charset "utf-8";
/* CSS Document */

body {
	background-color:#000000;
}

h1{
	font-family:"Palatino Linotype";
	font-size:30px;
	font-weight:800;
	color:#111111;
	text-align:center;
}

h2{
	font-family:"Palatino Linotype";
	font-size:25px;
	font-weight:700;
	color:#333333;
	text-align:center;
}

h3{
	font-family:"Palatino Linotype";
	font-size:20px;
	font-weight:700;
	color:#555555;
	text-align:center;
}

.blackbody{
	padding:0px;
	font-family:"Palatino Linotype";
	font-size:14px;
	color:#FFFFFF;
	background-color:#000000;
}

.whitebody{
	padding:0px;
	font-family:"Palatino Linotype";
	font-size:14px;
	color:#000000;
	background-color:#FFFFFF;
}

.projectnames{
	padding:0px;
	font-family:"Palatino Linotype";
	font-size:11px;
	color:#000000;
	background-color:#FFFFFF;
}

.projectpics{
	height:60px;
	width:76px;
}

.bodybottom{
	background-color:#FFFFFF;
}

.worldofaluminumbodyfont{color:#000000; font-size:12px;} /*Body of pages with small text*/
.worldofaluminumbodywhite{color:#FFFFFF; font-size:12px;} /*Body of pages with small text*/
.worldofaluminumtitles{color:#990000; font-size:12px;} /*Title of pages with small text*/


#sidebar
{
	vertical-align:top;
	background-color:#D70F14;
	color:#999999;
	font-family:"Palatino Linotype";
	font-size:14px;
	font-weight:400;
	width:164px;
}

#wholepage
{
	width:764px;
	padding:0px;
	margin:0px;
	top:0%;
	border:2px solid #CCCCCC;
	
}

#slideshow
{
	width:500px;
	margin:0 auto;
	position:absolute;
	top:1.1%;
	left:780px;
	background-color:#000000;
}

/*Horizontal Menu */	
#menubar
{
	background-image:url(Images/menus/NavBackNew.gif);
	background-repeat:no-repeat;
	height:40px;
}

#productmenulabel
{
	background-color:#FFFFFF;
	color:#FFFFFF;
	font-family:"Palatino Linotype";
	font-size:2px;
	text-align:center;
}

.HorizontalMenuContainer
{
	float:left;
	left:12px;
	width:760px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	position:relative;
	padding:0;
	list-style:none;
	/*border-bottom:2px solid #000000;*/
	/*background-image:url(Images/menus/GlassUp.gif);*/
  }
  
#nav {

	float:left;
	width:auto;
	height:20px;
	line-height:20px;
	text-decoration:none;
	font-family:"Palatino Linotype";
	font-size:12.35px;
	font-weight:bold;
	color:#000000;
	padding:0em 0em;
	text-align:center;
	vertical-align:middle;
	display:inline;
	list-style:none;
	}
	
#nav li a {
	float:left;
	color:#000000;
	text-decoration:none;
	outline:0;
	padding:0em 0.4em;
	border-right:2px solid #FFFFFF;	
}
#nav a:hover,#nav a.home:hover, #nav a.products:hover {
	background-color:#000000;
	color:#FFFFFF;
}

/*Product Menu */
#productbar
{
	background-color:#FFFFFF;
	border-bottom:2px solid #000000;
}

.HorizontalMenuContainer2
{
	float:left;
	width:764px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	margin-top:0;
	position:relative;
	padding:0;
	list-style:none;
	/*background-image:url(Images/menus/GlassUp.gif);*/
  }
  
#nav2 {

	float:left;
	width:80px;
	height:15px;
	line-height:15px;
	text-decoration:none;
	font-family:"Palatino Linotype";
	font-size:10px;
	font-weight:bold;
	color:#666666;
	padding:0em 0em;
	text-align:center;
	vertical-align:middle;
	display:inline;
	list-style:none;
	}
	
#nav2 li a {
	float:left;
	color:#666666;
	text-decoration:none;
	outline:0;
	padding:0em 0.4em;
	width:80px;
}
#nav2 a:hover,#nav2 a.home:hover, #nav2 a.products:hover {
	color:#EA0000;
}

/*Bottom Menu */
#bottombar
{
	background-color:#FFFFFF;
	border-bottom:2px solid #000000;
	height:80px;
}

#bottomnav {
	height:30px;
	width:auto;
	text-decoration:none;
	font-family:"Palatino Linotype";
	font-size:10px;
	font-weight:normal;
	color:#666666;
	padding:0em 0em;
	margin:0em 0em;
	text-align:center;
	display:inline;
	list-style-type:none;
	}

#bottomnav ul
{
	float:left;
	position:relative;
	list-style:none;
	width:720px;
}

	
#bottomnav li a {
	float:left;
	color:#666666;
	text-decoration:none;
	outline:0;
	padding:0em 0.4em;
	width:auto;
	border-right: 1px solid #000000;
}
#bottomnav a:hover,#bottomnav a.home:hover, #bottomnav a.products:hover {
	color:#EA0000;
}

a.screen, a.screen:visited {
	color:#FFFFFF;
	font:"Palatino Linotype";
	font-size:10px;
	font-weight:bold;
	position:absolute;
	z-index:1;
}
a.screen b {
position:absolute;
visibility:hidden; /* hide the image */
width:20px; /* give it a width */
height:0; /* no height to solve an Opera bug that 
             makes it selectable when hidden */
border:0px solid #000000; /* add a border */
left: -15px; /* position:the image */
top: -100px;
}
a.screen:hover {
text-decoration:none; 
border:0; /* needed for this to work in IE */ 
z-index:1000;
}
a.screen:hover b {
visibility:visible; /* make the image visible */
height:15px; /* now give it a height */
cursor:pointer; /* for IE */
z-index:500; 
}
a.screen:hover b img {
border:0; /* remove the link border */
}

.products2
{
background-color:#FDFDFD;
}

.products2 a:visited img {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;}
.products2 a:link img {filter:alpha(opacity=60); -moz-opacity:0.60; opacity:0.60;}
.products2 a:hover img {filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
.products2 a:active img {filter:alpha(opacity=100); -moz-opacity:1.00; opacity:1.00;}
