@charset "UTF-8";
.price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #4d4c4a;
}
/* CSS Document */


.leftNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	color: #4d4c4a;
	font-variant: normal;
	text-indent: 45px;
	vertical-align: top;
	text-align: left;
	font-weight: 50;
	text-transform: lowercase;
	line-height: 20px;
}
.leftNavsm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #4d4c4a;
	font-variant: normal;
	text-indent: 55px;
	vertical-align: top;
	text-align: left;
	font-weight: 50;
	text-transform: lowercase;
	line-height: 20px;
}
.cellbackground {
	background-image: url(images/cellbackground.png);
}

.beeTitle {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 45px;
}
.productTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #4d4c4a;
}
.productsubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: lighter;
	color: #4d4c4a;
}
.productTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #676663;
}
.productDark {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #30302F;
}
.mainText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: lighter;
	text-align: left;
	padding-left: 5px;
	margin-left: 5px;
	color: #4d4c4a;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 50;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
	background-position: center center;
}
.productBack {
	background-color: #FFF;
}
.breadcrumb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: text-top;
	background-position: top;
}  
.nextback {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
	vertical-align: text-top;
	background-position: top;
} 

a:link{
	color:#4d4c4a;
	text-decoration:none;
}

a:visited{
	color:#4d4c4a;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
	color: #4d4c4a;}


a:active {
	color:#4d4c4a;
	text-decoration:none;
}
