/*
    Descricao: Gamma Knife
    Autor: Innovagency - http://www.innovagency.com/
*/

/*
    *GERAL
*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4 {
    color: #09f;
}
a, a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
p {
    margin-bottom: 20px;
}
/* layout */
html {
    text-align: center;
}

body {
    width: 1050px;
    margin: 0 auto;
    text-align: left;
    color: #369;
    background: #fff url(../images/header2.png) no-repeat 50% top;
    position: relative;
    font: normal 90% Arial, Helvetica, sans-serif;
    line-height: 1.3;
}
#header {
    height: 150px;
    width: 1050px;
}
#sub-nav {
    float: left;
    clear: left;
    width: 206px;
    margin: 85px 25px 0 45px;
    display: inline;
}
#content {
    float: right;
    width: 774px;
    margin: 50px 0 65px;
}
#main-content {
    float: left;
    width: 510px;
}
#extra-info {
    float: right;
    width: 238px; 
    margin-left: 26px;
}
#footer {
    clear: both;
    width: 1050px;
    height: 65px;
}
/* header */
#header h1, #header h2 {
    text-indent: -9999px;
}
#header h2 a {
    display: none;
}
#header h1 a {
    position: absolute;
    top: 44px;
    left: 65px;
    display: block;
    float: left;
    width: 235px;
    height: 68px;
    background: url(../images/logo.gif) no-repeat 0 0;
}
#header form {
    position: absolute;
    right: 60px;
    top: 5px;
}
#header form label {
    display: block;
    text-transform: uppercase;
    margin-left: 15px;
    font-size: 85%;
}
#header input.txt {
    background: #c6e3ff;
    border: 1px solid #82b5e2;
}
#header ul {
    float: right;
    margin-top: 120px;
    margin-right: 60px;
    display: inline;
    text-transform: uppercase;
}
#header ul li {
    display: inline;
}
#header ul li a {
    display: block;
    float: left;
    padding-left: 10px;
    padding-right: 26px;
    background: transparent url(../images/navbar.gif) no-repeat right 50%;
    color: #0e2b5c;
    font-weight: bold;
}
#header ul li a:hover, #header ul li.selected a {
    color: #06f;
}
#header ul li a img {
    padding: 3px 0;
}
/* breadcrumb */
#breadcrumb {
    position: relative;
    left: 535px;
    top: 10px;
    width: 515px;
    font-size: 80%;
    color: #06f;
}
#breadcrumb li {
    display: inline;
}
#breadcrumb a {
    color: #0E2B5C;
    padding-right: 15px;
    background: url(../images/breadcrumb.gif) no-repeat right 50%;
}
/* help menu */
#quick-info {
    background: url(../images/help-menu-bg.png) repeat-y;
}
#quick-info ul {
    width: 206px;
    padding-bottom: 5px;
    background: url(../images/help-menu-bottom.jpg) no-repeat bottom;
}
#quick-info ul li {
    display: inline;
}
#quick-info ul h3 {
    display: block;
    text-indent: -9999px;
    width: 206px;
    height: 50px;
    background: url(../images/quick-info.png) no-repeat 0 0;
}
#quick-info a {
    display: block;
    padding: 7px 0 7px 45px;
    margin: 0 5px;
    background-position: 10px 50%;
    background-repeat: no-repeat;
    border-bottom: 1px solid #ccc;
    text-transform: uppercase;
    font-weight: bold;
    color: #0E2B5C;
    font-size: 85%;
}
#quick-info #h-contacts { border-bottom: 2px solid #ccc;}

#quick-info a:hover {
    background-color: #cadbe7;
}
#h-patients {
    background-image: url(../images/pguideoff.jpg);
}
#h-patients:hover {
    background-image: url(../images/pguideon.jpg);
}
#h-professionals {
    background-image: url(../images/pprofessionalsoff.jpg);
}
#h-professionals:hover {
    background-image: url(../images/pprofessionalson.jpg);
}
#h-news {
    background-image: url(../images/pnewsoff.jpg);
}
#h-news:hover {
    background-image: url(../images/pnewson.jpg);
}
#h-faq {
    background-image: url(../images/pfaqoff.jpg);
}
#h-faq:hover {
    background-image: url(../images/pfaqon.jpg);
}
#h-contacts {
    background-image: url(../images/pcontactsoff.jpg);
}
#h-contacts:hover {
    background-image: url(../images/pcontactson.jpg);
}
/* main-content */
.intro {
    border-bottom: 1px solid #ccc;
}
.intro p.team {
    text-align: center;
    border-bottom: 3px solid #ccc;
    margin-bottom: 10px;
}
.intro h2 {
    margin: 15px 0 15px;
}
.intro p {
    margin-bottom: 20px;
}
#main-content h2 {
    margin: 10px 0 5px;
}
.news img {
    padding: 5px;
    border: 1px solid #ccc;
    float: left;
}
.news h4, .news p {
    margin-left: 183px;
}
.news h4 {
    color: #0E2B5C;
}
/* extra-info */
#extra-info {
    margin-top: 0px;
}
.quality, .questions {
    width: 183px;
}
.quality {
    padding-top: 150px;
    background: #fff url(../images/quality-bg.jpg) no-repeat 50% top;
}
.quality h3, .quality p, .questions h3, .questions p {
    padding: 0 19px;
}
.quality p, .questions p {
    font-size: 85%;
    color: #0E2B5C;
}
.questions {
    margin-top: 30px;
    padding-top: 150px;
    background: #fff url(../images/questions-bg.jpg) no-repeat 50% 0;
}
/* footer */
#footer {
    text-align: center;
    padding-top: 15px;
    background: #9cf url(../images/footer-bg.gif);
}
#footer ul li {
    display: inline;
    background: transparent url(../images/navbar.gif) no-repeat right 50%;
    padding: 10px;
    padding-right: 26px;
}
#footer ul li a {
    color: #0E2B5C;
    text-transform: uppercase;
}
#footer ul li a:hover {
    text-decoration: underline;
}
#footer ul li.created-by {
    background-image: none;
    padding-right: 0;
}
#footer ul li.created-by a {
    text-transform: none;
    text-decoration: underline;
}