html, body {margin:0px; }
body {	
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;	

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #330099; }



/* Containers */
#wrapper {
	position:relative;
	margin:0 auto;
	width:959px;
	text-align:left;
	border:0px solid #000;
	background-image:url(images/bg.jpg);
	background-repeat:repeat-y;

}


#clear { clear:both}

/* Left and right content areas for home and top level pages */




#contentMain {
	padding:20px 20px 0 5px;
	width:760px; 
	float:right;
	margin-right:10px;



}

#contentHome {
	padding:20px 20px 0 5px; 
	width:470px; 
	float:left;
margin-left:10px;

}


#contentLeftCol {
	width:123px; 
	padding-left:5px;
	margin-left:15px;
	float:left;

	min-height:397px;
}
	
#contentRightCol {

	width:285px; 
	padding-left:0px; 
	border:0px solid #000; 
	float:right;

}



/* Footer */
#siteFooter {
	background-image:url(images/footer.gif);
	background-color:#FFFFFF;
	background-repeat:no-repeat;
	padding-top:15px;
	text-align:right;
	padding-right:20px;
	clear:both;
}



#memberLogin {
	margin-top:30px;
	width:257px;
	height:171px;
	background-image:url(images/memberLogin.gif);
	background-repeat:no-repeat;
	padding-left:5px;
	
}
#memberSignUp {
	margin-top:30px;
	width:257px;
	height:137px;
	background-image: url(images/signUp.gif);
	background-repeat:no-repeat;
	padding-left:5px;
	
}

#productItem {
	width:700px;
	margin-bottom:20px;
}

#productPic {
	float:left;
	margin-left:10px;

}

#productText {
	float:left;
	padding-left:10px;

	
}
/*<FORM STYLING////////////////////////// */
label
{
width: 5em;
float: left;
text-align: left;
margin-right: 0.5em;
display: block;

}



input
{
border: 1px solid #6D90B0;
}
/*</FORM STYLING///////////////////////// */



.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
}

.heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#505C66;
	margin-top:10px;
}

.subHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#c90f83;
	
	margin-top:10px;
	font-weight: bold;
}
.productHeading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color:#505C66;
	margin-top:10px;
	font-weight: bold;
}

.divider{
text-align:center;
font-weight:bold;
}

a:link {
	color: #4b31b4;
}
a:visited {
	color: #4b31b4;
}

/*Button List//////////////////////// */


#contentLeftCol #buttonList {
	float: left;
	list-style: none;
	margin: 0;
	padding: 5px;
	padding-left:5px;


	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 105px;
	/* border: 1px dotted #75156F; */
	}
#contentLeftCol #buttonList li {
	float: left;
	width: 105px;
	margin-bottom: 5px;
	padding: 5px;
	color: #FFFFFF;
	background-color: #75156F;
}
#contentLeftCol #buttonList li a {
	color: #FFFFFF;
	text-decoration: none;
}
#contentLeftCol #buttonList li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#contentLeftCol #buttonList li.category1 {	background-color: #ff0000;}
#contentLeftCol #buttonList li.category2 {	background-color: #ff8040;}
#contentLeftCol #buttonList li.category3 {	background-color: #ffd800;}
#contentLeftCol #buttonList li.category4 {	background-color: #ff8000;}
#contentLeftCol #buttonList li.category5 {	background-color: #808000;}
#contentLeftCol #buttonList li.category6 {	background-color: #008000;}
#contentLeftCol #buttonList li.category7 {	background-color: #408080;}
#contentLeftCol #buttonList li.category8 {	background-color: #1ad9d9;}
#contentLeftCol #buttonList li.category9 {	background-color: #0080ff;}
#contentLeftCol #buttonList li.category10 { background-color: #0000ff;}
#contentLeftCol #buttonList li.category11 { background-color: #0000a0;}
#contentLeftCol #buttonList li.category12 { background-color: #8000ff;}
#contentLeftCol #buttonList li.category12 { background-color: #ff0080;}



