body, table, tr, th, td, p,h1,h2,h3,h4,h5,h6
{
    margin: 0px;
    padding: 0px;
}
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: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #333;
}
a
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults *//* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */color: #003366;
    text-decoration: none;
}
a:hover
{
    /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults *//* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */color: #CC9900;
    text-decoration: none;
}
 #container {
    width: 955px;
    margin: 0 auto;
/* the auto margins (in conjunction with a width) center the page */    border: 1px solid #333333;
    text-align: left; /* this overrides the text-align: center on the body element. */;
    background-color: #FFF;
    font-size: 0.8em;
}
 #header {
	padding: 0;
	height: 198px;
	width: 955px;
	margin: 0;
}
 #header #topLinkContainer  {
	height: 39px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#header #topLinkContainer #topnav
{
    margin-right: 20px;
    margin-top: 4px;
}
#header #topLinkContainer ul
{
    list-style-type: none;
}
#header #topLinkContainer li
{
    display: inline;
    padding-right: 8px;
}
 #header #topBannerContainer  {
	margin: 0px;
	padding: 0px;
	height: 159px;
	background-image: url(../images/homePage/topbanner_bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
 #header #topBannerContainer #logoContainer  {
	float: left;
	height: 98px;
	width: 297px;
	margin-left: 5px;
	padding: 0px;
}
 #header #topSloganContainer  {
    width: 498px;
    margin-left: 15px;
    clear: both;
    padding-top: 5px;
}



 #mainContent #menubarContainer  {
	margin: 0px;
	padding: 0px;
	height: 42px;
}
 #mainContent #ProdLinesFeatures  {
    margin: 0px;
    padding: 0px 0px 15px 0px;
    width: 316px;
    float: left;
}
#mainContent #productLinesTitle {
    padding: 0px;
    height: 30px;
    margin-bottom: 8px;
}
.productLineItem   {
    width: 315px;
    float: left;
}
.productLineThumb   {
    display: inline;
    float: left;
    height: 70px;
    width: 90px;
    margin-bottom: 8px;
    margin-right: 0px;
}
.lineDesc   {
	float: left;
	width: 220px;
	margin-right: 5px;
}
.lineDesc a
{
    color: #666666;
    text-decoration: none;
}
 #mainContent #featuresCenterContainer {
	float: left;
	width: 316px;
}
 #mainContent #featuresCenterContainer #statsTitle {
	height: 30px;
	width: 316px;
}
 #mainContent #featuresCenterContainer #statsInnerContents {
	width: 316px;
}
 #mainContent #featuresCenterContainer #emailStats {
	width: 314px;
}
 #mainContent #featuresCenterContainer #statsInnerContents #hostingStats {
	width: 304px;
	background-image: url(../images/homePage/hostingStats_bg.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	height: 113px;
}
#mainContent #featuresCenterContainer #statsInnerContents #hostingStatsContents {
	padding: 5px;

}

 #mainContent #featuresNewsContainer {
	float: left;
	width: 316px;
	margin-left: 2px;
}
 #mainContent #featuresNewsContainer #newsTitle {
	height: 30px;
	width: 316px;
}
 #mainContent #featuresNewsContainer #newsInnerContents {
	width: 306px;
	margin: 5px;
}
#mainContent #featuresCenterContainer #spamstats
{
    width: 304px;
    margin: 10px 5px 10px 5px;
}
#mainContent #featuresCenterContainer .fieldname
{
    width: 107px;
    float: left;
}
#mainContent #featuresCenterContainer .fieldValue
{
    text-align: right;
    width: 157px;
    float: left;
    margin: 2px 0px 2px 0px;
    padding: 0px;
    background-color: #3C82C6;
    color: #FFFFFF;
}
#mainContent p
{
    margin-top: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
#mainContent li
{
    padding: 0px;
    margin: 0px 0px 4px 0px;
    list-style-image: url('../images/arrow-thin.gif');
}
#footer
{
    margin: 0px;
    padding: 8px 0px 8px 0px;
    text-align: center;
    clear: both;
    background-color: #333333;
    color: #FFFFFF;
}
#footer a:link, #footer a:visited
{
    text-decoration: none;
    color: #FFFFFF;
    font-size: 1em;
}
#footer a:hover,#footer a:active
{
    color: #CC9900;
    text-decoration: underline;
    font-size: 1em;
}
#footer ul
{
    margin: 8px auto 8px auto;
    padding: 0px;
    text-align: center;
    clear: both;
    list-style-type: none;
}
#footer li
{
    margin: 0px;
    text-align: center;
    display: inline;
    padding-right: 20px;
}
#footer p {
    margin: 0px;
/* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 0px;
/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */    text-align: center;
    clear: both;
    font-size: 11px;
}
