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

* {margin:0; padding:0;}

body  {
	background:#999;
	margin: 0;
	font-family: "Lucida Grande Bold", Arial, Helvetica, sans-serif; 
	color: #000000;
}

img {border:none}

p { font-size:12px; font-weight: bold; padding-bottom:5px;}

td { font-size:16px; font-weight: bold;}

span {color:#33cc33}

#container { 
	width: 1024px;
	height:2126px;
	background-image:url(images/shopbg.jpg);
	margin: 0 auto; 
	border: 0px;
	text-align: left; 
} 

#header { 
	height:510px;
	padding: 0px;  
}

#header h1 { 
	margin-left:270px;
	margin-top:-220px;
	padding-bottom:5px;
	font-size:28px; font-weight: bold; color: #000; 
}

#header h2 { 
	position:relative; 
	margin-left:270px;
	margin-top:0px;
	padding-bottom:10px;
	font-size:20px; font-weight: bold; color: #999;
}

#navbar {position:relative;
		top:-100px;
		left:0px;
		width:170px;
		height:227px;
}

#mainContent { 
	margin-left:200px;
	margin-top: -330px;
	background-color:#FFF;
} 

#banner {position: relative;
		top:-340px;
		left:400px;
		width:425px;
		height:124px;
}


.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
	width:200px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}








