/* BODY AND TABLES */
body {
	background-color: #FFFFFF;
	text-align: center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #000000;
}
a:hover {
	color: #0f4ca0;
}

/* HEADERS */
h1 {
font-size: 20px;
font-weight: bold;
margin: 5px;
color: #1656a7;
}
h2 {
font-size: 17px;
font-weight: bold;
margin: 4px;
}
h3 {
font-size: 15px;
font-weight: bold;
margin: 3px;
}

/* NO MARGIN */
.nomargin {
	margin: 0px;
}

/* PAGE LAYOUT DIVs */
div#container
{
	margin-left: auto;
	margin-right: auto;
	width: 900px;
	text-align: left;
} 
div#content {
	margin-top: 10px;
	width: 900px;
	height: 743px;
}
div#header {
	width: 900px;
	height: 106px;
}
div#logo_slogan {
	float: left;
	width: 364px;
	height: 102px;
}
div#flash_celebrating {
	float: left;
	margin-left: 32px;
	margin-right: 19px;
	width: 143px;
}
div#contact_support {
	float: left;
	width: 342px;
}
div#news {
	clear: both;
	width: 900px;
	height: 23px;
	border-bottom: 1px solid #cfcfcf;
	background-image: url(images/news_bg.png);
}
div#news_titlecontent {
	float: left;
	width: 759px;
	padding-left: 5px;
	padding-top: 2px;
}
div#domains {
	float: left;
	width: 136px;
	height: 23px;
}
div#main {
	margin-top: 10px;
	width: 900px;
	height: 363px;
	border-bottom: 1px solid #000000;
}
div#main_hosting {
	float: left;
	width: 155px;
	height: 363px;
	background-image: url(images/hosting_bg.png);
}
div#main_marketing {
	float: left;
	width: 155px;
	height: 363px;
	margin-left: 10px;
	background-image: url(images/marketing_bg.png);
}
div#main_promotion {
	float: left;
	width: 155px;
	height: 363px;
	margin-left: 10px;
	background-image: url(images/promotion_bg.png);
}
div#main_web {
	float: left;
	width: 405px;
	height: 363px;
	margin-left: 10px;
	background-image: url(images/marketing_bg.png);
	text-align: center;
}
div#main_shadows {
	width: 900px;
}
div#main_sub {
	width: 900px;
	height: 141px;
}
div#main_sub_signup {
	float: left;
	width: 155px;
	height: 141px;
	background-color: #A92615;
}
div#main_sub_testimonials {
	float: left;
	width: 320px;
	height: 141px;
	margin-left: 10px;
	background-color: #000000;
}
div#main_sub_featuredclient {
	float: left;
	width: 405px;
	height: 141px;
	margin-left: 10px;
	background-color: #97CB3B;
}
div#footer {
	width: 900px;
	margin-top: 5px;
}
div#hosting_slogan {
	color: #d6eab1;
	font-size: 17px;
	text-align: center;
	font-style: italic;
	width: 155px; 
	text-align: center;
	line-height: 90%;
	font-weight: bold;
}
div#promotion_slogan {
	color: #dba49d;
	font-size: 17px;
	text-align: center;
	font-style: italic;
	width: 155px; 
	text-align: center;
	line-height: 90%;
	font-weight: bold;
}
.change_div {
	width: 455px;
	height: 265px;
	text-align: center;
	clear: both;
	display: none;
}

/* DIV SPECIFIC MODIFICATIONS */
div#news_titlecontent h2 {
	float: left;
	margin-right: 10px;
}
div#news_titlecontent p {
	padding-top: 3px;
	margin-left: 8px;
	font-size: 11px;
}
div#footer p {
	text-align: center;
}
div.heightrestrict {
	width: 161px;
	height: 193px;
}
div.heightrestrict2 {
	width: 405px;
	height: 193px;
	text-align: center;
}
div#main p {
	width: 135px;
	line-height: 130%;
	font-size: 13px;
	padding: 10px 10px 0 10px;
	text-align: center;
}
div#main p span {
	font-size: 17px;
	font-weight: bold;
	line-height: 160%;
}
div#main_web div p {
	width: 100%;
	text-align: center;
	padding: 0; margin: 0;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: bold;
}
div#main ul li {
	width: 130px;
	height: 20px;
	padding-top: 5px;
	text-align: center;
	border: 1px solid #000;
	margin: 0 0 7px 9px;
	font-size: 13px;
	font-weight: bold;
}
div#main ul li a {
	color: #000;
	text-decoration: none;
}
li.green1 { background-color: #d7eab4; }
li.green2 { background-color: #c0e779; }
li.green3 { background-color: #a6de3e; }
li.blue1 { background-color: #e0e9f4; }
li.blue2 { background-color: #b8d3f3; }
li.blue3 { background-color: #569ef4; }
li.blue3 span { font-size: 10px; color: #000000; letter-spacing: 1px; line-height: 100%; }
li.red1 { background-color: #eed3d0; }
li.red2 { background-color: #eda59d; }
li.red3 { background-color: #ea7062; }
div#main ul li:hover {
	background-color: #ffffff;
}


/* IMAGES */
img#logo {
	margin-bottom: 7px;
}
img#callusnow {
	margin-bottom: 24px;
}
img#supportContact {
	margin-left: 10px;
}
img#clientLogin {
	float: left;
}

/* FORMS */
input,select {
	font-size: 10px;
}
textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}


/* FONT CHANGES */
.blacktitle {
	color: #000000;
	font-weight: normal;
	font-size: 12px;
}
.bold {
	font-weight: bold
}
.size14 {
	font-size: 14px;
}
.redlink {
	color: #CC0000;
	font-weight: bold;
}
.size18red {
	color: #CC0000;
	font-size: 18px;
	font-style: italic;
}
.smallred {
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
}

/* POPUP DIVS */
div.divup {
background-color: #ffffff; 
border: 2px solid #1558a9; 
position: absolute; 
margin-left: -125px;
display: none;
overflow: auto;
margin-top: -125px; 
padding: 10px;
}
div.divupclose {
background-color: #1558a9; 
border: 2px solid #1558a9; 
position: absolute; 
margin-left: -125px;
display: none;
overflow: hidden; 
padding: 4px;
}