﻿html {
    background-color: #e2e2e2;
    margin: 0;
    padding: 0;
/*    background-image:url("../Images/background-tile.png");*/
}

body {
    background-color: #fff;
    color: #333;
    font-size: .85em;
    font-family: Helvetica, Sans-Serif;
    padding: 0;
    width:960px;
    margin:auto;
    margin-top:0;
    padding-bottom:200px;
}

#body {
    float:left;
    display:inline-block;
    *display: inline;
    padding:50px;
    min-height:718px;
    max-width:560px;
    min-width:560px;
/*    background-image:url("../Images/news-shadow.png");*/
    background-repeat:repeat-y;
    background-position:right;
    background-color: #fafafa;
}

#body.full-content {
    width: 860px;
    max-width:860px;
    background-color: #fafafa;
    background:none;
}

#full-content {
    width: 860px;
    max-width:860px;
    background-color: #fafafa;
}

.orange {
    background-color: #0b9db6 !important;
}

.orange-text {
    color: #0b9db6 !important;
}

#orange-text {
        color: #0b9db6 !important;
}

a:link .orange-text {
        color: #0b9db6;
}

a {
    color: #333;
    outline: none;
    text-decoration: none;
    cursor:pointer;
}


p {
margin-bottom: 20px;
margin-top: 20px;
color: #333;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
    text-decoration:underline;
    }

header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1 {
    padding: 0;
    margin: 0;
}

span {
    padding:0;
    margin:0;
}

h1 {
    font-size: 3em;
    font-weight:normal
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 24px;
    font-weight:normal;
    margin-top:15px;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


/* main layout
----------------------------------------------------------*/
.content-wrapper {
    padding:0;
    margin:0;
    max-width: 960px;
    height:157px;
/*    background: url("../Images/header-graphic.png") no-repeat;*/
    background-position-x:54px;
}

.contact-wrapper {
    float:right;
    margin-right:50px;
    margin-top:58px;
}

.contact-wrapper p {
    text-align:right;
    margin-top:0;
    margin-bottom:0;
    color:#455660;
    font-size:1.1em;
}

.contact-wrapper span {
    color:#0b9db6
    font-size:1.3em;
}

.main-content {
/*  background: url("../Images/accent.png") no-repeat;*/
    padding-left: 10px;
    padding-top: 30px;
}

.featured + .main-content {
/*    background: url("../Images/heroAccent.png") no-repeat;*/
}

footer {
    clear: both;
    font-size: .8em;
    border-bottom: 1px solid #161819;
    border-top: 1px solid #161819;
}

footer p first-child {
    margin-bottom: 0px;
}

.small-footer {
    font-size: .9em;
    margin-top:0px;
}

.contact-wrapper span.header-email {
    font-size: 1.1em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
}

/* menu
----------------------------------------------------------*/

ul#menu {
    font-size: 1.1em;
    padding-left:35px;
    background-color:#777777;
    margin:0px;
    border-bottom:1px solid #161819;
}

ul#menu li {
    display: inline-block;
    *display: inline;
    list-style: none;
    padding-left: 20px;
    padding-right:20px;
    height:22px;
    padding-top:0px;
    vertical-align:middle;
    padding-top:2px;
    padding-bottom:2px;
}

ul#menu li.divider {
    height: 15px;
    width: 1px;
    background-color: #f2f2f2;
    margin-top: 0px;
    padding: 0px;
    vertical-align: middle;
}

ul#menu li:hover {
    cursor:pointer;
}

ul#menu li a {
    background: none;
    color: #f2f2f2;
    line-height:22px;
}

ul#menu li:hover a {
    color: #333;
    cursor:pointer;
    text-decoration:none;
}

.sub-nav {
    height:0px;
    width:194px;
    overflow:hidden;
    position:absolute;
    margin-left: -25px;
    margin-top:3px;
    margin-right:0px;
    padding-left:0px;
    padding-right:0px;
}

ul#menu li ul.sub-nav li {
    display: block;
    margin-left:0px;
    margin-right:0px;
    padding-left: 26px;
    padding-right:0px;
    padding-top:5px;
    font-size:14px;
}


ul#menu li ul.sub-nav li a {
    color: white;
}


ul#menu li ul.sub-nav li a:hover {
    color: #333;
}

    /* footer
    ----------------------------------------------------------*/

footer .float-left,
footer .float-right {
    float: none;
}

footer {
    text-align: center;
    height: auto;
    padding: 10px 0;
}

footer p {
    margin: 0;
}

    /* news-container
    ----------------------------------------------------------*/

#news-container {
    float:right;
    width:300px;
}

.underline {
    border-bottom: 1px solid #e2e2e2;
    color:#555555;
    font-weight:normal;
}

.news-header-image {
    padding:0px 20px;
    padding-left:45px;
    padding-bottom:10px;
    margin-bottom:0;
    margin-top:0;
/*    background: url("../Images/latestnews-icon.png") no-repeat;*/
    background-position:18px 4px;
}

