body {
/*	background-image: url('../assets/bg.gif');
	background-repeat: repeat-x;
*/	margin: 0;
	font-size: 0.75em;
}

div {
	font-family: Verdana, Tahoma;
	line-height: 1.7;
	color: #666666;
}
.cleartab {
	clear: both;
	width: 100%;
	height: 20px;
}
/* ======== font settings ========== */

h1 {
	font-size: 0.9em;
	font-weight: normal;
	padding-top: 5px;
}
h2 {
	font-size: 1.2em;
	color: #044b99;
}
h3 {
	font-size: 1em;
	color: #578300; 
}
.blackchar {
	color: #000000;
}
.redchar {
	color: #990000;
}
.greenchar {
	color: #497d09;
}
.highlight {
	color: #333333;
	font-size: 0.95em;
	font-weight: bold;
	font-style: italic;
}
.linehead {
	font-weight: bold;
	color: #990000;
}

/* ======== links settings ======== */
a, a:visited {
	color: #930000;
	text-decoration: none;
	border-bottom: dotted 1px #930000;
}
a:hover {
	color: blue;
}
#headtext a, #headtext a:visited {
	color: white;
	border-bottom: dotted 1px white;
}
#headtext a:hover {
	color: yellow;
}

#headlang {
	height: 25px;
	padding-top: 3px;
	background-color: #990000;
	font-size: 0.9em;
}
	#headtext {
		color: white;
		padding-left: 20px;
		width: 940px;
	}
	.righttext {
		padding-left: 700px;
	} 
#headlogo {
	background-image: url('../assets/logo.png');
	background-repeat: no-repeat;
	background-position: 20px 0;
	height: 105px;
	font-size: 0.9em;
}
	#toplinks {
		height: 53px;
		float: left;
		padding-left: 450px;
		width: 170px;	
	}
	#livesupport {
		float: right;
		padding-top: 20px;
		text-align: center;
	}
	#topcontact {
		height: 20px;
		padding-top: 30px;
		color: gray;
		text-align: right;
	}

#bm {
	height: 30px;
}
	#banner {
		height: 162px;
		background-color: #990000;
/*		padding-left: 10px;
		padding-right: 10px;
*/		width: 940px;
		border-top: 1px dotted #999999;
	}
		.bimg {
			height: 119px;
			padding-top: 20px;
			width: 183px;
			margin-right: 5px;
			float:left;
		}
		.btext {
			float:left;
			color: white;
			font-size: 1.5em;
			padding-left: 20px;
			padding-top: 40px;
			height: 60px;
			width: 300px;
		}
			.btext a, .btext a:visited {
				color: white;
				border: 0;
			}
			.btext a:hover {
				color: yellow;
			}
	#menul1 {
		height: 25px;
		padding-bottom: 10px;
		background-color: #990000;
		z-index: 200;
		font-family: Arial;
		text-transform: uppercase;
	}
		#menul1 ul, #menul1 ul li {
			display: inline;
			float: left;
		}
		#menul1 a, #menul1 a:visited {
			color: white;
			border-bottom: 0;
		}
		#menul1 a:hover {
			color: #8fd657;
		}
	#menu {
		margin-top: 1px;
		z-index:600;
	}
		.topmenu {
			display: block;
			color: white;
			padding: 8px 10px;
			border-right: 1px dotted #8fd657;
			text-decoration: none;
		}
#databody {
	z-index:100;
}	
	#maindata {
		float: left;
	}
		#toppath {
			color: #666666;
			font-size: 0.85em;
		}
		#topmascot {
			width: 130px;
			height: 80px;
			padding-top: 15px;
			float: left;
		}
		.homeimg {
			width: 200px;
			height: 180px;
			padding-top: 20px;
			padding-bottom: 20px;
			float: left;
		}
		.homeimg1 {
			width: 300px;
			height: 200px;
			padding-left: 10px;
			padding-right: 10px;
			padding-top: 20px;
			padding-bottom: 20px;
			float: right;
		}	
			.homeimg1 img {
				border: 1px solid gray;
			}
		#datacenter {
			width: 260px;
			padding-bottom: 20px;
			padding-top: 10px;
			float: left;
		}
		#networkimg {
			text-align: center;
		}
		.plans {
			width: 550px;
			float: right;
		}
			.ptext {
				padding-left: 50px;
				width: 390px;
			}
		.resources {
			width: 100%;
		}
			.rimg {
				float: left;
				width: 60px;
				height: 60px;
			}
			.rtext {
				float: right;
				width: 500px;
				padding-right: 30px;	
			}
		.system-resources {
			padding-right: 10px;
			float: right;
			width: 320px;
		}
		.ssl_img {
			width: 130px;
			padding-bottom: 20px;
			padding-top: 10px;
			float: right;
		}	
		
	/* =========== hosting pages =============== */
		.allplans {
			width: 205px;
			margin-right: 10px;
			padding-right: 10px;
			padding-left: 5px;
			padding-bottom: 15px;
			float: left;
			background-color: #EFEFEF;
		}
			.allplans ul {
				margin-left: 0;
				padding-left: 0;			
			}
			.allplans ul li {				
				list-style-type: none;
				list-style-position: inside;
				border-left: 5px solid #CCCCCC;				
				padding-left: 5px;
				margin-bottom: 2px;
			}
			
	#blog {
		float: right;
		background-image: url('../assets/blog.png');
		background-repeat: no-repeat;
		background-position: left top;
		padding-top: 50px;
		color: #666666;
		font-size: 0.95em;
	}	
		.blog_updates {
			border-right: solid 5px #EEEEEE;
			margin-bottom: 15px;
			padding-right: 10px;
			width: 205px;	
		}
			.blog_updates a, .blog_updates a:visited {
				color: #807603;
				border-bottom: dotted 1px #807603;;
			}
			.blog_updates a:hover {
				color: blue;
			}

#footerinfo {
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 100px;
	border-top: solid 1px #CECECE;
	background-image: url('../assets/tiger-mascot.jpg');
	background-repeat: no-repeat;
	background-position: 0 20px;
}	
	.fmenu {
		padding-right: 10px;
		float: right;
		width: 250px;
	}
	#feedback {
		width: 470px;
		padding-left: 120px;
		float: left;
		font-style: italic;
	}
		.open_quote {
			background-image: url('../assets/open.gif');
			background-repeat: no-repeat;
			background-position: left top;
			float: left;
			width: 20px;
			height: 20px;
		}
		.close_quote {
			background-image: url('../assets/close.gif');
			background-repeat: no-repeat;
			background-position: left bottom;
			float: right;
			clear: both;
			width: 20px;
			height: 12px;
		}
		#comment {
			width: 330px;
			padding-top: 15px;
		}
		#owner {
			width: 100%;
			text-align: right;
			padding-bottom: 20px;
		}
		.ownerfull {
			width: 95%;
			text-align: right;
			font-style: italic;
			padding-top: 10px;
			line-height: 14px;
		}
		

#results {
    font: 16px Arial;
}		
