body {
	background-color: #dbdbdb;
	}
	
#pageSurround {
	width: 800px;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid #ffffff;
	background-color: #FFFFFF;
}
#subSurround {
	
	background-color: #ffffff;
}
#topHeader {
	text-align: left;
	height: 200px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-top: 0px;
	background-image: url('../styleImages/backgrounds/antennashop_logo.gif');
	border-bottom: 0px solid #000000
}

#navline 
{
	float:left; 
	font-size:70%; 
	width:800px; 
	line-height:25px; 
	padding-left:10px; 
	text-align:left; 
	font-weight: bold; color:#ffffff;
	background-color:#ff6600;
}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #09347C;
	background-image: url('../styleImages/backgrounds/boxTitleBg.gif');
	width: 155px;
	height: 15px;
	padding-left: 5px;
	padding-top: 1px
}
.boxContentLeft, .boxContentRight {
	border-left: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	background-color: #FF6600;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 180px;
	padding-left: 9px;
	padding-right: 5px;
	float: left;
}
.colMid {
	position: relative;
	width: 605px;
	float: left;
}
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 9px;
	float: left;
}
.carrier {
	position: relative;
	width: 140px;
	height:140px;
	margin:4px;
	text-align:center;
	border:1px solid #DDD;
	overflow:hidden;
	float: left;
}
.boxContent {
	border-top: 1px solid #A8B4B0;
	border-right: 1px solid #5E85CF;
	border-bottom: 1px solid #5E85CF;
	border-left: 1px solid #5E85CF;
	padding: 3px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333333;
	background-color: #FFFFFF;
	width:600px;
	min-height:500px;
	height:auto;
	margin-bottom: 5px;
}
.homeContent{
    width: 370px;
    min-height:300;
    height:auto;
    margin-top:10px;
    text-align:justify;
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.bg_orange{
  width:200px;
  text-align:center;
  background-color:#FF6600;
  color:#FFF;
  font-weight:bold;
  padding:5px;
  margin-top:10px;
  float:right;
}
.bg_blue{
  width:200px;
  text-align:left;
  padding:5px;
  background-color:#99CCFF;
  color:#000;
  margin-bottom:2px;
  float:right;
}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 9px;
	padding-right: 10px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 605px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 5px;
	padding: 3px;
	float: left;
	width: 280px;
	height:150px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
	height: 50px;
}
.regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
.latestProds {
	float: left;
	text-align: center;
	width: 131px;
	height: 120px;
}
.orangebar {
  width: 100%;
  height: 2px;
  margin-top:15px;
  margin-bottom:15px;
  background-color: #FF6600;
}

