nav #menu_5{
	color:#118fb7;
	box-shadow:0 2px #fb9a00;
}

#mainCntr, #warpper{
	min-height:715px;
}


#section_header{
	margin-bottom:50px;
}

#tracking_bar{
	margin:0 auto;
	text-align:center;
	position:relative;
	margin-top:50px;
}
#trackingBar{
	border:0;
	width:490px;
	padding-left:10px;
	background:#f0f0f0;
	height:40px;
	border-radius:5px;
	box-shadow:inset 0 1px 5px gray;
}
#trackingButton{
	border:0;
	height:40px;
	width:120px;
	color:white;
	border-radius:5px;
	box-shadow:0 1px 5px gray;
	background:black;
}
#trackingButton:hover{
	background:#0363a0;
}



/*	####	picture gallery	####	*/

#pictures{
	width:100%;
	margin-top:50px;
	text-align:center;
}

#pictures span{
	display:inline-block;
	vertical-align:top;
	overflow:hidden;
	width:200px;
	height:150px;
	margin:0 5px;
	border-radius:10px;
	box-shadow:0 2px 5px gray;
}



/*	####	shipment summary	####	*/



section #preview {
	width:60%;
	margin:50px auto 0;
}
section #preview #preview_logo {
	position:absolute;
	top:10px;
	right:10px;
	border-radius:10px 10px 0 0;
}
section #preview #frame {
	font-size:12px;
	width:100%;
	position:relative;
	border:solid 1px silver;
	padding:10px;
	box-shadow:0 5px 5px silver;
}
section #preview table{
	text-align:left;
	width:100%;
}

section #preview .tbl_header{
	padding:5px 20px;
	background:#d0d0d0;
	color:black;
	font-weight:bold;
}
section #preview td{
	border-top:solid 1px silver;
	padding:5px 10px;
}
section #preview .data {
	font-weight:bold;
	width:75%;
}
section #preview #textarea {
	height:100px;
}

#progress_bar{
	display:block;
	width:100%;
	height:128px;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	padding-top:100px;
	color:#d30d17;
	background:url('../images/preloader.html') no-repeat center;
}
#errorMessage{
	display:block;
	text-align:center;
	width:300px;
	padding:10px 20px;
	margin:20px auto;
	font-size:15px;
	font-weight:bold;
	color:#fff;
	background:#ed1b24;
	border-radius:10px;
	box-shadow:inset 0 0 10px #fffae1,0 1px 5px gray;
}
footer{
	bottom:0px;
}