/* layout */

a
{
    text-decoration: none;
}

body
{
    padding: 0px;
    margin: 0px;
}

#page_wrapper
{
    width: 950px;
    position: relative;
    background-color: white;
}

#logo
{
    width:370px;
    height:125px;
    background-image: url(../images/logo.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left:10px;
    top:15px;
}

#joongel_main
{
    width:128px;
    height:53px;
    position: absolute;
    right:50px;
    top:15px;
}

#main_panel
{
    width:824px;
    height:352px;
    background-image: url(../images/panel_back.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left:60px;
    top:200px;
}

#tabs
{
    position: absolute;
    left:310px;
    top:150px;
    height: 52px; 
}

#tab_on_first
{
    float: left;
    width: 113px;
    height: 52px;
    background-image: url(../images/tab_on_first.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
}

#tab_on_only
{
    float: left;
    width: 122px;
    height: 52px;
    background-image: url(../images/tab_on_only.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_on_last
{
    float: left;
    width: 116px;
    height: 52px;
    background-image: url(../images/tab_on_last.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_on_middle
{
    float: left;
    width: 108px;
    height: 52px;
    background-image: url(../images/tab_on_middle.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_off_first
{
    float: left;
    width: 111px;
    height: 52px;
    background-image: url(../images/tab_off_first.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_off_only
{
    float: left;
    width: 111px;
    height: 52px;
    background-image: url(../images/tab_off_only.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_off_middle
{
    float: left;
    width: 107px;
    height: 52px;
    background-image: url(../images/tab_off_middle.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_off_middle_only
{
    float: left;
    width: 107px;
    height: 52px;
    background-image: url(../images/tab_off_middle_only.gif);
    background-position: center;
    background-repeat: no-repeat;
}

#tab_off_last
{
    float: left;
    width: 115px;
    height: 52px;
    background-image: url(../images/tab_off_last.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    vertical-align: bottom;
}

.text_tab
{
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    margin: 0px;
    line-height: 16px; 
}

.text_on
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #444444;
}

.text_off
{
   font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #777777;
}

.text_off:hover
{
   font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #444444;
}

#flash_menu
{
    background-color: white;
    width:200px;
    height:240px;
    position: absolute;
    top: 20px;
    left: 20px;
}

#browse_button
{
   width:206px;
    height:56px;
    position: absolute;
    top: 270px;
    left: 17px;
}

#niche_title
{
    position: absolute;
    top: 68px;
    left: 250px;
    width:560px;
    font-family: Arial, Verdana;
    font-size: 20pt;
    text-decoration: none;
    font-weight: bold;
    color: #7b7b7b;
}

#large_search_panel
{
   position: absolute;
   top: 120px;
   left: 340px;
   background-color: #DDDDDD;
   width:360px;
   height:125px;
    
}

#large_search_panel_title
{
   position: absolute;
   top: 24px;
   left: 25px;
   font-family: Arial, Verdana;
    font-size: 14pt;
    text-decoration: none;
    font-weight: bold;
    color: #7b7b7b; 
}

#large_search_panel_textbox
{
   position: absolute;
   top: 54px;
   left: 25px; 
}

.large_textbox
{
    border:solid 1px #7b7b7b;
    width:270px;
    height:25px;
    font-family: Arial, Verdana;
    font-size: 12pt;
    text-decoration: none;
    font-weight: normal;
    color: #555555;
    padding-left: 3px;
}

#large_search_panel_go
{
   position: absolute;
   top: 51px;
   left: 300px;
}

#large_search_panel_subtitle
{
    position: absolute;
   top: 84px;
   left: 24px;
   font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: normal;
    color: #888888; 
    font-style:italic;
}

#div_niches_items
{
   position: absolute;
   top: 612px;
   left: 0px;
}

.footer_link
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #8C8C8C;
}

.footer_link:hover
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
}

#div_footer
{
    position: absolute;
   top: 645px;
   left: 0px;
   width: 930px;
    height: 56px;
    background-color: white;
    border-top: solid 1px #bfbfbf;
    padding-top:8px;
    margin-top:5px;
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #8C8C8C;
}

#niches_title
{
   font-family: Arial, Verdana;
    font-size: 16pt;
    text-decoration: none;
    font-weight: bold;
    color: #8C8C8C; 
    position: absolute;
    top: 587px;
    left:0px;
}

#div_sharethis
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #749711;
    font-weight: bold;
    text-decoration: none;
    position: absolute;
    top: 75px;
    right: 83px;
}

#div_sharethis a
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #749711;
    font-weight: bold;
     text-decoration: none;
}

#div_sharethis a:hover
{
    font-family: Arial, sans-serif;
    font-size: 10pt;
    color: #555555;
    font-weight: bold;
    text-decoration: underline;
}



