/*------------------*/
/* Header */

div#header {
	position: relative;
	height: 61px;
}

div#secondary_nav {
	position: absolute;
	right: 0px;
	top: 22px;
	}
	
div#secondary_nav li {
	padding-left: 4px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-top: 2px; 
}

#phone_number {
	font-size: 14px;
	font-weight: bold;
}

#plesk {
	position: relative;
	top: -4px;
	width: 250px;
}

#plesk label { width: 70px; display: block; float: left; padding: 3px; }

.plesk_input {
	background: url('../images/plesk_input.jpg');
	background-repeat:no-repeat;
	width: 121px;
	height: 16px;
	font-size: 12px;
	border: none;
	padding: 3px;
	color: #999999;
	margin-left: 10px;
	margin-bottom: 4px;
	margin-top: 2px;	
}

#plesk_submit {
	background: url('../images/plesk_submit.jpg');
	height: 16px;
	width: 25px;
	border: none; 
	margin-left: 5px;
	position: relative;
	top: 1px;
}

#plesk_help {
	background: url('../images/plesk_help.jpg');
	height: 16px;
	width: 25px;
	border: none; 
	margin-left: 5px;
	position: relative;
	top: 1px;
}
