/* CSS Document */

.cssmenu{
height: 30px;
width: 650px;
}

/*Home Button*/
	.cssHome	{
	position:relative;
	float: left;
	margin: 0;
	padding: 0;
	overflow:hidden;/* for ie to hide extra height*/
	background-repeat: no-repeat;
	height: 38px;
	width: 100px;
			}
			.cssHome a {
						display: block;
						width: 100px;
						height: 38px;
						display: block;
						float: left;
						overflow:hidden;/* for ie to hide extra height*/
			}
			.cssHome a:hover {
						color: #ffffff;
			}
			

			.cssHome img {width: 100px; height: 38px; border: 0; }
			* html a:hover {visibility:visible}
			.cssHome a:hover img{visibility:hidden}
			
	
.leftback {
	background-image: url(../images/leftback.png);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightback {
	background-image: url(../images/rightback.png);
	background-repeat: repeat-y;
	background-position: left top;
}.normal {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	list-style-type: disc;
}
.disclaimer {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 10px;
	font-weight: normal;
	color: #666666;
}
.HomeHead {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
	color: #B6473E;
	text-transform: uppercase;
}
.contact {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 12px;
	color: #000000;
}
.ContactHead {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #ABA992;
	text-transform: uppercase;
}
.ProductHead {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 18px;
	font-weight: bold;
	color: #B6473E;
	text-transform: uppercase;
}
.normal:link{
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	line-height: 20px;
	text-decoration: underline;
}
.promohead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #00CCCC;
	line-height: 20px;
	text-transform: none;
}