/*
#FF.86.00 - old
FF922D
*/

body,html {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
    background-image: url(../images/bg_main.gif);
    background-repeat: repeat-x;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #666666;
}

#pageheader {
    position:fixed;
    width: 100%;
}

#pageheader_inner {
    width: 880px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#spacer {
    height:155px;
}


#container {
    width: 880px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}

#container-header {
    width: 800px;
    height: 115px;
    padding: 20px 40px 0px 40px;
    background-image: url(../images/bg_header.gif);
    line-height: 115px;
    font-size:28px;
    font-weight:bold;
}

#container-eyecatcher {
    width: 800px;
    padding: 0px 40px 0px 40px;
    height: 35px;
    background-image: url(../images/bg_eyecatcher.gif);
}

#container-name {
    float: left;
    background:url(../images/dms_logo.png) no-repeat;
    width:500px;
}

#container-slogan {
    float: right;
    font-size: 18px;
    font-weight: normal;
    font-style: italic;
    padding-right: 10px;
}

span, #container-name span,#container-slogan span {
    color: #FF922D;
}

.colorMe {
   color: #4374A5;
}


#container-navigation {
    width: 800px;
    background-color:#4374A5;
    height: 22px;
    border-bottom: 1px solid #ffffff;
}

ul#navigation {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

#navigation li {
    display: inline;
    list-style: none;
    height: 22px;
}

#navigation li a {
    color: #ffffff;
    line-height: 22px;
    font-size: 11px;
    text-decoration: none;
    padding: 5px 15px 6px 15px;
    border-right: 1px solid #ffffff;
}

#navigation li a:hover {
    background-color:#FF922D;
}

#currentPage {
    background-color:#FF922D !Important;
}

#container-content {
    width:800px;
    background-image: url(../images/bg_content.gif);
    background-repeat: no-repeat;
    padding: 20px 40px 0px 40px;
    margin: 0 0 0 0;
    min-height: 390px;
}

#content {
    width:730px;
    float: left;
}

#border {
    width: 170px;
    margin-left: 610px;
}

#container-footer {
    border-top: 2px solid #4374A5;
    width:800px;
    padding: 10px 0px 20px 0px;
    margin: 0 40px 0px 40px;
    clear: both;
    color: #aeaeae;
}

#container-footer a {
    font-weight: bold;
    padding: 2px 2px 2px 2px;
    color: #aeaeae;
}

#container-footer a:hover {
    color: #006AC3;
}

#footer {
    font-size: 11px;
    color: #aeaeae;
    height:35px;
    width:800px;
    margin-bottom: 20px;
}

#footer-copyright {
    font-size: 8px;
    float: left;
    color: #aeaeae;
    width: 325px;
    padding-left: 10px;
}

#footer-design {
    font-size: 8px;
    float:right;
    color: #aeaeae;
    padding-right:70px;
}

#footer-meta {
    float: right;
    text-align: right;
    width: 325px;
    padding-right: 10px;
}

.clearer {
    clear: both;
}

h1 {
    font-size: 22px;
    color: #4374A5;
    margin: 0 0 0 0;
    padding: 0px 0 20px 25px;
    background-image: url(../images/h1_arrow.gif);
    background-repeat: no-repeat;
    background-position: 5px 7px;
    line-height: 24px;
}

h2 {
    font-size: 16px;
    color: #006AC3;
    padding: 5px 0 5px 25px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

h3 {
    font-size: 14px;
    color: #006AC3;
    padding: 5px 0 0px 25px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    }

h4 {
    font-size: 14px;
    color: #FF922D;
    text-transform: uppercase;
    letter-spacing: -0.5px;
    }

hr {
    border: none 0;
    border-top: 1px solid #cccccc;
    height: 1px;
}

#content hr {
    border: none 0;
    border-top: 1px solid #cccccc;
    margin: 0px 0 0px 25px;
    height: 1px;
}

#content p {
    line-height: 19px;
    color: #666666;
    margin: 0 0 10px 20px;
}

#content table {
  border:1px solid #FF922D;
}

#content td {
  border-bottom:1px solid #cccccc;
  border-right:1px solid #cccccc;
  padding:2px;
}

#content th {
  border-bottom:1px solid #888888;
  border-right:1px solid #888888;
  padding:2px;
}

#content p a, #content table a, #content li a, #border p a {
    text-decoration: none;
    color: #006AC3;
    border-bottom: 1px dotted #006AC3;
    padding: 2px 2px 2px 2px;
}

#content p a:hover, #content table a:hover, #content li a:hover, #border p a:hover  {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #006AC3;
    padding: 2px 2px 2px 2px;
}

#content li {
    line-height: 20px;
    color: #666666;
    margin: 0 0 0 15px;
}

#content .quote {
    border-top: 1px solid #E5E5E5;
    background-color: #f7f7f7;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 15px 15px 65px;
    margin: 0px 20px 0px 20px;
    background-image: url(../images/bg_quote.gif);
    background-repeat: no-repeat;
    background-position: 10px 10px;
    color: #0066CC;
    font-style: italic;
    font-size: 14px;
}

#border p {
    line-height: 17px;
    font-size: 11px;
    color: #666666;
    margin: 0 0 15px 10px;
}

ul#subnavigation {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 15px 0px;
    background-image: none;
}

#subnavigation li {
    list-style: none;
    padding: 2px 0px 2px 10px;
    margin: 0px 0px 5px 0px;
}

#subnavigation li a {
    text-decoration: none;
    color: #006AC3;
    border-bottom: 1px dotted #006AC3;
}

#subnavigation li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #006AC3;
}

ul#news {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image: none;
}

#news li {
    list-style: none;
    background-image: url(../images/li_cube.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
    padding: 2px 0px 2px 15px;
    margin: 0 0 15px 0px;
}

#content li {
    list-style: none;
    background-image: url(../images/li_cube.gif);
    background-repeat: no-repeat;
    background-position: 2px 6px;
    padding: 0px 0px 0px 15px;
    margin: 0 0 0px 0px;
}

#content #product {
   margin-top:20px;
   height:100px;
}

img.alignleft {
    float: left;
    margin: 0 15px 5px 0px;
}

img.alignright {
    float: right;
    margin: 0 0 5px 15px;
}

img.alignabove {
    margin: 0 0 10px 0;
}


#partner p {
   height:80px;
}

#partner p a img {
    padding-right: 18px;
    width:135px;
    float:left;
    border:none;
}

#partner p a {
    padding:0px;
    margin: 0px;
    color: #00ff33;
    width:120px;
}

#partner p a:hover  {
  border:none;
  padding:0px;
}

#goback {
  float:left;
  margin: 0px 60px 0px 40px;
  padding: 0px 0px 20px 0px;
  clear: both;
}

#goback a {
  background:url(../images/arrow_back.gif) no-repeat;
  padding: 0px 0px 0px 16px;
  margin-left:20px;
  text-decoration: none;
}

#download {
  font-size: 16px;
  padding-bottom: 10px;
}

#screenshot {
  padding-top:20px;
  padding-left:20px;
  text-align:left;
}

#msFooter a img {
  border:none;
  padding:0px;
}