﻿
/*  TOP Header */
#topHeader {
    color: #b8bdcc;
	display: block;
	height: 45px;
	min-width: 1250px;
	margin: auto;
	background-color: #32424f;
	padding-top: 10px;
}


#topLogo {
	float: left;
}

#topMenu {
	float: left;
}

#topUserInfo {
    float: right;
    display: inline-block;
}

.mainlogo {
	min-width: 200px;
	min-height: 50px;
	float: left;
	padding-left: 0px;
}

.topLogoLink {
	background: transparent url("/admin/Content/Img/PuzzelHeaderLogo.png") no-repeat;
	display: block;
	min-width: 125px;
	min-height: 40px;
	background-size: 110px;
	width: 100%;
	height: 100%;
	margin-top: 4px;
}

.logolink {
	background: transparent url("/admin/Content/Img/PuzzelHeaderNewLogo.png") no-repeat;
	display: block;
	min-width: 250px;
	min-height: 90px;
	background-size: 230px;
	width: 100%;
	height: 100%;
	margin-top: 4px;
}

.site-header_logo {
	display: block;
	outline: none;
	margin: 0;
	width: 150px;
	height: 60px;
	transition: all .5s ease;
	float: left;
	background: transparent url("/admin/Content/Img/PuzzelHeaderLogo.png") no-repeat;
	background-size: 100%;
	color: #ffffff;
	font-size: 0;
	margin-right: 20px;
	margin-top: 18px;
	margin-left: 20px;
}

#left {
	float: left;
}



.user {
    padding-right: 10px;
    font-size: 11px;
    white-space: nowrap;
    float: right;
    border-right: solid #b8bdcc 1px;
}


.customer {
	float: right;
	font-size: 11px;
	display: inline-block;
	white-space: nowrap;
    padding-left: 10px;
}
.logout
{
    text-decoration: none;
}

	.logout a {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	    color: #b8bdcc;
		text-decoration: underline;
		font-size: 11px;
	}
.logout a:hover 
{
    color:#fff;
}

.logoutButton {
	display: block;
	background-image: url(/admin/Content/Img/Main/LogoutButton_combined.png);
	background-repeat: no-repeat;
	width: 66px;
	height: 30px;
	border: none;
}

.logoutButton:hover
{
    background-position: 0 -30px;
}
/********End top header********/