/*
 
Title:      Pti css style
Author:     www.sodavirtual.com.br
Revision: 	03/12/2008

*/

/*******************************************************************************
                            General Structure
********************************************************************************/

* {
    border:0;
    padding:0;
    margin:0;
}

body {
    background-color:#fff;
    color:#53545c;
    font:62.5% Verdana, Arial, Helvetica, sans-serif;
    letter-spacing:0;
    line-height:1.5em;
    text-align:left;
    text-shadow:#333 0 0 0;
    word-spacing:normal;
}

p { line-height:160%; margin:12px 0; }

h1 { font-size:160%; font-weight:normal; }
h2 { font-size:150%; font-weight:normal; }
h3 { font-size:120%; }
h4 { font-size:100%; }
h5 { font-size:90%; }
h6 { font-size:90%; border:0; }
h1, h2, h3, h4, h5, h6 { margin:8px 0; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration:none }

/* links */

a:link, a:visited, a:hover { color:#0da1dd; }
a:hover {
    background-color:#2ebbf1;
    color:#fff;
    text-decoration:none;
}
a.nohover:hover {
    background-color:transparent;
    color:#0da1dd;
}

/* forms */

label { font-weight:bold }
input, textarea, select {
    background-color:#f3f4f6;
    border:1px solid #c4c6cb;
    display:block;
    width:50%;
}
input:hover, textarea:hover {
    background-color:#F7F8F9;
}

form p.hidden { display:none }

/* phrase elements */

abbr, acronym {
    font-size:80%;
    letter-spacing:10%;
    font-style:normal;
    border-bottom:1px dotted #e0e0d5;
    cursor:help;
}
a abbr { border:none; }
code {
    color:#8b8074;
    font-family:Monaco, monospace;
    font-size:100%;
    text-align:left;
}
ins {
    text-decoration:none;
    border:none;
}
small { font-size:90% }

/* misc. */

hr, .hide { display:none; }
a img { border:none; }

ol, ul { list-style: none; }
ol.square, ul.square { list-style-type:square; }
ul.errorlist li {
    color:red;
    font-weight:bold;
    padding:0;
    margin:0 !important;
}

body .button {
    background-color:#2ebbf1;
    color:#fff !important;
    cursor:pointer;
    font-size:100%;
    font-weight:bold;
    padding:2px 5px;
    text-decoration:none;
    text-shadow:#333 0 0 0;
}
body .button:hover,
body input.button:hover { background-color:#232933; }
body input.button {
    border:none;
    width:auto
}


/*******************************************************************************
                                base.html
********************************************************************************/

/* structure 
--------------------------------------------- */

#header {
    background:url(/media/images/site/sombra.png) repeat-x 0 106px;
    height:176px;
    width:100%;
}
#wrap {
    font-size:120%;
    margin:auto;
    width:902px;
}
#footer {
    background:url(/media/images/site/sombra.png) repeat-x 0 top;
    clear:both;
    padding:20px 10px 0 0;
}

/* header 
--------------------------------------------- */

#header-inner {
    background:url(/media/images/site/header-inner_bg.png) repeat-x 0 top;
    font-size:180%;
    margin:0 auto;
    padding:0;
    position:relative;
    width:902px;
    z-index:20;
}
#header-inner h1 {
    float:left;
    line-height:110%;
    margin:0;
    padding:16px 20px 7px;
}
#header-inner h2 {
    font-size:115%;
    font-weight:bold;
    padding-top:40px;
    text-align:center;
}
#header-inner p, #header-inner div.banner {
    float:left;
    width:100%;
}
#header-inner p {
    margin:0;
    padding:14px 0;
}
#header-inner .button,
#header-inner .button:hover {
    color:#fff;
    font-size:90%;
    font-weight:normal;
}
#header-inner .button strong { font-weight:bold; }

/* classes */

#header.index { height:582px; }
	
/* menu */

#menu {
    float:left;
    margin:0 auto;
    padding:0;
    width:100%;
}
#menu li {
    display:block;
    float:left;
    line-height:155%;
    width:auto;
}
#menu li a {
    background-color: #232933;
    border:none;
    color:#f2f2f3;
    font-size:70%;
    font-weight:bold;
    line-height:160%;
    padding:4px 9.5px;
    text-decoration:none;
    text-transform:lowercase;
}
#menu li div {
    display:none;
    font-size:85%;
    top:0;
    position:relative;
    white-space:nowrap;
    z-index:20;
}
#menu li div ul {
    background-color:#eef1f5;
    border:1px solid #8C9099;
    border-top:0;
    position:absolute;
}
#menu li div ul.news { width:190px; }
#menu li div ul li {
    display:block;
    float:none;
    line-height:0;
}
#menu li div ul li a {
    background-color:#d8dbdf;
    color:#686970;
    display:block;
    float:none;
    line-height:130%;
}
#menu li a:hover {
    background-color:#2ebbf0;
    color:#f3fbfe;
    cursor:pointer;
}

