@CHARSET "UTF-8";
html {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: url("../pic/background.jpg") repeat-x left top;
  font-family: Tahoma;
  height: 100%;
}

.logo, .bb1 .left, .bb1 .right {
	font-size: 0px;
}

.main {
  margin-left: auto;
  margin-right: auto;
  width: 843px;
  height: 100%;
}
.logo {
  margin-top: 21px;
  background: url("../pic/logo.jpg") no-repeat 60% top;
  /*background: url("../pic/tbulbs.png") no-repeat 60% top;*/
  height: 137px;
  /*margin-bottom: 15px;*/
}
#getThisApp {
  cursor: pointer;
}
.tubSpace {
	height: 15px;
  position:relative;
  top: -33px;
  z-index: 99;
}
.tubSpace .but1 {
	width: 146px;
}
.tubSpace .active {
 text-align: center;
  line-height: 30px;
  font-size: 14pt;
  color: #343434;
  text-transform: uppercase;
  font-weight: bold;
  height: 31px;
  background: transparent url("../pic/taba.png");
  cursor: default;
  margin-top: 17px;
  font-family: Arial;
}

.tubSpace .disa {
  text-align: center;
  line-height: 30px;
  font-size: 14pt;
  color: #32ACFE;
  text-transform: uppercase;
  font-weight: bold;
  height: 48px;
  background: transparent url("../pic/taba.png");
  cursor: pointer;
  font-family: Arial; 
}

.bb1 {
  position: relative;
  _top: -33px;
	background: url("../pic/bb1.jpg");
	height: 193px;
	z-index: 98;
	margin-top: -8px;
}
.bb1 .left {
	width: 80px;
	height: 165px;
	margin-top: 5px;
	margin-left: 35px;
	background: url("../pic/bb1left.jpg") no-repeat left top;
}
.bb1 .right {
	width: 248px;
  height: 165px;
  margin-top: 5px;
  margin-right: 35px;
  background: url("../pic/bb1right.jpg") no-repeat left top;
}
.bb1 .center1 {
	text-align: right;
	font-size: 14pt;
	color: #666666;
}
.bb1 .center2 {
	font-size: 35pt;
	color: #0099ff;
	text-align: right;
	text-transform: uppercase;
}
.bb1 .center3 {
	text-align: left;
	font-family: Georgia;
  font-size: 9pt;
  font-weight: ;
  word-spacing: 1px;
  color: #666666;
  padding-left: 85px;
  _padding-left: 45px;
}

.subbody {
  width: 755px;
  margin-left: auto;
  margin-right: auto;
  /*min-height: 180px;
  min-height: auto!important;
  height: 180px;*/
}
.subbody td {
	vertical-align: top;
}
.subbody .left {
	background: url("../pic/clock.png") no-repeat left top;
	width: 84px;
	height: 87px;
}
.subbody .right{
	width: 230px;
}
.subbody .right .left {
	width: 21px;
	float: left;
	background: url("../pic/leftd.png") no-repeat left center;
	height: 300px;
	margin-right: 4px;
}
.subbody .right .left:hover {
	background: url("../pic/lefta.png") no-repeat left center;
}
#contLeft2 {
	height: 300px;
	width: 21px;
	cursor: pointer;
}
#contRight2 {
  height: 300px;
  width: 21px;
  cursor: pointer;
}
.subbody .right .right {
  width: 21px;
  background: url("../pic/rightd.png") no-repeat right center;
  height: 300px;
  float: left;
  margin-left: 4px;
}
.subbody .right .right:hover {
	background: url("../pic/righta.png") no-repeat right center;
}
.subbody .right .tel {
	float: left;
	background: url("../pic/phone.png") no-repeat left top;
	height: 404px;
	width: 157px;
	padding-top: 59px;
	padding-left: 12px;
}
.subbody .right .tel img {
	height: 216px;
	width: 144px;
}
.subbody .center {
	padding: 0px 20px;
}
.subbody .center .center1 b {
	font-family: Verdana;
	font-size: 9pt;	
}
.subbody .center .center1 {
  font-family: Verdana;
  font-size: 8pt; 
}
.subbody .center .center1 .list div {
  line-height: 26px;
  padding-left: 25px;
  background: url("../pic/loop.png") no-repeat left center;
}
.bb2 {
  background: url("../pic/bb2.png") no-repeat left top;
  width: 843px;
  height: 90px;
}
.bb2 div {
  text-align: right;
  font-family: Verdana;
  font-size: 9px;
  font-weight: bold;
  padding-top: 30px;
  padding-right: 30px;
  color: #343434;
}
.loading {
  background: #fff url(../pic/ajax-loader.gif) no-repeat center center!important;
  width: 144px;
  height: 216px;
}
.formFeedback {
	margin-left: 157px;
	width: 350px;
}
.formFeedback .info {
	font-size: 12px;
	padding-bottom: 20px;
}
.formFeedback form {
  font-size: 12px;
}
.formFeedback form .input {
  width: 350px;
}
.formFeedback form textarea {
  width: 350px;
}
.message {
  display: none;
  font-size: 12px;
  border: 1px dashed #474747;
  font-weight: bold;
  background: #E8E8E8;
}
.message div {
  padding: 4px 10px;
}
.green {
	color: green;
}
.red {
	color: red;
}