﻿#customerPageHeader {
	background: #000;
	width: 100%;
	height: 125px;
	position: relative;
	overflow: hidden;
}

#customerPageHeader img {
	width: 100%;
	position: absolute;
	top: 0; left: 0;
	min-width: 1020px;
	z-index: 0;
}

body.docked #subNav { width: 100%; top: 80px; position: fixed; z-index: 3; }

#customerSubNav {
	background: #0a84c1;
	border-bottom: 5px solid #066ea2;
	line-height: 13px;
 
}

#customerSubNav li { float: left; }

#customerSubNav a {
	color: #fff;
	padding: 15px 20px;
	display: block;
	text-decoration: none;
}

#customerSubNav li.active, 
#customerSubNav a:hover 
{ 
    background: #066ea2; 
}


@media only screen and (max-width: 800px) {
   #customerSubNav
   {
       margin-top:80px;
   }
   #customerPageHeader 
   {
        display:none !important;
   }
   
    #mainWrap.wrap
    {
       width:450px !important;
    }
      #mainWrap.wrap .left{
          width:300px;
      }
    #mainWrap.wrap .right {
        margin-top: 1em;
        padding: 1em;
        border: 1px #ccc solid;
        width:450px;
    }
    .page{
        border:none !important;
    }
}