﻿body {
    margin: 0;
    padding: 0;
    font: normal 10pt verdana,helvetica,sans-serif;
}

#wrapper {
    width: 995px;
}

#header {
    background: #08107B url('../images/olympus_logo.gif') no-repeat 10px 15px;
    height: 57px;
    display:block;
}

#logo {
    height: 57px;
    width: 400px;
    display:block;
}

#sub_header {
    background: #FFF url('../images/endoworks_hdr_bg.jpg') no-repeat 0 0;
    height: 104px;
    display:block;
}
#sub_header h1 {
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
}

a#brochure {
    background: transparent url('../images/download_brochure.gif') no-repeat 0 0;
    height: 216px;
    width: 142px;
    display:block;
    margin: 20px 0 20px 10px;
}

#sub_header, #nav li {
    border-bottom: 1px solid #92ADCB;
}

#nav {
    float: left;
    width: 160px;
}

#nav ul {
    margin: 0;
    padding: 0;
}

#nav li {
    height: 38px;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    background: transparent url('../images/nav_alt_bg.jpg') repeat-x 0 0;
}

#nav li:hover, #nav li.hover, #nav li.on {
    background: transparent url('../images/endoworks_home_10.gif') repeat-x 0 0;
}

#nav li a:link, #nav li a:visited {
    font-size: 8pt;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 12px 2px 11px 20px;
    width: 138px;
    display:block;
    background: transparent url('../images/alt_arrow.gif') no-repeat 10px 15px;
}

#nav li:hover a:link, #nav li.hover a:link, #nav li.on a:link {
    background-image: url('../images/current_arrow.gif');
}

#content_wrapper {
    background: #4A76A7 url('../images/content_wrapper_bg.gif') repeat-y 0 0;
    border-bottom: 1px solid #fff;
}

#content {
    background: #EAEFF3 url('../images/content_gutter_bg.jpg') repeat-x 0 0;
    float: left;
    border-left: 1px solid #92ADCB;
    width: 561px;
}
#roundedCorners{
    padding: 12px;
}
#roundedContent{
    padding: 0px 10px;
    font-size: 8pt;
    font-weight: normal;
}
#roundedContent h1 {
    margin-top: 0px;
    font-size: 11pt;
}

/* rounded corners */
#roundedCornersTop, #roundedCornersBottom {
    height: 10px;
}
.corners {
    position: relative;
    background-color: #fff;
}
.corners .tr, .corners .tl, .corners .br, .corners .bl {
    height: 6px;
    width: 6px;
    background: transparent url('../images/corners.gif') no-repeat 0 0;
    position: absolute;
    display:block;
    font-size:5px;
    line-height:5px;
}
.corners .tl {
    top: 0px;
    left: 0px;
    background-position: 0px 0px;
    background-color: #668AAE;
}
.corners .tr {
    top: 0px;
    right: 0px;
    background-position: -7px 0px;
    background-color: #668AAE;
}
.corners .bl {
    bottom: 0px;
    left: 0px;
    background-position: 0px -7px;
}
.corners .br {
    bottom: 0px;
    right: 0px;
    background-position: -7px -7px;
}
/********************/


#footer {
    padding: 1em;
    clear: both;
    background-color: #E2E2E2;
    font-family: Verdana, Sans-Serif;
}

#footer p {
    margin-top: 0;
    padding-top: 1em;
}

#footer, #footer a:link, #footer a:visited{
    color: #666666;
    font-size: 7.5pt;
    text-align: center;
}

#footer a:link, #footer a:visited {
    text-decoration: underline;
}

#footer a:hover {
    color: #000;
    text-decoration: none;
}

.clear {
    clear:both;
}
br.clear {
    font-size: 1px;
    line-height: 1px;
    margin-top: -1px;
}
.hidden, #sub_header h1, a#brochure {
    text-indent: -99999px;
}
hr {
    border-width: 0px;
    border-top: 1px solid #8D8C88;
    margin: 2em 0;
}
.font_required{
    color:#f00;
}
.font_title {
    font-weight: bold;
}
label {
    vertical-align:baseline;
}
input[type='checkbox'] {
    vertical-align:middle;
}
.center {
    text-align: center;
}
img {
    border: 1px solid #8D8C88;
}
#content a:link, #content a:visited {
    text-decoration: underline;
    color: #000;
}
#content a:hover {
    color: #888888;
    text-decoration: none;
}
#rightcolumn {
    float: left;
    width: 273px;
    background-color: #2C5A8C;
}
#rightcolumn blockquote, #rightcolumn p.attrib {
    margin: 0;
    padding: 1em;
    line-height: 2em;
    background-color: #406997;
    color: #fff;
}
#rightcolumn blockquote {
    text-transform: uppercase;
}
#rightcolumn p.attrib {
    text-align: right;
    padding-top: 0;
}
#rightcolumn img {
    border: 2px solid #406998;
}
#rightcolumn p.video, #rightcolumn p.video a:link, #rightcolumn p.video a:visited {
    color:#FFF;
    text-decoration: none;
    font-size: 8pt;
}
#rightcolumn p.video img {
    float: left;
    margin: 0.5em;
}
#rightcolumn p.video span.heading, #rightcolumn p.video span.description {
    display: inline-block;
    width: 150px;
}
#rightcolumn p.video span.heading {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 1.5em;
}
#rightcolumn p.video span.description {
    text-decoration: underline;
}
acronym {
    border: 0;
}
.contentlet_full {
    position: relative;
}
.contentlet_full .left_column {
    float: left;
    background-color:#fff;
    width: 320px;
    height: 373px;
}
.contentlet_full p, .contentlet_full h1 {
    vertical-align: middle;
    padding-left: 1em;
    float: left;
    width: 320px;
    xmargin-left: 322px;
}
.contentlet_full h1 {
    color: #676767;
    font-size: 1.4em;
    padding-left: 0.6em;
}
.contentlet_full img {
    border: 0;
}
/*.contentlet_full img.float-left {
    position:absolute;
    top: 0;
    left: 0;
}*/
/** html .contentlet_full img.float-left {
    top: 0;
    left: 0;
}*/
.contentlet_full .hidden {
    font-size: 1px;
    line-height: 1px;
}
#fancy_ajax .contentlet_full {
/*    margin-top: -10px;*/
}
img.top {
    vertical-align: top;
    margin-bottom: 1em;
}
img.right {
    float:right;
    margin-left: 1em;
}
img.left {
    float:left;
    margin-right: 1em;
}
img.top, img.left, img.right {
    position: relative;
}

dfn {
    font-style: normal;
    text-decoration: underline;
    cursor:help;
}
