/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 62.5%;
    background-color: black;
    font-family: Verdana, Tahoma, Arial, sans-serif;
    font-weight: 100;
}

html, body {
    position: relative;
    height: 100%;
}

#universe {
    background: url(/images/header-background.png) repeat-x top left;
    min-height: 100%;
    position: relative;
}
body.content-page #universe {
    background-image: url(/images/content-header-background.png);
}

* html #universe {
    height: 100%;
}

#outer {
    background: url(/images/right-side.jpg) no-repeat top right;
}

body.content-page #outer {
    background-position: right -200px;
}

#wrapper {
    width: 790px;
    margin: 0 auto;
    background: url(/images/header-left.jpg) no-repeat top left;
}

body.content-page #wrapper {
    background: url(/images/default/header-left.jpg) no-repeat top left;
}

#site-title {
    position: absolute;
    top: 218px;
    left: 0;
    background: url(/images/header-title.jpg) no-repeat top left;
    height: 90px;
    width: 760px;
}

body.content-page #site-title {
    background: url(/images/default/title.jpg) no-repeat top left;
    top: 18px;
}

#site-title div {
    display: none;
}

#site-title .qualification {
    display: block;
    position: absolute;
    top: -1.5em;
    right: 0;
    color: #666;
}

#title {
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: normal;
    color: #ddd;
}

#header {
    position: relative;
    height: 407px;
}

body.content-page #header {
    height: 207px;
}

#content {
    background: url(/images/body-left.jpg) no-repeat top left;
    min-height: 290px;
    padding: 30px 20px 2px 240px;
    
    text-align: justify;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #333;
    position: relative;
    z-index: 4; 
}

body.content-page #content {
    background-image: url(/images/default/body-left.jpg);
}

* html #content {
    height: 290px;
}

h1 {
    font-size: 18px;
}

#footer {
    text-align: center;
    padding-top: 20px;
    position: relative;
    z-index: 5;
}
    #footer ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
        #footer ul li {
            list-style: none;
            padding: 0;
            margin: 0 10px;
            display: inline;
        }
        
#nav {
    position: absolute;
    bottom: 5px;
    left: 240px;
    font-size: 14px;
}
#nav a {
    color: #777;
    text-decoration: none;
}
#nav a:hover {
    color: #bbb;
}

#nav li {
    float: left;
    list-style:none;
    padding: 2px 10px;
    margin-right: 8px;
}

body.home-page .link-home,
body.section-procedures .link-procedures,
body.section-links .link-links,
body.section-profiles .link-profiles,
body.section-contact .link-contact {
    background: black;
}
body.home-page .link-home a,
body.section-procedures .link-procedures a,
body.section-links .link-links a,
body.section-profiles .link-profiles a,
body.section-contact .link-contact a {
    color: #ccc;
}

#content a {
    color: #197bd3;
}

#content ul {
    padding-left: 15px;
}

#footer a {
    color: #bbb;
}

#footer {
    letter-spacing: 1px;
    padding: 10px;
}

.cms-imagetext-image {
    padding-left: 10px;
}

hr.cms-separator-content {
    margin-left: 10px;
    margin-right: 10px;
}

body.home-page #copyright {
    display: none;
}

.cms-text-content strong,
.cms-text-content b {
    font-size: 1.1em;
}

#copyright {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 404px;
    height: 275px;
    background: no-repeat url(/images/body-bottom-frill.png) bottom left;
    z-index: 3;
}

/* Do the PNG in IE */
* html #copyright {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/body-bottom-frill.png', sizingMethod='image');
    background: none;
}

* html #content .cms-imagetext-image img,
* html #logos img {
    height:expression((this.complete&&(String(this.src).substr(String(this.src).length-4,4)==".png"))?"1px":"");
    width:expression((this.complete&&(String(this.src).substr(String(this.src).length-4,4)==".png"))?"1px":"");
    filter:expression((this.complete&&(String(this.src).substr(String(this.src).length-4,4)==".png"))?("progid:DXImageTransform.Microsoft.AlphaImageLoader(src="+this.src+")"):"")
}

