body { margin: 0; text-align: center;}
td { color: white; }

.page {
	background:url("images/bkgnd.gif") repeat scroll 0 0;
	margin: 0 auto;
	width: 1000px;
}
.page-inner {
	padding: 30px 40px;
	font: 24px black Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
}

h1 {
  color: #AE1216;
  font-size: 32px;
  left: 50px;
  margin: 0;
  position: relative;
  text-align: center;
  top: 40px;
}

h2 {
  font: bold 22px Arial,Helvetica,sans-serif;
  color: white;
  margin: 5px;
  margin-top: 15px;
  text-align: center;
}

.demoreq, .demoreq a {
	width: 100%;
    color: white;
    margin-top: 12px;
}

.demoreq a:hover {
    color: pink;
	border: 1px solid red;
	cursor: pointer;
}

#logoblock {
	position: relative;
	background-color: transparent;
	margin-top: -30px;
	padding-bottom: 10px;
}
#brand {
	padding: 30px 10px 10px;
	text-align: right;
	font: bold 24px Arial,Helvetica,sans-serif;
}
#brandtrade {
	color: black;
	font: 12px Arial,Helvetica,sans-serif;
}
#brandtext {
	color: #444;
	font: 14px Arial,Helvetica,sans-serif;
	padding-top: 5px;
}

.rightside {
  float: right;
  margin-top: -480px;
  margin-right: 50px;
}
.right-inner {
  border: 2px solid #d8d8d8; 
  border-bottom: 2px solid #bbb; 
  border-right: 2px solid #bbb; 
  background-color: #f4f4f4;
  padding: 30px;
  width: 260px;
}
.gray { border: 0px dotted white; } 
.oops { font-size: small; font-weight: light; color: #AAAAAA; }
#signin {
  margin: 0px;
  text-align: center;
  cursor: pointer;
}
.login {
  width: 250px;
}
.center {
  text-align: center;
}
#newFohBuzz {
  text-align: center;
}
a {
  color: black;
  font: 14px Arial,Helvetica,sans-serif;
  text-decoration: none;
  border: none;
}
img {
  border: 1px dotted #f8f8f8;
}
a:hover img {
  border: 1px solid red;
}
a:hover {
  color: red;
}
#demovideo {
  text-align: center;
  margin-top: -24px;
  cursor: pointer;
}
ul,
li {
  display: inline;
  list-style: none inside none;
  padding: 0px 10px;
  margin: 0;
}
.poweredBy {
  display: inline;
  width: 150px;
}
.footer-inner {
  display: inline;
  text-align: center;
  width: 500px;
}
/* the overlayed element */ 
.simple_overlay, .login { 
    display:none; 
    z-index:2000; /* place overlay on top of other elements */ 
    background-color:#55f; /* styling */
    padding:20px 20px 12px 20px;  
    width:500px;
    min-height:300px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

.login { min-height: 100px; }
 
.contactus { 
    display:none; 
    z-index:3000; /* place overlay on top of other elements */ 
	color: white;
    background-color:#ae1215;
    padding:2.5em;
    width:500px;
    min-height:260px; 
    border:1px solid #6a6;
	font: 14px Arial,Helvetica,sans-serif;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

.contactus th { text-align: right; width: 100px; }

.contactus table,
.contactus td,
{ 
	line-height: 1.4em;

} 

input:focus { background-color: #ffa; }
 
/* F button positioned in upper left corner */ 
.simple_overlay .f, .login .f, .contactus .f { 
    background-image:url(images/littleF.gif); 
    position:absolute; 
    left: -9px; 
    top: -9px; 
    height:35px; 
    width:35px; 
}

/* close button positioned on upper right corner */ 
.simple_overlay .close, .login .close, .contactus .close { 
    background-image:url(images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

