/* All browsers
*/

html, body {
    margin: 0px;
    height: 100%;
    padding: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #555566;
}

a {
    color: #2a9dd7;
    text-decoration: none;
}

a:Hover {
    color: #cc0000;
}

a.button {
    background-color: #2a9dd7;

    color: #FFFFFF;
    padding: 7px 15px 7px 15px;
    font-size: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px;
}

a.button:Hover {
    background-color: #2383b3;
}

.left {
    float: left;
}

.right {
    float: right;
}

.auxMenu {
    float: right;
    margin-right: 20px;

    vertical-align: bottom;
    padding-top: 18px;
}

.auxMenu .option {
    font-size: 0.8em;
    display: inline;
    padding: 2px 20px 2px 10px;
    color: #FFFFFF;
    margin-top: 10px;
    cursor: pointer;
    background: url('sep-ball.png') no-repeat right;
    margin-right: 0px;
}

.auxMenu .nopadd {
    padding-right: 0px;
    background: none;
}

.auxMenu .option span {
    font-weight: 600;
    display: inline;
}

.auxMenu .optionActive {
    height: 300px;
    width: 300px;
    background-color: #2a9dd7;
}

.auxMenu .arrowDown {
    height: 11px;
    width: 11px;
    display: inline;
    background-image: url('dn_arrow_head.gif');
    background-position: 0px -10px;
}

div.moremenuArrow {
    display: inline-block;
    height: 14px;
    width: 9px;
    overflow: hidden;
    background-image: url('down_pointer_menu.png');
    background-position: 0px 0px;
    cursor: pointer;
}

div.moremenuArrow:Hover {
    background-position: -9px 0px;
}

.footer {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #ededed;
    margin: 80px 0 80px 0px;
    font-size: 0.7em;
    color: #999999;
    line-height: 2em;
}

.footer div {
    padding: 10px;
}

div.rLayoutMain {
    background-color: #EEEEEE;
    width: 100%;
    height: 267px;
}

div.rLayoutSection {
    background-color: #EEEEEE;
    width: 80%;
    float: left;
}

div.ptbox {
    background-color: #EEEEEE;
    width: 300px;
    height: 175px;
    float: inherit;
    margin-left: -10px;
}

div.ptbox:hover {
    cursor: pointer;
}

a#placeholder {
    display: block;
    background: url("../images/deployer_applet_clickit.png") no-repeat 0px 0px scroll;
    width:300px;
    height:175px;
}

a#placeholder:hover {
    display: block;
    background: url("../images/deployer_applet_clickit_hover.png") no-repeat 0px 0px scroll;
}

a#pt-download {
    display: block;
    background: url("../images/deployer_pt_download.png") no-repeat 0px 0px scroll;
    width:300px;
    height:175px;
}

a#pt-download:hover {
    display: block;
    background: url("../images/deployer_pt_download_hover.png") no-repeat 0px 0px scroll;
}

div.rLayoutAside {
    background-color: #FFFFFF;
    float: right;
}

div.rLayoutMainBlockImage {
    width: 100%;
    height: 265px;
    display: block;
}

div.rLayoutMainBlockContainer {
    position: relative;
    width: 100%;
    height: 265px;
    overflow: hidden;
    margin-top: -265px;
}

div.rLayoutMainBlock {
    background-color: #FFFFFF;
    width: 331px;
    min-width: 300px;
    height: 247px;
    margin-left: 17px;
    margin-right: 17px;
    padding: 10px 25px 25px 25px;
    font-size: 15px;
    display: block;
    z-index: 20;
}

div.rLayoutMainBlockImage img {
    width: 100%;
    height: 265px;
    opacity: 0.8;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    /* IE lte 9 */
    filter:
        progid:DXImageTransform.Microsoft.Alpha(Opacity=80)
        progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}

div.rLayoutMainBlockTitle {
    font-size: 30px;
    font-weight: 700;
    color: #336699;
    margin-bottom: 5px;
}