#copyright span {
    display: none;
}

#sidebar {
    float: right;
    width: 145px;
}

#main {
    margin-right: 160px;
}

#sidebar .side-nav li {
    list-style: none;
    margin-bottom: 5px;
}
#sidebar .side-nav a {
    background-repeat: no-repeat;
    display: block;
    width: 124px;
    height: 52px;
}
#sidebar .side-nav span {
    display: none;
}

#sidebar li a {
    background-image: url(/images/sidenav.png);
    background-repeat: none;
}
#sidebar li.breast a {
    background-position: left top;
}
#sidebar li.body a {
    background-position: left -52px;
}
#sidebar li.facial a {
    background-position: left -104px;
}
#sidebar li.reconstructive a {
    background-position: left -156px;
}

body.page-breast #sidebar li.breast a {
    background-position: -124px top;
}
body.page-body #sidebar li.body a {
    background-position: -124px -52px;
}
body.page-facial #sidebar li.facial a {
    background-position: -124px -104px;
}
body.page-reconstructive #sidebar li.reconstructive a {
    background-position: -124px -156px;
}

body.page-breast #site-title {
    background-image: url(/images/breasts/title.jpg);
}
body.page-breast #wrapper {
    background-image: url(/images/breasts/header-left.jpg);
}
body.page-breast #content {
    background-image: url(/images/breasts/body-left.jpg);
}

body.page-body #site-title {
    background-image: url(/images/body/title.jpg);
}
body.page-body #wrapper {
    background-image: url(/images/body/header-left.jpg);
}
body.page-body #content {
    background-image: url(/images/body/body-left.jpg);
}

body.page-facial #site-title {
    background-image: url(/images/facial/title.jpg);
}
body.page-facial #wrapper {
    background-image: url(/images/facial/header-left.jpg);
}
body.page-facial #content {
    background-image: url(/images/facial/body-left.jpg);
}

body.page-reconstructive #site-title {
    background-image: url(/images/reconstructive/title.jpg);
}
body.page-reconstructive #wrapper {
    background-image: url(/images/reconstructive/header-left.jpg);
}
body.page-reconstructive #content {
    background-image: url(/images/reconstructive/body-left.jpg);
}

body.page-links #site-title {
    background-image: url(/images/links/title.jpg);
}
body.page-links #wrapper {
    background-image: url(/images/links/header-left.jpg);
}
body.page-links #content {
    background-image: url(/images/links/body-left.jpg);
}

body.page-profiles #site-title {
    background-image: url(/images/profile/title.jpg);
}
body.page-profiles #wrapper {
    background-image: url(/images/profile/header-left.jpg);
}
body.page-profiles #content {
    background-image: url(/images/profile/body-left.jpg);
}

body.page-contact #site-title {
    background-image: url(/images/contact/title.jpg);
}
body.page-contact #wrapper {
    background-image: url(/images/contact/header-left.jpg);
}
body.page-contact #content {
    background-image: url(/images/contact/body-left.jpg);
}

body.page-contact #content {
    text-align: left; 
}

#consulting-clinics,
#operative-facilities {
    text-align: center;
}

    #consulting-clinics table {
        width: 354px;
    }
    #operative-facilities table {
        width: 531px;
    }
    
        #consulting-clinics td,
        #operative-facilities td {
            vertical-align: top;
            width: 170px;
            padding: 5px;
        }

.cms-contact-content .cms-textbox-content input,
.cms-contact-content .cms-textarea-content textarea {
    background-color: rgba(255, 255, 255, 0.9);
}

.cms-gallery-item,
li.cms-galleryitem-content
{
    width: 160px;
    height: 121px;
    _height: 127px;
}

#logos {
    overflow: auto;
    line-height: 80px;
}
#logos li {
    float: left;
    list-style: none;
    padding: 0 10px;
    line-height: 130px;
}