@charset "utf-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #333;
}
#container {
	width: 960px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}
#header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
#hContact {
	background-color: #333;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}

#hContactRight {
	width: 245px;
	margin-left: 715px;
	margin-top: -15px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
#hContactLeft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 10px;
}
#hBanner {
	height: 200px;
}




#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#nav {
	height: 35px;
	background-image: url(../images/webready/navBg2.png);
	background-repeat: repeat-x;
}

#mainContent {
	padding-top: 0px;
	padding-right: 20;
	padding-bottom: 0px;
	padding-left: 20;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/*Footer*/
#footer {
	background-color: #444;
}
#footer p {
	font-size: 12px;
}
#copyrightInfo {
	height: 30px;
	text-align: center;
	background-image: url(../images/webready/navBg2.png);
	color: #FFF;
}
#copyrightInfo div {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	width: 300px;
	padding-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#addLinks {
	height: 75px;
	margin-top: -6px;
	
}
#logos {
	width: 745px;
	margin-left: auto;
	margin-right: auto;
	height: 65px;
	margin-top: 15px;
}
#hp {
	height: 58px;
	width: 72px;
}
#avg {
	height: 46px;
	width: 118px;
	margin-top: -52px;
	margin-left: 80px;
}
#microsoft {
	height: 61px;
	width: 61px;
	margin-left: 207px;
	margin-top: -52px;
}
#baracuda {
	height: 60px;
	width: 84px;
	margin-left: 207px;
	margin-top: -52px;
}


#BD {
	height: 26px;
	width: 120px;
	margin-left: 495px;
	margin-top: -43px;
}
#dell {
	height: -50px;
	width: 60px;
	margin-left: 300px;
	margin-top: -60px;
}

#MSBS {
	height: 58px;
	width: 119px;
	margin-left: 368px;
	margin-top: -42px;
}
#vipre {
	height: 39px;
	width: 120px;
	margin-top: -47px;
	margin-left: 625px;
}
#hContactRight a {
	color: #FFF;
}
