#header {
  position: relative;
  width: 1000px;
  z-index: 102;
}

header {
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
	z-index: 41;
}

.content-header {
	background: #FFFFFF;
	height: 67px;
	margin: 0 auto;
	width: 1000px;
	z-index: 100;
}

.content-header > .logo
{
	/*float: left;*/
	display: block;
	height: 32px;
	margin-top: 35px;
	/*width: 284px;*/
	padding: 0;
	text-align: center;

}

.content-header > .logo img
{
	border: 0;
}

.content-header > .search {
  background: url("/images/search/search-form.gif") no-repeat;
	float: left;
	height: 55px;
	margin: 25px 0 0 24px;
	width: 502px;
}

.content-header > .search label {
	display: none;
}

.content-header > .search input {
	background: 0;
	margin: 15px 0 0 25px;
	border: 0;
	width: 400px;
	font-size: 1.8em;
	color: #707070;
	outline: none;
}

.content-header > .search input[type=submit] {
	cursor: pointer;
    float: right;
    height: 30px;
    margin: 10px 15px 0 9px;
    padding: 6px;
    position: relative;
    text-indent: -9999px;
    text-transform: capitalize;
    width: 30px;
}

.content-header > .authentication
{
	float: right;
	position: relative;
	z-index: 200;
}

.content-header > .authentication.signed_in {
	margin-top: 30px;
	text-align: right;
}

.content-header .authentication.signed_in .name {
	font-size: 1.6em;
	font-weight: bold;
	text-overflow: ellipsis;
	width: 171px;
	overflow: hidden;
	white-space: nowrap;
}

.content-header .authentication.signed_in > div.actions {
  margin-top: 4px;
}

.content-header .authentication.signed_in > div.actions > a {
  text-decoration: underline;
  font-weight: bold;
}

.content-header .authentication.signed_in > div.actions {
 float: right;
}

.content-header .authentication > .actions
{
	margin-top: 18px;
	padding-left: 0;
}

.content-header .authentication > .actions > li
{
	border-radius: 2px 2px 2px 2px;
	display: block;
	height: 28px;
	list-style-type: none;
	margin: 6px 0 0;
	position: relative;
}

.content-header .authentication > .actions .white
{
	background: #ffffff;
	opacity: 0.3;
	height: 50%;
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 1;
	border-radius: 2px;
	width: 98.5%;
}

.content-header .authentication .btn > a {
	color: #FFFFFF;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	padding: 7px 10px 10px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #3C3C3C;
	width: 107px;
	z-index: 2;
}

.content-header .authentication .btn.silver {
	background: rgb(191,191,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(105,105,105,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(105,105,105,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(105,105,105,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(105,105,105,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(105,105,105,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(105,105,105,1) 100%); /* W3C */
}

.content-header .authentication .btn.gold {
	background: rgb(255,187,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,187,0,1) 0%, rgba(140,113,37,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,187,0,1)), color-stop(100%,rgba(140,113,37,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,187,0,1) 0%,rgba(140,113,37,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,187,0,1) 0%,rgba(140,113,37,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,187,0,1) 0%,rgba(140,113,37,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,187,0,1) 0%,rgba(140,113,37,1) 100%); /* W3C */
}

.content-header .authentication.signed_in > .actions
{
	margin-top: 30px;
}

.content-header .authentication.signed_in .btn
{
	height: 40px;
}

.content-header .authentication.signed_in .btn > a
{
	overflow: hidden;
    padding: 12px 24px 14px 14px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 126px;
}
