body, html {
  margin: 0;
  padding: 0;
  height:100%;
}
  
body {
   background-color: #333;
   color: #ddd;
   font: 13px/20px Verdana, Lucida, Arial, Helvetica, sans-serif;
}

em {
	font-size:1em;
	font-weight:bold;
	font-style:normal;
}

#body {
	padding: 0 3em;
	text-align: justify;
	padding-top:130px;
}

#body a:active, #footer a:active {
  color: #DDEEFF;
}

#header-wrap {
	background:#fff;
	width:100%;
	position:fixed;
	border-bottom:5px solid white;
	z-index:99999;
}

ul#header
{
   list-style: none outside none;
}

#header {
    background: #333;
	/* border-top: 1px solid #224466;
	border-bottom: 1px solid #002244;
	background: url(images/page-active-bg.png) repeat-x scroll top left transparent; */
	color: #EEEEEE;
	display: block;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	height: 26px;
    width: 100%;
    min-width:1000px;
}

#header li {
   display: inline;
   border: 0;
   margin: 0;
   padding: 0;
   float: left;
   outline: 0 none;
   position: relative;
}

#header a
{
	float:left;
    font-weight:bold;
    font-size:14px;
	text-decoration: none;
	color: #bbb;
	display: block;
	height: 23px;
	padding: 3px 2em 0 2em;
}

#header a:hover {
	background:#46a;
	/* background: url(images/page-active-bg-hover.png) repeat-x scroll top left transparent; */
    color: white;
}

#header a.active
{
	/* background: url(images/page-active-bg-active.png) repeat-x scroll top left transparent; */
    color: white;
}

#header .active-arrow
{
	background: url(images/page-link-active-arrow.png) no-repeat scroll center bottom transparent;
	margin: 0 0 36px 0;
	width: 100%;
}

.shadow-t
{
   background: url(images/shadow-t.png) repeat-x scroll top left transparent;
   width: 100%;
   height: 14px;
}
.shadow-b
{
	background: url(images/shadow-b.png) repeat-x scroll top left transparent;
	width: 100%;
	height: 14px;
}

h1 {
	clear: both;
	font-size: 50px;
	white-space: nowrap;
	margin:0;
	padding:0;
}

h2 {
	color:#fff;
    clear:both;
    font-size: 3em;
    font-weight:100;
    margin:0.8em 0 0 0;
    padding:0;
    line-height:1.2em;
}

h2.top-h {
	margin-top:0;
}

#indexh {
  margin-bottom: 3em;
}

#body a.role {
  background-color: white;
  color: black;
  font-weight: bold;
  font-size: large;
  text-decoration: none;
  
  padding: 1em;
  
  margin-left: 1em;
  margin-right: 1em;
  -moz-border-radius: 20px 20px 20px 20px; /* XXX: Portability!*/
}

#body #ceobtn {
  margin-left: 0;
  color: #d65919;
}

#body #purchasingbtn {
  color: #8c3142;
}

#body #graphicsbtn {
  color: #5a2463;
}

#footer {
clear: both;
color: #EEEEEE;
margin-top: 4em;
border-bottom: 4px solid #eee;
padding-top: 4em;
}

.footer_inner, .footer_inner-wb {
    padding:0;
    font-size:11px;
}

.footer_inner div, .footer_inner-wb div {
	text-align:right;
	width:700px;
}

.footer_inner a {
	color:#aaa;
	text-decoration:none;
}

.footer_inner-wb a {
	color:#111;
}

.footer_inner a:hover {
	color:white;
}

.footer_inner a.active {
    color:white;
    font-weight:bold;
}

a.top-btn
{
	clear: both;
	background: url(images/uparrow_08c.gif) no-repeat scroll 100% 50% transparent;
	color: #bdf;
	float: right;
    padding-right:12px;
}

a.top-btn:hover
{
	color: #fff;
}

.sol-wrap
{
	display: block;
	float:left;
	/* background: url(images/widepost-bg.png) repeat-x scroll left top transparent;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD; */
	padding: 1em 2em 2.5em 2em;
    width: 75%;
}

.sol-label
{
	/* background: url(images/big-sol-leftbg.png) no-repeat scroll left top transparent; */
	float: left;
	height: 58px;
	margin: 0 10px -4px -45px;
	padding-left: 18px;
}

.sol-label-main
{
   /* background: url(images/big-sol-mainbg.png) repeat-x scroll 0 0 transparent; */
   height: 45px;
}

.sol-label-right
{
   /* background: url(images/big-sol-rightbg.png) no-repeat scroll right top transparent; */
   height: 35px;
   padding: 10px 25px 0 0;
}

.button-wrap {
	width:700px;
	text-align:right;
	margin-top:1.8em;
}

.reasons-wrap {
	color:#000;
	background:white;
	padding:15px 30px 15px 20px;
    width: 650px;
}

.reasons-wrap p {
	color:#000;
	margin:0 0 1em 0;
	text-align:left;
}

a.readmore
{
	display:inline;
	background: #eee;
	border-bottom:5px solid #333;
	float:right;
	width:250px;
	padding:4px 6px;
	text-decoration: none;
	text-align:right;
	margin:0 0 10px 10px;
}

a.readmore span
{
    color: #666;
    font-weight:bold;
    display:inline-block;
    font-size: 14px;
    line-height: 20px;
    padding: 0 8px;
}

a.readmore:hover {
    border-bottom:5px solid #666;
	margin-bottom:0;
}

a.readmore:hover span {
	color: #000;
}

#body a.nextstep {
  line-height: 300%;
  margin-top: 2em;
  font-size: 150%;
}

#getinfo {
  position: relative;
  width: 50%;
}

#getinfo label {
  display: block;
  margin-top: 1em;
}

#getinfo textarea,
#getinfo input.text {
  display: block;
  width: 100%;
  font-family: inherit;
}

#getinfo textarea {
  height: 5em;
}

#getinfo input.submit {
  margin-top: 2em;
}

span.error {
  background-color: red;
  color: black;
}

.wrapper
{
   background: url(images/bg.png) repeat-x scroll left top #FFFFFF;
}

#demo
{
	border: 1px solid #222222;
	width:902px;
	height: 525px;
	margin: 1.5em;
}

p.contact
{
	float: left;
	padding: 2px 10px;
	color: #CCCCCC;
}