.downloads-header-image {
    padding:0px 20px;
    padding-left:45px;
    padding-bottom:10px;
    margin-bottom:0;
    margin-top:0;
/*    background: url("../Images/downloads-icon.png") no-repeat;*/
    background-position:18px 3px;
}

#news-articles {
    padding-top:50px;
    padding-bottom:0;
    margin-bottom:20px;
}

.news-article {
    border-bottom: 1px solid #e3e3e3;
    padding:15px 20px;
}

.news-article-image {
    width:33px;
    height:40px;
    display:inline-block;
    *display: inline;
    vertical-align:top;
    margin-top:4px;
    background-color: white;
    text-align:center;
/*	background: url("../Images/calender-icon.png") no-repeat;*/
}

.news-article-image span {
    display:block;
}

.news-article-image span:first-child {
    font-size:20px;
    height:20px;
    margin-top:2px;
}

.news-article-text {
    display:inline-block;
    *display: inline;
    width:210px;
    margin-left:10px;
    vertical-align:top;
    height:50px;
    overflow:hidden;
}

.news-article p {
    margin:0;
}

.news-article h3 {
    margin-top: 0;
    line-height: 18px;
    height: 18px;
    overflow: hidden;
}

.more-news {
    display: inline-block;
    *display: inline;
    padding: 0px 20px;
}

/* Download Area */

#download-container {
    padding-top:35px;
}

#download-container a {
    display: block;
    padding:0px 20px;
}

#download-container h2 {
    padding-bottom:15px;
}

#download-container h3 {
    margin-top:18px;
    text-decoration:none;
}

#download-container a {
}

/* Home Page */

.home-image {
    height:247px;
    width:570px;
    background-color:gray;
    margin-bottom:3em;
/*    background-image:url("../Images/home-image.png");*/
    background-repeat:no-repeat;
}

/* CONTACT US */

.contact span:first-child {
    font-size:16px;
    display:block;
    margin-bottom:3px;
}

.contact div {
    display:inline-block;
    *display: inline;
    vertical-align:top;
}

.contact div:first-child {
    height:73px;
    width:73px;
}

.contact span {
    font-size:19px;
}

.contact a {
    display:block;
}

.contact p {
    font-size:18px;
}

.contact {
    margin-top: 20px;
    margin-bottom:20px;
}

.call-image {
/*	background-image:url("../Images/call-us.png");*/
    background-repeat:no-repeat;
    margin-right:20px;
}

.fax-image {
/*    background-image:url("../Images/fax-us.png");*/
    background-repeat:no-repeat;
    margin-right:20px;
}

.address-image {
/*    background-image:url("../Images/find-us.png");*/
    background-repeat:no-repeat;
    margin-right:20px;
}

/* SUPPORTED CUSTOMERS */

.support-container {
    margin-top: 40px;
    position:relative;
    margin-bottom:40px;
}

.support-panel {
    display: inline-block;
    *display: inline;
    width:170px;
    border:1px solid gray;
    margin-right:15px;
    height:250px;
    background-color:white;
    vertical-align:top;
    text-decoration:none;
}


.installation-guide {
/*    background-image:url("../Images/install-guides-icon.png");*/
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y: 110px;
}

.features {
 /*	background-image:url("../Images/features-icon.png");*/
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y: 110px;
}

.licence-agreement {
 /*   background-image:url("../Images/license-agreement-icon.png");*/
    background-repeat:no-repeat;
    background-position-x:center;
    background-position-y: 110px;
}

/*
.installation-guide:hover {
    background-image: url("../Images/install-guides-icon-rev.png");
}

.features:hover {
    background-image: url("../Images/features-icon-rev.png");
}

.licence-agreement:hover {
    background-image: url("../Images/license-agreement-icon-rev.png");
}*/

.last-panel {
    margin-right: 0;
}

.support-panel:hover {
    background-color: #0b9db6
    cursor:pointer;
    text-decoration:none;
}

.support-panel:hover h3 {
    color:white;
}

.support-panel:hover h3.bottom {
    text-decoration: underline;
}

.support-panel h3 {
    margin-left: 10px;
}

.support-panel p {
    margin-left: 10px;
    margin-right: 10px;
}

.support-panel .bottom {
    position:absolute;
    bottom:12px;
    font-size:11px;
    display:block;
}

/* Support Login */

.login-input {
    display: block;
    width: 840px;
    background-color:white;
    height: 25px;
    margin-top:20px;
    margin-bottom:20px;
    padding-left: 5px;
}

.login-button {
    padding:8px 15px;
    display:inline-block;
    *display: inline;
    color:white;
    font-weight:bold;
}

/* iFrame CSS */

.iframebody {
    width: 860px;
    padding-bottom:0;
    background-color: #fff;
}

iframe {
    background-color: #fff;
}
#frame-content {
    background-color: #fff;
}

#morpheus-content {
    background-color: #fff;
}

.iframe-html {
    background-color: #fff;
    background-image:none;
}