/* banner */

#banner, #banner_site, #banner_blog {
    background:#f1f4f8;
    float:left;
    height:405px;
    margin:0 auto 1px;
    text-align:center;
    width:100%;
}
#banner_site {
    height:201px;
}
#banner_blog {
    background:url(/media/images/site/blog/banner-blog.png) no-repeat center bottom; 
    height:130px;
    position:relative;
    top:0;
    z-index:10;
}
#banner-none { display:none; }


/* content
--------------------------------------------- */

#content, .content {
    float:left;
    width:902px;
}
#content h2, .content h2,
#content h3, .content h3 {
    color:#54b9df;
    font-size:180%;
    line-height:110%;
    text-transform:lowercase;
}
#content h3, .content h3 {
    color:#53545C;
    font-size:160%;
}

#content h2 a, .content h2 a,
#content h3 a, .content h3 a { font-weight:normal }

#content h2 span, #content h3 span {
    background: url(/media/images/site/sec_products_nav.gif) no-repeat left center;
    color:#BFBFBF;
    font-size:90%;
    padding:0 0 3px 13px;
}
#content h2 span span, #content h3 span span { display:none; }

#content a.button, .content a.button { color:#fff }
#content img.flatpage {
    float:left;
    padding-right:1em;
}
#content .capitalize { text-transform:capitalize; }
#content .normal { text-transform:none; }

.content p { padding:0 12px 12px }
.content h2 span, .content h3 span {
    color:#030000;
    font-weight:normal;
}

/* footer
--------------------------------------------- */

#footer-inner {
    background:url(/media/images/site/footer-inner_bg.png) no-repeat right bottom;
    margin:0 auto;
    padding:30px 0 10px 10px;
    text-transform:uppercase;
    width:902px;
}
#footer-inner ul li span {
    color:#2ebbf0;
    font-weight:bold;
}
#footer-inner p { color:#8c9099; }
#footer-inner .soda { color:#8dae29; }
#footer-inner .soda:hover {
    background-color:#8dae29;
    color:#fff;
}

/*******************************************************************************
                               base-site.html
********************************************************************************/

.wrap {
    background-color:#F7F8F9;
    clear:both;
    overflow:hidden;
    position:relative;
}
#wrap_content {
    background-color:#FFFFFF;
    float:left;
    position:relative;
    right:31.2%;
    width:100%;
}
#content {
    background-color:#FFFFFF;
    float:left;
    left:31%;
    overflow:hidden;
    padding:5px 12px;
    position:relative;
    width:65%;
}
#sidebar {
    float:right;
    left:31.5%;
    margin-right:15px;
    overflow:hidden;
    padding-top:5px;
    position:relative;
    width:28.5%;
}

/* content */

#content p { text-align:justify; }
#content ul li { margin:6px 14px; }
#content ol.square, #content ul.square { margin-left:15px; line-height:160% }
#content dt {
    padding:10px 0;
    font-weight:bold;
}
#content dd {
    line-height:160%;
    margin:3px 0;
    text-align:justify;
}

/* navegation */

#navigation a {
    font-size:140%;
    background: url(/media/images/site/sec_products_nav.gif) no-repeat right;    
    padding: 0 .6em .1em 0; 
}
#navigation p {
    color:#C0C0C0;
    font-size:1.2em;
}

/* sidebar */

#sidebar h3 {
    color:#8c9099;
    font-size:220%;
    font-weight:normal;
    padding-bottom:10px;
    text-transform:lowercase;
}
#sidebar h3 span {
    color:#8c9099;
    font-weight:bold;
}
#sidebar div.nav {
    position:relative;
    z-index:40;
}
#sidebar #prev, #sidebar #next {
    height:27px;
    left:18px;
    overflow:hidden;
    position:absolute;
    text-indent:-900px;
    top:183px;
    width:43px;
}
#sidebar #next {
    left:192px;
    top:184px;
}
#sidebar #slideshow {
    background:url(/media/images/site/slideshow_bg.png) no-repeat;
    height:112px;
    margin-top:20px;
    padding:33px 19px 59px 18px;
    width:219px;
}
#sidebar #slideshow_content { position:relative; }
#sidebar #slideshow div.products_slides {
    text-align:center;
    width:100%; 
}

