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

img, p, div {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;

}

#liquidBackground {
	position:absolute;
	width:100%;
	height:44px;
	top:107px;
	left:0px;
	background-color: #3399FF;
	background-image: url(../images/nav_background.jpg);
	background-repeat: repeat-x;
	}

#eHeader {
	position:relative;
	width:100%;
	min-width:960px;
	height:128px;
	top:0px;
	margin:0 auto;
	text-align:center;
	background:#000000;
	
	}
#googlesearch {
	text-align:left;
	position:absolute;
	left: 572px;
	top: -53px;
	width: 412px;

}
#eNavigation {
	position:relative;
	width:960px;
	height:24px;
	margin:0 auto;
	
}	

#menu1 {
	float:left;
	width:318px;
}
#menu2 {
	float:left;
	width:111px;}
#menu3 {
	float:left;
	width:110px;}
#menu4 {
	float:left;
	width:110px;}
#menu5 {
	float:left;
	width:110px;}
#menu6 {
	float:left;
	width:111px;}
#menu7 {
	float:left;
	width:90px;}

#eContent {
	position:relative;
	display:table;
	width:960px;
	height:auto;
	margin:0 auto;
	}
#inner_eContent {
	position:relative;
	width:100%;
	
	}
#content1_search {
	float:left;
	width:150px;
	text-align:center;
	}
#content1 {
	float:left;
	width:195px;
	text-align:center;
	}
#content2 {
	float:left;
	position:relative;
	width:467px;
	}
#content3 {
	float:right;
	width:221px;
	}
#content3_domain {
	position:relative;
	margin-top:20px;
	}
#content3_hosting {
	position:relative;
	margin-top:20px;
	}		
#content4 {
	float:right;
	width:50px;
	}

#eFooter {
	position:relative;
	clear:both;
	display:block;
	margin-top:40px;
	margin-bottom:-25px;
	width:100%;
	min-width:960px;
	height:44px;
	background-color: #666666;
    text-align:center;
}

#efooterMenu {
	width:960px;
	margin:0 auto;
	color:#FFFFFF;
	position:relative;
	top:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
#efooterMenu a {text-decoration:none; color:#FFFFFF;}
#efooterMenu a:hover {text-decoration:underline; color:#FFFFFF;}


