/* ----------------------------------------------------------------
Copyright (c) Demosphere International Inc.
No permission is granted for any purpose without prior
written consent from Demosphere International Inc.
-------------------------------------------------------------------*/

/* General Page Styles */
body#design-body { margin: 0; padding: 0; background: #000 url('../images/bg.jpg') repeat-x;  }

#design-wrapper { margin: 0 auto; width: 100%; max-width: 990px; }

/* Header */
header {margin: 0; padding: 0; width: 100%; height: 150px; background: #000; box-sizing: border-box;}
header #design-header { margin: 0; height: 150px; background: url('../images/header.jpg') top center no-repeat; }

nav {
  width: 100%;
  height: 30px;
  background: linear-gradient(to bottom,  #202020 0%,#303030 50%,#212121 51%,#313131 100%);
  border-bottom: 5px solid #17468f;
  box-sizing: border-box;
}

/* Main */
main { margin: 0; padding: 10px; width: 100%; background: #dadada; box-sizing: border-box; }
main #design-main-content { margin: 0; padding: 10px; width: 100%; background: #fff; box-sizing: border-box; }

/* Footer */
footer { margin: 0; width: 100%; height: 60px; background: #222; border-top: 3px solid #17468f; box-sizing: border-box; }
#design-footer-inner {margin: 0; padding: 0; width: 100%; max-width: 1000px; height: 60px; }
#design-footer-left {float: left; width: 760px; height: 60px;}
#design-footer-right {float: right; width: 200px; height: 60px;}

footer div#design-footer-left #design-copyright { margin: 15px 0 0 10px; font-family: Verdana, Arial, sans-serif; font-weight: bold; font-size: 10px; line-height: 14px; font-weight: bold; color: #fff; }
footer div#design-footer-left #design-copyrightDII { margin: 2px 0 0 10px; font-family: Verdana, Arial, sans-serif; font-weight: normal; font-size: 10px; line-height: 14px; font-weight: normal; color: #fff; }
footer div#design-footer-left #design-copyrightDII a { font-family: Verdana, Arial, sans-serif; font-weight: normal; font-size: 10px; color: #fff; text-decoration: none; }