#sidebar ul.square { margin-left:15px }
#sidebar ul.square li {
    line-height:125%;
    margin-bottom:6px;
}

/*******************************************************************************
                               base-blog.html
********************************************************************************/

#header.blog {
    background:url(/media/images/site/blog/header_bg.png) repeat-x 0 bottom;
    height:224px;
}

#header.blog a.back, #header.blog a.back-blog {
    display:block;
    height:21px;
    left:2px;
    overflow:hidden;
    position:absolute;
    text-indent:-900px;
    top:204px;
    width:118px;
    z-index:20;
}
#header.blog a.back-blog {
    height:70px;
    left:2px;
    top:117px;
    width:210px;
}

/*******************************************************************************
                            homepage/index.html
********************************************************************************/

/* content-index
--------------------------------------------- */

#content-index { padding-bottom:0 }

#newsletter, #our_blog {
    float: left;
    height:226px;
    position:relative;
    width:50%;
}

/* newsletter */

#newsletter {
    color:#929fb0;
    background-color:#505B69;
}
#newsletter p.newsletter {
    float:left;
    margin:0;
    width:35%
}
#newsletter h3 {
    background:#45505E url(/media/images/site/newsletter_bg.png) no-repeat 20px center;
    color:#fff;
    font-size:160%;
    margin-top:0;
    padding:19px 0 19px 115px;
    text-transform:lowercase;
}
#newsletter p.success {
    color:#EE82EE;
    font-size:130%;
    font-weight:bold;
    margin:0;
    padding:0 3em 0 0;
    text-align:right;
}
#newsletter_form {
    margin:0 0 0 40%;
    position:relative;
    width:55%;
}
#newsletter_form p {
    margin:0;
    padding-bottom:6px;
}
#newsletter_form ul.errorlist li {
    color:#EE82EE;
    padding:0 12px 6px;
    margin-top:-.5em;
}
#newsletter_form input { width:100% }
#newsletter_form input.button { width:auto }

/* our_blog */

#our_blog {
    background-color:#2ebbf1;
    border-left: 2px solid #c4c6cb;
    width:49.7%;
}
#our_blog h3 {
    background:#1293C4 url(/media/images/site/our_blog.png) no-repeat 20px center;
    color:#fff;
    font-size:160%;
    font-weight:normal;
    margin:0;
    padding:19px 0 18px 76px;
}
#our_blog h3 span {
    color:#fff;
    font-weight:bold;
}
#our_blog h3 span.our_blog {
    font-size:80%;
    font-weight:normal;
}

#our_blog ul { padding:1em 0; }
#our_blog ul li {
    line-height:120%;
    padding:0 1em 0.3em 2em;
}
#our_blog ul li small {
    color:#fff;
    font-size:.9em;
    font-weight:bold;
}
#our_blog ul li a { color:#fff; }
#our_blog ul li a:hover { background-color:#232933; }
#our_blog a.button {
    background-color:#232933;
    margin-left:2em;
}
#our_blog a.button:hover { background-color:#1293C4; }

/*******************************************************************************
                            contact/contact_joinus.html
********************************************************************************/

#id_receive_newsletters {
    background-color:transparent;
    border:none;
    margin-top:.3em;
    width:auto;
}

#content form input.contact { margin-top:5px }

/*******************************************************************************
                            whoweare/our_people.html
********************************************************************************/

#content div.professional { padding:.5em 0 1em; }
#content div.professional img {
    float:left;
    padding:0 1em .5em 0
}
#content div.professional h3 { margin-top:0 }

/*******************************************************************************
                                clients
********************************************************************************/

/* clients.html
--------------------------------------------- */

#content #industry_list {
    border-bottom:1px solid #E3E5E7;
    border-top:1px solid #E3E5E7;
    padding:5px 0 12px;
    width:100%;
}
#content #industry_list h3 { font-size:100% }

#content #client,
#content #client li {
    float:left;
    width:100%;
}
#content #client li {
    margin:0.5em 1em 0.5em 0;
    width:47%;
}

/*  details.html
--------------------------------------------- */

#content img#product_logo { border:1px solid #E3E5E7; }

#client-details p { padding-bottom:15px }

