/* ================================
    CSS STYLES FOR THE COMMERCE STARTER KIT 
    v1.0, 10/2002
   ================================
*/   


/* All */
p {margin:0;padding:0}
img {border:0}
body {padding:0;margin:0;background:#fda702;font-size:13px;font-family:"Arial",Verdana,????;color:#575757;}
#page {width:970px;margin-left:auto;margin-right:auto;background:url(../images/headbg.jpg) no-repeat top;margin-top:24px}
#footer a img {
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
#footer a:hover img {
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
}
#footer{background:url(../images/hfooter.jpg) no-repeat;padding:10px 0 30px 25px;line-height:20px}
#footer .b{float:left;padding-right:20px}
#footer .link a{color:#2f2f2f;text-decoration:underline}
#footer .link a:hover{color:#ff5a00;text-decoration:none}

.cr{text-align:center;color:#fff;font-size:12px;}
.cr a{color: #2f2f2f;text-decoration: none;}
.cr a:hover{color: #1E901A;text-decoration: none;}

