/*---------- body general --------*/
body {
background-color: #fff;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
#index_frame	{
position: relative;
margin: 0 auto;
background: #ff0000;
top: 25px;
width: 760px;
height: 309px;
z-index:10;
}
.top	{
position: absolute;
margin: 0 auto;
height: 25px;
width: 760px;
top: 0px;
background: #000000;
}

/*----------  Menu --------*/
.menu {
font-family: tahoma, geneva,verdana, sans-serif;
font-size: 10px;
width: 500px;
height: 25px;
left: 251px;
top: 5px;
position:relative; 
z-index: 10;
}
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
.menu ul li {
float:left;
position:relative;
width: 82px;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
height:1.5em;
font-weight:bold;
color:white; 
text-align:center; 
line-height:1.5em;
margin-right:1px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {
width:70px;
}
/* style the top level hover */
.menu ul li:hover a, .menu ul li a:hover {
text-decoration:underline;
}

/*----------End  Menu --------*/


/* Logo */
.LeftPart {
position: absolute;
width: 249px;
height: 284px;
border: 0px;
background: #ff0000;
background-image:url(../JPG/MetrOpticLogo.jpg);
vertical-align:middle;
background-repeat: no-repeat;
background-position:center;
Left: 0px;
top: 25px;
}
.Middle	{
position: absolute;
width:224px;
height:284px;
top: 25px;
background: #fff;
left: 250px;
}

.Right	{
position: absolute;
left: 485px;
top: 25px;
}

.BlazerLogo	{
position: absolute;
width: 139px;
height:21px;
top: 10px;
}
.RightText	{
position: absolute;
width: 280px;
top: 40px;
}

.Headline	{
position: relative;
width: 280px;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
}
#HeadlineText	{
position: relative;
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
}
#HeadlineText a, #HeadlineText a:visited {
text-align: left;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:normal;
color: #FFFFFF;
text-decoration: none;
}