/*******************************************************************************
                          includes/pagination.html
********************************************************************************/

#pagination {
    float:left;
    margin-top:1em;
    text-align:center;
    width:100%;
}
#pagination span {
    color:#2EBBF0;
    font-weight:bold;
}
#pagination span.black { color:#454648 }


/*******************************************************************************
                                news
********************************************************************************/

/*  news_list.html
--------------------------------------------- */

#content #news li {
    border-bottom:1px solid #E3E5E7;
    float:left;
    margin:0;
    padding:0 0 1em;
    width:100%;
}
#content #news li:hover { background-color:#F7F8F9 }
#content #news li h3 { margin-bottom:.2em }
#content #news li img {
    border:2px solid #fff;
    margin-right:.5em;
    float:left;
}
#content #news li img:hover { border:2px solid #454648; }
#content #news li small {
    float:left;
    font-size:0.9em;
    font-weight:bold;
    margin-top:0.2em;
    width:100%;
}
#content #news li div.sinopse { text-align:justify }


/*  details.html
--------------------------------------------- */

#content p.info { line-height:1em; }
#content .news-nav {
    float:left;
    margin-top:-10px;
    position:relative;
    top:18px;
    width:100%;
    z-index:100;
}
#content #news-slideshow {
    background:url(/media/images/site/zoom.png) no-repeat right top;
    float:left;
    height:310px;
    margin:.3em 1em .5em 0;
    width:300px;
}
#content #news-slideshow div.image p.image {
    line-height:0;
    margin:18px 0 0;
}
#content #news-slideshow div.image p.description {
    background-color:#F1F4F8;
    border:1px solid #E3E5E7;
    border-top:none;
    padding:.2em .5em .4em;
    margin-top:0
}
#content #news-content { text-align:justify }

/*******************************************************************************
                              articles.html
********************************************************************************/

#content #articles li {
    border-bottom:1px solid #E3E5E7;
    float:left;
    margin:0 0 1.5em;
    padding:0 0 1em;
    width:100%;
}
#content #articles li.pdf { background:url(/media/images/site/icon-pdf.png) no-repeat right top }
#content #articles li.doc { background:url(/media/images/site/icon-doc.png) no-repeat right top }
#content #articles li:hover { background-color:#F7F8F9 }
#content #articles li h3 {
    margin:0 0 .2em;
    width:90%;
}

/*******************************************************************************
                                links.html
********************************************************************************/

#content #links h3, #content #links li  {
    float:left;
    width:100%;
}
#content #links li a { float:left }
#content #links li a.image {
    height:64px;
    margin-right:10px;
    text-align:center;
    width:82px;
}
#content #links li img { border:2px solid #fff; }
#content #links li img { border:2px solid #fff; }
#content #links li img:hover { border:2px solid #454648; }

/*******************************************************************************
                                blog
********************************************************************************/

/*  sidebar.html
--------------------------------------------- */

#sidebar p.rss,
#content p.rss {
    background:url(/media/images/site/blog/rss.png) no-repeat left 3px;
    font-size:1.3em;
    font-weight:bold;
    margin:1em 0 0;
    padding-left:20px;
}
#sidebar #search {
    border-bottom:1px solid #E3E5E7;
    border-top:1px solid #E3E5E7;
    float:left;
    margin:1em 0 1.5em;
    padding:1em 0 1.5em;
    width:100%;
}
#sidebar #search h3 { margin-top:0; }
#sidebar #search form #id_search {
    float:left;
    margin-right:15px;
    width:60%
}
#sidebar #search form input.button { padding:0.5px .3em }
#sidebar #tags {
    font-size:3em;
    margin:0 0 .5em;
    word-spacing:2px;
}

/*  entry_list.html
--------------------------------------------- */
#content .post,
#content div.coment {
    border-bottom:1px solid #E3E5E7;
    float:left;
    margin:0;
    padding:0 0 1em;
    width:100%;
}
#content .post:hover,
#content div.coment:hover { background-color:#F7F8F9 }
#content .post a.button { margin-left:1em; }

/*  entry_detail.html
--------------------------------------------- */

#content div.coment { padding:1em 0; }
#content #form_post {
    float:left;
    padding:0 0 10px;
    position:relative;
    top:25px;
    width:100%;
}

/*******************************************************************************
                                page not found
********************************************************************************/

p.notfound {
    font-size:280%;
    font-weight:bold;
    margin-bottom:70px;
    margin-top:70px;
    text-align:center;
}
