@charset "UTF-8";
/* CSS Document */

/*------------------------------------ base.css ------------------------------------*/

/*------------------------------------ Global Reset of the Margins and Padding ------------------------------------*/
*{
	padding: 0px;
	margin: 0px;
}
/*------------------------------------ Centering the Body and adding Color ------------------------------------*/
body {
	margin: 0px auto;
	padding: 0px;
	background-color: #000000;
}
/*------------------------------------ Handels the Links ------------------------------------*/
a:link {
	color: #f60;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:hover {
	color: #CCC;
	margin: 0px auto;
	padding: 0px;
	font-size: 13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: underline;
}
a:active{
	color: #f60;
	margin: 0px auto;
	font-size: 13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
a:visited {
	color: #f60;
	margin: 0px auto;
	font-size: 13px;
	font-weight:bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/*------------------------------------ Handels General Text Formating ------------------------------------*/
h1 {
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	font-size: 28px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2 {
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	font-size: 20px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h3 {
	color: #F60;
	margin: 0px auto;
	padding: 0px;
	font-size: 18px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h4 {
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	color: #333;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
p {
	color: #ffffff;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#333;
	line-height: 110%;
}
span {
	color: #000000;
	margin: 0px auto;
	padding: 0px;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

/*------------------------------------ General layout ------------------------------------*/

#wrapper {
	width: 920px;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}
#header {
	width: 920px;
	height: 115px;
	margin: 0px auto;
	padding: 0px;
	background-image:url(../images/header.jpg);

}
#navigation {
	width: 918px;
	height: auto;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	border:1px #D9D9D9 solid;
	background-color:#333;
}
#footer {
	width: 918px;
	height: auto;
	margin: 10px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	background-color:#000;
	clear: both;
}
.footerlink{
	color:#333;
	font-size: 14px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
}

/*------------------------------------Index Page ------------------------------------*/

#contentMain{
	margin-top:10px;
	padding: 0px;
	background-color:#333;
	width: 918px;
	height: auto;
	border:1px #D9D9D9 solid;
}
.mainPhoto{
	border:1px #D9D9D9 solid;
	margin:10px 20px 10px 10px;
	width: 580px;
	height:auto;
	float:left;
}
#subWireless{
	margin-top:10px;
	margin-right:10px;
	padding: 0px;
	background-color:#333;
	width: 298px;
	height: 374px;
	border:1px #D9D9D9 solid;
	float:left;
}
#subHosting{
	margin-top:10px;
	margin-right:10px;
	padding: 0px;
	background-color:#333;
	width: 298px;
	height: 374px;
	border:1px #D9D9D9 solid;
	float:left;
}
#subContact{
	margin-top:10px;
	padding: 0px;
	background-color:#333;
	width: 298px;
	height: 374px;
	border:1px #D9D9D9 solid;
	float:left;
}
.indexSubPhoto{
	border:1px #D9D9D9 solid;
	margin:10px;
}
#mainText{
	margin:15px 10px 10px 0px;
	padding:0px;
	width: 290px;
	float:left;
}
#floatClear{
	width: 800px;
	height: auto;
	clear:both;
	margin:0px;
	padding:0px;
}
.indexTextSub{
	margin:10px;
}

/*------------------------------------ About Us styles ------------------------------------*/

#ceoNote{
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;	
}
.aboutTitles{
	color: #F60;
	margin: 10px 10px 10px 0px;
	padding: 0px;
	font-size: 15px;
	font-weight: bold;
	font-family: arial, helvetica, sans-serif;
	line-height:15px;
}
.data{
	margin-bottom:30px;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
/*------------------------------------ Contact Us Styles ------------------------------------*/

#contactNote{
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;	
}
#contactForm{
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;
	
}
#responseForm{
	margin-top:10px;
	padding: 163px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: 192px;
	border:1px #D9D9D9 solid;
	
}
.formInput{
	width:300px;
	height:22px;
	margin-bottom:10px;
	margin-top: 10px;
	border:1px #f60 solid;
}
.formtextArea{
	width:300px;
	margin-bottom:10px;
	margin-top: 10px;
	border:1px #f60 solid;
}
.formBtn{
	margin-right: 10px;
	width: 60px;
	height: 22px;
	background-color: #F60;
	border:1px #D9D9D9 solid;
	color: #FFF;
}
.response{
	font-size:14px;
}
/*------------------------------------ Wireless Styles ------------------------------------*/

#wirelessIntro{
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;
}
#wirelessTypes{
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;
}
.subTextInfo{
	color: #CCC;	
}
/*------------------------------------ Hosting Styles ------------------------------------*/

#hostingNote{
	margin-top:10px;
	padding: 10px 10px 20px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;	
}
#hosting{
	margin-top:10px;
	padding: 10px 10px 10px 10px;
	background-color:#333;
	width: 898px;
	height: auto;
	border:1px #D9D9D9 solid;
}
.inlinelink{
	color: #F60;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#333;
}
#hostingSubLeft{
	width: 449px;
	padding:0px;
	margin:0px 10px 0px 0px;
	float:left;
}
#hostingSubRight{
	width: 439px;
	padding:0px;
	margin:0px;
	float: left;
}
