@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f1da36; /* Old browsers */
	background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1da36 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1da36 0%,#fefcea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f1da36 0%,#fefcea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f1da36 0%,#fefcea 100%); /* W3C */
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	min-height: 700px;
}
.cell-signal-booster #container { 
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #f1da36; /* Old browsers */
	background: -moz-linear-gradient(top, #f1da36 0%, #fefcea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1da36), color-stop(100%,#fefcea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f1da36 0%,#fefcea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f1da36 0%,#fefcea 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #f1da36 0%,#fefcea 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1da36', endColorstr='#fefcea',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #f1da36 0%,#fefcea 100%); /* W3C */	
} 
.cell-signal-booster #header { 
	padding: 0 10px;
} 
.cell-signal-booster #header h1 {
  margin: 0;
	padding: 10px 0;
}
.cell-signal-booster #header h1 a {
	color:#777;
	text-decoration:none;
}

.cell-signal-booster #sidebar1 {
	float: left; 
	width: 12em;
	background: #F9EE9E;
	color: #555;
	margin-top: 20px;
	padding: 0 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.cell-signal-booster #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	padding: 0 0px;
}
.cell-signal-booster #mainContent {
	background: #FDF9DB;
	margin: 0 0 0 15em;
	padding: 0 20px;
	color: #666;
  text-align: justify;	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
} 
.cell-signal-booster #footer { 
	padding: 0 10px;
	background: #f1da36; /* Old browsers */
	background: -moz-linear-gradient(top, #fefcea 0%, #f1da36 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #fefcea 0%,#f1da36 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #fefcea 0%,#f1da36 100%); /* W3C */;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */	
} 
.cell-signal-booster #footer p {
	margin: 0;
	padding: 10px 0;
}
.cell-signal-booster #footer p a {
  text-decoration: none;
  color: #000000;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}