
.text
{
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
}

img
{
	border-style: none;
	margin: 0px;
	padding: 0px;
}

img.prod
{
	border: #333333 thin solid;
	margin: 0px;
	padding: 0px;
}

p
{
	text-align: justify;
	padding: 0;
    margin-top: 5px 0 5px 0;
}

h1, h2
{
 font-size: 14px;
 margin: 10px 0 5px 10px;
 padding: 0px;
}


p.about
{
 font-size: 11px;
 margin-left: 10px;
 margin-bottom: 15px;
 margin-top: 0px;
 padding: 0px;
}

p.products
{
 font-size: 11px;
 margin-left: 10px;
 margin-bottom: 15px;
 margin-top: 0px;
 padding: 0px;
}

p.products:first-letter
{
font-weight: bold;
}

.title
{
	line-height: 200%;
	font-weight: bold;
	color: white;
}

.title1
{
	line-height: 150%;
	font-weight: bold;
	color: white;
}

.title2
{
	line-height: 150%;
	font-weight: bold;
	color: white;
    font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

a
{
    color: blue;
	text-decoration: none;

}

a.details
{
	color: #336699;
	text-decoration: none;
}

a.menu
{
	color: #447ab4;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}
a:hover
{
	color: #FFFFFF;
}

.menu
{
	color: #447ab4;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
}

#lightbox
{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails
{
	font-size: 0.8em;
	padding-top: 0.4em;
}

#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;}
#overlay img{ border: none; }

#overlay{ background-image: url(/images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}




