/* layout */

a
{
    text-decoration: none;
}

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

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

#main_wrapper
{
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

#div_header
{
    width:100%;
    position: relative;
    height:52px;
    background-color: white;
    top:0px;
}

#div_header_logo
{
    width:200px;
    height:50px;
    float: left;
    position: relative;
    padding-left: 20px;
    padding-top: 5px;
}

#div_header_menu
{
    width:677px;
    height:25px;
    float: right;
    position: relative;
    background-image: url(../images/header_menu_back.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-right: 10px; 
}

#div_location
{
    position: absolute;
    width:92px;
    height:25px;
    left:9px;
}

#div_tagline
{
    position: absolute;
    top: 34px;
    right: 30px;
}

#div_location_text
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666; 
    height:24px;
    position: absolute;
    left:4px;
    padding-top:5px;
}

#div_location_more
{
    width:10px;
    padding-top:1px;
    position: absolute;
    left: 77px;
}

/* start of header classes */     

#header_devider
{
    width:4px;
    height:24px;
    background-image: url(../images/header_vr.gif);
    background-position: center bottom;
    background-repeat: no-repeat;
    position: absolute;
}

#header_about
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    position: absolute;
    left:123px;
    padding:5px; 
    margin-left:5px;
}

#header_contact
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    position: absolute;
    left:183px;
    padding:5px; 
    margin-left:5px; 
}

#header_link
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    margin-left:5px; 
    color: #666666;
    position: absolute;
    left:252px;
    padding:5px;
}

#header_desktop_icon
{
    width:14px;
    height:24px;
    background-image: url(../images/header_desktop_icon.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left:2px;
}

#header_desktop_text
{
    width:90px;
    height:24px;
    position: absolute;
    left:17px;
    padding-top:5px;
}

#header_desktop
{
    width:112px;
    height:24px;
    position: absolute;
    left: 337px;
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666; 
}

#header_homepage_icon
{
    width:14px;
    height:24px;
    background-image: url(../images/header_homepage_icon.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left:3px;
}

#header_homepage_text
{
    width:100px;
    height:24px;
    position: absolute;
    left:18px;
    padding-top:5px;
}

#header_homepage
{
    width:120px;
    height:24px;
    position: absolute;
    left: 450px;
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;   
}

#header_bookmark_icon
{
    width:14px;
    height:24px;
    background-image: url(../images/header_bookmark_icon.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left:3px;
}

#header_bookmark_text
{
    width:100px;
    height:24px;
    position: absolute;
    left:5px;
    padding-top:3px;
}

#header_bookmark_text a
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    margin-left:5px; 
    color: #666666;
}

#header_bookmark_text a:hover
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    margin-left:5px; 
    color: #666666;
}

#header_bookmark
{
    width:106px;
    height: 24px;
    position: absolute;
    left:570px;
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;  
}

/* end of header classes */

#div_body
{
    width:1000px;
    min-height:500px; /* for modern browsers */
    height:auto !important; /* for modern browsers */
    height:500px; /* for IE5.x and IE6 */
    text-align: center;
    position: relative;
    top: 25px;
}

#div_main_menu
{
    width: 960px;
    height: 90px;
    background-color: white;
    position: relative;
}

#div_visit_blog
{
    height:84px;
    position: absolute;
    top: 2px;
    left:45px;
    padding-right: 9px;
}

#div_search_plugin
{
    position: absolute;
    top: 2px;
    left:205px;
}

#div_add_desktop
{
    position: absolute;
    top: 2px;
    left:365px;
}

#div_feedback
{
    height:84px;
    width:400px;
    background-image: url(../images/feedback_back.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left:525px;
}

#div_feedback_textbox
{
    height:65px;
    width:215px;
    background-image: url(../images/feedback_textbox.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top:9px;
    left: 110px;
}

.feedback_textbox
{
    height:59px;
    width:209px;
    border:solid 0px black;
    margin:3px;
    overflow:auto;
}

#div_feedback_send
{
    position: absolute;
    top:54px;
    left: 332px;
}

#div_visit_blog
{
    height:84px;
    display: inline; 
    padding-right: 9px;
}

#div_google_ads
{
    width:564px;
    height:163px;
    display: inline; 
}

#div_niches
{
    width: 1000px;
    height: 75px;
    background-color: red;
   padding-top:10px; 
}

#div_niches_title
{
  float:center; 
  
}

#div_niches_items
{
   position: absolute;
   top: 600px;
   left: 30px;
}

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

.cursor
{
   cursor: pointer;
    cursor: hand;
} 

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

.td_over
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    font-weight: bold;
    color: #666666;
    background-color: #CAF482;
    cursor: pointer;
    cursor: hand;
}

/* fonts */

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

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

.header_text
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #666666;
}

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

#div_footer
{
    width: 930px;
    height: 56px;
     position: absolute;
   top: 632px;
   left: 26px;
    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;
}

.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;
}

#divLogin
{
    width: 377px;
    height: 205px;
    background-image: url(../images/qa/login_back.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

#login_btn
{
    left: 240px;
    top: 150px;
    position: absolute;
}

#login_username
{
    left: 129px;
    top: 65px;
    position: absolute;
}

#login_password
{
    left: 129px;
    top: 105px;
    position: absolute;
}

.login_input
{
    border: none;
    border-width: 0px;
    width:140px;
    background: none;
}

#login_err_user
{
    left: 129px;
    top: 87px;
    position: absolute;
}

#login_err_pass
{
    left: 129px;
    top: 127px;
    position: absolute;
}

#login_version
{
    left: 192px;
    top: 22px;
    position: absolute;
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #000000;
}

#feedback_ok
{
   left: 152px;
    top: 19px;
    position: absolute;
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    font-weight: bold;
    color: #354701;
    padding-right: 60px; 
}

.tblplugins
{
    width: 691px;
    height: 467px;
    background-image: url(../images/plugins/frame_back.gif);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 150px;
    padding: 0px;
    margin: 0px;
    top: 0px;
}

.comment
{
    font-family: Arial, Verdana;
    font-size: 8pt;
    text-decoration: none;
    color: #666666;
}

.cell1
{
    padding-left: 45px;
    text-align: left;
    height: 16px;
    width: 200px;
    vertical-align: middle;
    padding-top:0px;
    padding-bottom:0px;
}

.plugins_link
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: none;
    color: #666666;
    padding-top:0px;
    padding-bottom:0px;
}

.plugins_link:hover
{
    font-family: Arial, Verdana;
    font-size: 10pt;
    text-decoration: underline;
    color: #999999;
}

.normal_text
{
    font-family: arial, verdana, sans-serif;
    font-size: 14px;
    color: #444444;
}