/* 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_title
{
    position: absolute;
    top: 5px;
    left: 430px;
}

/* FORM */
#div_form
{
    position: absolute;
    left: 140px;
    top: 40px;
    width: 691px;
    height: 377px;
    background-image: url(../images/contact/frame_back.gif);
    background-position: center;
    background-repeat: no-repeat;
    font-family: Arial, Verdana;
    font-size: 12pt;
    text-decoration: none;
    font-weight: bold; 
    color: #444444;
}

#form_name
{
    position: absolute;
    left: 30px;
    top: 20px;
    width: 350px;
    text-align: left; 
}

#form_title
{
    position: absolute;
    left: 30px;
    top: 63px;
    width: 350px;
    text-align: left; 
}

#form_phone
{
    position: absolute;
    left: 30px;
    top: 106px;
    width: 350px;
    text-align: left; 
}

#form_email
{
    position: absolute;
    left: 30px;
    top: 149px;
    width: 350px;
    text-align: left; 
}

#form_url
{
    position: absolute;
    left: 30px;
    top: 192px;
    width: 350px;
    text-align: left; 
}

#form_message
{
    position: absolute;
    left: 30px;
    top: 235px;
    width: 350px;
    text-align: left; 
}

.form_tbx
{
   position: absolute;
   left: 120px;
   border: solid 1px #777777;
   width: 200px;
   height: 24px;
   font-family: Arial, Verdana;
    font-size: 12pt;
    text-decoration: none;
    font-weight: normal; 
    color: #777777;
}

#div_error_email
{ 
    position: absolute;
   left: 122px;
   top:23px;
}

#div_error_message
{ 
    position: absolute;
   left: 2px;
   top:85px;
}

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

.form_textarea
{
    position: absolute;
    left: 0px;
    top: 25px;
    width: 321px;
    height: 60px;
    border: solid 1px #777777;
    font-family: Arial, Verdana;
    font-size: 12pt;
    text-decoration: none;
    font-weight: normal; 
    color: #777777;
    overflow: auto;
}

#div_submit
{
   position: absolute;
    left: 275px;
    top: 330px; 
}

#form_info_panel
{
    position: absolute;
    width: 280px;
    height: 330px;
    top: 20px;
    left: 395px;
}

#form_info_title
{
    position: absolute;
    top: 0px;
    left:0px;
    color: #000000;
}

#form_info_desc
{
   position: absolute;
    top: 30px;
    left:0px;
    color: #777777;
    font-weight: normal; 
    width: 280px;
    text-align: left;
}

#form_info_contacts
{
   position: absolute;
    width: 280px;
    height: 200px;
    top: 140px;
    left: 0px; 
}

#form_contact
{
   width: 280px;
   height: 30px; 
   text-align: left;
   position: relative; 
}

#form_contact_email
{
   width: 280px;
   height: 30px;
   position: absolute;
   top: 0px;
   left: 120px;  
}

.form_contact_link
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    text-decoration: none;
    font-weight: normal; 
    color: #777777;
}

.form_contact_link:hover
{
    font-family: Arial, Verdana;
    font-size: 12pt;
    text-decoration: none;
    font-weight: normal;
    text-decoration: underline; 
    color: #444444;
}

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

#div_niches_title
{
  float:center; 
  
}

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

#niches_title
{
   font-family: Arial, Verdana;
    font-size: 16pt;
    text-decoration: none;
    font-weight: bold;
    color: #8C8C8C; 
    position: absolute;
    top: 546px;
    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: 602px;
   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; 
}

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

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