@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding:0px; }

header a.logo {
	display:block;
	position:absolute;
	background-position: 0px 0px; 
	background-repeat:no-repeat;	
}

nav { width: 100%; display: block; position: absolute; background-color: #ffc600;}
.Logins .clientLogin { width: 120px; display: block; position: absolute; background-color: #017bbe;}
.Logins .Inquiry { width: 160px; display: block; position: absolute; background-color: #970808;}

/* Layout Large Screens (default for older browsers) */

header{ 
	height:200px;
	background:url(../img/HeaderIMGS/Warehouse2.jpg) no-repeat right 0px;
	background-size: 1000px 200px;
}

header a.logo {
	width:384px;
	height: 93px;
	top:28px;
	left:30px;
	background-image:url(../img/DBL-LogoLarge.png);
	background-size: 384px 93px;
}

article { padding: 60px 20px 10px 20px; }
.Warning { padding: 10px 20px 10px 20px; }

.promo_container { padding: 0px 0px 15px 20px; }

.promo_container .promo {
	width: 33%;
	float: left;
	background-position: 0px 3px;
}

.promo_container .promo .content { padding: 0px 30px 0px 70px; }

nav { top: 200px; }
nav a { margin: 12px 0px 10px 40px; }

.Logins a { margin: 12px 0px 10px 15px; color: #fff;}
.Logins a:hover { color:#000; }

.Logins .clientLogin { top: 200px; right:160px; }
.Logins .Inquiry { top: 200px; right:0px; }

footer { padding-left: 20px; }	

@media screen and (max-width:1000px){
	
}
