* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	/*background-color:#fff;*/
	width: 875px;
	position:relative;
	font-size: 12px;
	text-align: left;
	font-family:arial,sans-serif;
	background:  url(/images/transpbg.gif);
	padding-left:25px;
	padding-right:25px;
	padding-top:0px;
	
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -260px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 260px; /* .push must be the same height as .footer */
	position: relative;
	width: 100%;
	margin: 0 auto;

}
.bgimage{
	background:url(../images/wrapper_bg.png);
	background-repeat:repeat-y;
	padding-left:5px;

}
.footer{
font-size: 12px;
text-align: center;
font-family:arial,sans-serif;
background:  url(../images/bg_footer.gif);
background-repeat:repeat-x;
background-color:#51BDEC;


}
.footer p{
text-align:right;
padding-top:25px;
width:875px;
color:#ccc;
margin-left: auto ;
margin-right: auto ;

}
.footer a{
color:#fff;
text-decoration:none;
}

.footerbg{

padding-left:5px;
background:url(../images/grey_bottom.png);
background-position:top center;
background-repeat:no-repeat;


}
pre { 
display:none 
}
#shopinfo{
position:relative;
float:right;
z-index:2;
width:200px;
height:45px;
margin-right:15px;
background:url(../images/shopinfo_bg.png);
background-position:top center;
background-repeat:no-repeat;
}
#cashvalue{
float:left;
width:110px;
line-height:22px;
padding-left:9px;
}
#checkout_options{
width:75px;
float:right;
padding-right:3px;
}
#cartinfo a{
color:#000;
margin-top:3px;
float:left;
}
#cartinfo img{
float:left;
margin-right:2px;
}
#chekoutinfo a{
color:#000;
margin-top:3px;
float:left;
}
#chekoutinfo img{
float:left;
margin-right:2px;
}
#relatedeproducts{
padding-left:50px;
padding-top:25px;
padding-bottom:25px;
background:url(../images/relatede_alpha.png);
}
#shopheading{
font-weight:bold;
margin-bottom:0px;
}

.showdiscount{
}
.hidediscount{
display:hidden;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/