@charset "UTF-8";
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
body {
	background: #FEF0B7;
	margin: 10px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #dhlheader {
    position: relative;
	padding: 0;
	padding: 0px;
	background-color: #fdce1d;
	background-image: url(images/dhl_logo.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 55px;
}

#dhlheader .blognews a, #dhlheader .blognews a:link, #dhlheader .blognews a:visited {
    background-image: url("images/news.jpg");
    background-position: 0 15px;
    background-repeat: no-repeat;
    color: #000000;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 30px;
    line-height: 15px;
    margin-left: 500px;
    padding-left: 38px;
    padding-top: 15px;
    text-decoration: none;
    text-transform: none;
    width: 49px;
}

#dhlheader .blognews a:hover {
    
    background-position: 1px 16px;
    
    text-decoration: underline;
}



#dhlheader .twitter a {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 17px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .twitter a:hover {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_followme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 18px;
	margin-left: 10px;
	padding-left: 28px;
	padding-top: 15px;
	width: 70px;
	height: 30px;
}
#dhlheader .tweet a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #000;
	background-position: 0px 12px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -39px;
	height: 30px;
}
#dhlheader .tweet a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/tw_twitterme.gif);
	background-repeat: no-repeat;
	text-decoration: underline;
	color: #000;
	background-position: 1px 13px;
	padding-left: 25px;
	padding-top: 15px;
	float: left;
	width: 60px;
	overflow: visible;
	margin-left: 700px;
	margin-top: -39px;
	height: 30px;
}
.oneColFixCtrHdr #spheader {
	background: #e30619;
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	text-align: right;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
	margin:0;
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.navbigbtn {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 0px;
	padding-left: 0px;
}
#flash {
	padding-bottom: 5px;
}
.navbigbtn_rh {
	float: right;
	padding-right: 0px;
	padding-bottom: 5px;
}

#footer .redbar {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#footer .easy {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #ffcc00;
	padding: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	text-transform: none;
	color: #C00;
	text-align: center;
	background-image: url(images/easygo.jpg);
	background-repeat: no-repeat;
	background-position: 635px;
}
#FlashID2 {
	text-align: right;
	height: 55px;
	width: 550px;
	right: 150px;
	margin-left: 250px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#xmasdates {
	position: absolute;
	height: 330px;
	width: 220px;
	right: 10px;
	z-index: 1;
	visibility: visible;
}
#footer .easy a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #C00;
	text-decoration: none;
	text-transform: none;
}
#footer .easy a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #C00;
	text-decoration: none;
	text-transform: none;
}
#footer .easy a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #C00;
	text-decoration: none;
	text-transform: none;
}
#footer .easy a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #e30619;
	text-decoration: underline;
	text-transform: none;
}
#footer .easy a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #C00;
	text-decoration: none;
	text-transform: none;
}

/*-------------
Home Banner
---------------*/

#home_banner_content { position: relative; height: 319px; margin-bottom: 10px; overflow: hidden; }

.home_banner { position: absolute; top: 0px; left: 0px; height: 319px; margin: 0; }
.home_banner .xmas_video { position: absolute; top: 20px; right: 20px; height: 203px; width: 340px; }
.xmas_lady { position: absolute; top: 2px; left: 150px; width: 274px; height: 53px; overflow: hidden; border: none; }
.xmas_lady img { border: none; }
.dhlNumber { color: #e30619; }

