@charset "UTF-8";

#container {
	width: 70%;
	background: #FFFFFF;
	border: 0px solid #000000;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding: 0px;
	
	
}

#productList {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	
}
#product1 {
	padding:0;
	margin-left:0;
	margin-right:0;
	margin-bottom: 50px;
	margin-top: 25px;
	height: 130px;
	
	
}

#product2  {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
	margin-bottom: 50px;
	height: 130px;
	
	
}

#product3  {
	padding:0;
	margin-left:auto;
	margin-right:auto;
	margin-top: 25px;
	margin-bottom: 50px;
	height: 131px;
	
	
}



#photoDiv1 {
	width: 130px;
	height: 105px;
	background-image:url(../images/IntroCD.jpg);	
	background-repeat: no-repeat;
	float:left;
	margin-left:0px;
	margin-right:21px;
	margin-top: 0px;
	padding-bottom: 24px;
	

}

#photoDiv2 {
	width: 98px;
	height: 106px;
	background-image:url(../images/bp.jpg);	
	background-repeat: no-repeat;
	float:left;
	margin-left:16px;
	margin-right:37px;
	margin-top: 0;
	padding-bottom: 24px;
	

}

#photoDiv3 {
	width: 130px;
	height: 130px;
	background-image:url(../images/InitCD_web.jpg);	
	background-repeat: no-repeat;
	float:left;
	margin-left:0px;
	margin-right:23px;
	margin-top: 0px;
	padding-bottom: 0px;
	

}

body, td, th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10pt;
	
}

.orderForm {
	text-transform: uppercase;
	font-weight: bold;
	color:#600
	
}
.navBarBottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	text-align: center;

}
.navBarBottom a:link {
	color: #00F;
	text-decoration: underline;
	font-weight: bold;
}
a:link {
	color:#9e770c;
	font-weight:bold;
}
a:visited {
	color:#600;
	font-weight:bold;
}
a:hover {
	text-decoration: underline;
	color: #F00;
	font-weight:bold;
}
a:active {
	text-decoration: none;
	color: #900;
	font-weight:bold;
}
.soldOut {
	color:#F00;
	font-weight:bold;
	text-transform:uppercase;
	
}
.specialOffer {
	color:#F00;
    text-transform:uppercase;
	
}
