/* 
Document   : base
Created on : 26/03/2009, 14:48:18
Author     : ricardopdias
Description:
Purpose of the stylesheet follows.
*/

/* Reseta as configurações para evitar incompatibilidades */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: top;
}

table
{
    border-collapse: collapse;
    border-spacing: 0px;
}

table tr td
{
    padding:0px;
}


/* LINKS */

a {
    font: normal 11px verdana, arial, helvetica;
    color: #999;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration:none;
}

/* site */

body
{

    background: #8a8a8a;

}

#container
{
    width: 800px;
    height: auto;
    /*background: red;*/
}

#header
{
    width: 800px;
    height: 130px;
    background: url(../imgs/header_bg.jpg) repeat-x;
}

#header_left
{
    width: 800px;
    height: 130px;
    background: url(../imgs/header_left.jpg) no-repeat left;
}

#header_right
{
    width: 800px;
    height: 130px;
    background: url(../imgs/header_right.jpg) no-repeat right;
}


#tel
{
    width: 800px;
    height: 35px;
    background: url(../imgs/header_tel.jpg) no-repeat right;

}

#chat-online-container {
    position: relative;
    width: 800px;
}


.chat-online {
    float: right;
}


#menu
{
    position: relative;
    clear: right;
    top: 0px;
    width: 800px;
    height: 31px;

}


#menu dl
{
    position: relative;
    left: 100px;
    float:left;
    width: auto;
    display: block;
    height: 31px;

}

#menu dl dd
{
    float:left;
    height: 31px;
    cursor: pointer;
}

#menu dl dd span
{
    position: relative;
    top: 9px;
    left: 20px;
    font: normal 11px verdana,arial,halvetica;
    color: #333;

}

#menu dl .menu_div
{
    float:left;
    background: url(../imgs/menu_div.gif) no-repeat center;
    width: 1px;
    height: 31px;
}

#menu_home
{
    background-image: url(../imgs/icon_home.gif);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    width: 90px;
}

#menu_clickmidia
{
    background-image: url(../imgs/icon_clickmidia.gif);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    width: 100px;
}

#menu_services
{

    background-image: url(../imgs/icon_services.gif);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    width: 80px;
}

#menu_portfolio
{
    background-image: url(../imgs/icon_portfolio.gif);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    width: 80px;
}

#menu_contact
{
    background-image: url(../imgs/icon_contact.gif);
    background-repeat: no-repeat;
    background-position: 5px 10px;
    width: 110px;
}


/* INCLUDES */

#includes, #canonical
{
    width: 800px;
    /*height: 154px;*/
    height: auto;
    background-image: url(../imgs/included_bg.jpg);
}

#loader, #canonical_loader
{
    width: 800px;
    height: 154px;
    background: url(../imgs/loader.gif) no-repeat center;
    text-align: center;
}

#loader span,#canonical_loader span
{
    position: relative;
    top: 100px;
    font: normal 11px verdana,arial,halvetica;
    color: #ddd;
}

#included_content, #included_server
{
    width: 800px;
    height: auto;
}

#included_content h1, #included_server h1
{
    position: relative;
    left: 40px;
    width: 720px;
    height: 30px;
    padding-bottom: 10px;
    padding-top: 40px;
    font: bold 16px verdana,arial,halvetica;
    color: #ddd;
    background: url(../imgs/h1_div.jpg) no-repeat 0px 60px;

}

#included_content h3, #included_server h3
{
    position: relative;
    left: 40px;
    width: 705px;
    height: 20px;
    padding-top: 20px;
    padding-left: 15px;
    font: bold 12px verdana,arial,halvetica;
    color: #ddd;
    background: url(../imgs/arrow.gif) no-repeat 0px 24px;
    

}

#included_content p, #included_server p
{
    position: relative;
    left: 40px;
    width: 720px;
    height: auto;
    font: normal 11px verdana,arial,halvetica;
    color: #ddd;
    padding-top: 20px;
}

#included_content p img, #included_server p img
{
    position: relative;
    left: 15px;
    padding-top: -10px;
    border: 3px solid #000;
}

#included_content .subp, #included_server .subp
{
    position: relative;
    left: 55px;
    width: 705px;
    padding-top: 0px;
}


/* ANIMATION*/

#animation
{
    width: 800px;
    height: 168px;
    background-image: url(../imgs/animation_bg.jpg);
}

#animation_content_title h1
{
    position: relative;
    top: 20px;
    left: 30px;
    font: bold 18px verdana,arial,helvetica;
    color: #fff;

}

#animation_content_light
{


}

#animation_content_description
{
    position: relative;
    top: 20px;
    font: normal 11px verdana,arial,helvetica;
    color: #fff;
}


/* CONTENT */

#content
{
    width: 800px;
    height: 154px;
    background-image: url(../imgs/content_bg.jpg);
}


#content_left
{
    width: 800px;
    height: 154px;
    background: url(../imgs/content_left.jpg) no-repeat left;
}

#content_right
{
    width: 800px;
    height: 154px;
    background: url(../imgs/content_right.jpg) no-repeat right;
}

#content_text
{
    float: left;
    width: 470px;
    height: 154px;
}

#content_text h1
{
    position: relative;
    top: 35px;
    left: 110px;
    width: 360px;
    height: 30px;
    font: bold 12px verdana,arial,helvetica;
    color: #fff;

}

#content_text p
{
    position: relative;
    top: 40px;
    left: 190px;
    width: 280px;
    height: 80px;
    font: normal 11px verdana,arial,helvetica;
    color: #fff;

}

#content_projects
{
    float: left;
    width: 330px;
    height: 154px;
}

#content_projects #projects_last
{
    float: left;
    width: 180px;
    height: 154px;
    background-image: url(../imgs/projects_last.jpg);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    cursor: pointer;

}

#content_projects #projects_last .projects_last_hover
{
    position:absolute;
    width: 180px;
    height: 154px;
    background-image: url(../imgs/projects_last.jpg);
    background-repeat: no-repeat;
    background-position: 0px -154px;
    cursor: pointer;

}



#content_projects #projects_last img
{
    position: relative;
    top: 14px;
}


#content_projects #projects_others
{
    float: left;
    width: 150px;
    height: 154px;
}

#content_projects #projects_others div
{
    float: left;
    width: 60px;
    height: 60px;
}

#content_projects #projects_one
{
    position: relative;
    top: 14px;

}

#content_projects #projects_two
{
    position: relative;
    top: 14px;
    left: 11px;
}

#content_projects #projects_three
{
    position: relative;
    top: 25px;
}

#content_projects #projects_four
{
    position: relative;
    top: 25px;
    left: 11px;
}

.projects_hover
{
    position:absolute;
    width: 60px;
    height: 60px;
    background: #fff;
    cursor: pointer;
}


/* ANIMATION*/

#footer
{
    width: 800px;
    height: 47px;
    background-image: url(../imgs/footer.jpg);
}

#footer a
{
    position:relative;
    top: 15px;
    left: 20px;
}


/* CONTACT */
/* paginas */

#form_contact{

    width: 800px;
    position:relative;
    left: 40px;
    top: 10px;
}

#google_maps {
    position: relative;
    left: 40px;
}

#form_contact *{

    font: normal 11px verdana,arial,helvetica;
    color: #fff;

}

#form_contact input{

    border: 1px solid #999;
    font: normal 11px verdana,arial,helvetica;
    color: #f2f2f2;
    background: #555;

}

#form_contact textarea{

    border: 1px solid #999;
    font: normal 11px verdana,arial,helvetica;
    color: #f2f2f2;
    background: #555;

}

