/* CSS Document */
body {
	margin:0px 0px 0px 10px;
	padding:0px;
	behavior: url(/scripts/csshover.htc);
	background: url(../images/metalco_background.jpg) fixed; 
}
	
#layout {
	position: relative;
	left: 50%;
	margin-left: -406px;
	width: 812px;
	top: 25px;
	text-align: center;
	clip: auto;
}
#content_left {
	position: relative;
	z-index:4;
	width:210px;
	float:left;
	margin:0px 0px 0px 10px;
	background:#fff;
	padding:10px;
}
#content_center {
	position: relative;
	min-height: 250px;
	z-index:3;
	width:400px;
	float:left;
	padding-top:100px;
	padding-bottom:10px;
	background: url(../images/metalco_logo_back.gif) no-repeat right middle; 
}
#foot {
	text-align:center;
	padding:10px;
}
	
 /* Element Definitions */
img {
	position:relative;
	padding:10px;
}
img.content {
	position:relative;
	float: right;
}
#lotsalove	{ display:none }
	
 /* Font Definitions */
* {
	font: normal 12px arial, helvetica, sans-serif;
	text-align:left;
	color:#316AA6;
}
.copyright {
	font: normal 10px arial, helvetica, sans-serif;
	line-height:10px;
}
h1 {
	font: normal bold 16px arial, helvetica, sans-serif;
}
h2  {
	font: normal normal 14px arial, helvetica, sans-serif;
	text-align:center;
	color:#D99E63;
}
h3  {
	font: normal bold 12px arial, helvetica, sans-serif;
}
p  {
	text-indent: 14px;
}
	
/* Menu Left formatting*/
ul, li, a.menu, a.submenu, div.menu {
	display:block;
	margin:0px;
	padding:0px;
	border:0px;
}
ul {
	width:155px;
	padding: 0px 0px 0px 5px;
	background: white;
	list-style:none;
}
li {
	position:relative;
	height:50px;
	text-align:left;
	z-index:5;
	background: url(../images/menu/bar.jpg) no-repeat;
	margin: 0px 0px 0px 0px;
}
li.folder { background: url(../images/menu/bar.jpg) no-repeat; }		
li.folder:hover { z-index:6; }		
li.folder ul {
	position:absolute;
	display:none;
	left:120px; /* IE required*/
	top:10px;
	margin: 0px 0px 0px 0px;
}		
li.folder>ul { left:120px; }
ul.level1 li.folder:hover ul.level2, 
ul.level2 li.folder:hover ul.level3,
ul.level3 li.folder:hover ul.level4 {
	display:block;
}
li.blank{
	background:none;
}
a.menu, a.submenu, div.menu{
	padding: 8px 0px 4px 35px;
	text-decoration:none;
	color:#205890;
	font-weight:bold;
	width:100%; /* IE */
}
li>a { width:auto; }
li a.submenu {
	background-position:110px 13px;
}
a.menu:hover {
	background: url(../images/menu/bardown.jpg) no-repeat;
	color:#D99E63;
}
li.folder a.submenu:hover {
	background: url(../images/menu/bardown.jpg) no-repeat;
	color:#D99E63;
}
.none {
	position:relative;
	left:10px;
	width:90%;
	height:10%;
	background:none;
	display:block;
}
		
/* Links actions */
a:link, a.small:link, a:visited, a.small:visited, a:hover, a.small:hover, a:active, a.small:active {
	text-decoration: none;
}   /*  */

a:link, a.small:link {color: #205890}     /* unvisited link */
a:visited, a.small:visited {color: #205890}  /* visited link */
a:hover, a.small:hover {color: #D99E63}   /* mouse over link */
a:active, a.small:active {color: #0000FF}   /* selected link */
a.small:link, a.small:visited, a.small:hover, a.small:active {
	font-size: 10px;
}   /*  */
input.menu { 
	background: url(../images/button_off.jpg) no-repeat left;
	background-position:-115px;
	width:37px;
	padding:2px;
	padding-left:0px;
	border:1px solid white;
	color:#333;
	font-weight:bold;
	text-align:center;
}
