#head-select {
	padding: 6px;
	border: 6px solid #0e5d8b;
	background-color: #efefef;
	position: absolute;
	top: 10px;
	right: 0;
}

/* Main navigation */

#head-nav {
	font-weight: bold;
	font-size: 13px;
	padding: 0;
	position: absolute;
	top: 68px;
	right: 0; 
}
#head-nav ul {
	float: right;
	margin: 0px;
	padding: 0px;
}
#head-nav ul li {
	display: block;
	float: left;
	list-style: none;
	background: #0073a6;
	margin-left: 5px;
	border-left: 1px solid #676767;
	border-top: 1px solid #676767;
	border-right: 1px solid #676767;
}
#head-nav ul li a, a.current-reseller, a.current-shared, a.current-domain {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 9px 15px;
}
#head-nav ul li a:hover,#head-nav ul li a.current {
	color: #0073a6;
	background: #fff;
}

#head-nav ul li a.current-order {
	color: #fff;
	background: #B22222;
}

/* HOVER BUTTONS */
#head-nav ul li a.current-reseller:hover{
	color: #fff;
	background: #1b751c;
}
#head-nav ul li a.current-shared:hover{
	color: #fff;
	background: #4b6ea9;
}
#head-nav ul li a.current-domain:hover{
	color: #fff;
	background: #e18a00;
}
/* HOVER BUTTONS */


/* SELECTED BUTTONS */
#head-nav ul li a.current-sharedy{
	color: #fff;
	background: #4b6ea9;
}
/* SELECTED BUTTONS */

#head {
	background: #333333;
	color: #fff;
	padding: 5px 0 0 0;
	margin: 0 0 15px 0;
	height: 103px;
	position: relative;
	border-top: 2px solid #2c2c2c;
}
#head-inner {
	width: 900px;
	margin: 0 auto;
	position: relative;
}
#head-logo a {
	padding-left: 75px;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 48px;
	color: #fff;
	text-decoration: none;
}

#head-logo a:hover {
color: #0073a6;
}

#head-desc {
	padding-left: 75px;
	position: absolute;
	top: 55px;
	left: 0;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}


#head-login {
	padding: 0;
	text-align: right;
	color: #888;
	position: absolute;
	top: 10px;
	right: 0;
}
#head-login a:link, #head-login a:visited  {
	color: #fff;
	text-decoration: none;	
}
#head-login a:hover {
	color: #0281ca;
	text-decoration: none;	
}
