@charset "ISO-8859-1";
body {
	border-style: none;
	text-align: center;
	min-width: 700px;
	background-color: #aaaaaa;
}
html {overflow-y: scroll;}

A:link    {
	color: #000066;
	text-decoration: underline;
}    /* unvisited links */
A:visited {
	color: #000066;
	text-decoration: underline;
}   /* visited links   */
A:hover   {
	color: #4f4f4a;
	text-decoration: underline;
} /* user hovers     */
A:active  {
}
.Container  {
	margin: -8px;
	text-align: center;
	font-size: 12px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}
.footerRule  {
	text-align: center;
	padding-bottom: 10px;
	padding-top: 30px;
	border-color: #1b1376;
	border-width: 1px;
	border-top-style: solid;
	width: 700px;
}
.pPhoto  {
	padding-bottom: 20px;
	width: 360px;
	background-repeat: x repeat-x;
	background-image: url(/images/singleVert.png);
}
.vertGrad  {
	width: auto;
	background-repeat: x repeat-x;
	background-image: url(/images/singleVert.png);
}
.pText  {
	padding: 10px;
	text-align: left;
	width: 400px;
	background-repeat: x repeat-x;
	background-image: url(/images/singleVert.png);
}
.pText2  {
	padding: 10px;
	text-align: left;
	width: 550px;
	background-repeat: x repeat-x;
	background-image: url(/images/singleVert.png);
}
.pTitle  {
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.pDesc  {
}
.buyOnline  {
	padding-left: 30px;
	font-size: 13px;
	font-weight: bold;
	color: #555555;
}
.pBullets  {
	font-size: 13px;
	padding: 3px;
}
.navFooter  {
	padding-top: 10px;
}
.home  {
	padding-top: 20px;
}
.noStore  {
	padding: 50px;
	text-align: center;
	color: red;
}   /* active links    */

