#header {
	width: 980px;
	height:144px;
	text-align: left;
	margin: 0 auto;
/*	float:left; */
	margin-top:0px;
	background-color: white;
}

#header.dividing_line {
    height: 110px;
    font-family: Arial,Helvetica,Verdana;
}


#logo-container {
	width: 980px;
	height:107px;
	text-align: left;
	margin: 0 auto;
	overflow:auto;
	float:left;
	overflow:hidden;
}

#top-container {
	width: 980px;
	height: 20px;
	text-align: left;
	overflow:hidden;
}

.logo {
	width: 425px;
	height:107px;
	margin-top:8px;
	text-align: left;
	float:left;

}

#header a.great_hosting_flash {
    height:80px;

}


#header .bottom-links {
    display: inline;
    float: right;
    padding-top: 9px;
    padding-bottom: 0px;
}


#header .bottom-links img
 {
    text-decoration: none;
    border: none;
    padding-right: 5px;

}

.dividing_line {
    border-bottom-width: 4px;
    border-bottom-style: solid;
    border-bottom-color: #b1be40;
}








.top-links {
	height:30px;
	margin-top:5px;
	float:right;
	overflow:hidden;
}

.but-menu-top ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.but-menu-top li {	
	margin-right:2px;
	float:left;
	display: block;
}
.but-menu-top a {
	width: 138px;
	height:20px;
	padding-top:2px;
	text-align:center;
	font-size:14px;
	font-weight:normal;
	background-image:url(../images/buttons-tabs/but-top-menu.gif);
	display:block;
	text-decoration:none; 
} 

.but-menu-top a:link, .but-menu-top a:active, .but-menu-top a:visited {
	color: #fff;
}

.but-menu-top a:hover {	
	color: #fff;
	background-image:url(../images/buttons-tabs/but-top-menu-roll.gif);
}



.mdl-links {
	width: 470px;
	height:30px;
	padding-right: 1px;
	float:right;
	clear: right;
	overflow:hidden;
}

.but-menu-mdl ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: right;
}
.but-menu-mdl li {	
	margin-right:0px;
	float:left;
	display: block;
}
.but-menu-mdl a {
	height:20px;
	padding:2px 7px 0 7px;
	text-align:center;
	font-size:12px;
	font-weight:normal;
	text-decoration:underline;
	display:block;
} 

.but-menu-mdl a:link, .but-menu-mdl a:active, .but-menu-mdl a:visited {
	color: #333;
}

.but-menu-mdl a:hover {	
	color: #333;
	background:#E5E5E5;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px; border-radius: 7px; /* future proofing */
	-khtml-border-radius: 7px; /* for old Konqueror browsers */
}


/* 
#
# Search inputs, see html changes RH 
#
*/

/* Common to all input/button pairs 
	.search-container {
		position: relative;
		height:36px;
	}

	.search-container input {
		position: absolute; top: 0; left: 0;
		color:#333;
		font-size:14px;
		border:none;
		
		padding: 0 0 0 10px;
		line-height: 36px;
		height: 36px;
	}
	.search-container input:focus {
		outline:none; border:none;
	}

	.search-button {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 44px;
		height:36px;
	}
*/


/* Overrides for domain search in the header */

#header form.domain_search {
    float: right;
    margin-right: 3px;
}

#header input.domain_search {
    width: 400px;
}

#header button.domain_search {
    border-radius: 0 10px 10px 0;
    
    border-top: 1px solid #C3DADB;
    background: #6ca0a3;
    background: -moz-linear-gradient(top, #b1dbdd 0%, #2f6c70 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b1dbdd), color-stop(100%,#2f6c70));
    background: -webkit-linear-gradient(top, #b1dbdd 0%,#2f6c70 100%);
    background: -o-linear-gradient(top, #b1dbdd 0%,#2f6c70 100%);
    background: -ms-linear-gradient(top, #b1dbdd 0%,#2f6c70 100%);
    background: linear-gradient(top, #b1dbdd 0%,#2f6c70 100%);
    
}







