@charset "utf-8";
/* CSS Document */

body {
	font-family:verdana;
	font-size:12px;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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 */
	margin: auto;
	color: #000000;
}

#container {
	width: 800px;
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.sub {
	height:426px;
	padding:41px 40px 0px 53px;
	margin-bottom: -40px;
}

.sub2 {
	padding:41px 40px 0px 53px;
	margin-bottom: -40px;
}

.sub3 {
	height:426px;
	padding:0px 3px 3px 3px;
	margin-bottom: 0px;
}

.subcart {
	background-image:url(../images/middle_Xcart.jpg);
	padding:10px 40px 0px 53px;
	margin-bottom: -40px;
}

h6	{ color:#cc3399 ; font-size:12px ; text-align:center ; padding:0 ; margin:0 }
.foot	{ padding:20px ; background-color:#000000; color:#cc3399 ; font-size:10px ; text-align:center }

A	{ color: #0099ff }

A.storeone { display:block; background:url("../images/L_store1.jpg") 0 0 no-repeat; height:49px; width:290px; text-decoration:none }
A.storetwo { display:block; background:url("../images/L_store2.jpg") 0 0 no-repeat; height:51px; width:290px; text-decoration:none }
A.storethree { display:block; background:url("../images/L_store3.jpg") 0 0 no-repeat; height:59px; width:290px; text-decoration:none }
A.storefour { display:block; background:url("../images/L_store4.jpg") 0 0 no-repeat; height:43px; width:290px; text-decoration:none }

A.storeone:hover { display:block; background:url("../images/L_store1R.jpg") 0 0 no-repeat; height:49px; width:290px; }
A.storetwo:hover { display:block; background:url("../images/L_store2R.jpg") 0 0 no-repeat; height:51px; width:290px; }
A.storethree:hover { display:block; background:url("../images/L_store3R.jpg") 0 0 no-repeat; height:59px; width:290px; }
A.storefour:hover { display:block; background:url("../images/L_store4R.jpg") 0 0 no-repeat; height:43px; width:290px; }

a.bar	{ color: #e0f4f9 ; font-weight: bold ; font-size: 11px ; font-family: verdana ; text-decoration: none }
a.bar:hover { color: #00647a }
a.bar:visited { color: #ffffff }


.signup	{ width:256px ; height:226px ; background:url("../images/foot-right.jpg") no-repeat ; text-align:center ; font-size:10px } 

input.txt  {  width:160px; font-family:Arial, Helvetica, sans-serif; font-size:11px; padding:1px   }