@charset "utf-8";
/* CSS Document */

body  {
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
	background-image: url(../aerial_installation/pagebgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #333333;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 25;
	margin-left: 0;
}
.blueline {
	background-image: url(images/blueline.gif);
	background-repeat: repeat-x;
	background-position: center;
	height: 10px;
}
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 12;
	margin-left: auto;
	padding: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0000FE;
	border-bottom-color: #CCCCCC;
	border-left-color: #0300FF;
} 
.twoColFixRtHdr #container #pagemenu {
	margin-top: 8px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 22px;
	background-image: url(../images/pagemenuBgd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
.twoColFixRtHdr #container #pagemenu a {
	text-decoration: none;
	font-size: 11px;
	letter-spacing: 1px;
	padding-right: 6px;
	padding-left: 6px;
	padding-top: 3px;
	padding-bottom: 6px;
	font-weight: bold;
}
.twoColFixRtHdr #container #pagemenu a:hover {
	color: #FF0000;
}



.twoColFixRtHdr #container #mainContent h2 {
	font-size: 1.6em;
	font-weight: normal;
	color: #0000FE;
}
.twoColFixRtHdr #container #mainContent h1 {
	font-size: 2.2em;
	color: #0000FE;
	font-weight: normal;
	margin-top: 20px;
}

.twoColFixRtHdr #header {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
	height: 115px;
	background-image: url(../aerial_installation/aerial_satellite_installation_sussex.jpg);
	background-repeat: no-repeat;
	background-position: center top;
} 
.twoColFixRtHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #FFFFFF;
	background-image: url(../aerial_installation/contactbgd.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 22px;
	margin-top: 20px;
	clear: left;
}
.menubar {
	font-size: 11px;
	color: #FFFFFF;
	height: 42px;
	background-image: url(../aerial_installation/aerial_installation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 12px;
	padding-right: 5px;
	padding-left: 20px;
	font-weight: bold;
}
.twoColFixRtHdr #container .menubar a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}
.twoColFixRtHdr #container .menubar a:hover {
	color: #00CCFF;
	text-decoration: none;
}


.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 210px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
} 
.twoColFixRtHdr #container #mainContent #pClear {
	clear: left;
}
.twoColFixRtHdr #container #mainContent #mainImage {
	float: left;
	padding-right: 35px;
	padding-bottom: 20px;
}

.whitebold {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFFFFF;
}
.image1 {
	padding-left: 16px;
}

.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px;
	background-color: #292EA3;
	background-image: url(../aerial_installation/footerbgd.gif);
	background-repeat: repeat-x;
	background-position: top;
} 
#footer a.ziglink {
	color: #9DACBF;
	text-decoration: none;
}
#footer .ziglink:hover {
	color: #00FFCC;
}


.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.bluetext {
	background-color: #0000FF;
	height: 34px;
}
.infobox {
	border: 1px solid #CCCCCC;
	margin: 0px;
	padding: 0px;
}.grid {
	background-image: url(../aerial_installation/grid.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.box1 {
	padding: 5px;
	height: auto;
	width: 330px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}
.contactnos {
	font-size: 1.2em;
	color: #0001E8;
	font-weight: bold;
}
.services {
	background-image: url(../aerial_installation/services_bgd.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 200px;
	margin-right: 15px;
	height: 260px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #AFCDFB;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-left: 0px;
	clear: none;
}
.twoColFixRtHdr #container #mainContent .services a.more {
	font-weight: bold;
	color: #CC6600;
	text-decoration: none;
}
.twoColFixRtHdr #container #mainContent .services .more:hover {
	color: #2A55D6;
}

.separatorline {
	background-color: #2953D3;
	height: 1px;
	width: 750px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.services h3 {
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 15px;
	margin: 0px;
	text-align: center;
}
.services a {
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixRtHdr #container #mainContent .services a.moreinfo {
	font-size: 13px;
	font-weight: bold;
	color: #0C42E5;
}
.twoColFixRtHdr #container #mainContent .services a.moreinfo:hover {
	color: #CC3300;
}
.services a:hover {
	color: #00CCFF;
}



.services p {
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-weight: bold;
	padding-top: 0px;
	margin: 0px;
}
.twoColFixRtHdr #container #infobox2 {
	width: 630px;
	margin-right: 15px;
	margin-left: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C7D5F8;
	border-bottom-color: #C7D5F8;
	border-left-color: #C7D5F8;
	padding: 10px;
	margin-bottom: 20px;
}
.twoColFixRtHdr #container #services2 {
	width: 650px;
	margin-right: 10px;
	margin-left: 20px;
	background-image: url(../images/info2bgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.twoColFixRtHdr #container #services2header {
	width: 650px;
	margin-right: 10px;
	margin-left: 10px;
	background-image: url(../images/info2bgd.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding: 7px;
}
.twoColFixRtHdr #container #services2header h2 {
	font-size: 1.3em;
	font-weight: bold;
	color: #F5F5F3;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.servicelist {
	font-size: 13px;
	font-weight: bold;
	color: #2B56D7;
	margin-bottom: 12px;
}
.testimonials {
	margin-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	background-image: url(../aerial_installation/customerBgd.jpg);
	background-repeat: repeat-x;
	background-position: top;
	padding-top: 2px;
	padding-bottom: 2px;
}
.customers {

}
.customers h4 {
	font-size: 14px;
	font-weight: bold;
	color: #316AC5;
}
#sidebar1 #cai {
	font-size: 11px;
}
.whitelink {
	color: #FFFFFF;
	text-decoration: none;
}

