/* for MSIE */  
@font-face {  
  font-family: Antipasto;  
  src: url(Antipasto.ttf);  
  src: local(Antipasto), url(Antipasto.ttf);
}  

body {
	border:0px;
	margin:auto;
	padding:10px;
	background-image:url(../images/ferrebg3.jpg);
	background-repeat:no-repeat;
	background-color:#010801;
}
body, form, td, tr, table, input, textarea, label
{
	color:#030;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px;
}
img{
	border:0px;
}
h2 {
	font-size:12px;
	text-transform:uppercase;
	display:block;
	width:100%;
	border-bottom: #7ab604 solid 5px;
	background:none;
}
a{
	text-decoration:none;
	font-weight:bold;
	color:#030;
}
form {
	margin:0px;
	padding:0px;
}
#user1 {
        padding:5px;
	text-align:left;
	}
#user1 li {
        display:block;
        padding-left:25px;
        margin-left:25px;
	}
#user1 li a {
        display:block;
        padding-left:25px;
        margin-left:25px;
	}
#user1 li a:hover {
        color:orange;
       }
#main {
	width:900px;
	padding:0px;
	background-repeat:no-repeat;
	background-color:#FFF;
	margin:auto;
	border:0px solid red;
}
#left {
	border: #096 0px solid;
	width:241px;
	background: white url(../images/ferrebg2.jpg) no-repeat;
	background-position:168px 168px0px;
	border-right: #096 1px dotted;
	margin-right:0px;
}
#left li{
	margin-right:0px;
	display:block;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	margin-left:0px;
}
#left li a{
	display:block;
	background-color:#090;
	border-bottom:1px dotted #CF0;
	height:8px;
	padding:10px;
	padding-bottom:13px;
	margin-right:40px;
	color:orange;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
#left li a:hover{
	background-color: #9C0;
}
#bigcol{
	color:#030;
	width:650px;
	height:500px;
	margin-top:15px;
	margin-left:230px;
	background-color: #fff;
	/*opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
	position:absolute;
}
#top {
	display:block;
	width:99%;
	height:10px;
	border-bottom: #096 1px solid;
}
#top li{
	display:block;
	float:right;
	font-size:12px;
	letter-spacing:2px;
	font-weight:bold;
	text-transform:uppercase;
}
#top li a{
	color: #FFF; /*#096;*/
	border-top: #9C0 2px solid;
	text-decoration:none;
	padding:6px;
	padding-right:10px;
	background-image:url(../images/bgbutton_off.png)
}
#top li a:hover, #top li a:active {
	color: #030; /*#096;*/
	background-image:url(../images/bgbutton_on.png)
}
#breadcrumb {
	display:block;
	border-bottom: #096 0px solid;
	width:100%;
	margin:5px;
	font-weight:bold;
	padding:2px;
}
#component {
	width:98%;
	color:#020;
	padding:5px;
	border: 0px solid #090;
	float: left;
	margin-bottom:20px;
	/*height:450px;
	overflow: auto;*/
	font-weight:normal;
	background-image:url(../images/bgbutton_on.png);
	background-color:#FFF;
	background-repeat:repeat-x;
	scrollbar-face-color: #006400;
    scrollbar-shadow-color: #228b22;
    scrollbar-highlight-color: #98fb98;
    scrollbar-3dlight-color: #8fbc8b;
    scrollbar-darkshadow-color: #000000;
    /*scrollbar-track-color: #000000;*/
    scrollbar-arrow-color: #eee8aa;
}

#footer{
	width:100%;
	border-bottom: #096 0px solid;
	height:20px;
	margin:5px;
}
#footer li{
	margin-right:0px;
	display:block;
	opacity: .9;
	filter: alpha(opacity=90);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	margin-left:0px;
	float:left;
}
#footer li a{
	display:block;
	background-color:#090;
	border-bottom:1px dotted #CF0;
	height:8px;
	padding:10px;
	padding-bottom:13px;
	padding-left:15px;
	padding-right:15px;
	color:orange;
	text-decoration:none;
	letter-spacing:1px;
	font-weight:bold;
}
#footer li a:hover{
	background-color: #9C0;