@charset "utf-8";
/* CSS Document */

@import url(yuireset.css);

/*------------------------------------------ begin the main style*/
html, body {
	/*background: url(../images/bg-repeat-yellow-paper.jpg) left top repeat;*/
	background:#061011 url(../images/bg-footer-green.jpg) center repeat-y;
	font-family:Helvetica, Arial, sans-serif;
	font-size:small;
	}
a{
	color:#fdfff4;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
.clear{
	clear:both;
	font-size:0px;
}
/*------------------------------------------ the main Container of site*/
#mainContainer{
	margin:0 auto;
	width:100%;
	min-width:850px; /* changed */
	position:relative;
	background:url(../images/bg-repeat-yellow-paper.jpg) left top repeat;
}

/*------------------------------------------ header style*/
#header{
	background:url(../images/top-cards.gif) top no-repeat;
	/*width:1260px;*/
	height:87px;
	position:relative;
	margin:0 auto;
	margin-bottom:-53px;
	z-index:2;
}
/*------------------------------------------ the main Content of site*/
#mainContent{
	margin:0 auto;
	width:100%;
	background: url(../images/middle-bg-repeat-vert-yellow-paper.jpg) center repeat-y;
	padding-bottom:36px;
	position:relative;
	z-index:1;
}
.content{
	position:relative;
	padding:57px 0 0 85px;
	/*margin-left:23px;
	margin-right:21px;*/
	margin:0 auto;
	width:720px;
	height:489px;
	background:url(../images/border-no-repeat.gif) no-repeat;
}
.ship{
	float:left;
	background:url(../images/ship.jpg);
	width:359px;
	height:438px;
}
.getTrack{
	float:left;
	position:relative;
	background:url(../images/right-text.gif);
	width:288px;
	height:408px;
}
.getItNow{
	position:absolute;
	top:330px;
	left:70px;
	width:153px;
	height:32px;
}
.button_01{
	width:153px;
	height:32px;
	background:url(../images/button-normal.png) no-repeat;
	border:none;
	cursor:pointer;
}
.button_01_over{
	width:153px;
	height:32px;
	background:url(../images/button-over.png) no-repeat;
	border:none;
	cursor:pointer;	
}
/*------------------------------------------ footer style*/
#footer{
	background:#061011 url(../images/bg-footer-green.jpg) top center repeat-y;
	/* padding-top: 100px; */
	/*background:#cccccc;*/
	/*margin-top:-74px;*/
	color:#fdfff4;
	text-align:center;
	/*position:relative;*/
	width:100%;
	min-width:805px;
	height:auto;
	margin:0 auto;
}

.footer_bg2{
	background:#061011 url(../images/bg-footer-green.jpg) center repeat-y;
	color:#fdfff4;
	text-align:center;
	position:relative;
	width:100%;
	

}
.footerLinks{
	position:relative;
	padding:45px 0 45px 0;
	/*width:1152px;*/
	margin:0 auto;
}

.footerLinks2{
	font-size:10px;
}

.topFooter{
	background:url(../images/bottom-cards-new.gif) center no-repeat;
	/*width:1115px;*/
	width:100%;
	height:85px;
	margin:0 auto;
	/*position:relative;*/
	position:absolute;
	padding-top:0px;
	z-index:3;
	/*top:-74px;*/
	bottom:-12px;
}
.topFooterBars{
	background-image:url(../images/color-bars.png);
	width:267px;
	height:55px;
	position:absolute;
	left:-16px;
	/*top:30px;*/
	bottom:-45px;
	z-index:10;
}





#buttonz
{
  display: block;
  width: 153px;
  height: 32px;
  background: url("../images/getit-buttons.png") no-repeat 0 0;

}

#buttonz:hover
{ 
  background-position: 0 -32px;
}

#buttonz span
{
  display: none;
}






