﻿* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background:#000;
	font-family: Verdana, "Lucida Grande","Bitstream Vera Sans", Sans-Serif;
	font-size:0.8em;
	line-height:1.5em;
}
#header {
	background:#000 url(../Images/header_bg_stretched.png) repeat-x;
	height:360px;
	width:100%;
}

#logo-bizisurvey {
   display: block;
	text-indent: -100em;
	height: 100px;
	width: 310px;
	background: url(../Images/logo_BiziSurvey.png) no-repeat;
}

#logo-okb {
	position: absolute;
	top: 37px;
	right: 37px;
	background: url(../Images/logo_okb.png) no-repeat;
	height: 26px;
	width: 103px;
	text-indent: -1000em;
}

#content {
	margin:0 auto;
	margin-bottom:20px;
	background:#333;
	width:910px;
	color:#ccc;
	border:1px solid #666;
	padding:20px;
}
#content legend {
   color:#ccc;
}
#top_banner {
	margin:0 auto;
	height:230px;
	width:950px;
	padding:36px 0 0 0;
	background-image:url(../Images/top_banner_sh.png);
	background-position:400px 0;
	background-repeat:no-repeat;
}
#top_banner a {
	width:368px;
	height:44px;
	display:block;
	background-image:url(../Images/top_banner_btns.png);
	text-align:center;
	text-decoration:none;
	font-family: "Calibri", "Garuda", Sans-Serif;
	font-size:18px;
	color:#FFF;
	padding:14px 0 0 0;
}
a.btn_signup {
	background-position:0px 0px;
}
a.bt_tour {
	background-position:0px -58px;
	margin-top:25px;
}
a:hover.btn_signup {
	background-position:-368px 0px;
}
a:hover.bt_tour {
	background-position:-368px -58px;
}

#testimonials {
	padding-top:30px;
	height:60px;
	width:148px;
	float:right;
	color:#CCC;
	font-size:12px;
	font-family:Arial;
	line-height:17px;
}
#features {
}
#features td {
	width:50%;
	padding:15px;
	vertical-align:text-top;
}
#features img {
   width:57px;
   height:57px;
   float:left;
}
#features h3 
{
	color:#fff;
	font-size:14px;
	letter-spacing:0.1em;
	font-weight:normal;
	padding-left:65px;
}
#features p {
	color:#bbb;
	font-size:11px;
	padding-left:65px;
}
#front_sidebar {
	float:right;
	width:170px;
	border-left:1px solid #666;
	padding:0 15px;
	height:200px;
}
#front_sidebar h3 
{
  color:#ddd;
  text-align:center;
}
#content h2 
{
   font-size:1.3em;
   color:#ddd;
}
hr 
{
   border:none;
   border-top:1px solid #666;
   margin:15px 0;
}

#faded_bg 
{
   position:absolute;
   background:#3E3E3E;
   margin-top:101px;
   top:0;
   z-index:998;
   left:0;
   right:0;
   bottom:0;
}

#dialog
{
   min-height:400px;
}
#dialog h1
{
   font-size:1em;
}
#dialog label
{
   display:block;
   font-size:1em;
}
#dialog input, #dialog textarea
{
   font-size:1.5em;
   padding:5px;
   margin-bottom:10px;
   background:#222;
}

div.loader 
{
   width: 100%;
   height: 100%;
   position: relative;
   display: table
 }
.loader p 
{
   display: table-cell;
   vertical-align: middle;
}
.loader img 
{
   display: block;
   margin: 1em auto
}


a, a:active, a:visited 
{
   color: #ccc;
   text-decoration:none;
}

a:hover
{
   color: #00CCFF;

}
label 
{
   color:#eee;
}
