/* Global */
body
{
	font-family:Arial,Verdana;
	font-size:12px;
}
table{font-family:Arial,Verdana;}
/*####################*/


/* Homepage */
.footer
{
	width:790px;
	height:52px;
	background-color:#1d3243;
	background:url(images/JamFooter.jpg);
	background-repeat:no-repeat;
	padding-left:145px;
}

a.footerLinks
{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:#1e3d51;
}

a:hover.footerLinks
{
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
	color:red;
}

.footerTxtContainer
{
	text-align:center;
	width:100%;
	margin-bottom:24px;	
}

a.dataListHome{text-decoration:none;color:#1e3d51;}
a:hover.dataListHome{text-decoration:none;color:red;}
/*####################*/


/* Product Container */
.groupTitle
{margin-top:4px;font-weight:bolder;font-size:16px;color:#1e3d51;}

.prodTable
{
	width:100%;
	margin-bottom:20px;
}

.prodTop
{
	width:100%;
	height:22px;
	background-image:url('images/prodTopTile.jpg');
	background-repeat:repeat-x;
	padding:0px 6px 0px 6px;
}

.prodName
{
	width:50%;
	text-align:left;
	font-family:Arial,Verdana;
	font-weight:bold;
	font-size:12px;
	color:white;
}

.prodMsg
{
	width:50%;
	text-align:right;
	font-family:Arial,Verdana;
	font-weight:bold;
	font-size:12px;
	color:white;
}

.prodMid
{
	width:100%;
	height:127px;
	background-image:url('images/prodMidTile.jpg');
	background-position:left bottom; 
	background-repeat:repeat-x;
	font-family:Arial,Verdana;
	font-size:12px;
	padding:4px;
}

.prodBtm
{
	width:100%;
	height:4px;
	background-image:url('images/prodBtmTile.jpg');
	background-repeat:repeat-x;
	font-size:4px;
}
	
.prodImg
{
	margin-right:6px;
	text-align:left;
}
	
.prodCopy
{
	font-size:12px;
}

.prodPrice
{
	font-size:12px;
}

/*####################*/

/* About Us */
.aboutUsIntro{margin-top:6px;font-size:12px;padding:0px 4px 4px 0px;}
/*####################*/