﻿#hdrContainer {
	width: 100%;
	border: 1px none #FF00FF;
	height: 115px;
	background-color: #FFFFFF;
}
#hdrContent {
	border: 1px none #FF0000;
	width: 1000px;
	height: 115px;
	margin-left: auto;
	background-color: #FFFFFF;
	margin-right: auto;
}
#hdrlogoContainer {
	border: 1px none #00FFFF;
	width: 232px;
	height: 85px;
	float: left;
	margin-top: 20px;
	background-image: url('../img/hdr_argentLogo.png');
	background-repeat: no-repeat;
	margin-left: 10px;
}
#hdrRightSideSpacer {
	border: 1px none #66FF33;
	width: 30px;
	height: 115px;
	float: right;
}
#hdrRightSide {
	border: 1px none #FFFF66;
	height: 115px;
	width: 155px;
	float: right;
}
#hdrLinkContainer {
	float: right;
	width: 155px;
	height: 25px;
	border: 1px none #FF0000;
}
#hdrSbSContainer {
	border: 1px none #00FF00;
	width: 155px;
	height: 30px;
	float: right;
	position: relative;
	background-repeat: no-repeat;
	margin-top: 50px;
	background-color: #008000;
}
.hdrItemContainer {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-repeat: no-repeat;
	margin-right: 2px;
}
.hdrContact {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-image: url('../img/hdBtnContact.png');
	background-repeat: no-repeat;
}
.hdrContact:hover {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-image: url('../img/hdBtnContactHover.png');
	background-repeat: no-repeat;
}
.hdrEmail {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('../img/hdBtnEmail.png');
}
.hdrEmail:hover {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('../img/hdBtnEmailHover.png');
}
.hdrSearch {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('../img/hdBtnSearch.png');
}
.hdrSearch:hover {
	border: 1px none #C0C0C0;
	width: 27px;
	float: right;
	height: 25px;
	background-repeat: no-repeat;
	background-image: url('../img/hdBtnSearchHover.png');
}
.hdrSBSContainer {
	border: 1px none #00FFFF;
	width: 232px;
	height: 85px;
	float: right;
	margin-top: 20px;
	background-image: url('../img/hdr_ServiceBySolution.png');
	background-repeat: no-repeat;
	margin-left: 10px;
}

