.iframe-master .row {
	width: 1000px;
	max-width: 1000px;
}

@media (max-width: 1000px) {
	.iframe-master .main-nav a.rtsLink {
		padding: 6px 10px 6px 10px !important;
		height: 40px;
		text-transform: uppercase;
	}
	.iframe-master .main-nav .RadTabStrip .rtsUL {
	display: table;
	float: none;
	}
	.iframe-master .main-nav .RadTabStrip .rtsLI {
		display: table-cell;
		float: none;
		vertical-align: middle;
		border-left: #AA550A 1px solid;
		border-right: #E79145 1px solid;
	}
}

@media (max-width: 825px) {
	.iframe-master #primary li a {
		padding: 10px 30px 15px 30px;
	}
	.iframe-master .logo {
		background-size: auto;
		margin: 20px 0;
	}
	
	
}
@media (max-width: 695px) {
	.iframe-master .main-nav .row {
		padding: 0 8px;
	}
	.iframe-master #primary {
		position: absolute;
		margin-left: 0;
	}
	.iframe-master #Navigation {
		position: relative;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}
	.iframe-master .main-nav a.rtsSelected {
		background: #666666;
		background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#666666), color-stop(100%,#333333));
		background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
		background: -o-linear-gradient(top, #666666 0%,#333333 100%);
		background: -ms-linear-gradient(top, #666666 0%,#333333 100%);
		background: linear-gradient(to bottom, #666666 0%,#333333 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
		box-shadow: inset 0px 3px 8px #888;
	}
	.iframe-master .main-nav a.rtsLink {
		padding: 6px 10px 6px 10px;
		color: #fff;
		line-height: 1.2;
		text-transform: uppercase;
		font-size: 17px;
		font-size: 1.7rem;
		text-shadow: inset 1px 1px 0px #333;
		white-space: normal;
		display: table-cell;
		vertical-align: middle;
		height: 40px;
	}
	.iframe-master .main-nav .RadTabStrip .rtsLI {
		display: table-cell;
		float: none;
		vertical-align: middle;
		border-left: #AA550A 1px solid;
		border-right: #E79145 1px solid;
	}
	.iframe-master .account-menu {
		top: 5px;
	}
	.iframe-master .user-button {
		display: inline-block;
		padding: 6px 10px 10px 10px;
		line-height: 1;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-border-bottom-right-radius: 10px;
		-webkit-border-bottom-left-radius: 10px;
		-moz-border-radius-bottomright: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-right-radius: 10px;
		border-bottom-left-radius: 10px;
		background: #333333;
		background: -moz-linear-gradient(top, #333333 0%, #535151 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#535151));
		background: -webkit-linear-gradient(top, #333333 0%,#535151 100%);
		background: -o-linear-gradient(top, #333333 0%,#535151 100%);
		background: -ms-linear-gradient(top, #333333 0%,#535151 100%);
		background: linear-gradient(to bottom, #333333 0%,#535151 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#535151',GradientType=0 );
		color: #fff;
		border: 1px solid #333;
		margin-bottom: 3px;
	}
	.iframe-master .user-login .icon {
		display: block;
		background: url(../images/client-login.png) no-repeat;
		padding-left: 24px;
	}
}