@import url("global.css");

/* header section begin  */
#header_bg {
width:100%;
height:152px;
float:left;
background:url(../images/header_bg.gif) repeat-x;
}
#header {
width:876px;
height:127px;
position:relative;
background:url(../images/header_background.jpg) no-repeat;
padding-left:63px;
padding-right:6px;
padding-top:25px;
margin-left:auto;
margin-right:auto;
}
#header img{
float:left;
}

/*  top navigation link Begin  */
#top_navigation {
width:360px;
height:30px;
background:url(../images/navigation_bg.gif) no-repeat;
position:absolute;
right:15px;
_right:14px;
top:122px;
}
#top_navigation ul{
list-style:none;
margin:0px;
padding:0px;
}
#top_navigation li {
display:inline;
}
#top_navigation a{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
margin:10px 15px;
/*padding:10px 15px;*/
float:left;
line-height:18px;
}
#top_navigation a:hover{
text-decoration:underline;
}
#top_navigation span{
font-size:11px;
color:#FFFFFF;
font-weight:bold;
text-decoration:underline;
padding:10px 15px;
float:left;
line-height:18px;
}
#highlighted_navi {
width:auto;
height:30px;
position:absolute;
right:359px;
top:122px;
}
#highlighted_navi a{
font-size:11px;
color:#FFFFFF;
text-decoration:none;
padding:10px 15px;
font-weight:bold;
line-height:36px;
}
#highlighted_navi a:hover{
text-decoration:underline;
}

a.mmm_contest_click {
width:401px;
height:41px;
background:#000000 url(/images/click_here_mmm_contest.jpg);
display:block;
text-indent:-999px;
}

a:hover.mmm_contest_click {
width:401px;
height:41px;
background:url(/images/click_here_mmm_contest.jpg);
background-position:0px 41px;
}

/* end of top navigation */

/* end of header section */




