﻿/* Global */
body 
{
    margin: 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: #4a4a4a;
    background-color: #8a8a8a;
}

img
{
    border: none;
}

img.imgL {
    float: left;
    margin: 0px;
    margin-right: 15px;
    background: #fff;
}

img.imgR {
    float: right;
    margin: 0px;
    margin-left: 15px;
    background: #fff;
}

img.expertise_logo
{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 83px;
    width: 83px;
}

a, a:active, a:visited
{
    color: #4a4a4a;
    text-decoration: none;
    outline: none;
}

a:hover
{
    color: #ff0000;
}

/* Main */
div#page_wrap
{
    width: 900px;
    margin: auto;
    background: #8a8a8a url(../designer/Main_bg.jpg) repeat-y;
    padding: 0 10px 0 10px;
}

div#content_wrap
{
    border-left: solid 10px #fff;
    border-right: solid 10px #fff;
}

/* Header */
div#header
{
    height: 89px;
    position: relative;
    background-color: #fff;
}

div#header h1
{
    display: block;
    position: absolute;
    width: 168px;
    height: 89px;
}

a#logo
{
    display: block;
    position: absolute;
    width: 168px;
    height: 89px;
    background: #fff url(../designer/TeamAsia_logo.png) no-repeat;
}

a#logo span
{
    display: none;
    visibility: hidden;
}

div#top
{
    width: 721px;
    float: right;
}

div#search_holder
{
    height: 51px;
    text-align: right;
}

div#search_holder table
{
    width: 154px;
    margin-top: 20px;
}

div#search_holder table tr td.feeds_button
{
    padding-left: 3px;
}

.seach_key
{
    height: 17px;
    width: 131px;
    border: solid 1px #ccc;
    background-color: #fff;
    font-size: 0.8em;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 4px;
    outline: none;
}

.search_btn
{
    height: 21px;
    width: 21px;
    background: #fff url(../designer/Search_btn.jpg) no-repeat;
    background-position: bottom;
    border: 0 none;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    text-indent: -99999px;
}

.search_btn:hover
{
    background-position: left top;
}

/* Footer */
div#footer
{
    clear: both;
    color: #fff;
    font-size: 0.8em;
    text-align: center;
    padding: 10px;
    background-color: #6b6b6b;
}

div#footer a, div#footer a:active, div#footer a:visited
{
    color: #fff;
    text-decoration: none;
}

div#footer a:hover
{
    color: #DBDBDB;
}

/* Others */
div.clear_both
{
    clear: both;
}

