/* CSS Document */

a:link,a:visited {
	color: #000000;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover {
	color: #000000;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
}

.ProductCode
{
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
	color: black;
}



body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: justify;
}

.cap {
	text-transform: capitalize;
}

.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align: justify;
	padding: 15px;
}



.foot {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	margin: 5px;
	padding: 5px;
}

.page {
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	font-size: 12px;
	line-height: 16px;
}

.menu {
	font-weight: bold;
	padding: 10px;
	width: 200px;
	background-image: url(../images/bck-tan.gif);
}

.prod {
	font-weight: bold;
	text-align: center;
	margin: 4px;
	padding: 4px;
	float: left;
	height: 120px;
	width: 120px;
	/*border: 1px solid #999999;*/
}

.prodmenu1 {
	margin: 15px 0px;
	vertical-align: middle;
}

.prodmenu2 {
	margin: 12px 25px;
}

.pxtb {
	width: 125px;
}