div.rLayoutMText {
    display: block;
    overflow: auto;
    margin-left: 17px;
    margin-right: 17px;
    border-bottom: 1px solid #ebebed;
    padding-bottom: 20px;
    margin-top: 20px;
    font-size: 15px;
}

div.rLayoutMText P {
    margin-top: -0.5em;
}

div.service-container li,
div.rLayoutMText li,
div.rLayoutMainBlock li {
    margin-bottom: 0.6em;
    list-style-type: square;
    margin-left: -20px;
}

div.rLayoutMTextTitle {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #336699;
    margin-bottom: 2em;
}

img.rLayoutMTextImage {
    float: right;
    padding-left: 100px;
}

#rLayoutHeader {
    width: 100%;
    height: 37px;
    background: #F0F0F0;
    /*background-color: #394247;*/
    /*position: fixed;*/
}

.left img {
    margin-top: 7px;
    float: left;
    height: 30px;
    margin-left: 10px;
}

.helpImage {
    margin-left: 20px;
}

#logo-header {
    display: table;
}

#row {
    display: table-row;
}

#image-logo {
    display: table-cell;
}

#text-logo {
    display: table-cell;
    padding-left: 15px;
    padding-top: 10px;
    text-align: center;
    vertical-align: middle;
}

#menu,
#menu ul,
#menu li,
#menu a {
    border: none;
    line-height: 1;
    margin: 0;
    padding: 0;
    background: #F0F0F0;
}

#menu {
    height: 35px;
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    float: right;
}

#menu > ul {
    list-style: inside none;
    margin: 0;
    padding: 0;
}

#menu > ul > li {
    list-style: inside none;
    float: right;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

#menu > ul > li > a {
    outline: none;
    display: block;
    position: relative;
    text-align: center;
    text-decoration: none;
    color: #555566;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    padding: 12px 20px;
}

#menu > ul > li > a:after {
    content: "";
    position: absolute;
    top: -1px;
    bottom: -1px;
    right: -2px;
    z-index: 99;
}

#menu > ul > li.has-sub > a:before {
    content: "";
    position: absolute;
    top: 18px;
    right: 6px;
}

#menu > ul > li.has-sub:hover > a:before {
    top: 19px;
}

#menu > ul > li.has-sub:hover > a {
    padding-bottom: 14px;
    z-index: 999;
    color: #ffffff
}

#menu ul li.has-sub:hover > ul,
#menu ul li.has-sub:hover > div {
    display: block;
    background: #2a9dd7;
}

#menu > ul > li.has-sub > a:hover,
#menu > ul > li.has-sub:hover > a {
    background: #2a9dd7;
}

#menu ul li > ul,
#menu ul li > div {
    display: none;
    width: auto;
    position: absolute;
    top: 35px;
    background: #2a9dd7;
    z-index: 999;
    padding: 10px 10px;
    left: auto;
    right: 0;
}

#menu ul li > ul {
    width: 200px;
}

#menu ul ul ul {
    position: absolute;
}

#menu ul ul li:hover > ul {
    left: 100%;
    top: -10px;
}

#menu ul li > ul li {
    display: block;
    list-style: inside none;
    position: relative;
    left: auto;
    right: 0;
    margin: 0;
    padding: 0;
}

#menu ul li > ul li a {
    background: #2a9dd7;
    outline: none;
    display: block;
    position: relative;
    font: 10pt Arial, Helvetica, sans-serif;
    color: #ffffff;
    text-decoration: none;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 8px 20px;
}

#menu,
#menu ul ul > li:hover > a {
    background: #394247;
    color: #ffffff;
}

#menu ul ul li a:hover {
    background: #4aaccd;
    color: #ffffff;
}

#menu > ul > li > a:hover {
    background: #080808;
    color: #ffffff;
}

#menu ul ul a:hover {
    color: #ffffff;
}
